/* Edit by Cat Lai */

.entry-content img.alignright, .entry-content .wp-caption.alignright {
    margin-right: 0px !important;
}

.entry-content img.alignleft, .entry-content .wp-caption.alignleft {
    margin-left: 0px;
}

#allproducts .boxWapper .productbox {
    border-right: 1px solid #f0f0f0;
    float: left;
    height: 350px;
    margin: 0 1px 0 0;
    padding: 0 10px;
    text-align: center;
    width: 210px;
}
#allproducts .boxWapper .productbox .imgdiv {
    background-position: center top;
    background-size: cover;
    height: 230px;
    margin: 18px auto 10px;
    overflow: hidden;
    width: 150px;
}

ul {
    list-style-type: square;
}

.featuredproduct .content {
    float: right;
    width: 65%;
    max-width: 180px;
}

html .mceContentBody {
    font-size: 100%;
    max-width: 100% !important;
}
.g-recaptcha{
max-width:200px !important;
}
#newsLetter .news {
    width: 100%;
    margin: auto;
    max-width: 1200px;
    padding: 14px 0 14px 0;
    min-height: 130px !important;
}
#g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}