html {
    background: #f1f2f3;
    background: #fff;
}

.symbols {
    gap: 8px;
    margin-bottom: 18px;
    margin-top: 0;
}

.symbols img {
    width: 50px;
    height: 50px;
}

.section {
    display: flex;
    flex-direction: column;
}

.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.items-center {
    align-items: center;
    display: flex;
}

.border-b {
    border-bottom: 1px solid #000;
}

.py-3 {
    padding-top: 3px;
    padding-bottom: 3px;
}

.py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.md-col-3,
.md-col-4,
.md-col-6,
.md-col-8,
.md-col-9 {
    display: inline-block;
    float: left;
    min-height: 1px;
}

.md-col-3 { 
    width: 25%
}

.md-col-4 { 
    width: 33.33%
}

.md-col-6 { 
    width: 50%
}

.md-col-8 { 
    width: 66.66%
}

.md-col-9 { 
    width: 75%
}

.md-col-12 { 
    width: 100%
}

.w-full { 
    width: 100%!important;
    max-width: 100%!important;
}

.text-dimmed {
    color: #777;
}

.full-width {
    background: #fff;
    padding: 0;
    display: flex;
    position: relative;
    padding: 100px 0;
}

.product-gallery {
    margin-top: 50px;
}

.product-gallery .img {
    width: auto;
    height: 100px;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}

.product-gallery .img img {
    width: auto;
    height: 100%;
}

.gap-4 {
    gap: 30px;
}

.center {
    text-align: center;
}

.center-top {
    display: flex;
    justify-content: center;
}

.section-theme h2 {
    margin: 0!important;
    padding: 50px 0!important;
    color: rgb(48, 88, 62)!important;
    font-size: 38px!important;
}

.section-theme h2:before {
    display: none!important;
}

.section-theme h3 {
    font-size: 21px;
    margin-bottom: 0;
}

.section-theme p {
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
}

.btn-social img {
    width: 30px;
}

.footer-2 {
    background: rgb(48, 88, 62);
    padding: 80px 0;
}

.footer-2 h5 {
    color: rgb(184, 226, 183);
    font-size: 20px;
    margin: 0;
    margin-bottom: 20px;
}

.footer-2 li {
    display: flex;
}

.footer-2 .last li {
    justify-content: end;
}

.footer-2 a, 
.footer-2 span {
    font-size: 16px;
    padding: 7px 0;
    color: #fff;
    text-decoration: none;
    position: relative;
}

.footer-2 a {
    padding-left: 10px;
}

.footer-2 a:hover {
    color: rgb(184, 226, 183);
}

.footer-2 a:before {
    content: "";
    width: 5px;
    height: 5px;
    background: rgb(184, 226, 183);
    display: flex;
    position: absolute;
    top: 15px;
    left: 0;
    border-radius: 100%;
}

.last, .last span {
    text-align: right;
}

.img-rounded {
    border-radius: 10px;
}

.section-theme.section-sustainability .section {
    padding: 0;
}

.section-sustainability-front .content {
    max-width: 1000px;
    text-align: center;
}

.section-sustainability-front h3 {
    padding-top: 10px;
    color: rgb(48, 88, 62);
}

.outer {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.main-category h3 {
    text-align: center;
    font-weight: 400;
    font-size: 24px;
    color: rgb(184, 226, 183);
    margin-bottom: 0;
}

.section-theme .main-category {
    padding: 50px 0;
}

.section-sustainability {
    display: flex;
    flex-direction: column;
}

.section-sustainability .icon {
    padding: 20px;
}

.section-sustainability .icon img {
    width: 90px;
    max-width: 100%;
}

.section-sustainability img.img {
    width: 100%;
    border-radius: 10px;
}

.section-sustainability .section {
    padding: 100px 0;
}

.section-sustainability p {
    font-size: 16px;
    line-height: 21px;
}

.section-sustainability p.large {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 50px;
}

.section-sustainability h1 {
    color: #000;
    font-size: 42px;
    position: relative;
    margin-bottom: 45px;
    margin-top: 0;
}

.section-sustainability h1:before {
    content: '';
    width: 80px;
    height: 5px;
    background: rgb(48,88,62);
    position: absolute;
    bottom: -20px;
    left: 0;
}

.section-sustainability h2 {
    font-size: 30px;
    position: relative;
    margin-top: 0;
}

.section-sustainability h2:before {
    content: '';
    width: 80px;
    height: 5px;
    background: rgb(48,88,62);
    position: absolute;
    bottom: -20px;
    left: 0;
}

.section-sustainability h3 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 10px;
}

.section-sustainability h4 {
    font-size: 20px;
    line-height: 26px;
    margin: 0;
}

.section-sustainability .green {
    background: rgb(48, 88, 62);
    padding: 30px;
    border-radius: 10px;
}

.section-sustainability .green h1 {
    color: #fff;
}

.section-sustainability .green h1:before {
    background:rgb(184,226,183);
}

.content {
    max-width: 1300px;
}

.header {
    background: #fff;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.logo img {
    height: 50px;
}

.navigation {
    margin-top: 15px;
    padding-left: 80px;
}

.navigation ul li a {
    color: #000;
    font-weight: 500;
    text-transform: none;
}

.navigation .sub {
    top: 74px;
    background: rgb(48,88,62);
}

.navigation .sub i {
    border-color: #fff!important;
}

.navigation .sub .col-md-3 h3 {
    color: rgb(184,226,183);
    font-weight: 600;
    text-transform: none;
}

.navigation .sub .col-md-3 li a {
    color: #fff;
}

.navigation .sub .col-md-3 li a:before {
    background: rgb(184,226,183)!important;
}

.search {
    float: right;
    margin-top: 10px;
}

.search input.search-field {
    background: #f1f2f3;
    padding-right: 30px;
}

.search form {
    position: relative;
}

.search form::after {
    content: '\f002';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 7px;
    right: 12px;
    color: #777;
}

.search ul {
    display: inline-block;
    margin-right: 10px;
    position: relative;
}

.search ul i {
    color: #777;
}

.search ul a {
    padding: 20px 10px;
}

.search ul.sub.small {
    position: absolute;
    z-index: 999;
    display: none;
    background: #eee;
    top: 35px;
    left: 0;
    width: 130px;
    border-radius: 5px;
}

.search ul li:hover ul.sub.small {
    display: inline-block;
}

.search ul.sub.small a {
    width: 100%;
    padding: 10px 12px;
    display: inline-block;
    color: #000;
    text-decoration: none;
}

.search form {
    display: inline-block;
}


div#hero {
    max-width: 1300px;
    margin: 0 auto;
    float: none!important;
    display: block;
}

.hero-img {
    background: none;
    background-size: cover;
    padding: 0;
    box-sizing: border-box;
}

div#hero h1 {
    font-size: 65px;
    margin: 0;
    text-align: left;
    color: #fff;
    font-weight: 700;
    line-height: 70px;
}

div#hero h2 {
    margin: 0;
    margin-top: 5px;
    font-size: 26px;
    font-weight: 600;
    color: rgb(184,226,183);
}

#hero p {
    font-size: 16px;
    line-height: 21px;
    margin-top: 5px;
}

.slick-slider {
    height: 100%;
    height: 600px;
}

.slick-slide {
    background-size: cover!important;
    background-position: center!important;
}

.slider-item {
    height: 700px;
    position: relative;
}

.slider-item.gradient:before {
    content: '';
    width: 100%;
    height: 100%;
background: rgb(0,0,0);
background: linear-gradient(356deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 30%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.slider-item .content {
    position: relative;
    z-index: 20;
}

.slick-list,
.slick-track {
    height: 100%;
}

.slick-list .content {
    padding: 80px 50px;
    box-sizing: border-box;
}

button.slick-next.slick-arrow {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    z-index: 1;
}

button.slick-next.slick-arrow:before {
    width: 10px;
    height: 10px;
    border-color: #fff;
    border-width: 2px;
    top: 10px;
    left: 7px;
}

button.slick-prev.slick-arrow {
    top: 10px;
    right: 50px;
    left: auto;
    width: 30px;
    height: 30px;
    z-index: 1;
}

button.slick-prev.slick-arrow:before {
    width: 10px;
    height: 10px;
    border-color: #fff;
    border-width: 2px;
    top: 10px;
    left: 11px;
}

.box-img {
    background: url(/assets/img/hero-small-1.png);
    width: 100%;
    min-height: 200px;
    background-size: cover;
    background-position: center;
}

.box-txt {
    padding: 80px 50px;
}

.box-txt.slim {
    padding: 5px 50px;
}

#hero .box {
    background: rgb(48,88,62);
    color: #fff;
    border-radius: 0;
    margin: 0;
    text-align: left;
    padding: 0px 0px;
    box-sizing: border-box;
}

#hero .btn-cta {
    background: rgb(48,88,62);
    border: 0!important;
    color: #fff;
    color: rgb(184,226,183);
    text-decoration: none;
    padding: 12px 30px;
    border-radius: 40px;
    font-weight: 600;
    float: left;
    margin-top: 20px;
}


#hero .box-txt .btn-cta {
    background: none;
    padding-left: 0;
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 18px;
}

.cms h1 {
    font-size: 32px;
    color: #000;
    margin-bottom: 30px;
}

.section-recycling {
    display: block!important;
}

.inspiration .col-md-4 {
    height: auto;
    background: #fff;
    padding: 0;
    margin: 0 10px;
    margin-bottom: 20px;
    width: calc(33.33% - 20px);
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 10px 10px rgb(0 0 0 / 10%);
}

.inspiration .col-md-4 a.btn-cta {
    height: auto;
    color: #fff;
    color: rgb(184,226,183);
    margin-top: 0;
    margin-bottom: 20px;
}

.inspiration .col-md-4 a.btn-cta:hover {
    background: rgb(48,88,62);
}

.inspiration .col-md-4 .txt {
    padding: 20px 20px;
    padding-top: 0;
    display: inline-block;
    float: left;
}

.btn-cta {
    background: rgb(48,88,62);
    border: 0!important;
    color: #fff;
    text-decoration: none;
    padding: 12px 30px;
    border-radius: 40px;
    font-weight: 600;
    float: left;
    margin-top: 20px;
}

.btn-cta i {
    margin-left: 20px;
}

.full.products {
    padding-top: 100px;
}

.products .col-md-3 {
    margin: 0 10px;
    margin-bottom: 20px;
    height: 380px;
    padding: 0 10px;
    box-sizing: border-box;
    background: #f5f5f8;
    width: calc(25% - 20px);
    border-radius: 5px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 12%);
}

.theme {
    background: rgb(48,88,62);
}

.theme p {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
}

.theme h2 {
    color: rgb(184,226,183);
}

.full.theme.full-content {
    padding-top: 50px;
    padding-bottom: 50px;
}

.full.theme .col-md-6 {
    padding-right: 50px;
    box-sizing: border-box;
}

.full.grey {
    background: #f5f5f8;
}

.main-category {
    background: rgb(48,88,62);
}

.main-category i {
    border: 5px solid #fff!important;
}

.main-category h2 {
    color: rgb(184,226,183);
}

.main-category .breadcrumbs li:last-child a {
    color: rgb(184,226,183);
}

.main-category .breadcrumbs li:last-child a,
.main-category .breadcrumbs a, 
.main-category .breadcrumbs li {
    color: rgb(184,226,183);
}

.category-hero {
    position: relative;
    margin-bottom: 0px;
    display: flex;
}

.category-hero img {
    width: 100%;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0;
}

.category-hero h1 {
    position: absolute;
    bottom: 0;
    top: auto;
    left: 30px;
    color: #fff;
    font-size: 40px;
    padding: 10px 20px;
    margin: 0;
    background: rgb(48,88,62);
    border-radius: 10px 10px 0 0;
}

.category-desc {
    background: rgb(48,88,62);
    padding: 15px 50px;
    color: #fff;
    font-size: 18px;
    border-radius: 0 0 10px 10px;
}

.divider {
    height: 0;
    width: 100%;
    margin: 30px 0;
}

.products .sidebar {
    box-shadow: none;
    background: none;
    padding: 0;
    margin: 0;
}

.products .sidebar ul li a {
    font-size: 16px;
    text-decoration: none;
    color: #000;
    padding: 5px 0px;
    display: inline-block;
}

.products .sidebar ul li a:hover {
    text-decoration: underline;
}

.products .sidebar ul li a.active {
    font-weight: 600;
}

.footer {
    background: #fff;
    height: auto;
}

.footer ul li span, 
.footer ul li a {
    color: #000;
}

.footer .logo {
    display: none;
}

.footer ul li {
    display: inline-block;
}

.footer .last ul li {
    float: right;
}

.footer .last ul li a {
    font-weight: 400;
    padding: 0 0 0 10px;
}