@media only screen and (max-width:1600px) {}

@media only screen and (max-width:1350px) {}

@media only screen and (max-width:1230px) {
    .categoryImage {
        width: 160px;
        height: 160px;
    }

    .productContent h2 {
        font-size: 22px;
    }

    .productImage {
        height: 280px;
    }
}

@media only screen and (max-width:991px) {
    .productCol {
        width: 50%;
    }

    .categoryRow {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: -10px 0;
    }

    .categoryCol {
        width: 33.33%;
        padding: 10px 0;
    }

    .productDescriptionPopup {
        padding: 40px 45px;
    }

    .popupImage {
        width: 250px;
    }

    .popupDesc {
        width: calc(100% - 250px);
        padding-left: 50px;
    }

    body button.mfp-close {
        width: 40px;
        height: 40px;
        right: 20px;
        top: 20px;
    }
}

@media only screen and (max-width:767px) {
    .siteLogo img {
        max-width: 100px;
    }

    section.heroBanner h1 {
        font-size: 40px;
        line-height: 53px;
    }

    section.heroBanner {
        height: 190px;
        padding: 0;
        background-size: contain;
        margin-top: 120px;
        background-image: url(./images/mobile-banner.png)!important;
    }

    .categoryCard h4 {
        font-size: 20px;
        line-height: 36px;
        margin: 18px 0 0;
    }

    .productCol {
        width: 50%;
        padding: 10px 7.5px;
    }

    .productImage {
        height: 260px;
    }

    .productContent h2 {
        font-size: 20px;
    }

    .productRow {
        margin: -10px -7.5px;
    }

    .productDescriptionPopup {
        padding: 30px 30px;
    }

    .popupImage {
        width: 200px;
    }

    .popupDesc {
        width: calc(100% - 200px);
        padding-left: 35px;
    }

    .popupDesc p {
        font-size: 15px;
        line-height: 22px;
        margin: 8px 0 20px;
    }

    .popupDesc h3 {
        font-size: 26px;
        padding-right: 16px;
    }

    body button.mfp-close {
        width: 30px;
        height: 30px;
        right: 15px;
        top: 15px;
    }
}

@media only screen and (max-width:600px) {
    .categoryCol {
        width: 50%;
    }

    .productCol {
        width: 100%;
        padding: 16px 11px;
    }

    .productDescriptionPopup {
        padding: 50px 30px 30px;
    }

    .popupImage {
        width: 100%;
    }

    .popupImage img {
        max-width: 300px;
    }

    .popupDesc {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }

}