/* Category Page css only */
        .fans-category .col-md-12.category-box {
            background-image: url("/pub/media/wysiwyg/fan-category-bg2.png");
            color: white;
            background-size: cover;
            border: unset;
        }

        .catalog-category-view .readMoreBtn {
            display: none;
            color: #639018;
            cursor: pointer;
            text-align: right;
            margin-top: -3rem;
            padding: 0 !important;
        }

        .catalog-category-view .dots {
            display: none;
        }

        .catalog-category-view .more {
            display: none;
        }

        /*-------------*/
        .catalog-category-view .category-box {
            margin-bottom: 10px;
        }

        .catalog-category-view .category-box p {
            padding: 8px 8px 0 8px;
        }

        .catalog-category-view .subcategory-list p {
            padding: 8px 0 0 0;
        }

        .catalog-category-view .blog-section p {
            padding: 8px 0 !important;
        }

        /* .catalog-category-view .subcategories {
            display: none;
        } */

        /* Faq section */

        .catalog-category-view .layout {
            width: 100%;
            margin: auto;
        }

        .catalog-category-view .accordion {
            padding: 10px;
            margin-top: 10px;
            margin-bottom: 10px;
            border: 1px solid #639018;
        }

        .catalog-category-view .accordion__question p {
            margin: 5px;
            padding: 0;
            font-weight: bold;
        }

        .catalog-category-view .accordion__answer p {
            margin: 5px;
            padding: 10px;
            border-radius: 10px;
        }

        .catalog-category-view .accordion:hover {
            cursor: pointer;
        }

        .catalog-category-view .accordion__answer {
            display: none;
        }

        .catalog-category-view  .accordion.active .accordion__answer {
            display: block;
        }

        /* end*/
        .catalog-category-view .desc-list-btn {
            color: #ffffff;
            text-transform: uppercase;
            font-weight: 600;
            width: 75%;
            text-align: center;
            display: block;
            margin: 0 auto;
            padding: 10px 20px;
            font-style: italic;
        }

        .catalog-category-view .subcategory-box,
        .catalog-category-view .blog-section {
            padding: 15px 0;
            display: flex;
            flex-wrap: wrap;
        }

        .catalog-category-view .subcategory-box .col-md-3,
        .catalog-category-view .blog-section .col-md-3 {
            padding: 0;
            width: 24.7%;
        }

        .catalog-category-view .subcategory-list {
            display: flex;
            flex-direction: column;
        }

        .catalog-category-view .bottom {
            margin-top: auto;
        }
        .catalog-category-view .subcategory-list{
            margin: 8px;
        }
        .catalog-category-view .subcategory-list,
        .catalog-category-view .category-box {
            padding: 12px;
            border: 1px solid #639018;
        }

        .catalog-category-view .subcategory-desc-section {
            margin: 15px 0;
            padding: 15px;
            border: 1px solid #639018;
        }

        .catalog-category-view .subcategory-desc-section p {
            padding: 5px 0;
        }

        .catalog-category-view .subcategory-list img {
            border: 1px solid #639018;
        }

       .catalog-category-view .subcategory-list h2 {
            font-family: 'Roboto-BlackItalic';
            font-style: italic;
            font-size: 22px;
            text-transform: uppercase;
        }

        .catalog-category-view .category-cms h2 {
            width: 100%;
            font-family: 'Roboto-BlackItalic';
            font-style: italic;
            font-size: 22px;
            text-transform: uppercase;
        }

        .catalog-category-view .desc-logos .certified-logo {
            margin-bottom: 10px;
            width: 240px;
            margin: 0 10px;
        }

        .catalog-category-view .desc-logos {
            display: flex;
            align-items: center;
        }

        .catalog-category-view .btn-section {
            display: flex;
            margin-top: 30px;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: center;
        }

        .catalog-category-view .desc-btn {
            color: #ffffff;
            text-align: center;
            width: 85%;
            font-size: 14px;
            padding: 12px 0px;
            border-radius: 0;
            text-transform: uppercase;
            font-weight: bold;
            font-style: italic;
            margin: 8px 0;
        }

        .catalog-category-view .desc-btn:hover,
        .catalog-category-view .desc-list-btn:hover {
            color: #ffffff;
            text-decoration: none;
        }

        .catalog-category-view .contact-btn {
            color: #ffffff;
            background-color: #639018;
        }

        .catalog-category-view .call-btn {
            color: #ffffff;
            background-color: #373737;
        }

        .catalog-category-view .plus-icon,
        .catalog-category-view .minus-icon {
            color: #639018;
            font-size: 18px;
            float: right;
        }

        .catalog-category-view .plus-icon:before {
            content: "+";
            display: inline-block;
            margin-right: 5px;
        }

        .catalog-category-view .minus-icon:before {
            content: "x";
            display: inline-block;
            margin-right: 5px;
        }

        .catalog-category-view .MS-content .item {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }

        .catalog-category-view .MS-content .postwrap-content {
            padding: 12px;
            border: 1px solid #639018;
            display: flex;
            flex-direction: column;
            width: 24%;
        }

        .catalog-category-view .bottom-home-page-blog-button a {
            color: #fff !important;
            background-color: #639018;
            width: 50%;
            margin: 0 auto;
            padding: 15px 1em;
            cursor: pointer;
            text-decoration: none;
            text-transform: uppercase;
            font-size: 16px;
            font-family: 'Roboto-BlackItalic';
            font-style: italic;
            text-align: center;
        }

        .catalog-category-view .bottom-home-page-blog-button a:hover {
            color: #639018 !important;
            background: #eee;
            box-shadow: 1px 1px 1px 1px #639018;
        }

        .catalog-category-view .bottom-home-page-blog-button {
            margin: 15px auto;
            text-align: center;
            padding: 10px;
        }

        .catalog-category-view .custom-fab-landing-page .bottom-home-page-blog-button {
            margin: 42px auto 0 auto;
        }

        .catalog-category-view .post-title {
            margin-top: 10px;
        }

        .catalog-category-view a.post-item-link {
            font-family: 'Roboto-BlackItalic';
            font-style: italic;
            font-size: 22px;
            text-transform: uppercase;
            line-height: 1.1;
        }

        @media screen and (min-width: 768px) and (max-width: 1079px) {

            .catalog-category-view .subcategory-box .col-md-3,
            .catalog-category-view .blog-section .col-md-3 {
                width: 49%;
                margin-bottom: 12px;
            }
            .catalog-category-view .MS-content .postwrap-content{
                width: 49%;
            }
        }

        @media screen and (max-width: 767px) {

            .catalog-category-view .subcategory-box .col-md-3,
            .catalog-category-view .blog-section .col-md-3 {
                width: 100%;
                margin-bottom: 12px;
            }

            .catalog-category-view .subcategory-box,
            .catalog-category-view .blog-section {
                justify-content: center;
            }

            .catalog-category-view .MS-content .postwrap-content{
                width: 100%;
            }
        }
.custom-fab-landing-page .contactform-send-button{background-color: #639018;padding: 10px 1em;min-width: 150px;}
