﻿.hide {
    display: none;
}

.article-page .article-page-banner {
    width: 100%;
}

.article-page .explore-text {
    /** margin-top: 20px;**/
    margin: 90px 0 45px; /*before the first is 90*/
    color: #0058B8;
    font-size: 2.2rem;
    text-align: initial;
    text-transform: uppercase;
}

.article-page .nav-icons {
    display: flex;
    justify-content: center;
    margin-bottom: 3.75rem;
    list-style: none;
}


    .article-page .nav-icons a {
        text-align: center;
        color: #A7AFB0;
        cursor: pointer;
    }

/**.article-page .nav-icons a.all {
    text-align: center;
    color: #0058B8;
    font-weight: 800;
    font-family: "Montserrat";
    text-decoration: underline;
    cursor: pointer;
}****/

.article-page .icons {
    position: relative;
    height: 65px;
    width: 65px;
    border-radius: 50%;
    border: 1px solid;
    margin: 7px 2.25rem;
    cursor: pointer;
}

.article-page .nav-icons .nav-list a {
    display: flex;
    flex-direction: column;
    font-family: "Montserrat";
    margin: 6px 34px;
}

    .article-page .nav-icons .nav-list a .icons {
        position: relative;
        height: 65px;
        width: 65px;
        border-radius: 50%;
        border: 1px solid #A7AFB0;
        margin: 0;
        margin-bottom: 8px;
        align-self: center;
    }

        .article-page .nav-icons .nav-list a .icons svg {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }

    .article-page .nav-icons .nav-list a:hover,
    .article-page .nav-icons .nav-list a.active {
        color: #0058B8;
    }

    .article-page .nav-icons .nav-list a.active {
        text-decoration: underline;
        font-weight: 800;
    }

        .article-page .nav-icons .nav-list a:hover .icons,
        .article-page .nav-icons .nav-list a.active .icons {
            background-color: #0058B8;
        }

            .article-page .nav-icons .nav-list a:hover .icons svg rect,
            .article-page .nav-icons .nav-list a.active .icons svg rect {
                stroke: #fff !important;
            }

            .article-page .nav-icons .nav-list a:hover .icons svg path,
            .article-page .nav-icons .nav-list a.active .icons svg path {
                stroke: #fff !important;
            }

    .article-page .nav-icons .nav-list a.clean-tibs:hover .icons svg path,
    .article-page .nav-icons .nav-list a.clean-tibs.active .icons svg path {
        stroke: none !important;
    }

    .article-page .nav-icons .nav-list a.clean-tibs:hover .icons svg g mask,
    .article-page .nav-icons .nav-list a.clean-tibs.active .icons svg g mask {
        fill: none !important;
    }

    .article-page .nav-icons .nav-list a:hover .icons svg.clean-tips path,
    .article-page .nav-icons .nav-list a.active .icons svg.clean-tips path {
        stroke: none !important;
    }

    .article-page .nav-icons .nav-list a:hover .icons svg.clean-tips g mask,
    .article-page .nav-icons .nav-list a.active .icons svg.clean-tips g mask {
        fill: none !important;
    }

.article-page .icons.one {
    background-color: #0058B8;
}

    .article-page .icons.one img {
        position: relative;
        top: 1.25rem;
        height: 1.25rem;
    }

.article-page .icons .check-box {
    background-color: #0058B8;
    position: absolute;
    width: 35px;
    height: 35px;
    border: 1px solid white;
    border-radius: 5px;
    top: 14px;
    left: 14px;
}

.article-page .icons .book-write {
    position: absolute;
    top: 1rem;
    left: 1rem;
}

.article-page .icons .cleaning-tip {
    position: absolute;
    top: 0.625rem;
    left: 1.125rem;
}

.article-page .icons .home {
    position: absolute;
    top: 0.68rem;
    left: 0.68rem;
}


/* articles containers */

.article-page .article-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* padding: 0 12px; */
}

    .article-page .article-container .tips-article {
        /* max-width: 23rem; */
        flex: 0 0 32%;
        background: #FFFFFF;
        box-shadow: 0px 3px 6px rgb(0 0 0 / 15%);
        border-radius: 4px;
        /**margin: 10px 7px;**/
        margin: 10px 7px;
        cursor: pointer;
    }

    .article-page .article-container .img-container {
        /*display: flex;*/
        /*justify-content: center;*/
        /** align-items: center;**/
        overflow: hidden;
        min-height: 60px;
    }

    .article-page .article-container img {
        border-radius: 4px;
        flex-shrink: 0;
        min-width: 100%;
        min-height: 268px;
        max-height: 268px;
    }

    .article-page .article-container .tips-article .article {
        padding: 22px 16px;
    }

        .article-page .article-container .tips-article .article label.category-name {
            color: #808285;
            font-family: "Montserrat";
            font-style: normal;
            font-weight: 500;
            font-size: 14px;
            line-height: 24px;
            text-transform: uppercase;
        }

            .article-page .article-container .tips-article .article label.category-name a {
                color: #808285;
            }

        .article-page .article-container .tips-article .article .article-title {
            font-family: "Montserrat";
            font-style: normal;
            font-weight: 800;
            line-height: 26px;
            font-size: 20px;
            color: #4F4F4F;
            max-height: 50px;
            min-height: 50px;
            padding: 0 !important;
        }

            .article-page .article-container .tips-article .article .article-title a {
                color: #4F4F4F;
            }



        .article-page .article-container .tips-article .article p.article-content {
            font-weight: 400;
            color: #6D6E71;
            font-weight: 500;
            font-size: 14px !important;
            line-height: 24px;
            /* max-height: 100px;
    min-height: 100px; */
            /* height: 100px; */
            overflow: hidden;
            margin-top: 40px;
            margin-bottom: -10px;
        }
        /* .article-page .article-container .tips-article .article p.scott-1000-para{
    font-weight: 400;
    color: #6D6E71;
    font-size: 1rem;
    max-height: 100px;
    min-height: 100px;
    overflow: hidden;
} */
        .article-page .article-container .tips-article .article .date-time {
            margin-top: 22px;
            color: #5A5B5F;
            font-style: italic;
            font-weight: 500;
            font-size: 14px;
            line-height: 24px;
        }

            .article-page .article-container .tips-article .article .date-time a {
                color: #5A5B5F;
            }

.article-page .load-more-button {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

    .article-page .load-more-button button {
        padding: 10px 22px;
        color: #0058B8;
        background-color: #FFFFFF;
        border: 2px solid #0058B8;
        border-radius: 5px;
        cursor: pointer;
        text-transform: uppercase;
    }

.explore-products {
    color: #0058B8;
    font-size: 2.2rem;
    text-align: center;
    margin-top: 56px;
    text-transform: uppercase;
}

.view-all-products {
    font-weight: 800;
    font-size: 1.375rem;
    line-height: 30px;
    display: flex;
    justify-content: center;
    margin-top: 14px;
    margin-bottom: 25px;
    text-align: center;
    cursor: pointer;
    color: #4F4F4F;
    text-decoration: none;
}


/*explore products section*/

.toilet-paper-section .plp-container {
    margin-top: 26px;
    display: flex;
    margin-bottom: 64px;
    justify-content: center;
    padding: 0 5px;
}

    .toilet-paper-section .plp-container .product-heading {
        font-size: 1.875rem;
        line-height: 40px;
        text-transform: uppercase;
        color: #0058B8;
    }

    .toilet-paper-section .plp-container .plp-sm-container {
        /* max-width: 23rem; */
        /* flex: 0 0 32.8%; */
        flex: 0 0 30%;
        background-color: #F9F9F9;
        padding: 0;
        margin: 0 8px;
    }

        .toilet-paper-section .plp-container .plp-sm-container:hover {
            box-shadow: 0px 3px 6px rgb(0 0 0 / 15%);
        }

        .toilet-paper-section .plp-container .plp-sm-container .list-col {
            list-style: none;
            padding: 10px 20px 0;
        }

            .toilet-paper-section .plp-container .plp-sm-container .list-col .plp-image {
                /* margin: 7px 38px; */
                display: block;
                margin: auto;
            }

img.plp-image {
    width: 253px;
    height: 253px;
}

.toilet-paper-section .plp-container .plp-sm-container .list-col .plp-image.two {
    max-width: 253px;
    height: 253px;
}

.toilet-paper-section .plp-container .plp-sm-container .list-col .sub-heading {
    margin-top: 0;
    margin-bottom: 13px;
    font-style: normal;
    font-weight: 550;
    font-size: 1.5rem;
    line-height: 30px;
    display: flex;
    align-items: center;
    color: #4F4F4F;
}

.list-col .rating-stars {
    display: flex;
    align-items: center;
}

.toilet-paper-section .plp-container .plp-sm-container .list-col .rating {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 30px;
    color: #76787A;
    margin-left: 8px;
}

.toilet-paper-section .plp-container .plp-sm-container .list-col .plp-short-desc {
    /* max-height: 75px; */
    overflow: hidden;
    margin-top: 22px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 25px;
    color: #5A5B5F;
    max-height: 95px;
    min-height: 95px;
}

.toilet-paper-section .plp-container .plp-sm-container .list-col .plp-buttons {
    margin-bottom: 36px;
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

.toilet-paper-section .plp-container .plp-sm-container .list-col .buy-online {
    padding: 10px 22px;
    color: #fff;
    text-transform: uppercase;
    background: #0058B8;
    border-radius: 5px;
    border: 1px solid #0058B8;
    cursor: pointer;
    font-size: 16px;
    line-height: 21.86px;
    margin: 0 8px 0 0;
}

.toilet-paper-section .plp-container .plp-sm-container .list-col .explore-more {
    text-align: center;
    text-transform: uppercase;
    color: #0058B8;
    background: #FFFFFF;
    border: 1px solid #0058B8;
    border-radius: 5px;
    padding: 10px 22px;
    cursor: pointer;
    font-size: 16px;
    line-height: 21.86px;
    margin: 0 0 0 8px;
}

.toilet-paper-section .plp-container .plp-sm-container .list-col button.buy-online:hover {
    background-color: #FFFFFF !important;
    color: #0058B8 !important;
}

.toilet-paper-section .plp-container .plp-sm-container .list-col button.explore-more:hover {
    background-color: #0058B8 !important;
    color: #FFFFFF !important;
}

/*explore products section ENDS here*/

.get-coupon {
    margin-top: 56px;
    position: relative;
    /* z-index: -1; */
}

    .get-coupon .coupon-banner {
        width: 100%;
        min-height: 350px;
    }

    .get-coupon .coupon-text {
        position: absolute;
        margin: 50px 75px;
    }

        .get-coupon .coupon-text .save-over {
            font-weight: 500;
            font-size: 2.5rem;
            color: #4F4F4F;
            margin-bottom: 0px;
        }

        .get-coupon .coupon-text .kc-brands {
            font-weight: 700;
            font-size: 1.875rem;
            color: #4F4F4F;
            margin-top: 0px;
            margin-bottom: 0px;
        }

        .get-coupon .coupon-text .get-your-coupon {
            color: #FFFFFF;
            background-color: #0058B8;
            padding: 10px 40px;
            margin-top: 32px;
            font-size: 1.125rem;
            font-weight: 500;
            border-radius: 5px;
            border: none;
            cursor: pointer;
        }

@media only screen and (max-width: 768px) {
    .article-page .article-container {
        display: flex;
        /*flex-direction: column;*/ /*Tips & Advice - hide this for horizontal action*/
        margin-bottom: 5px;
        align-content: center;
        flex-wrap: nowrap;
        width: 909px;
    }

    .forMobile {
        overflow-x: scroll;
    }

    .forMobileTripsSec .article-page .article-container {
        display: flex;
        flex-direction: column;
        margin-bottom: 5px;
        align-content: center;
        width: auto;
    }

    .article-page .article-container .tips-article {
        margin-bottom: 15px !important;
        /* width: 100%; */
    }

    .article-page h1 {
        font-size: 24px !important;
        line-height: 25px;
    }

    .article-page .article-container img {
        width: 100%;
    }

    .nav-icons,
    .article-page .nav-icons {
        /***flex-direction: column;***/
        align-items: center;
        flex-wrap: wrap;
        margin: 0;
    }

        .article-page .nav-icons .nav-list {
            flex: 0 0 50%;
        }

            .article-page .nav-icons .nav-list a {
                margin: 7px 7px 15px;
            }

                .article-page .nav-icons .nav-list a .icons {
                    margin: 0;
                }

    .article-page .article-container .tips-article .article {
        padding: 22px 16px;
        /* text-align: center; */
    }

        .article-page .article-container .tips-article .article p.article-content {
            font-weight: 400;
            color: #6D6E71;
            font-size: 1rem;
            max-height: 100px;
            min-height: 100px;
            /* height: 100px; */
            overflow: hidden;
            margin-top: 35px;
        }



    /*PLP media query*/
    .plp-container {
        flex-direction: column;
        align-items: center;
    }

        .plp-container .product-heading {
            text-align: center;
        }

    .toilet-paper-section .plp-container .plp-sm-container {
        margin: 0 0 15px !important;
        width: 100%;
    }

        .toilet-paper-section .plp-container .plp-sm-container .list-col .plp-image {
            margin: 0;
            width: 100%;
        }

            .toilet-paper-section .plp-container .plp-sm-container .list-col .plp-image.two {
                max-width: 100%;
            }

    .plp-container .plp-buttons {
        display: flex;
        /* flex-direction: column; */
    }

        .plp-container .plp-buttons .buy-online {
            /* margin: 0 0 5px 0 !important; */
        }

        .plp-container .plp-buttons .explore-more {
            margin: 0 !important;
        }

    .get-coupon .coupon-text {
        margin: 30px;
    }
}

@media (max-width: 600px) {

    .article-page .article-container .tips-article .article p.article-content {
        font-weight: 400;
        color: #6D6E71;
        font-size: 1rem;
        max-height: 100px;
        min-height: 100px;
        /* height: 100px; */
        overflow: hidden;
        margin-top: 55px;
        margin-bottom: -50px;
    }
}

@media (min-width: 710px) and (max-width: 1024px) {

    .article-page .article-container .tips-article .article p.article-content {
        font-weight: 400;
        color: #6D6E71;
        font-size: 1rem;
        max-height: 100px;
        min-height: 100px;
        /* height: 100px; */
        overflow: hidden;
        margin-top: 30px;
        margin-bottom: -30px;
    }

    .article-page .explore-text {
        margin-top: 210px;
    }
}


.a.active, .a:active {
    background: #cecece;
    text-decoration: none;
}

.forTipsArticle .category-name a {
    justify-content: left !important;
    min-height: 30px !important
}

.forTipsArticle .date-time a {
    display: inline !important;
}

.exploreTxt {
    margin: 90px 0 45px !important
}

.product-detail-section .scott-1000-para{
    font-family:"Montserrat" ;
}