﻿body 
{
    font-family: 'Kanit', sans-serif;
    font-weight:300;
}
.navbar-brand
{
}
.navbar-brand img
{
    width:150px;
}
.btn-round
{
    display:inline-block;
    border-radius:45px 45px;
    padding-left:15px;
    padding-right:15px;
    text-align:center;
}

.navbar-light
{
    background:#fff !important;
}

.text-primary
{
    color:#3cc9c4 !important;
}

.btn-primary
{
    background-color:#3cc9c4 !important;
    border-color:#3cc9c4 !important;
}
.btn-outline-primary
{
    color:#3cc9c4 !important;
    border-color:#3cc9c4 !important;
}
.btn-outline-primary:hover
{
    color:#fff !important;
    background-color:#3cc9c4 !important;
}

.navbar-collapse .btn-outline-primary
{
    color:#3cc9c4 !important;
}
.navbar-collapse .btn-outline-primary:hover
{
    color:#fff !important;
    background-color:#3cc9c4 !important;
}

.table-th-noborder tr th
{
    border-top:0px;
}
/*
.btn-outline-warning
{
    color:#ff8400 !important;
    border-color:#ff8400;
}
.btn-outline-warning:hover
{
    color:#000 !important;
    background:#ff8400 !important;
    border-color:#ff8400;
}
*/
.section-contact
{
    background:#f5f5f5;
    padding-top:30px;
    padding-bottom:30px;
}

.header-top
{
    background:#3cc9c4;
    color:#fff;
}

@media (max-width: 767px) 
{
    .navbar-nav
    {
        border-top:1px solid #303030 !important;
        margin-top:10px;
    }
}

@media (min-width: 768px) 
{
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon 
{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(60, 201, 196, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.container-cpanel {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

footer
{
    padding-top:20px;
    padding-bottom:50px;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: inline-block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-link.active {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link.first {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-link.last {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.products
{
}
.products .item
{
    padding:15px 15px;
    margin-bottom:30px;
    background:#fff;
}
.products .item .thumbnail
{
    display:block;
    min-height:250px;
    /*background:red;*/
    text-align:center;
    margin-bottom:10px;
}
.products .item .thumbnail img
{
    border:0px;
    max-height:250px;
    display:inline-block;
}
@media (max-width: 767px) 
{
    .products .item
    {
        text-align:center;
    }
}

.products-top
{
    border:1px solid #eee;
    padding:15px 15px;
    margin-bottom:30px;
}
.products-top .orderby
{
    display:block;
    background:none;
    border:none;
    outline:none;
    width:100%;
}
.products-filter
{
    border:1px solid #eee;
    margin-bottom:15px;
    padding:15px 15px;
    padding-bottom:0px;
    position:relative;
}
.products-filter .menu-header
{
    display:block;
    position:relative;
    margin-bottom:15px;
    color:#000;
    font-weight:400;
}
.products-filter .menu-header i
{
    display:inline-block;
    position:absolute;
    right:0;
    top:0;
    margin-top:5px;
}
.products-filter .menu-header:hover
{
    opacity:.5;
    text-decoration:none;
    cursor:pointer;
}

input[type="checkbox"] + label
{
    margin-left:7px;
}

.title-nav
{
    font-size:14px;
    color:#888;
}
.title-nav a
{
    color:#3cc9c4;
}

.img-radius-5
{
    border-radius:5px 5px;
}

.consent {
    display:none;
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    padding-bottom:15px;
    z-index:9999;
}
.consent .consent-body {
    background:#fff;
    border-radius:10px 10px;
    border:1px solid #ddd;
    padding:20px 30px;
}