@charset "UTF-8";
/* CSS Document */

/* HEADER */
.t-site-navigation__wrap {
    font-size: 0.875rem;
}
.t-site-header__message, .t-site-header__links .o-layout__item {
	padding: 0;
}
.t-site-header__masthead a:hover {
    color: #d50032;
}
.t-site-header__logo img {
    max-height: 80px;
    width: auto;
}
@media screen and (min-width: 60em) {
    .x-transfigure-navigation__row {
        gap: 0;
    }
}
.t-site-header__top-navigation {
    background-color: #e6e6e6;
    padding: 5px 30px;
}
.t-site-header__top-navigation a {
    color: #111111;
    text-decoration: none;
}
.t-site-header__top-navigation a:hover {
    color: #d50032;
}
.t-site-navigation {
	background-color: #d50032;
    line-height: 20px;
}
ul li.c-navigation__list {
    border-right-style: solid;
    border-right-color: #ffffff;
    border-right-width: 1px;
}
ul:first-child {
    border-left-style: solid;
    border-left-color: #ffffff;
    border-left-width: 1px;
}
.c-navigation__link {
    background-color: transparent;
    color: #ffffff;
    padding: 1em 1em;
    transition: background .5s ease;
}
.c-navigation__link:hover {
    background-color: #ffffff;
    color: #d50032;
    transition: background .5s ease;
}
li ul li .c-navigation__link {
    background-color: #ffffff;
    color: #111111;
}
@media screen and (max-width: 59.999em) {
    .t-site-header__logo {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .x-transfigure-navigation .c-navigation__link {
            color: #3e3e3e;
    }
    .x-transfigure-navigation .c-navigation__link:hover {
        color: #d50032;
    }
    .iconbar .t-site-header__basket-link {
        font-size: 11px;
        background-color: transparent;
        color: white;
        border-right-style: solid;
        border-right-width: 1px;
        border-right-color: #ffffff;
    }
    .iconbar .u-icon-search, .iconbar .u-icon-search:hover  {
        font-size: 18px;
        height: 18px;
    }
}
.iconbar {
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
}
.iconbar .c-button:not(:disabled):not([aria-disabled=true]):not(.c-button--as-link) {
    background-color: transparent;
    outline: none;
    padding-left: 40px;
    padding-right: 40px;
}
.c-button:hover:not(:disabled):not([aria-disabled=true]):not(.c-button--as-link), .c-button--secondary:hover:not(:disabled):not([aria-disabled=true]):not(.c-button--as-link) {
    color: #d50032;
}
.iconbar a {
    text-decoration: none;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 15px;
    padding-bottom: 10px;
}
.iconbar a:hover {
    text-decoration: none;
    color: #d50032;
}
.iconbar a:not(:last-of-type) {
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ffffff;
}
.nav-mobile {
    background-color: #d50032;
}
.nav-mobile a:is(:active, :focus, :hover) {
    color: #d50032;
    text-decoration: none;
    text-decoration-thickness: 0;
    text-underline-offset: 0;
}
.nav-mobile .c-button:hover:not(:disabled):not([aria-disabled=true]):not(.c-button--as-link), .c-button--secondary:hover:not(:disabled):not([aria-disabled=true]):not(.c-button--as-link) {
    background-color: transparent;
    border: none;
    outline: none;
}
.x-transfigure-navigation__content {
    padding-bottom: 0;
    padding-top: 0;
}

/* PAGES */
.t-faq-content {
    display: block;
}
.x-pagination__list {
    margin-bottom: 3rem;
}
.x-product-description {
    padding-top: 0;
}

/* PRODUCTS */
.o-list-inline__item {
    margin-bottom: 10px;
}

/* CHECKOUT */
.t-payment-form__field-cvv {
	max-width: calc(20% - 1em);
	min-width: 80px;
}

/* FOOTER */
.t-site-footer {
    background-image: url("../../graphics/00000014/1/agriland-fs-logo-repeat.png");

    background-repeat: repeat;
    background-color: #3e3e3e;
    color: #ffffff;
    padding-top: 1rem;
    margin-top: 3rem;
}
.t-site-footer .t-site-header__logo {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
}
.t-site-footer__content {
    padding-bottom: 2rem;
}
.t-site-footer__content .c-menu__link:not([class*=" u-icon-"]) {
    color: #c3c3c3;
}
@media (max-width: 47.999em) {
    footer ul#footer_categories, ul#quick_links {
        border-top: 2px;
        border-top-style: solid;
        border-top-color: #727272;
    }

    footer #footer_categories li, #quick_links li {
        border-bottom: 1px;
        border-bottom-style: solid;
        border-bottom-color: #5e5e5e;
    }
}

/* BUTTONS */
.c-button--warning {
    background-color: #d50032;
}

/* MARGINS */
.mr-1 {
    margin-right: 1rem;
}
.mr-2 {
    margin-right: 2rem;
}
.mr-3 {
    margin-right: 3rem;
}

/* PRODUCTS */
.x-product-layout-images__image {
	width: auto;
	max-width: 100%;
}