﻿.btn-explore-range {
    color: #12c35a !important;
    float: right;
    text-transform: uppercase;
    padding: 0;
    font-size: 18px;
    display: flex;
    align-items: center;
    right: 25px;
}

.landing-page .btn-explore-range {
    color: #12c35a !important;
    float: left;
    text-transform: uppercase;
    padding: 0;
    font-size: 18px;
    display: flex;
    align-items: center;
    margin-top: 20px;
    left: 25px;
}

@media(max-width:767px) {
    .landing-page .btn-explore-range {
        border: 1px solid #12c35a;
        float: left;
        padding: 6px;
        font-size: 12px;
        border-radius: 4px;
        display: flex;
        margin: 10px 0;
        justify-content: center;
    }

    .btn-explore-range {
        border: 1px solid green;
        float: none;
        padding: 6px 10px;
        font-size: 12px;
        border-radius: 4px;
        display: flex;
        margin: 10px 0;
        justify-content: center;
    }
}

.landing-page .row, .toplandingpage .bg-image .row {
    width: 100%;
}

.landing-page .hc-holder {
    margin: 20px auto;
}

@media(max-width:1200px) {
    .landing-page .row, .toplandingpage .bg-image .row {
        width: auto;
    }
}

.btn-explore-range em {
    margin-left: 10px;
    color: #12c35a !important;
}

.cat-info {
    background-color: #fafafa;
}

.cat-box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-shadow: 0px 4px 8px #dddddd;
    flex-direction: column;
    margin-bottom: 30px;
}

@media(min-width:1200px) {
    .cat-box {
        width: 100%;
        margin-bottom: 50px;
    }

    .Cat-box-mob, .main-cat-box {
        padding: 0 30px 0 15px;
    }

        .Cat-box-mob:nth-of-type(4n), .main-cat-box:nth-of-type(3n) {
            padding: 0 15px;
        }
}

.hc-holder.category-cont {
    padding: 0;
}

.cat-image {
    margin: 10px auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
}

    .cat-image img {
        margin: auto;
    }

.flex-row {
    display: flex;
    flex-wrap: wrap;
}

.category-Catname {
    font-weight: bold;
    font-size: 24px;
}

.cat-info p {
    font-size: 14px;
    padding: 15px 0;
}

.cat-info {
    color: #000;
    padding: 25px;
    min-height: 125px;
}

.view-all-cont {
    text-align: right;
}

@media(max-width:767px) {
    .view-all-cont {
        text-align: center;
    }
}

.view-all-cont .view-all-btn {
    float: right;
    background-color: #12c35a;
    border-color: #12c35a;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    box-shadow: 0 3px 6px #dddddd;
    border-radius: 3px;
    color: #fff !important;
    margin: 0;
}

.view-all-btn {
    float: right;
    background-color: #12c35a;
    border-color: #12c35a;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    box-shadow: 0 3px 6px #dddddd;
    border-radius: 3px;
    color: #fff !important;
    margin: 20px 0;
}

.view-all-mob-btn {
    float: none;
    background-color: #12c35a;
    border-color: #12c35a;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    box-shadow: 0 3px 6px #dddddd;
    border-radius: 3px;
    color: #fff !important;
    margin: 0px 0 20px;
    padding: 10px 30px;
}

.landing-page .view-all-btn {
    font-size: 16px;
}

.banner-overlay {
    position: absolute;
    border-bottom: 375px solid rgba(18, 195, 90, 0.5);
}

@media (min-width: 1200px) {
    .banner-overlay {
        border-right: 1138px solid transparent;
    }
}

@media (max-width: 1199px) {
    .banner-overlay {
        border-right: 850px solid transparent;
        border-bottom-width: 285px;
    }
}

.cat-heading-style {
    padding: 0;
    position: relative;
}

.banner-text {
    position: absolute;
    top: 65%;
}


.about-section {
    padding: 30px 50px;
    background: #FAFAFA;
    margin: 20px 0 100px;
    box-shadow: 0px 4px 8px #dddddd;
    border-radius: 4px;
}

@media(min-width:991px) {
    .about-columns {
        column-count: 2;
    }
}

.about-section-inner {
    padding: 50px 30px;
}

.landing-page .about-section {
    padding: 0px;
    background: #FAFAFA;
    margin: 20px 0 100px;
    box-shadow: 0px 4px 8px #dddddd;
}

.about-section p, .about-section span {
    line-height: 1.5;
    color: #444 !important;
    background-color: transparent !important;
    -webkit-tap-highlight-color: none;
    text-align: left !important;
}

.about-section ul li {
    font-weight: bold;
    line-height: 1.5;
}

@media(min-width:768px) and (max-width:991px) {
    .banner-overlay {
        border-bottom: 300px solid rgba(18, 195, 90, 0.5);
        border-right: 350px solid transparent;
        bottom: 0;
    }

    .about-section p, .about-section span, .about-section li {
        font-size: 14px;
    }

    .about-section {
        margin: 20px 0 70px;
    }
}


@media(max-width:767px) {
    .banner-overlay {
        bottom: 0;
        border-bottom: 240px solid rgba(18, 195, 90, 0.5);
        border-right: 320px solid transparent;
    }

    .category-heading h1 {
        font-size: 36px;
    }

    .banner-text {
        top: 70%;
    }

    .cat-box {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        margin-bottom:10px;
    }

    .Cat-box-mob {
        padding: 0;
    }

    .a-flex {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 100%;
    }

    .category-Catname {
        font-size: 19px;
        line-height: 1.3;
        width: 100%;
        color: #8B8B8B;
    }
    .landing-page .btn-explore-range{
        margin-bottom:0;
    }
}



@media(max-width:767px) {
    .cat-info {
        padding: 15px;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .cat-image {
        padding: 5px 15px;
        margin: auto;
    }

        .cat-image img {
            height: auto;
            max-height: 100%;
            max-width: 100%;
        }

    .about-section-inner {
        padding: 30px 10px;
    }

    .about-section {
        padding: 30px 15px;
        background: #FAFAFA;
        margin: 20px 0 100px;
        box-shadow: 0px 4px 8px #dddddd;
    }

        .about-section ul {
            padding-left: 0;
            list-style: none;
        }

            .about-section ul li::before {
                color: #12c35a;
                content: "\2022";
                padding-right: 10px;
                font-size: 35px;
            }

            .about-section ul li {
                font-weight: bold;
                line-height: 1;
                display: flex;
                align-items: center;
            }

        .about-section p {
            line-height: 2;
        }
}

@media(max-width:320px) {
    .about-section-inner {
        padding: 30px 5px;
    }
}

@media(max-width:767px) {
    .view-all-btn {
        font-size: 16px;
        margin-top: 0px;
    }
}

@media(min-width:768px) and (max-width:1200px) {
    .view-all-btn {
        font-size: 16px;
    }
}

.flex-row {
    display: flex;
}

@media(min-width:1200px) {

    .landing-page .banner-overlay {
        position: absolute;
        border-bottom: 375px solid rgba(18, 195, 90, 0.5);
        border-right: 850px solid transparent;
    }

    .landing-page .banner-text {
        position: absolute;
        top: 60%;
    }
}

@media(max-width:1199px) {

    .landing-page .banner-overlay {
        border-bottom: 286px solid rgba(18, 195, 90, 0.5);
    }
}

@media(min-width:1200px) and (max-width:1700px) {

    .bg-image .container {
        padding-left: 160px;
    }
}

@media(min-width:1700px) {
    .bg-image .container {
        padding-left: 152px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .cat-info {
        color: #000;
        padding: 15px 10px;
        min-height: 80px;
    }

    .cat-image {
        min-height: 120px;
        max-height: 120px;
        height: 100%;
    }

        .cat-image img {
            height: auto;
            max-height: 120px;
            max-width: 100%;
        }

    .cat-info {
        min-height: 210px;
        max-height: 210px;
        height: 100%;
    }

        .cat-info p {
            font-size: 14px;
            line-height: 1.3;
            padding: 5px 0px;
        }

    .landing-page .cat-info {
        min-height: 125px;
        max-height: 125px;
        height: 100%;
    }
}

@media(min-width:768px) and (max-width:1200px) {

    .landing-page .btn-explore-range {
        color: #12c35a !important;
        float: left;
        text-transform: uppercase;
        padding: 0;
        font-size: 12px;
        display: flex;
        align-items: center;
        margin-top: 12px;
    }

    .cat-image {
        margin: 10px auto;
        display: flex;
        align-items: center;
    }

    .category-Catname {
        font-weight: bold;
        font-size: 16px;
    }

    .bg-image .container {
        padding-left: 40px;
    }

    .about-section-inner {
        padding: 30px 20px;
    }

    .section-heading {
        padding: 0;
    }
}

@media(min-width:992px) and (max-width:1200px) {
    .cat-info {
        color: #000;
        padding: 15px 20px;
        min-height: 200px;
        max-height: 200px;
        height: 100%;
    }

    .landing-page .cat-info {
        color: #000;
        padding: 15px 20px;
        min-height: 1px!important;
        display: flex;
        height: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .cat-image {
        min-height: 170px;
        max-height: 170px;
        height: 100%;
    }

        .cat-image img {
            height: auto;
            max-height: 170px;
            max-width: 100%;
        }
}

.about-img {
    display: flex;
    align-items: center;
}

    .about-img img {
        border-radius: 4px 0px 0px 4px;
    }

@media(min-width:1200px) {
    .cat-image {
        margin: 10px auto;
        padding: 0 20px;
        display: flex;
        align-items: center;
        min-height: 200px;
        max-height: 200px;
        height: 100%;
    }

        .cat-image img {
            height: auto;
            max-height: 200px;
            max-width: 100%;
        }

    .landing-page .cat-info {
        color: #000;
        padding: 25px;
        height: 140px;
    }

    .cat-info p {
        font-size: 16px;
        padding: 5px 0 25px;
        line-height: 1.5;
    }

    .cat-info {
        color: #000;
        padding: 25px;
        height: 250px;
    }

    .btn-explore-range {
        width: auto;
        float: right;
        right: 25px;
        position: absolute;
        bottom: 25px;
    }


    .category-Catname {
        width: 100%;
    }
}



@media(min-width:1200px) and (max-width:1700px) {
    .landing-page .btn-explore-range {
        font-size: 16px;
        width: auto;
        float: left;
        bottom: 15px;
        left: 15px;
        position: absolute;
    }

    .category-Catname {
        font-size: 16px;
    }
}

@media(min-width:1651px) and (max-width:1650px) {
    .landing-page .btn-explore-range {
        width: auto;
        float: left;
        left: 25px;
        position: absolute;
        bottom: 25px;
        font-size: 24px;
    }
}

@media(min-width:1200px) and (max-width:1400px) {


    .landing-page .cat-info {
        min-height: 140px;
        max-height: 140px;
        padding: 15px;
        display: flex;
        height: 100%;
        flex-wrap: wrap;
    }

    .cat-info {
        min-height: 170px;
        max-height: 170px;
        padding: 15px;
        display: flex;
        height: 100%;
        flex-wrap: wrap;
    }

    .cat-image {
        margin: 10px auto;
        padding: 0 20px;
        display: flex;
        align-items: center;
        height: 100%;
        min-height: 200px;
        max-height: 200px;
    }

        .cat-image img {
            height: auto;
            max-height: 200px;
            max-width: 100%;
        }

    .landing-page .cat-image {
        margin: 10px auto;
        padding: 0 20px;
        display: flex;
        align-items: center;
        height: 100%;
        min-height: 170px;
        max-height: 170px;
    }

    .category-Catname {
        font-size: 16px;
    }

    .landing-page .cat-image img {
        height: auto;
        max-height: 170px;
        max-width: 100%;
    }


    .landing-page .btn-explore-range {
        font-size: 16px;
    }
}

@media(min-width:1400px) and (max-width:1500px) {
    .landing-page .cat-info {
        color: #000;
        padding: 20px 15px;
        min-height: 115px;
        max-height: 115px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .category-Catname {
        font-size: 17px;
    }

    .cat-info {
        max-height: 300px;
        min-height: 300px;
    }
}

.landing-page a {
    color: #12c35a;
}

@media(min-width:768px) and (max-width:991px) {
    .banner-text {
        top: 65%;
    }

    .bg-image {
        height: 474px;
    }

    .view-all-cont {
        padding: 0;
        padding-bottom: 20px;
    }

        .view-all-cont .view-all-btn {
            margin: 0;
            font-size: 16px;
            padding: 10px 15px;
        }
}

@media(max-width:767px) {
    .bg-image {
        height: 354px;
    }

    .view-all-cont .view-all-btn {
        font-size: 16px;
    }

    .about-columns {
        font-size: 12px;
        line-height: 1.5;
    }
}

.best-selling-view-all {
    color: #12c35a;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
    display: inline-block;
}

@media (max-width: 991px) and (min-width: 768px) {
    span.plb-price-was {
        font-size: 14px;
    }
}

@media (max-width:320px) {
    .banner-overlay {
        bottom: 0;
        border-bottom: 195px solid rgba(18, 195, 90, 0.5);
        border-right: 300px solid transparent;
    }
}

@media(min-width:1700px) {

    .landing-page .cat-info {
        min-height: 165px;
        max-height: 165px;
    }
}

.category-heading.cat-heading-style .banner-text {
    width: 100%;
}

@media(min-width:1200px) {
    .category-heading.cat-heading-style .banner-text {
        max-width: 1050px;
    }

    .category-heading h1 {
        margin-top: 35px;
    }
}

@media(min-width:992px){
    .cat-heading-style .h2 {
        position: absolute;
        bottom: 15%;
        color: white;
        z-index: 1;
        font-weight: bold;
        font-size: 38px;
        transform: translate(0, 50%);
        width:100%;
    }
        .cat-heading-style .h2 div.max-heading-width {
            max-width: 42%;
        }
    .section-heading, .landing-page .section-heading, .toplandingpage .section-heading{
        padding: 0 15px!important;
    }
}
@media (max-width:1200px) {
    .cat-heading-style .h2 .container {
        padding-left: 30px;
    }
    .cat-heading-style .h2 div.max-heading-width {
        max-width: 60%;
    }
}
@media (max-width:992px){
        .cat-heading-style .h2 .container {
            padding: 0;
        }
    .bg-mob > .container {
        position: absolute;
        bottom: 0;
        width: 100%;
        max-width: 100%;
        padding: 0;
        overflow: hidden;
    }
    .bg-mob > .container .container{
        position: relative;
        padding-left:15px;
    }
}
.toplandingpage .about-section {
    padding: 30px 50px;
    background: #FAFAFA;
    margin: 20px 0 100px;
    box-shadow: 0px 4px 8px #dddddd;
    border-radius: 4px;
}
@media(min-width:767px) and (max-width:992px){
    .bg-mob > .container {
        position: absolute;
        bottom: 0;
        width: 100%;
        max-width: 720px;
        padding-left: 7%;
        overflow: hidden;
    }
}
@media(max-width:767px){
    .cat-heading-style{
        padding: 0 15px;
    }
}
.landing-page .cat-info{
    max-height:100%;
}
@media (max-width: 767px) {
    .cat-image {
        background-color: white;
    }

    .cat-box a.a-flex {
        background-color: #fafafa;
    }
}
@media (max-width: 767px) {
    .toplandingpage .about-section, .landing-page .about-section {
        margin: 20px 0;
    }
}
.bg-image {
    height: 70px;
    overflow: hidden;
}
.landing-page .banner-overlay {
    position: absolute;
    border-bottom: 397px solid rgba(18, 195, 90, 0.5);
    border-right: 1260px solid transparent;
    bottom: 0;
}
@media (min-width: 992px){
.cat-heading-style .h2 div.max-heading-width {
    max-width: 75%;
}
.cat-heading-style .h2 {
    bottom: 35%;
}
}
@media (max-width: 992px){
.cat-heading-style .h2 div.max-heading-width {
    max-width: 100%;
}
.bg-mob {
    height: auto;
}
}

.landing-page .cat-info {
    min-height: 1px;
    height: auto;
}
.landing-page .about-section {
    margin: 24px 0 100px;
}