/* 
main color: #006800 
sub color: #8cbb22 
*/

.btn-org { color: #fff; margin: 0; background-color: #006800; border-color: #006800; transition: all .2s ease-out; letter-spacing: 0; }
.btn-org:hover { color: #fff; background-color: #8cbb22; border-color: #8cbb22;}

span.facebook { color: #3a5795; }
span.twitter { color: #1da1f2; }
span.pinterest { color: #e63d44; }
span.google-plus { color: #d95332; }

.body .title h1,
.body .title h2 { font-size: 22px; font-weight: 200; display: none; }

.sys-contacts .body .title { border-bottom: none; }

.sys-breadcrumb .breadcrumb { margin-bottom: 20px; }

/* ////////////// PRODUCT ALL - PAGE ////////////// */
.sys-products .body .lists .lists-item .discount .disable { font-weight: 300; }
.sys-products .body .lists.column-3 .lists-item .title a h2 {  font-size: 18px; font-weight: 500; }


/* ////////////// PRODUCT DETAIL - PAGE ////////////// */
.product .product-category { font-size: 12px; }
.product .product-title h3, .product .product-title h3 a { font-family: 'Kanit'; font-weight: 400; } 
.product .product-title h3 a:hover { color: #006800 !important; } 

.sys-product .body .product-detail .title h1 { font-size: 22px; color: #91dad1; }

.btn-facebook { border-color: #3b5998 !important; }
.btn-facebook:hover { background-color: #8cbb22 !important; border-color: #8cbb22 !important; }


/* ////////////// CHECK OUT - PAGE ////////////// */
.sys-sale-checkout .body h2,
.sys-sale-checkout .body h3 { font-size: 20px; font-weight: 400; color: #006800;  }

.sys-sale-checkout .body .col-md-12:not(.your-product-table, .address-shipment-box) a { margin-top: 10px; border-radius: 4px; background-color: #006800; color: #fff; padding: 5px 20px;
font-size: 13px; font-family: 'Kanit' !important; }
.sys-sale-checkout .body .col-md-12:not(.your-product-table, .address-shipment-box) a:hover { border-radius: 4px; background-color: #8cbb22; color: #fff; }
