@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'Circular';
	src:url('../fonts/Circular.eot');
	src: local('☺'), url('../fonts/Circular.woff') format('woff'), url('../fonts/Circular.ttf') format('truetype'), url('../fonts/Circular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
.Circular{
	  font-family: 'THSarabunPSK';
	}
	
@font-face {
  font-family: "responsivenav";
  src:url("../icons/responsivenav.eot");
  src:url("../icons/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("../icons/responsivenav.ttf") format("truetype"),
    url("../icons/responsivenav.woff") format("woff"),
    url("../icons/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'THSarabunPSK';
  src: url('../fonts/THSarabunPSK.eot?#iefix') format('embedded-opentype'), 
  url('../fonts/THSarabunPSK.woff') format('woff'), url('THSarabunPSK.ttf')  format('truetype'), 
  url('../fonts/THSarabunPSK.svg#THSarabunPSK') format('svg');
  font-weight: normal;
  font-style: normal;
}

.th-sarabun{
	font-family: 'THSarabunPSK' !important;
}

@font-face {
        font-family: "supermarket";
        src: url('../fonts/614685059-supermarket.eot');
        src: url('../fonts/614685059-supermarket.eot?#iefix') format('embedded-opentype'),
        url('../fonts/614685059-supermarket.svg#supermarket') format('svg'),
        url('../fonts/614685059-supermarket.woff') format('woff'),
        url('../fonts/614685059-supermarket.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
}

.super_mr{
  font-family: 'THSarabunPSK' !important;
}
	

.nav-toggle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  text-indent: -300px;
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 55px;
  float: right;
}

.nav-toggle:before {
  color: #fff; /* Edit this to change the icon color */
  font: normal 28px/55px "responsivenav"; /* Edit font-size (28px) to change the icon size */
  text-transform: none;
  text-align: center;
  position: absolute;
  content: "\2261"; /* Hamburger icon */
  text-indent: 0;
  speak: none;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-toggle.active:before {
  font-size: 24px;
  content: "\78"; /* Close icon */
}

