/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
  @import 'https://fonts.googleapis.com/css?family=Kanit|Prompt|Sarabun|Caveat|Questrial';

a {
                /*เชื่อมโยง*/
     text-decoration: none;    /*เอาขีดเส้นใต้ออก*/
  }
 

.bg-light {
  background-color: #FFFFFF !important;
}
 

.noti-cart {
    position: relative;
    margin-left: -12px;
    margin-top: 3px;
    width: 18px;
    height: 18px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 100%;
    background: #F8362C;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search{
  position: relative;

}

.search input{
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  text-indent: 10px;
  background: #EDEDF0;
 
}

.search .fa-search{
  position: absolute;
  top: 12px;
  right: 16px;
  color: #787885;
}
 