::-webkit-scrollbar {
    width: 12px;
    background-color: transparent;
}

.site--brand{
    width:240px;
    background-size: contain;
    background-repeat: no-repeat;
}

.cart--link{
    top: 88px;
}

@media (min-width: 1194px){
    .site--links {
        padding-top: 38px!important;
    }
}


@media (min-width: 769px){
    #cookie_info .options{
        margin-right: 70px;
    }
}


@media (max-width: 768px) {
    /* .mobile--header .mobile--under-nav {
        height: 5pc;

    } */

    .cart-delivery-info{
        width: 100% !important;
    }

}

.mobile--contact .contact-phone{
    font-size: 12pt!important;
}


@media (max-width: 768px) {
    .footer-logos-separator{
        display: none;
    }
    .cart--wrapper li .cart--content .cart--value::before {
        content: "Price: ";
    }

    .cart--wrapper li .cart--content .cart--quantity::before {
        content: "Quantity: ";
    }

}

.footer-logos{
    text-align: center;
    padding-top: 25px;
}
.footer-logos img{
    max-height: 40px;
}

.footer-logos-separator{
    border-right: 1px solid #58bf76;
    height: 40px;
    padding-left: 10px;
    margin-right: 10px;
    display: inline-block;
}
h1.small_tree span {
    font-size: 30px;
    line-height: 36px;
    border-bottom: 1px solid #00a651;
    color: #00a651;
    /* margin-left: 15px; */
    padding-bottom: 15px;
    /* width: 100%; */
    width: fit-content;
    display: block;
}
.small_tree span:last-child::after, .small_tree span:first-child::after {
    content: "";
}

h1.small_tree.desktop_visible {
    margin-left: 25px;
}

.mobile_visible {
    display: none;
}

/* Trusted Shop fix */

#MyCustomTrustbadge{
    display: block;
    position: fixed;
    bottom: 20px;
    left: 20px;
}


@media (max-width: 768px) {
    body.agro-checkout .delivery--select{
        margin-bottom: 30px;
        transform: translateY(25px);
    }
    body.agro-checkout .delivery--select select{
        transform: translateY(-25px);
    }

}

@media (min-width: 769px) {
    body.agro-checkout .delivery--select{
        width: 70%;
    }
}