.greenBtn {
    border: #449a45 1px solid; 
    border-radius: 8px; 
    padding: 10px 7px; 
    max-width: 250px;
    background-color: white !important;
    color:#449a45;
}

a .greenBtn, .greenBtn {
    color:#449a45 !important;
    text-decoration: none;
}

.greenBtn:hover {
    background-color: #449a45 !important;
    color: white !important;
}

.video {
    height: 420px;
}

.buyNowBtn {
    color:#449a45;
    border: 1px solid #449a45;
    background-color: #c5e9c9;
    padding: 10px;
}

.productTitle {
    font-weight: bold;
    font-size: 2em !important;
}

.cfsre {
    width: 50%;
}

.activatedBtn {
    background-color: #449a45 !important;
    color: white !important;
}

.buyNowDiv {
    width: 80% !important;
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
}

.popup-image {
    display: block;
    margin: 0 auto;
    max-width: 90%;
    max-height: 90%;
    margin-top: 5%;
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
}

.popup-image {
    display: block;
    margin: 0 auto;
    max-width: 90%;
    max-height: 90%;
    margin-top: 5%;
}

.close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}

.resultCard {
    width: 100% !important;
}

.activeProductBtn { 
    box-shadow: 0 0 0 3px rgba(141, 198, 63, 0.5) !important;
}

.flex-direction-main {
    flex-direction: row;
}
.flex-direction {
    flex-direction: column;
    margin:auto;
}

.productBtnContainer {
    flex-wrap: nowrap; 
    width: 60%; 
    min-width: 300px; 
    max-width: 680px;
}

.productDivider {
    margin: 22px 0;
}

.productBtn {
    min-width: 160px !important;
}

@media only screen and (max-width: 1200px) {
    
}

@media only screen and (max-width: 767px)  {
    body {
        overflow-x: hidden;
    }

    .greenBtn {
        font-size: 11px !important;
        height: 40px;
        padding:4px !important;
    }

    .video {
        height: 180px;
    }

    .cfsre {
        width: 100%;
        padding: 10px;
    }
    
    iframe {
        width: 100%;
    }

    .buyNowDiv {
        width: 90% !important;
    }

    .popup-image {
        max-width: 80%;
        margin-top: 70%;
    }

    .close {
        top: 5px;
        right: 10px;
        font-size: 20px;
    }

    .productInsertDiv .col {
        padding:6px !important;
    }

    .flex-direction-main {
        flex-direction: column;
        padding: 7.5px;
    }
    .flex-direction {
        flex-direction: row;
        width: 100%;
    }

    .productBtnContainer {
        width: 100%; 
        min-width: none; 
        max-width: none;
    }

    .left {
        margin-right: 7.5px !important;
    }

    .right { 
        margin-left: 7.5px !important;
    }

    .productDivider {
        margin: 7.5px 0 !important;
    }

    .productBtn {
        min-width: 41% !important;
    }
}

@media only screen and (max-width: 350px)  {
    .productBtn {
        font-size: small !important;
    }
}