:root {
    --dark-green: #538a4a;
    --darker-green: #46743e;
    --dark-shadow-green: #3c6336;
    --darker-shadow-green: #32532d;
    --bs-body-font-size: 0.8rem;
}

html {
  font-size: 16px;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

a {
    /*font-weight: 600;
    margin: 0.5rem;*/
    color: inherit;
    text-decoration: none;
}


a.large-item-cart-button {
    text-decoration: none;
}

a:hover {    
    text-decoration: underline;
    color: inherit;
}


div.item-cart-button {
    background-color: #6dad6d;
    width: 44px;
    height: 35px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

div.item-cart-button:hover {
    background-color: #518551;
}

div.large-item-cart-button {
    background-color: #6dad6d;
    width: 200px;
    height: 40px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#ebebeb;
}

div.large-item-cart-button:hover {
    background-color: #518551;
}


/*div.item-overview {
    height: 520px
}*/


img.item-thumbnail {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    height: 120px;
}

img.item-thumbnail:hover {
    box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

img.full-image {
    max-width: 100%;
    max-height: 400px;
}

li.nav-item {
    margin-right: 0.9vw;
    margin-left: 0.9vw;
}

.btn-dark-green {
    color: #fff;
    background-color: var(--dark-green);
    border-color: var(--dark-green);
}
.btn-dark-green:hover {
    color: #fff;
    background-color: var(--darker-green);
    border-color: var(--dark-shadow-green);
}
.btn-check:focus + .btn-dark-green, .btn-dark-green:focus {
    color: #fff;
    background-color: var(--darker-green);
    border-color: var(--dark-shadow-green);
    box-shadow: 0 0 0 0.25rem rgba(83, 138, 74, 0.5);
}
.btn-check:checked + .btn-dark-green, .btn-check:active + .btn-dark-green, .btn-dark-green:active, .btn-dark-green.active, .show > .btn-dark-green.dropdown-toggle {
    color: #fff;
    background-color: var(--dark-shadow-green);
    border-color: var(--darker-shadow-green);
}
.btn-check:checked + .btn-dark-green:focus, .btn-check:active + .btn-dark-green:focus, .btn-dark-green:active:focus, .btn-dark-green.active:focus, .show > .btn-dark-green.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(83, 138, 74, 0.5);
}
.btn-dark-green:disabled, .btn-dark-green.disabled {
    color: #fff;
    background-color: var(--dark-green);
    border-color: var(--dark-green);
}

.btn-outline-dark-green {
    color: var(--dark-green);
    border-color: var(--dark-green);
}
.btn-outline-dark-green:hover {
    color: #fff;
    background-color: var(--dark-green);
    border-color: var(--dark-green);
}
.btn-check:focus + .btn-outline-dark-green, .btn-outline-dark-green:focus {
    box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:checked + .btn-outline-dark-green, .btn-check:active + .btn-outline-dark-green, .btn-outline-dark-green:active, .btn-outline-dark-green.active, .btn-outline-dark-green.dropdown-toggle.show {
    color: #fff;
    background-color: var(--dark-green);
    border-color: var(--dark-green);
}
.btn-check:checked + .btn-outline-dark-green:focus, .btn-check:active + .btn-outline-dark-green:focus, .btn-outline-dark-green:active:focus, .btn-outline-dark-green.active:focus, .btn-outline-dark-green.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-dark-green:disabled, .btn-outline-dark-green.disabled {
    color: var(--dark-green);
    background-color: transparent;
}

.category-container {
    width: 50%;
    min-width: 22rem;
    padding-left: 15%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: left;
}

.category-image {
    width: 4rem;
    height: 4rem;
    margin-right: 1rem;
}

.display-7 {
    font-size: calc(1.2rem + .3vw);
    font-weight: 500;
    line-height: 1.2;
}

.font-size-medium{
    font-size: 1.3rem;
}

.header-btn {
    position: relative;
    top: -64px;
    font-size: 0.8rem;
}

.img-header {
    width: 100%;
    height: 300px; /* Adjust the height as needed */
    background-image: url('/images/header_green_bg_xs.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.img-logo {
    height: 60px; /* Adjust the height as needed */
    width: 146px;
    background-image: url('/images/logo_202406_xs.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.img-text-header {
    height: 300px; /* Adjust the height as needed */
    background-image: url('/images/header_green_text_xs.webp');
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.img-engagement {
    width: 48%;
    font-size: 1.1rem;
    font-weight: 300;
}

.img-engagement img{
    width: 8rem;
}

.img-section {
    max-width: 35rem;
    max-height: 60rem;
}


.item-cart-button-img {
    position: relative;
    left: -2px;
    width: 26px;
}

.item-container {
    width: 48%;/*8rem;*/
    border-width: 1px;
    border-style: solid;
    border-color: #ddf1da;
    border-radius: 10px;
    margin: 1%;/*0.25rem;*/
    padding: 1%;/*0.25rem;*/
}

.item-description{
    text-align: left;
    margin-bottom: 1rem;
}

.item-detail-underline-left {
    background-color: #b7d9b7;
    height: 0.12rem;
    float: left
}

.item-detail-underline-right {
    background-color: #f1f1f1;
    height: 0.12rem;
    float: right;
}

.item-label-stats {
    border-style: solid;
    border-width: 1px;
    border-color: #ced4da;
    padding: 1rem;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.item-numbers {
    align-items: center;
    justify-content: center;
    color: black;
}

.item-overview-image {
    margin-bottom: 3rem;
}

.item-price {
    font-size: 1.2rem;
    margin-inline: 0.4rem;
    color: #6dad6d;
    font-weight: 700;
}

.item-image {
    max-height: 14rem;
    max-width: 7rem;
    margin: 0.2rem;
}

.item-see {
    color: #7f7f7f;
}


.item-selected{
    display: block;
}

.item-selected-pair {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: inherit;
    justify-content: center;
}

.text-line-height {
    line-height: 25px;
}

.min-15rem {
    min-width: 15rem;
}

.mt-6 {
    margin-top: 5rem !important;
}

.navbar-toggler {
    font-size: 1rem;
}

.nav-bar-search > .btn, .nav-bar-search > .form-control {
    line-height: 1rem;
    font-size: 0.8rem;
}

.normal-text {
    font-size: 1rem;
}

.page-container {
    width: 98%;
    margin: auto;
}

/*.section-flex-child-responsive{
    width: 50%;
    padding: 0 2% 0 2%;

    text-align: left;
    max-width:512px;
}*/

.section-subtitle {
    line-height: 30px;
    font-weight: 300;
}

.separation {
    background-color: #b7d9b7;
    width: 40%;
    height: 0.12rem;
}

.separation-small {
    background-color: #b7d9b7;
    width: 30%;
    height: 1px;
    margin-top: 2.2rem !important;
    margin-bottom: 2.2rem !important;
}

.short-description {
    text-align: left;
    font-size: 0.75rem;
}

.small-line-height{
    line-height: 1.35rem;
}

.text-engag1 {
    max-width: 325px;
    line-height: 25px;
}

.text-engag2 {
    max-width: 330px;
    line-height: 25px;
}

.text-engag3 {
    max-width: 335px;
    line-height: 25px;
}
.text-engag4 {
    max-width: 420px;
    line-height: 25px;
}

.w-20 {
    width: 20%;
}

.w-35 {
    width: 35%;
}

.w-65 {
    width: 65%;
}

.w-80 {
    width: 80%;
}


@media (min-width: 490px) {
    .img-header {
        background-image: url('/images/header_green_bg.webp');
    }

    .img-text-header {
        background-image: url('/images/header_green_text.webp');
    }
}

@media(min-width: 600px) {
    
}

@media (min-width: 768px) {

    :root {
        --bs-body-font-size: 1rem;
    }


  

    div.item-cart-button {
        width: 55px;
        height: 40px;
    }

    div.item-overview > div {
        width: 50% !important;
    }

    .item-detail-text {
        width: 75% !important;
    }

    .item-overview-text {
        order: 1;
    }

    .item-overview-image {
        margin-bottom: 0;
        order: 2;
    }
    .img-header {
        height: 400px;
    }

    .header-btn {
        font-size: 1rem;
    }

    .img-logo {
        height: 80px; /* Adjust the height as needed */
        width: 194px;
        background-image: url('/images/logo_202406.webp');
    }

    .img-text-header {
        height: 400px;
        background-image: url('/images/header_green_text.webp');
    }

    .img-engagement {
        font-size: 1.25rem;
        width: 24%;
    }

    .page-container {
        max-width: 1200px;
        width: 96%;
    }

    .item-image {
        margin: 1rem
    }

    .item-price {
        font-size: 1.4rem;
    }

    .item-container {
        /*width: 24%;*/
        width: 48%;
        margin: 0.5%;
        padding: 1%;
        max-width: 16rem;
    }

    /*.item-description {
        margin-bottom: 2rem;
    }*/

    .item-cart-button-img {
        width: 32px;
    }

    /*.navbar-search {
        font-size:1rem;
    }*/

    .navbar-toggler {
        font-size: 1.5rem;
    }

    .nav-bar-search > .btn, .nav-bar-search > .form-control {
        line-height: 1.5rem;
        font-size: 1rem;
    }

    section-flex-child-responsive {
        text-align: left;
    }

    .separation-small {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .short-description {
        font-size: 0.8rem;
    }

    .text-engag1 {
        max-width: 405px;
    }

    .text-engag2 {
        max-width: 415px;
    }

    .text-engag3 {
        max-width: 420px;
    }

    .text-engag4 {
        max-width: 525px;
    }

    .text-line-height {
        line-height: 30px;
    }

    .w-md-50{
        width: 50%;
    }
}

/*@media (min-width: 992px) {
    .w-lg-50 {
        width: 50%
    }
}*/

@media (min-width: 1200px) {
    .page-container {
        max-width: 1200px;
    }

    /*.item-container {
        width: 15rem;
    }*/

    .img-text-header {
        margin: auto;
        max-width: 1200px;
    }

    .img-header {
        background-image: url('/images/header_green_ac_bg_xl.webp');
    }
    
}