/**** Mobile utilities classes****/
@media screen and (max-width: 768px) {
    .px-0-mobile {
        padding-left: 0;
        padding-right: 0;
    }
}
/********** Shared css ***************/
@media screen and (max-width: 768px) {
    .categories-list .column {
        padding-left: .4375rem;
        padding-right: .4375rem;
    }
}

@media screen and (max-width: 480px) {
    .force-zero-margin-mobile {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .commonProblems {
    }
}

.commonProblems .modified-accordion .card-header {
    position: relative;
}

    .commonProblems .modified-accordion .card-header:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

.commonProblems .modified-accordion .collapse:not(.show) {
    display: block;
}

@media (max-width: 468px) {
    .commonProblems .modified-accordion .collapse:not(.show) {
        display: none;
    }

    .commonProblems .modified-accordion .card-header:after {
        display: none;
    }
}

.force-font {
    font-family: Merriweather, sans-serif !important;
    color: #99CC00;
}

.force-font-family {
    font-family: Merriweather, sans-serif !important;
}

.force-font-merriweather {
    font-family: Merriweather, sans-serif !important;
}

.force-font-size-16 {
    font-size: 16px !important;
}

.force-font-size-18 {
    font-size: 18px !important;
}

.force-text-bold {
    font-weight: bold !important;
}

.force-font-weight-900 {
    font-weight: 900 !important;
}

.is-flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 30px;
    margin-right: 30px;
}

    .is-flex-center.row:before,
    .is-flex-center.row:after {
        display: none;
    }

.is-flex.align-items-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.truncate-one-line,
.truncate-two-lines,
.truncate-three-lines {
    color: #fff;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

@media print {
    .is-flex-center {
        padding-left: 13px;
    }

    .filters > .hide-for-small-only {
        display: none !important;
    }
}

.truncate-one-line {
    -webkit-line-clamp: 1;
}

.truncate-two-lines {
    -webkit-line-clamp: 2;
}

.truncate-three-lines {
    -webkit-line-clamp: 3;
}
/******** Product landing page ********/
@media screen and (max-width: 768px) {
    .brands-list {
        padding-left: .4375rem;
        padding-right: .4375rem;
    }
}

.is-flex-center .quicklink {
    margin-bottom: 20px;
}

/******* Plants landing page *******/
@media screen and (max-width: 768px) {
    .tools-articles .column {
        padding-left: .4375rem;
        padding-right: .4375rem;
    }
}

.tools-articles .column:last-child:not(:first-child),
.tools-articles .columns:last-child:not(:first-child) {
    float: left;
}
/****** Plants category page ********/
@media screen and (max-width: 768px) {
    .plant-lists .column {
        padding-left: .4375rem;
        padding-right: .4375rem;
    }
}

.filter-results {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0;
}
/******** Plant guide page *******/
@media screen and (max-width: 768px) {
    .plant-introduction
    .promo-tile__image-container {
        float: left;
    }
}

.plant-detail .sub-navigation__menu .sub-navigation__menu__list .tabs-title.is-active {
    background-color: transparent;
    padding-bottom: 18px;
    border: none;
    border-bottom: 2px solid #84bc00;
}

.plant-detail .sub-navigation__menu__list.tabs.tabs--colour-themed li.tabs-title.is-active > a {
    color: #84bc00;
}
/************ Ideas & Plants - Garden Videos **************/
.videos-custom iframe {
    width: 100%;
}

@media only screen and (max-width: 992px) {
    .videos-custom .col-md-3.column {
        width: 25%;
        float: left;
    }
}
/************** UMBRACO FORMS ***************************/
.umbraco-forms-field label.umbraco-forms-label {
    font-weight: normal;
}

.umbraco-forms-field.attachimage .field-wrapper {
    display: flex;
}

.umbraco-forms-field .input-field__text.input-validation-error,
.umbraco-forms-field textarea.input-validation-error {
    border-color: #ec5840;
}

.umbraco-forms-field.captcha .form-error {
    margin-top: 10px;
}

.umbraco-forms-field.attachimage .field-wrapper > label {
    margin-right: 5px;
}

.umbraco-forms-field.imageupload .field-wrapper input {
    color: #66a000;
}

    .umbraco-forms-field.imageupload .field-wrapper input.input-validation-error,
    .umbraco-forms-field label.umbraco-forms-label.validation-error {
        color: #ec5840;
    }

.umbraco-forms-field.imageupload .umbraco-forms-tooltip.help-block {
    display: block;
    color: #ccc;
}
/** Maps ****/
.find-store__map {
    margin-top: 0 !important;
}

.umbraco-forms-field.imageupload {
    position: relative;
}

    .umbraco-forms-field.imageupload .image-input__close {
        top: 0px;
    }

@media screen and (max-width: 767px) {
    .promoModule1 {
        padding: 0px 7px;
    }

    .heroBanner .promo-tile--feature {
        padding-left: 7px;
        padding-right: 7px;
    }

        .heroBanner .promo-tile--feature .small-12-center {
            text-align: center;
        }

        .heroBanner .promo-tile--feature .small-12-left {
            text-align: left;
        }

        .heroBanner .promo-tile--feature .small-12-right {
            text-align: right;
        }
}

.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.filter-results .article-gallery__title {
    margin-top: 0;
}

.current-file {
    width: 80%;
    overflow-wrap: break-word;
}

.col-md-8.col-sm-8.col-p-12 .image {
    text-align: left;
}

.not-link-a {
    color: black;
    text-decoration: none;
    pointer-events: none;
    cursor: default;
}

.max-line-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #ffffff;
}

#SearchTab > ol, #SearchTab > ul {
    margin-left: 0px;
    margin-top: 0px;
}

@media screen and (max-width: 767px) {
    .small-10.medium-12.large-12.small-centered.columns > ul {
        margin-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .article-gallery__image-wrapper > .article-gallery__title {
        margin-top: 10px !important;
    }
}

.ask-expert-list-results__row {
    margin-left: 0px;
    margin-right: 0px;
}

.input-field {
    margin-top: 0px;
    margin-bottom: 0px;
}

.button--action-next {
    margin-top: 10px;
    margin-bottom: 30px;
}

@media screen and (max-width: 375px) {
    .upload-image {
        width: 100%;
    }

    .progress-indicator {
        padding: 0;
    }

    .progress-indicator__step > span {
        display: contents !important;
    }
}

.umbraco-forms-field.imageupload .field-wrapper input {
    padding-right: 50px !important;
}

@media only screen and (min-width: 769px) {
    .umbraco-forms-field.imageupload .image-input__close {
        top: -20px !important;
    }
}

@media only screen and (max-width: 768px) and (min-width: 376px) {
    .umbraco-forms-field.imageupload .image-input__close {
        top: -12px !important;
    }
}

@media only screen and (max-width: 375px) {
    .umbraco-forms-field.imageupload .image-input__close {
        top: 20px !important;
    }
}

@media only screen and (max-width: 375px) {
    .responsivegrid > .container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

        .responsivegrid > .container > .row--container {
            padding-left: 0px !important;
            padding-right: 0px !important;
        }
}

[data-whatintent='mouse'] *:focus {
    outline: none;
}

.search-bar__input::-ms-clear {
    display: none;
    height: 0;
    width: 0;
}

.find-store__store-address {
    display: contents;
}

.find-store__address-content .find-store__store-address {
    display: block;
}

@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop, .find-store__store-address {
        display: ruby-base-container !important;
    }
    /* IE11 */
}
/*Product Calc*/
.mr-4 {
    margin-left: 4px;
}

.print-coverage {
    padding-left: 30px;
    padding-right: 30px;
}

.calculate-coverage-container {
    padding-top: 20px;
}

    .calculate-coverage-container .title {
        margin-left: -15px;
        font-size: 16px;
    }

    .calculate-coverage-container .description {
        margin-left: -15px;
        font-size: 16px;
        font-weight: 400;
    }

.coverage {
    background: #f5f5f5;
    padding: 20px;
}


.print-coverage .title {
    margin-top: 0;
    color: #3B3B3C;
    font-size: 16px;
    font-weight: 700;
}

.coverage .total {
    font-family: Merriweather, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.coverage table {
    background: none;
}

    .coverage table td {
        text-align: center;
        padding: 5px 0;
        color: #3B3B3C !important;
        font-weight: 400;
        font-size: 16px;
    }

        .coverage table td:nth-child(1) {
            text-align: center;
            padding: 5px 0;
            background: rgba(0, 0, 0, 0.05);
            box-shadow: inset 0px 0.5px 0px #D3D3D3;
            color: #3B3B3C !important;
        }

        .coverage table td:nth-child(2) {
            text-align: center;
            padding: 5px 0;
            background: rgba(0, 0, 0, 0.05);
            box-shadow: inset 0px 0.5px 0px #D3D3D3;
            color: #3B3B3C !important;
        }

    .coverage table th {
        text-align: center;
        padding: 5px 0;
        background: #006633;
        color: #fff !important;
        font-weight: 700;
        font-size: 16px;
    }

.coverage .input-length-width {
    width: 50%;
    float: left;
}

.coverage .coverage-calculator {
    width: 50%;
    float: left;
}

.coverage .other-coverage {
    margin: 50px 0 10px 0px;
}

@media screen and (max-width: 480px) {
    .coverage .input-length-width {
        width: 100%;
    }

    .coverage .coverage-calculator {
        width: 100%;
    }
}

.third-part {
    width: 70%;
    line-height: 40px;
    font-size: 13px;
}

    .third-part:nth-child(2) {
        width: 20%;
        margin: 0px;
        background-color: #fff;
        height: 36px;
        padding: 0px 5px;
    }

    .third-part:nth-child(3) {
        width: 15%;
        margin: 0px;
        background-color: #fff;
        height: 36px;
        padding: 0px 5px;
    }

.half-part-clear {
    clear: both !important;
}

.coverage input.calc_width_length {
    height: 36px;
    border: 0px;
    border-radius: 0px;
    margin-left: 2px;
}

.coverage .law-area {
    margin: 0px;
}

.inputLawArea {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

    .inputLawArea .law {
        float: left;
        width: 92%;
    }

        .inputLawArea .law input {
            height: 36px;
            background-color: #fff;
            border: 0;
        }

    .inputLawArea .square-metre {
        background-color: #fff;
        height: 36px;
        padding-top: 10px;
    }

.btn-green {
    border: 0 none;
    display: inline-block;
    text-decoration: none;
    padding: 10px;
    font-size: 16px;
    font-weight: 700;
    background-color: #3B3B3C;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
    transition: background-color 0.5s;
    text-align: center;
    border-radius: 0px;
    width: 100%;
    height: 36px;
}

.hose-spray-btn {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 3px;
    background: #B5B5B5;
    color: #ffffff;
}

    .hose-spray-btn.active {
        background: #3BB44B;
    }

    .hose-spray-btn:first-child {
        margin-right: 10px
    }

.btn-calculate {
    clear: both;
}

.pl-0 {
    padding-left: 0px;
}

.coverage-result {
    text-align: center;
}

    .input-length-width .input-title, .coverage-result .input-title {
        font-family: Merriweather, sans-serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
    }

        .input-length-width .input-title.t1 {
            margin-left: 15px;
        }

@media screen and (max-width: 480px) {
    .coverage table th {
        font-size: 12px;
    }

    .coverage table td {
        font-size: 12px;
    }

    .coverage .total {
        font-size: 28px;
    }

    .input-length-width .input-title, .coverage-result .input-title {
        font-family: Merriweather, sans-serif;
        font-weight: 700;
        font-size: 12px;
        line-height: 24px;
    }

        .input-length-width .input-title.t1 {
            font-size: 12px;
        }

    .calculate-coverage-container .title {
        font-size: 12px;
        text-align: center;
    }

    .calculate-coverage-container .description {
        font-size: 12px;
        font-weight: 400;
        text-align: center;
    }

    .print-coverage {
        padding-left: 0px;
        padding-right: 0px;
    }

    .input-length-width {
        padding-left: 4px;
        padding-right: 0px
    }

    .third-part {
        width: 70%;
        font-size: 12px;
    }

    /*.inputLawArea {
            float: left;
            padding-left: 44px;
        }

            .inputLawArea p {
                float: left;
            }

            .inputLawArea input {
                max-width: 59px;
            }*/

    .coverage-result {
        text-align: center;
    }

    .btn-green {
        font-size: 12px;
        font-weight: 700;
    }

    .btn-calculate {
        clear: none;
    }
}

.product-session--content .tab-content table thead th {
    background: #39b54a;
    color: white !important;
    font-weight: bold;
    padding: 6px;
    text-align: center;
}

.munns-style-table-has-heading table th p {
    color: white;
}

.munns-style-table-no-heading table tr,
.munns-style-table-has-heading table tr {
    background: white;
}

.munns-style-table-no-heading table tbody tr:first-child {
    background: #e5e5e5 !important;
    font-style: italic;
    font-weight: normal;
}

.product-tile--article-tile .product-tile__content-block .product-tile__heading {
    font-weight: 400;
}

.custom-marker,
.product-details .product-session--content .tab-content ::marker {
    font-size: 1rem;
}

.munns-grass-icon-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.munns-grass-icon-inner {
    width: 135px;
    margin: 10px 0;
    text-align: center;
}

.munn-grass-filter-icon {
    font-size: 60px;
    font-family: "MunnsIcons" !important;
}

    .munn-grass-filter-icon:before {
        content: "\e601";
        color: #ccc;
    }

.icon-newlawn:before {
    content: "\e600";
    color: #85d9d2;
}

.icon-patchrepair:before {
    content: "\e601";
    color: #85d9d2;
}

.icon-generaluse:before {
    content: "\e60a";
    color: #f45f04;
}

.icon-childrenpets:before {
    content: "\e609";
    color: #f45f04;
}

.icon-fullsun:before {
    content: "\e608";
    color: #f6c004;
}

.icon-50shade:before {
    content: "\e606";
    color: #f6c004;
}

.icon-80shade:before {
    content: "\e607";
    color: #f6c004;
}

.icon-weeklywatering:before {
    content: "\e603";
    color: #029cda;
}

.icon-fortnightlywatering:before {
    content: "\e602";
    color: #029cda;
}

.icon-upright:before {
    content: "\e605";
    color: #01c068;
}

.icon-running:before {
    content: "\e604";
    color: #01c068;
}

.quicklink-lastitem {
    content: "\e908";
    margin-right: 5px;
}

    .quicklink-lastitem:after {
        font-family: "YAicons";
        content: "\e908";
    }

a.quicklink-container:hover {
    background-color: rgb(132, 188, 0);
    color: white;
    text-decoration: none;
}

.quicklink-container {
    position: relative;
    padding: 4px;
    margin: 0;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid black;
}

.quicklink-item {
    display: inline-block;
    margin: 1px;
    padding: 5px;
    font-size: 20px;
}

.home-custom-button {
    margin-bottom: 7px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: .8125rem;
    padding: 1.15em 1.5em;
    width: 100%;
    display: block;
    text-decoration: underline;
}

.home-custom-view-more-button {
    text-decoration: underline;
    text-underline-offset: 12px;
}

.promo-tile__caption-custom {
    bottom: 0;
    color: #fff;
    height: 70px;
    margin-bottom: 0;
    margin-top: 0;
    position: absolute;
    text-align: center;
    text-shadow: -1px 2px 6px #8a8a8a;
    width: 100%
}

.product-categories-action-product {
    margin: 0 0 38px 0;
    height: auto;
}

.product-add-to-cart-button {
    text-align: right;
    color: #fff;
}

    .product-add-to-cart-button .cart-button {
        border-radius: 5px;
        float: right;
    }

        .product-add-to-cart-button .cart-button img {
            margin-right: 5px;
        }

    .product-add-to-cart-button .add-to-cart {
        background-color: transparent;
    }

    .product-add-to-cart-button .adding-item-to-cart {
        background-color: transparent;
        margin-top: -30px;
        width: 50px;
        height: 50px;
    }

        .product-add-to-cart-button .adding-item-to-cart .article-gallery__loading {
            width: 20px;
            height: 20px;
        }

    .product-add-to-cart-button .added-to-cart {
        background-color: transparent;
    }

    .product-add-to-cart-button .item-sold-out {
        background-color: #D1443B;
        font-family: Merriweather, sans-serif !important;
        display: flex;
        border-radius: 10px;
        font-style: normal;
        font-weight: 500;
        font-size: 9px;
        line-height: 24px;
        text-align: center;
        color: #FFFFFF;
        width: 69px;
        height: 17px;
        align-items: center;
        justify-content: center;
    }


.article-gallery__image-wrapper-boxing .product-slider-custom {
    width: 100%;
    position: absolute;
    left: 0;
    border-radius: 4px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 21;
}


    .article-gallery__image-wrapper-boxing .product-slider-custom .shopping-bag-hover {
        display: none;
    }

.product-add-to-cart-button .cart-button i {
    color: var(--black);
    font-size: 11px
}

.shopping-bag-added-to-cart {
    display: inline-block;
}

.added-to-cart i {
    color: var(--yates-green) !important;
    font-size: 11px
}

.article-gallery__image-wrapper-boxing:hover .product-slider-custom .shopping-bag-hover {
    transition: 0.2s;
    color: var(--yates-green);
    display: inline-block;
}

.article-gallery__image-wrapper-boxing:hover .added-to-cart .shopping-bag-hover {
    display: inline-block;
}

.article-gallery__image-wrapper-boxing:hover .product-add-to-cart-button .cart-button i {
    transition: 0.2s;
    color: var(--yates-green);
}

.article-gallery__image-wrapper-boxing:hover .product-slider-custom .shopping-bag {
    transition: 0.2s;
    display: none;
}

    .product-add-to-cart-button .cart-button {
        background-color: #84bc00;
        border-radius: 5px;
        float: right;
        width: 40px;
        height: 25px;
    }
}

.product-slider-custom {
    overflow: hidden;
    padding-bottom: 2px;
}

.product-recommended .product-slider-custom .spinner-wrapper,
.product-recommended .product-slider-custom .spinner-wrapper .article-gallery__loading,
.product-viewed .product-slider-custom .spinner-wrapper,
.product-viewed .product-slider-custom .spinner-wrapper .article-gallery__loading {
    height: 20px !important;
}

.product-viewed .header h4 {
    font-size: 20px;
}

#common-problems-desktop {
    display: block;
}

#common-problems-mobile {
    display: none;
}

@media screen and (max-width: 480px) {
    #common-problems-desktop {
        display: none;
    }

    #common-problems-mobile {
        display: block;
    }

    #common-problems-mobile input {
        position: absolute;
        opacity: 0;
        z-index: -1;
        width: 0;
        height: 0;
    }

    /* Accordion styles */
    #common-problems-mobile .tabs {
        overflow: hidden;
        margin-bottom: 0;
    }

    #common-problems-mobile .tab {
        width: 100%;
        color: white;
        overflow: hidden;
    }

#common-problems-mobile .tab-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #3B3B3C;
    background: #F9F9F9;
    cursor: pointer;
    padding: 13px 20px;
    line-height: 166.9%;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    font-family: Merriweather, sans-serif;
    /* Icon */
}

    #common-problems-mobile .tab-label label {
        color: #3B3B3C;
    }

    #common-problems-mobile .tab-label:hover {
        background: #F9F9F9;
    }

    #common-problems-mobile .tab-label::after {
        border: solid #3B3B3C;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        position: absolute;
        right: 10px;
        content: ""
    }

    #common-problems-mobile .tab-content {
        max-height: 0;
        padding: 0 1em;
        color: #3B3B3C;
        background: #F9F9F9;
        transition: all 0.35s;
    }

    #common-problems-mobile .tabs {
        border: none;
        border-bottom: 1px solid #E5E5E5;
    }


    #common-problems-mobile .tab-content p {
        margin-bottom: 0;
        margin-top: 0;
        white-space: normal;
        padding-top: 16px;
        padding-bottom: 5px;
    }

    #common-problems-mobile .tab-content h4 {
        margin-top: 0;
    }

#common-problems-mobile .tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: #F9F9F9;
    cursor: pointer;
}

    #common-problems-mobile .tab-close:hover {
        background: #1a252f;
    }

#common-problems-mobile input:checked + .tab-label {
    background: #F9F9F9;
}

    #common-problems-mobile input:checked + .tab-label::after {
        transform: rotate(-135deg);
    }

#common-problems-mobile input:checked ~ .tab-content {
    max-height: 100vh;
    padding: 16px 20px;
}

#common-problems-mobile [type=checkbox]:not(:checked) + label:before {
    display: none
}

#common-problems-mobile [type=checkbox] + label:before {
    display: none
}

#common-problems-mobile [type=checkbox] + label, [type=radio] + label {
    margin-right: 0
}

#common-problems-mobile .related-product-carousel {
    margin-top: 20px;
}

#common-problems-mobile .cmp-list__item {
    white-space:normal;
    text-align:left
}
}

.turfForm .gm-style-iw.gm-style-iw-c {
    padding: 20px 0px 10px 20px !important;
}

.turfForm button.gm-ui-hover-effect {
    display: none !important;
}

.font-merriweather {
    font-family: Merriweather, sans-serif !important;
}

/* For articles listing custom */
.product-four-column-description {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 166.9%;
}

.product-four-column-title {
    font-weight: 700 !important;
    font-family: Merriweather, sans-serif !important;
    color: var(--dark-grey) !important;
    font-size: 18px;
    line-height: 24px;
    white-space: nowrap;
    margin-bottom: 13px;
}

.product-four-column-title:hover {
    text-decoration: none;
    color: var(--dark-green) !important;
}

.article-gallery__title__four_column {
    color: var(--dark-grey) !important;
    margin-top: 17px !important;
    white-space: nowrap;
}

.product-four-column__read-more {
    font-family: Merriweather, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-decoration-line: underline;
    text-underline-offset: 5px;
    margin-top: 10px;
    color: var(--dark-grey);
}

    .product-four-column__read-more:hover {
        text-decoration-line: underline;
        text-decoration-color: var(--dark-green);
        color: var(--dark-green) !important;
    }

.font-merriweather {
    font-family: Merriweather, sans-serif !important;
}

.text-bold {
    font-weight: 700;
}

.custom-font {
    font-size: 18px;
}

.main-page-title-size {
    font-size: 32px;
}

.custom-font-size-4-cols-listing {
    font-size: 14px
}

@media screen and (max-width: 480px) {
    .custom-font {
        font-size: 12px;
    }

    .main-page-title-size {
        font-size: 22px;
    }
}

.custom-mega-menu {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.mega-menu-shop {
    height: 356px;
}

.mega-menu-products {
    height: 680px;
}


.mega-menu-garden-hub {
    height: 410px;
}

.mega-menu-lawn-hub {
    height: 410px;
}

.mega-menu-garden-community {
    height: 280px;
}

.mega-menu-need-help {
    height: 280px;
}

.mb-10 {
    margin-bottom: 10px;
}


.mb-20 {
    margin-bottom: 20px;
}

.all-product {
    font-family: Merriweather, sans-serif !important;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #3b3b3c;
}

@media screen and (max-width: 480px) {
    .all-product {
        font-size: 14px;
        line-height: 16px;
    }
    .item-listing-sort-by select {
        min-width: unset;
    }
    .article-listing-content hr{
        display: none;
    }
    .primary-filter-image .filters__filter-lists{
        position: absolute !important;
        top: 0 !important;
        bottom: 0 !important;
        right: 8% !important;
    }
      .overlapBanner-content {
          padding-left: 0px !important;
          padding-right: 0px !important;
      }
    .promo-tile--product .promo-tile__text {
        color: var(--dark-grey);
        font-family: Merriweather, sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 20px;
    }
}
@media screen and (min-width: 480px) {
    .promo-tile--feature--full-width figcaption {
        display: flex;
        justify-content: start;
        padding-top: 4em !important;
        text-align: justify;
        flex-direction: column;
        padding-right: 5em !important
    }
}

.flex-col-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ml-100 {
    margin-left: 100px;
}

.mr-100 {
    margin-right: 100px;
}

@media screen and (min-width: 48em) {
    .force-font-size-32 {
        font-size: 32px !important;
    }
}

.flexbox-imgs {
    display: flex; 
    flex-wrap: wrap; 
    justify-content: center; 
    align-items: center
}

.col-2-imgs {
    flex: 50%;
    width: 100%;
}

.bg-light-grey {
    background-color: #F9F9F9;
}

.force-mb-25 {
    margin-bottom: 25px !important;
}

.force-mt-47 {
    margin-top: 47px !important
}

.justify-center {
    justify-content: center;
}

.scale-up-175 {
    transform: scale(1.75);
}

.force-mb-60 {
    margin-bottom: 60px !important;
}

@media screen and (min-width: 768px) {
    .article-gallery__image-wrapper-boxing .article-gallery__price {
        font-size: 14px !important;
    }
    .mb-15 {
        margin-bottom: 15px;
    }
}

.m-shop-by-brand {
    margin-top: 55px;
    margin-bottom: 80px;
}

@media screen and (max-width: 480px) {
    .m-shop-by-brand {
        margin-top: 40px;
        margin-bottom: 13px;
    }

}

.force-zero-margin {
    margin: 0px !important;
}

.display-flex {
    display: flex;
}

.justify-end {
    justify-content: flex-end;
}

.force-p-static {
    position: static !important;
}

.common-problems-description > * {
    font-weight: 400 !important;
}

.text-transform-none {
    text-transform: none;
}
