/*** Style MWE ***/
/* - Is main style that overwrite Bootstrap4 only [not include other plugin yet] */
/* - Every website has the same */
/* - Not have any theme color >>>> goto "theme-system" or "style_[customer]" */

/*fix facebook likebox chrome*/
@media only screen and (min-width: 993px) and (max-width: 1024px) {
    #side-fblikebox .fb-page.fb_iframe_widget > span{
        max-width: 220px !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    #side-fblikebox .fb-page.fb_iframe_widget > span{
        max-width: 220px !important;
    }
}

/* Text */
/* === Text Input Form === */
#cus-form > .attach_field > .p > input {
  font-size: 16px !important;
}

/* Button */
/* === Login / Member / Cart / Checkout / Forum / Informpayment / Onlinepayment / Contactus / Trackcode === */
#formLogin .btn,
#formRegister .btn,
#formCart .btn,
#formCheckout .btn,
.divButtonAddTopic .btn {
  font-family: "Open Sans", Tahoma;
  font-size: 16px;
}

/* Free Form */
.form-control {
  font-family: "Open Sans", Tahoma;
  font-size: 16px;
}
/* Table */

/* Modal */