/* FONT */

@font-face {
    font-family: 'THSarabunNew';
    src: url('../fonts/thsarabunnew-webfont.eot');
    src: url('../fonts/thsarabunnew-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/thsarabunnew-webfont.woff') format('woff'),
         url('../fonts/thsarabunnew-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0.8pt;
}

@font-face {
    font-family: 'THSarabunNew';
    src: url('../fonts/thsarabunnew_bolditalic-webfont.eot');
    src: url('../fonts/thsarabunnew_bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/thsarabunnew_bolditalic-webfont.woff') format('woff'),
         url('../fonts/thsarabunnew_bolditalic-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    letter-spacing: 0.8pt;
}

@font-face {
    font-family: 'THSarabunNew';
    src: url('../fonts/thsarabunnew_italic-webfont.eot');
    src: url('../fonts/thsarabunnew_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/thsarabunnew_italic-webfont.woff') format('woff'),
         url('../fonts/thsarabunnew_italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    letter-spacing: 0.8pt;
}

@font-face {
    font-family: 'THSarabunNew';
    src: url('../fonts/thsarabunnew_bold-webfont.eot');
    src: url('../fonts/thsarabunnew_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/thsarabunnew_bold-webfont.woff') format('woff'),
         url('../fonts/thsarabunnew_bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    letter-spacing: 0.8pt;
}

@font-face {
  font-family: 'Arabica';
  src: url('../fonts/Arabica.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Arabica.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Arabica.woff') format('woff'), /* Modern Browsers */
       url('../fonts/Arabica.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Arabica.svg#ed337bc0cee5abb31bfb706be26fc5d4') format('svg'); /* Legacy iOS */
  font-style:   normal;
  font-weight:  normal;
  letter-spacing: 0.8pt;
}

@font-face {
	font-family: "th_niramit";
	src: url("../fonts/th_niramit_as-webfont.woff");
	font-style: normal;
	font-weight: normal;
  letter-spacing: 0.8pt;
}
@font-face {
	font-family: "th_niramit";
	src: url("../fonts/th_niramit_as_bold-webfont.woff");
	font-style: normal;
	font-weight: bold;
  letter-spacing: 0.8pt;
}
@font-face {
	font-family: "th_niramit";
	src: url("../fonts/th_niramit_as_italic-webfont.woff");
	font-style: italic;
	font-weight: normal;
  letter-spacing: 0.8pt;
}
@font-face {
	font-family: "th_niramit";
	src: url("../fonts/th_niramit_as_bold_italic-webfont.woff");
	font-style: italic;
	font-weight: bold;
  letter-spacing: 0.8pt;
}

.cs-menu-btn {
  margin-top: -10px;
  top: 5px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 1px;
  cursor: pointer;
  transition: all .2s ease-in-out;
}

.cs-menu-btn__burger {
  width: 20px;
  height: 1px;
  background: #888;
  border-radius: 2px;
  box-shadow: 0 2px 5px rgba(255,101,47,.2);
  transition: all .2s ease-in-out;
}
.cs-menu-btn__burger::before,
.cs-menu-btn__burger::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 1px;
  background: #888;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(255,101,47,.2);
  transition: all .2s ease-in-out;
}
.cs-menu-btn__burger::before {
  transform: translateY(-6px);
}
.cs-menu-btn__burger::after {
  transform: translateY(6px);
}
.cs-menu-btn.open .cs-menu-btn__burger {
  transform: translateX(-50px);
  background: transparent;
  box-shadow: none;
}
.cs-menu-btn.open .cs-menu-btn__burger::before {
  transform: rotate(45deg) translate(35px, -35px);
}
.cs-menu-btn.open .cs-menu-btn__burger::after {
  transform: rotate(-45deg) translate(35px, 35px);
}

.mod-btn-recom-arrow {
  border: 0;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #fe9c06;
  color: #FFF;
}

.btn-yellow {
  background-color: #fedc01;
  border-color: #fedc01;
  color: white;
}

.btn-yellow:hover {
  background-color: #dbc00b;
  border-color: #dbc00b;
  color: white;
}

.btn-yellow:focus {
    background-color: #dbc00b;
    border-color: #dbc00b;
    box-shadow: 0 0 0 0.25rem #ffe95d80;
    color: white;
}

.btn-yellow-outline {
    background-color: white;
    border-color: #fedc01;
    color: #fedc01;
  }

  .btn-yellow-outline:hover {
    background-color: #dbc00b;
    border-color: #dbc00b;
    color: white;
  }

  .btn-yellow-outline:focus {
      background-color: #dbc00b;
      border-color: #dbc00b;
      box-shadow: 0 0 0 0.25rem #ffe95d80;
      color: white;
  }

.nav-1 {
  min-height: 57px;
  position: fixed;
  top:0;
  left: 0;
  z-index: 1004;
}

.mod-menu-bar {
    border-radius: 10px;
    border: 1px solid #dfdfdf;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.rounded-5 {
  border-radius: 10px;
}
.card.rounded-5 div div img {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.cus-btn {
  background-color: #C9187D;
  border-color: #C9187D;
  border-radius: 10px;
  border: 0px;
  padding: 10px 20px;
  color: #FFFFFF;
}

.cus-btn:hover {
  color: #fff;
  background-color: #b3007d;
  border-color: #b3007d;
}

.cus-btn-qty {
  border-radius: 13px;
  width: 35px;
  height: 35px;
  border: 2px solid #747a8d;
  align-items: center;
  justify-content: center;
  display: flex;
  color: #747a8d;
  text-decoration: none;
  background-color: transparent;
}

.cus-btn-qty:hover {
  color: #747a8d;
}

.cus-btn-qty.disable {
  border: 2px solid #f0f0f0;
  color: #f0f0f0;
}

.text-black-20 {
  color: #ced4da;
}

.mod-leaf {
  color: #6f893d;
}

.mod-font-1 {
  /*font-family: "THSarabunNew";*/
  font-family: "Arabica";
}
.mod-font-2 {
  font-family: "Arabica";
}
.mod-font-3 {
  font-family: "Arabica";
}
.footer {
  /*font-family: "THSarabunNew";*/
  font-family: "Arabica";
  font-size: 13px;
}

.mod-product-preview {
  width: 100%;
  height: auto;
}
.mod-product-title {
  color: #fedc01;
}

.mod-img-flag {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  object-fit: cover;
}
.mod-menu-item {
  flex-direction: row;
}
.mod-menu {
  padding: 10px 0px;
  position: fixed;
  left: 0;
  top: -250px;
  width: 100%;
  height: 200px;
  background-color: #FFF;
  z-index: 1003;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  /* transition: .2s; */
}
.mod-menu.active {
  top: 57px;
  /* transition: .2s; */
}
.mod-menu ul {
  display: flex;
  justify-content: space-between;
  padding: 0;
  width: 100%;
  flex-wrap: wrap;
}
.mod-menu ul li {
    list-style: none;
    flex-basis: 33%;
    align-items: center;
    display: flex;
    justify-content: center;
    width: 10px;
    flex-direction: column;
    padding: 10px 0px;
}
body {
  padding-top: 57px;
}
@media (min-width: 1200px) {
  body {
    padding-top: 150px;
  }
  .mod-menu-item {
    flex-direction: column;
  }
  .mod-menu {
    top:0;
    padding: 0px 0px;
    position: unset;
    background-color: transparent;
    width: 100%;
    height: fit-content;
    box-shadow: unset;
  }
  .mod-menu ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
  .mod-menu ul li {
    list-style: none;
    flex-basis: calc(14%);
    align-items: center;
    display: flex;
    justify-content: center;
  }
}

ul.progress-point {
  height: 2em;
  margin: 0;
  font-size: 25px;
  display: flex;
  justify-content: center;
  margin-bottom: 2em;
}

ul.progress-point li {
  width: 25%;
  list-style: none;
  display: flex;
  justify-content: center;
  height: 60%;
  border-bottom: 6px dotted #fedc01;
  margin-left: 2.5px;
  margin-right: 2.5px;
}

ul.progress-point li:first-child {
  width: calc(25% / 2);
  justify-content: flex-start;
  margin-left: unset;
  margin-right: 2.5px;
}

ul.progress-point li:last-child {
  width: calc(25% / 2);
  justify-content: flex-end;
  margin-left: 2.5px;
  margin-right: unset;
}

/* ul.progress-point li span.line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 0;
  border-top: 6px dotted #fedc01;
  z-index: 2;
} */

/* ul.progress-point li span.point {
  position: absolute;
  z-index: 3;
  font-size: 32px;
  font-weight: 600;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fedc01;
} */

/* ul.progress-point li.active span.point {
  color: #fff;
} */

/* ul.progress-point li::after {
    content: '';
    position: absolute;
    background: #fff;
    border: 5px solid #fedc01;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    z-index: 2;
} */

/* ul.progress-point li.active::after {
  background: #fedc01;
} */

/* ul.progress-point li span.label {
  position: absolute;
  top: 2.5em;
  text-align: center;
  width: 100%;
} */

ul.progress-point li span.point {
  font-size: 32px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fedc01;
  content: '';
  background: #fff;
  border: 5px solid #fedc01;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  z-index: 2;
}

ul.progress-point li.active span.point {
  color: #fff;
  background: #fedc01;
}

ul.progress-point li span.label {
  position: absolute;
  margin-top: 60px;
}

ul.progress-point li:first-child span.label {
  margin-left: -25px;
}

ul.progress-point li:last-child span.label {
  margin-right: -10px;
}
