@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500;600;700&display=swap");

body {
    font-family: "Baloo 2", cursive;
}

#logo img {
    max-height: 90px;
}

header {
    background-image: none;
}

nav ul li {
    border-right: 0;
}

h1, .title {
    border: 0;
}

header {
    background-color: #ffffff;
}

.top_info ul li a, .contact_show a, .contact_show, #header_contact_button {
    color: #000000;
}

.menu_container {
    background-color: var(--main-green);
    border-top: 1px solid #242223;
}

.home_slider_container {
    width: 100%;
    max-width: 100%;
}

.header_checkout_css {
    background-color: var(--main-green);
    box-shadow: none;
}

.delivery_bar_container {
    background-image: none;
    background-color: var(--main-green);
}

.product_list_nav h3 {
    background: #242223;
    color: var(--main-green);
}

.product_grid_holder1 {
    background: #242223;
}

.productAdd2, .productAdd_Grid {
    background-color: var(--main-green);
}

.productAdd_Grid2 {
    color: #000000;
    border-color: #000000;
}

.addButton, .checkout, .addButton2, .updateButton, .orderButton {
    background: none;
    background-color: #000000;
    border-radius: 5px;
}

.footer_small, footer {
    background-image: none;
    background-color: var(--main-green);
}

    .footer_small h2, footer h2 {
        color: #000000;
    }

.footer_about table a {
    color: #000000;
}

.footer-box {
    max-width: 977px;
    margin: auto;
    padding: 48px 10px 0px 10px;
}

.footer-col-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 662px) {
    .footer-col-box {
        display: grid;
        grid-template-columns: 1fr;
        text-align: center;
    }

        .footer-col-box ul {
            width: 100%;
        }

            .footer-col-box ul li {
                text-align: center;
            }

    .blue-squerr-list li::before {
        display: inline-block !important;
        position: static !important;
        padding-right: 20px !important;
    }
}

.footer-col-box div {
    margin-bottom: 20px;
}

    .footer-col-box div > p, .blue-squerr-list {
        font-size: 1.4rem;
        line-height: 1.2;
        padding: 0;
        margin: 0 !important;
    }
.footer-col-content {
    width: 100%;
}
.footer-col-content img {
    margin-top: 30px;
    width: 100%;
}

.footer-col-content a {
    color: #000000;
    text-decoration: none;
}

.footer-col-content ul {
    padding: 0;
    margin: 0;
}

    .footer-col-content ul li {
        list-style: none;
    }

.blue-squerr-list li {
    margin-left: 25px;
    list-style: none;
    position: relative;
    top: 0;
    display: block;
    height: 25px;
    left: 0;
}

    .blue-squerr-list li::before {
        content: "■";
        position: absolute;
        color: var(--main-green);
        top: 0;
        left: -25px;
        font-size: 2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 25px;
    }

.footer-bottom {
    display: block;
    color: #000000;
    max-width: 977px;
    margin:auto;
}

    .footer-bottom ul {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .footer-bottom li {
        display: inline-block;
        margin-right: 20px;
    }

    .footer-bottom a {
        color: #000000;
    }

.alertBox {
    border-color: #9c9c9c;
}

.alertBoxHeader {
    background: #bbc6d2;
    color: var(--main-green);
    line-height: 25px;
    font-weight: 500;
}

.alertBoxText {
    background-color: #ccd7e4;
}

.formInput3 {
    border: 1px solid #c3c3c3;
}

.related_product_wrapper {
    margin-left: 15px;
    margin-right: 15px;
}

.related_product_holder {
    margin-left: -15px;
    margin-right: -15px;
}

.btn {
    display: inline-block;
    padding: 6px 10px;
    text-decoration: none;
    border-radius: 5px;
}

    .btn.btn-primary {
        background-color: #242223;
        color: #FFFFFF;
        border: 0;
    }

        .btn.btn-primary:hover {
            background-color: #242223;
            color: var(--main-green);
        }

    .btn.btn-secondary {
        background-color: var(--main-green);
        color: #FFFFFF;
    }

        .btn.btn-secondary:hover {
            background-color: #242223;
            color: var(--main-green);
        }

.product-qty-input {
    text-align: left;
    margin-bottom: 5px;
}

    .product-qty-input input {
        width: 100%;
    }

    .product-qty-input .product-price {
        border-bottom: 1px solid #dad7d7;
        border-top: 1px solid #dad7d7;
        padding: 5px 0px;
        margin-top: 10px;
    }

.addButton {
    width: 100%;
}

.product_page_add {
    width: 30%;
}

.product_page_title {
    width: 70%;
}

.lead-time-text {
    font-size: 13px;
    font-style: italic;
    display: inline;
    color: #FF9900;
}

.cart-subtotal {
    font-size: 16px;
    color: #242223;
    font-weight: 500;
}

.radio {
    margin: 16px 0;
    display: block;
    cursor: pointer;
}

    .radio input {
        display: none;
    }

        .radio input + span {
            line-height: 22px;
            height: 22px;
            padding-left: 22px;
            display: block;
            position: relative;
        }

            .radio input + span:not(:empty) {
                padding-left: 30px;
            }

            .radio input + span:before, .radio input + span:after {
                content: "";
                width: 22px;
                height: 22px;
                display: block;
                border-radius: 50%;
                left: 0;
                top: 0;
                position: absolute;
            }

            .radio input + span:before {
                background: #D1D7E3;
                transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
            }

            .radio input + span:after {
                background: #fff;
                transform: scale(0.78);
                transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
            }

        .radio input:checked + span:before {
            transform: scale(1.04);
            background: #000000;
        }

        .radio input:checked + span:after {
            transform: scale(0.4);
            transition: transform 0.3s ease;
        }

    .radio:hover input + span:before {
        transform: scale(0.92);
    }

    .radio:hover input + span:after {
        transform: scale(0.74);
    }

    .radio:hover input:checked + span:after {
        transform: scale(0.4);
    }

.product-top, .product-middle {
    float: left;
    width: 100%;
}

.product-from-price {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.product-title-price {
    float: right;
    width: 100%;
    margin-bottom: 20px;
}

.product-images {
    float: left;
    width: 30%;
}

.product-images {
    float: left;
    width: 30%;
}

.product-information {
    float: left;
    width: 70%;
}

.product-information-pricing {
    width: 60%;
    float: left;
    padding-right: 5%;
}

.product-information-basket {
    width: 30%;
    float: right;
}

.fact-sheet-button {
    width: 100%;
    text-align: center;
    display: block;
    margin: 40px 0;
}

.product-title-mobile {
    display: none;
}

.stockbox {
    width: 240px;
    /* width: 90%; */
    background: #eee;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
}

@media only screen and (max-width: 910px) {
    .stockbox {
        width: 90%;
        width: calc(100% - 20px);
    }
}

@media only screen and (max-width: 910px) {
    .product-from-price {
        float: right;
    }

    .small_image_holder .product_page_small_images {
        display: inline-block;
        float: none;
    }

    .product-images {
        width: 100%;
        text-align: center;
    }

    .product-information {
        width: 100%;
    }

    .product-title-mobile {
        display: block;
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
    }

    .product-title-price h1 {
        display: none;
    }
}

@media only screen and (max-width: 790px) {
    .product-title-price {
        width: 100%;
        margin-top: 30px;
    }

    .product-from-price {
        width: 100%;
        text-align: center;
    }

    .fact-sheet-button {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 662px) {
    .product-information-pricing {
        width: 100%;
        padding-right: 0px;
    }

    .product-information-basket {
        width: 100%;
        margin-top: 20px;
    }

    .product-qty-input input {
        margin-left: 0px;
        margin-right: 0px;
    }
}

.ark-custom-table ._loading {
    position: relative;
}

    .ark-custom-table ._loading ._bar {
        background-color: #E7E7E7;
        height: 24px;
        border-radius: 7px;
        width: 80%;
    }

    .ark-custom-table ._loading:after {
        position: absolute;
        transform: translateY(-50%);
        top: 50%;
        left: 0;
        content: "";
        display: block;
        width: 100%;
        height: 24px;
        background-image: linear-gradient(100deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 80%);
        background-size: 200px 24px;
        background-position: -100px 0;
        background-repeat: no-repeat;
        animation: loading 1s infinite;
    }

@keyframes loading {
    40% {
        background-position: 100% 0;
    }

    100% {
        background-position: 100% 0;
    }
}

.footer-col-box div > p,
.blue-squerr-list,
.footer-col-content ul li p {
    font-size: 1.2rem;
    line-height: 1.2;
    padding: 0;
    margin: 0 !important;
    font-weight: 400;
}

.column-header {
    font-weight: 800 !important;
    padding-bottom: 10px !important;
}

.blue-squerr-list {
    font-size: 1.4rem !important;
}

.footer-col-content img {
    margin-top: 30px;
    width: 100%;
}

.footer-col-content a {
    text-decoration: none;
}

.blue-squerr-list li {
    margin-left: 25px;
    margin-bottom: 20px;
    list-style: none;
    position: relative;
    top: 0;
}
/*# sourceMappingURL=custom.css.map */
.tdCost {
    color: black;
}

a.white-font, .white-font {
    color: #fff !important;
}
.float-none {
    float: none !important;
    display:block;
}
.green-font{
        color: var(--main-green) !important;
}
.red-font{
    color:red!important;
}
.product-price-det {
    font-size: 34px;
}
.small-img-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    padding: 20px;
}
.small-img-grid img{
    width:100%;
    height:auto;

}