@import url("./bootstrap.min.css");
@import url("./jquery-ui.css");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Thai:wght@100;200;300;400;500;600;700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");
@import url("https://cdn-uicons.flaticon.com/uicons-regular-rounded/css/uicons-regular-rounded.css");
@import url("https://cdn-uicons.flaticon.com/uicons-brands/css/uicons-brands.css");
@import url("./owl.carousel.min.css");
@import url("./owl.theme.default.css");
@import url("./jquery.fancybox.css");
@import url("./input-radio-style.css");
@import url("./menu_nav.css");
@font-face {
  font-family: "helvetica_now_displayXBd";
  src: url("../fonts/helveticanowdisplay-extrabold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "helveticanowdisplay_regular";
  src: url("../fonts/helveticanowdisplay-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "kulachat";
  src: url("../fonts/kulachatserif-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "helvetica_neuemedium_extended";
  src: url("../fonts/helvetica_neue_medium_extended-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'stidtiregular';
    src: url('../fonts/stidti-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #e8f2f4;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #009abe;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #e25e45;
}

*:focus,
*:active {
  outline: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

body {
  animation: fade-in 1s, bg-move 10s linear infinite;
  -webkit-animation: fade-in 1s, bg-move 10s linear infinite;
  font: 1em "stidtiregular", sans-serif, "stidtiregular", sans-serif;
  color: #333333;
  font-weight: 400;
}

oz-selection {
  background: rgba(0, 0, 0, 0.2);
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: transparent !important;
}

ol,
ul {
  margin: 0 !important;
  padding: 0 !important;
}

.pagination_bot {
  margin: 0 auto;
  display: table;
}

.pagination a {
  position: relative;
  display: inline-block;
  color: #333333;
  text-decoration: none;
  font-size: 0.8rem;
  line-height: 30px;
  font-weight: 700;
  margin: 0px 10px;
  text-align: center;
}

.pagination a:before {
  z-index: -1;
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  top: 0;
  left: 0;
  background-color: transparent;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.pagination .pagination-active {
  color: #fff;
  background-color: #e25e45;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.pagination .pagination-active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.pagination a .pagination-active {
  color: #fff;
}

.pagination a:hover:before,
.pagination a .pagination-active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.pagination-older,
.pagination-newer {
  color: #333333;
}

.btntops {
  padding: 0px;
}

.hoverstyle {
  position: relative;
}

.hoverstyle figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2.5rem;
  letter-spacing: 2px;
}

.hoverstyle figure {
  overflow: hidden;
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
}

.hoverstyle figure div {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  height: 100%;
  line-height: 20;
  width: 100%;
}

.hoverstyle figure a img {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hoverstyle:hover figure a img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.hoverstyle:hover figure div {
  opacity: 1;
}

.sticky-top {
  z-index: 99;
}

.wrap_menu {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 991;
  margin: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 1px solid #ececec;
  background-color: #fff;
}

.wrap_menu.sticky {
  background-color: #fff;
  top: 0px;
  padding-bottom: 5px;
  -webkit-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1) !important;
}

.wrap_menu.sticky #annctop {
  display: none;
}

.wrap_menu.sticky #menugroup .mainmenu ul li {
  font-size: 1rem;
}

.wrap_menu.sticky #menugroup .mainlogo a img {
  width: 70%;
}

.offcanvas.offcanvas-top {
  height: 21vh;
}

.searchontop .btn-outline-secondary {
  background-color: #e25e45;
  width: 100px;
}

.searchontop .btn-outline-secondary i {
  color: #fff;
}

#cartside .btnbotcheckout {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #fff;
  padding: 5px;
  font-family: "kulachat", serif, "stidtiregular", sans-serif;
}

.check-container {
  font-size: 0.9rem;
  line-height: 20px;
  padding-left: 30px;
  margin-bottom: 0;
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 500;
  color: #333333;
}

.check-container .count {
  position: absolute;
  right: 0;
}

.check-container input {
  width: 0;
  height: 0;
  opacity: 0;
  cursor: pointer;
  position: absolute;
}

.check-container .checkmark:after {
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 6px;
  top: 2px;
}

.checkmark {
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.check-container input:checked ~ .checkmark {
  background-color: #009abe;
  color: #fff;
}

.check-container input:checked ~ .checkmark:after {
  display: block;
}

#annctop {
  background-color: #176e9d;
  padding: 15px 0px;
  color: #fff;
  text-align: center;
  font-family: "stidtiregular", sans-serif, "stidtiregular", sans-serif;
}

.resetpassword .btn-success,
.join_us .btn-success,
.login .btn-success {
  width: 100%;
}

.btn-success-type {
  background-color: #009abe;
  color: #fff;
  border-radius: 0px;
  font-family: "stidtiregular", sans-serif, "stidtiregular", sans-serif;
  text-align: center;
  text-decoration: none;
  font-size: 0.8rem;
}

.btn-success-type:hover {
  background-color: #000 !important;
  color: #fff !important;
}

.btn-shop-sm {
  background-color: #e25e45;
  color: #fff;
  border-radius: 0px;
  font-family: "stidtiregular", sans-serif, "stidtiregular", sans-serif;
  text-align: center;
  text-decoration: none;
  font-size: 0.8rem;
}

.btn-shop-sm:hover {
  background-color: #000 !important;
  color: #fff !important;
}

.btn-facebook {
  background-color: #3d5a96;
  color: #fff;
  border-radius: 0px;
  font-family: "helvetica_neuemedium_extended", "stidtiregular", sans-serif;
  text-transform: uppercase;
  text-align: center;
  padding: 15px;
  text-decoration: none;
  width: 100%;
}

.btn-facebook:hover {
  background-color: #3d5a96 !important;
  color: #fff !important;
}

.btn-line {
  background-color: #39cd00;
  color: #fff;
  border-radius: 0px;
  font-family: "helvetica_neuemedium_extended", "stidtiregular", sans-serif;
  text-transform: uppercase;
  text-align: center;
  padding: 15px;
  text-decoration: none;
  width: 100%;
}

.btn-line:hover {
  background-color: #39cd00 !important;
  color: #fff !important;
}

.btn-google {
  background-color: #c81621;
  color: #fff;
  border-radius: 0px;
  font-family: "helvetica_neuemedium_extended", "stidtiregular", sans-serif;
  text-transform: uppercase;
  text-align: center;
  padding: 15px;
  text-decoration: none;
  width: 100%;
}

.btn-google:hover {
  background-color: #c81621 !important;
  color: #fff !important;
}

.contectss {
  text-align: center;
}

.contectss a {
  color: #e25e45;
  font-weight: 700;
  font-family: "kulachat", serif, "stidtiregular", sans-serif;
}

.edittext,
.forgetpass {
  font-size: 0.8rem;
  color: #000;
}

.resetpassword {
  margin-top: 12em;
}

.resetpassword .formgroup {
  position: relative;
}

.resetpassword .formgroup .form-control {
  margin-bottom: 20px;
}

.join_us {
  margin-top: 8em;
}

.join_us .formgroup {
  position: relative;
}

.join_us .formgroup .form-control {
  margin-bottom: 20px;
}

.smtxt {
  font-size: 0.9rem;
  color: #929292;
}

.smtxt a {
  color: #929292;
}

.login {
  margin-top: 10em;
}

.login .formgroup {
  position: relative;
}

.login .formgroup .form-control {
  margin-bottom: 20px;
}

#togglePassword {
  position: absolute;
  right: 10px;
  top: 73%;
}

#menugroup .topnav {
  padding-top: 3em;
}

#menugroup .topnav .offcanvas.offcanvas-top {
  height: 140px;
}

#menugroup .topnav .offcanvas-body {
  overflow-y: hidden;
}

#menugroup .topnav .offcanvas-body .input-group {
  height: 45px;
}

#menugroup .topnav .offcanvas-body .btn-outline-secondary {
  background-color: #e25e45;
  border: none;
  width: 70px;
}

#menugroup .topnav .offcanvas-body .btn-outline-secondary i {
  color: #fff;
}

#menugroup .topnav ul li {
  list-style: none;
  display: inline-block;
  padding: 0px 8px;
  font-size: 1rem;
}

#menugroup .topnav ul li a {
  color: #333333;
  text-decoration: none;
}

#menugroup .topnav ul li a i {
  font-size: 1.2rem;
}

#menugroup .mainlogo {
  text-align: center;
}

#menugroup .mainlogo img {
  width: 100%;
}

#menugroup .dropdown-container {
  position: absolute;
  padding: 10px;
  top: 100%;
  height: auto;
  background-color: #fff;
  left: 0;
  right: 0;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#menugroup .dropdown-container .submenudrop h4 {
  font-family: "kulachat", serif, "stidtiregular", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
}

#menugroup .dropdown-container .submenudrop .showlinkimage {
  padding: 30px;
}

#menugroup .dropdown-container .submenudrop .showlinkimage img {
  width: 60%;
}

#menugroup .dropdown-container .submenudrop li {
  display: block !important;
  text-align: left !important;
  padding: 5px 0px !important;
}

#menugroup .dropdown-container .submenudrop li a {
  display: block;
}

#menugroup .dropdown-container .submenudrop .headMenu {
  font-size: 1.5rem;
  color: #176e9d;
  font-weight: 300;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#menugroup .dropdown-container .submenudrop .headMenu span {
  color: #176e9d;
  font-weight: 600;
  font-size: 1.2rem;
  letter-spacing: 1px;
}

#menugroup #nav {
  position: static;
  text-align: center;
}

#menugroup #nav .mainmenu li {
  list-style: none;
  display: inline-block;
  padding: 0px 20px;
  font-size: 1rem;
}

#menugroup #nav .mainmenu li.active a {
  color: #009abe;
}

#menugroup #nav .mainmenu li a {
  color: #333333;
  text-decoration: none;
}

#menugroup #nav .mainmenu li a:hover {
  color: #009abe;
}

#menugroup #nav .mainmenu li:hover div.dropdown-container {
  opacity: 1;
  visibility: visible;
}

.boldbig {
  font-family: "kulachat", serif, "stidtiregular", sans-serif;
}

.redtxt {
  color: #e25e45;
}

.bluetxt {
  color: #009abe;
}

.oldprice {
  text-decoration: line-through;
  color: #929292;
  font-size: 0.8rem;
}

.savetag {
  background-color: #e25e45;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 0.7rem;
  font-family: "kulachat", serif, "stidtiregular", sans-serif;
  padding: 5px 10px;
  text-transform: uppercase;
  margin-top: 5px;
}

.titlepopsm2 {
  font-family: "kulachat", serif, "stidtiregular", sans-serif;
  font-size: 1rem;
}

.headtitle h5 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #009abe;
  font-family: "kulachat", serif, "stidtiregular", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.headtitle h3,
.headtitle h2,
.headtitle h1 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #009abe;
  font-family: "kulachat", serif, "stidtiregular", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.headtitle h3 span,
.headtitle h2 span,
.headtitle h1 span {
  color: #e25e45;
}

.headtitle p {
  line-height: 20px;
}

#footer .bgfootermain {
  background-color: #009abe;
  padding: 15px 60px;
}

#footer .bgfootermain .footergroup h6 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #009abe;
  font-family: "kulachat", serif, "stidtiregular", sans-serif;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  padding-bottom: 20px;
}

#footer .bgfootermain .footergroup ul li {
  list-style: none;
  padding-bottom: 10px;
  font-size: 0.9rem;
}

#footer .bgfootermain .footergroup ul li a {
  color: #fff;
  text-decoration: none;
}

#footer .bgfootermain .privacylist ul li {
  list-style: none;
  display: inline-block;
  padding: 0px 10px;
}

#footer .bgfootermain .privacylist ul li a {
  color: #fff;
  font-size: 0.8rem;
}

#footer .bgfootermain .footerlogo img {
  width: 20%;
  margin-bottom: 10px;
}

#footer .bgfootermain .footerlogo img#oss_logo {
  float: right; 
  margin-top:-45px;
}

#footer .bgfootermain .copyright {
  color: #fff;
  font-size: 0.8rem;
}

#footer .bgfootermain img#oss_logo_mb {
  display: none;
}

#footer .bgfootersub {
  background-color: #e8f2f4;
  padding: 15px 40px;
}

#footer .bgfootersub h5 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #009abe;
  font-family: "kulachat", serif, "stidtiregular", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
}

#footer .bgfootersub p {
  padding: 5px 0px;
  line-height: 20px;
  font-size: 0.9rem;
}

#footer .bgfootersub .accpt {
  font-size: 0.8rem;
  display: block;
  line-height: 20px;
}

#footer .bgfootersub .accpt a {
  color: #000;
}

#footer .bgfootersub .subscribe .form-control {
  border-radius: 50px 0px 0px 50px;
  font-size: 0.9rem;
  border: none;
  height: 50px;
}

#footer .bgfootersub .subscribe .btnsubscribe {
  background-color: #fff;
  border-radius: 0px 50px 50px 0px;
  padding: 0px 30px;
}

#footer .bgfootersub .subscribe .btnsubscribe i {
  color: #333333;
}

#footer .bgfootersub .socialfooter ul li {
  list-style: none;
  display: inline-block;
  padding-right: 10px;
}

#footer .bgfootersub .socialfooter ul li a {
  text-decoration: none;
  color: #333333;
}

#footer .bgfootersub .socialfooter ul li a i {
  font-size: 1.2rem;
}

#homepage .whyusgroup .headtitle h5 {
  padding-top: 15px;
}

#homepage .whyusgroup .icongroup {
  background-color: #fff5f3;
  border-radius: 50px;
  width: 80px;
  height: 80px;
  display: inline-block;
  line-height: 80px;
  text-align: center;
  border: 1px solid #e25e45;
}

#homepage .whyusgroup p {
  line-height: 20px;
}

#homepage .bannerslide {
  position: relative;
}

#homepage .bannerslide .item::after {
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1);
  height: 100%;
  width: 100%;
  content: "";
  top: 0;
}

#homepage .bannerslide .owl-item {
  overflow: hidden;
}

#homepage .bannerslide .owl-item img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-transition: 2.5s all ease;
  transition: 2.5s all ease;
}

#homepage .bannerslide .owl-item.active img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 5s all ease;
  transition: 5s all ease;
}

#homepage .bannerslide.owl-theme .owl-nav.disabled + .owl-dots {
  width: 10px;
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-top: 0;
}

#homepage .bannerslide.owl-theme .owl-dots .owl-dot span {
  border: 1px solid #fff;
  background-color: transparent;
  width: 10px;
  height: 10px;
}

#homepage .bannerslide.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #fff;
  border: 1px solid #fff;
  width: 10px;
  height: 10px;
}

#homepage .bannerslide.owl-theme .owl-dots .owl-dot.active span {
  border: 2px solid #fff;
  background-color: #fff;
  width: 10px;
  height: 10px;
}

#homepage #bestsellers .col-lg-6:nth-child(odd) .showcup,
#homepage #bestsellers .col-lg-6:nth-child(odd) .showsize {
  padding: 0px 20px;
}

#homepage #bestsellers .col-lg-6:nth-child(odd) .productContent {
  padding: 20px 0px 0px 20px;
}

#homepage #bestsellers .circulbest {
  -webkit-transform: translate(0px, -80px);
          transform: translate(0px, -80px);
}

#homepage #bestsellers .animated-circle-text {
  background-color: transparent;
  width: 120px;
  height: 120px;
  overflow: hidden;
  position: relative;
}

#homepage #bestsellers .animated-circle-text svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-animation-name: rotate;
          animation-name: rotate;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

#homepage #bestsellers .animated-circle-text text {
  font-family: "stidtiregular", sans-serif, "stidtiregular", sans-serif;
  font-size: 1.3rem;
  padding: 20px;
  text-transform: uppercase;
  fill: #000;
}

#homepage #bestsellers .animated-circle-text text textPath {
  letter-spacing: 10px;
}

#homepage #bestsellers .bigpic img {
  width: 100%;
}

#homepage #bestsellers .smpicone {
  -webkit-transform: translate(40px, -40px);
          transform: translate(40px, -40px);
}

#homepage #bestsellers .smpicone img {
  width: 80%;
}

#homepage #bestsellers .smpictwo {
  -webkit-transform: translate(-35px, -100px);
          transform: translate(-35px, -100px);
}

#homepage #bestsellers .smpictwo img {
  width: 80%;
}

#homepage .flashsalegroup {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  position: relative;
  color: #fff;
  background-image: url(../images/flashsalebg.webp);
  padding: 40px 0px;
}

#homepage .flashsalegroup h4 {
  font-size: 1rem;
}

#homepage .flashsalegroup .countdowninside {
  padding-top: 10em !important;
}

#homepage .flashsalegroup .countdowninside .datetime {
  -webkit-transform: translate(30px, -20px);
          transform: translate(30px, -20px);
  font-size: 1rem;
}

#homepage .flashsalegroup .countdowninside li {
  display: inline-block;
  font-size: 1.5em;
  list-style-type: none;
  padding: 10px 15px;
  color: #fff;
  font-family: "kulachat", serif, "stidtiregular", sans-serif;
  font-variant: lining-nums;
}

#homepage .flashsalegroup .countdowninside li span {
  display: block;
  font-size: 1.3em;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: transparent;
  border-radius: 5px;
  display: inline-block;
  color: #fff;
  position: relative;
}

#homepage .flashsalegroup .countdowninside li span:after {
  position: absolute;
  top: 0px;
  left: 30px;
  border-radius: 10px;
  width: 20px;
  height: 20px;
}

#homepage .bgblue {
  background-image: url(../images/bgblue.webp);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  position: relative;
  padding: 5em 0em;
}

#homepage .perfbg {
  position: relative;
}

#homepage .perfbg .contentwidthhd {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 40%;
  width: 80%;
}

#homepage .perfbg .contentwidthhd h4 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #009abe;
  font-family: "kulachat", serif, "stidtiregular", sans-serif;
  color: #fff;
}

#homepage .perfbg .contentwidthhd p {
  font-size: 1rem;
  color: #fff;
}

#homepage .bgmember {
  position: relative;
  background-image: url(../images/bgmember_id.webp);
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
}

#homepage .bgmember .contentwidthhd {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 40%;
  width: 80%;
}

#homepage .bgmember .contentwidthhd h4 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #009abe;
  font-family: "kulachat", serif, "stidtiregular", sans-serif;
  color: #e25e45;
}

#homepage .bgmember .contentwidthhd p {
  font-size: 1rem;
}

#homepage .besseller_content h3 {
  font-family: "kulachat", serif, "stidtiregular", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: #009abe;
  font-family: "kulachat", serif, "stidtiregular", sans-serif;
}

#homepage .besseller_content p {
  line-height: 20px;
  font-size: 1rem;
}

.tagprd span {
  font-family: "kulachat", serif, "stidtiregular", sans-serif;
  color: #009abe;
  text-transform: uppercase;
  font-size: 1.4rem;
  margin-right: 10px;
  vertical-align: middle;
}

.tagprd li {
  list-style: none;
  display: inline-block;
  border-radius: 5px;
  background-color: #009abe;
  padding: 10px;
  font-size: 0.8rem;
  margin-right: 10px;
}

.tagprd li a {
  text-decoration: none;
  color: #fff;
}

.tagprd li:hover {
  background-color: #e25e45;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.tagprd li:hover a {
  color: #fff;
}

.tagprd li.active {
  background-color: #e25e45;
}

.qtyCart .form-control {
  font-size: 0.85em;
}

.qty_group_cart .form-control {
  font-size: 0.85em;
  border-color: transparent;
  text-align: center;
}

.qty_group_cart #qty-plus,
.qty_group_cart #qty-minus {
  border: 1px solid #333333;
  background-color: transparent;
  border-radius: 50%;
  padding: 5px 9px;
}

.qty_group_cart #qty-plus i,
.qty_group_cart #qty-minus i {
  color: #000;
}

.qty_group_cart .input-group {
  width: 70%;
  margin: 0 auto;
}

.resetpassword,
.join_us {
  display: none;
}

.btn-cancel {
  background-color: #cacaca;
  color: #929292;
  border-radius: 0px;
  font-family: "helvetica_neuemedium_extended", "stidtiregular", sans-serif;
  text-transform: uppercase;
  text-align: center;
  border: none;
}

.btn-cancel:hover {
  background-color: #000 !important;
  color: #fff !important;
}

.btn-success-sm {
  background-color: #009abe;
  color: #fff;
  border-radius: 0px;
  font-family: "helvetica_neuemedium_extended", "stidtiregular", sans-serif;
  text-transform: uppercase;
  text-align: center;
  border: none;
}

.btn-success-sm:hover {
  background-color: #e25e45 !important;
  color: #fff !important;
}

.btn-red {
  background-color: #e25e45;
  color: #fff;
  border-radius: 0px;
  font-family: "helvetica_neuemedium_extended", "stidtiregular", sans-serif;
  text-transform: uppercase;
  text-align: center;
  padding: 15px;
  border: none;
}

.btn-red:hover {
  background-color: #009abe !important;
  color: #fff !important;
}

.btn-red i {
  font-size: 1rem;
}

.btn-preorder {
  background-color: #929292;
  color: #fff;
  border-radius: 0px;
  font-family: "helvetica_neuemedium_extended", "stidtiregular", sans-serif;
  text-transform: uppercase;
  text-align: center;
  padding: 15px;
  border: none;
}

.btn-preorder:hover {
  background-color: #e25e45 !important;
  color: #fff !important;
}

.btn-success {
  background-color: #009abe;
  color: #fff;
  border-radius: 0px;
  font-family: "helvetica_neuemedium_extended", "stidtiregular", sans-serif;
  text-transform: uppercase;
  text-align: center;
  padding: 15px;
  border: none;
}

.btn-success:hover {
  background-color: #e25e45 !important;
  color: #fff !important;
}

.btn-main-red {
  color: #e25e45;
  text-decoration: none;
  font-family: "helvetica_neuemedium_extended", "stidtiregular", sans-serif;
  text-transform: uppercase;
  position: relative;
}

.btn-main-red:hover {
  color: #e25e45;
}

.btn-main-red::before {
  width: 124px;
  height: 62px;
  content: "";
  background-image: url(../images/vectorbtnred.svg);
  background-size: 124px 62px;
  display: inline-block;
  position: absolute;
  top: -20px;
  left: -12px;
  background-repeat: no-repeat;
}

.btn-main-blue {
  color: #009abe;
  text-decoration: none;
  font-family: "helvetica_neuemedium_extended", "stidtiregular", sans-serif;
  text-transform: uppercase;
  position: relative;
}

.btn-main-blue:hover {
  color: #009abe;
}

.btn-main-blue::before {
  width: 124px;
  height: 62px;
  content: "";
  background-image: url(../images/vectorbtnblue.svg);
  background-size: 124px 62px;
  display: inline-block;
  position: absolute;
  top: -20px;
  left: -12px;
  background-repeat: no-repeat;
}

.btn-main {
  color: #fff;
  text-decoration: none;
  font-family: "helvetica_neuemedium_extended", "stidtiregular", sans-serif;
  text-transform: uppercase;
  position: relative;
}

.btn-main:hover {
  color: #fff;
}

.btn-main::before {
  width: 124px;
  height: 62px;
  content: "";
  background-image: url(../images/vectorbtn.svg);
  background-size: 124px 62px;
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 10px;
  background-repeat: no-repeat;
}

.btn-main-bk {
  color: #000;
  text-decoration: none;
  font-family: "helvetica_neuemedium_extended", "stidtiregular", sans-serif;
  text-transform: uppercase;
  position: relative;
}

.btn-main-bk:hover {
  color: #000;
}

.btn-main-bk::before {
  width: 124px;
  height: 62px;
  content: "";
  background-image: url(../images/vectorbtnbk.svg);
  background-size: 124px 62px;
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 10px;
  background-repeat: no-repeat;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

.inficircular {
  position: absolute;
  top: 40%;
  right: -60px;
  z-index: 1;
}

.animated-circle-text {
  background-color: #e25e45;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  overflow: hidden;
  position: relative;
}

.animated-circle-text svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-animation-name: rotate;
          animation-name: rotate;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.animated-circle-text text {
  font-family: "stidtiregular", sans-serif, "stidtiregular", sans-serif;
  font-size: 1.3rem;
  padding: 20px;
  text-transform: uppercase;
  fill: #fff;
}

.animated-circle-text text textPath {
  letter-spacing: 10px;
}

.display-slide {
  display: none;
}

.cvBoxcrop {
  position: relative;
}

.boxofProduct {
  position: relative;
  margin-bottom: 20px;
}

.boxofProduct .tagsoldout {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.boxofProduct .tagsoldout span {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  font-family: "kulachat", serif, "stidtiregular", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.boxofProduct a {
  color: #000;
  text-decoration: none;
}

.boxofProduct .product_item:hover .wrap_images_product img {
  opacity: 1;
}

.boxofProduct .tagpoint {
  background-image: url(../images/tagnew.svg);
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  font-family: "kulachat", serif, "stidtiregular", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  position: absolute;
  width: 65px;
  height: 45px;
  text-align: center;
  top: 20px;
  left: 20px;
  padding-top: 8px;
  line-height: 12px;
  font-size: 0.9rem;
}

.boxofProduct .tagpoint span {
  font-size: 0.7rem;
  font-family: "stidtiregular", sans-serif, "stidtiregular", sans-serif;
  text-transform: capitalize;
}

.boxofProduct .tagsale {
  background-image: url(../images/tagsale.svg);
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  font-family: "kulachat", serif, "stidtiregular", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  position: absolute;
  width: 65px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  top: 20px;
  left: 20px;
  font-size: 0.9rem;
}

.boxofProduct .tagnew {
  background-image: url(../images/tagnew.svg);
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  font-family: "kulachat", serif, "stidtiregular", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  position: absolute;
  width: 65px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  top: 20px;
  left: 20px;
  font-size: 0.9rem;
}

.boxofProduct .showcup li,
.boxofProduct .showsize li {
  list-style: none;
  display: inline-block;
  color: #cacaca;
  font-size: 0.8rem;
  letter-spacing: 1px;
}

.boxofProduct .showcup .sold,
.boxofProduct .showsize .sold {
  position: relative;
}

.boxofProduct .showcup .sold::before,
.boxofProduct .showsize .sold::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
}

.boxofProduct .productContent .product_title {
  font-size: 1.1rem;
  font-family: "stidtiregular", sans-serif, "kulachat", serif;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.boxofProduct .productContent .ogprice {
  color: #000;
  font-family: "kulachat", serif, "stidtiregular", sans-serif;
}

.boxofProduct .productContent .ogpricesale {
  color: #e25e45;
  font-family: "kulachat", serif, "stidtiregular", sans-serif;
}

.boxofProduct .productContent .ogpricesale span {
  text-decoration: line-through;
  color: #929292;
  font-size: 0.8rem;
}

.boxofProduct .wishlistbtn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: #fff;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
}

.boxofProduct .product_item {
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.boxofProduct .listcolor {
  margin-top: 10px;
}

.boxofProduct .listcolor .colorprd {
  background-color: #1c2c57;
  border-radius: 50px;
  display: inline-block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  vertical-align: middle;
}

.boxofProduct .listcolor li {
  display: inline-block;
  list-style: none;
}

.boxofProduct .listcolor li.active {
  border: 1px solid #333333;
  width: 25px;
  height: 25px;
  line-height: 30px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
}

.boxofProduct .listcolor li a {
  width: 19px;
  height: 19px;
  background-color: #fff;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #333333;
  cursor: pointer;
}

.boxofProduct .listcolor li a:hover {
  padding: 5px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 1px solid #333333;
}

.boxofProduct .wrap_images_product {
  position: relative;
  padding-top: 115%;
  overflow: hidden;
  cursor: pointer;
}

.boxofProduct .wrap_images_product img {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.boxofProduct .wrap_images_product img:first-child {
  opacity: 1;
}

.boxofProduct .wrap_images_product::after {
  content: "";
  border: 10px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.shopslide {
  position: relative;
}

.shopslide .owl-prev {
  position: absolute;
  left: -5%;
  top: 35%;
}

.shopslide .owl-next {
  position: absolute;
  right: -5%;
  top: 35%;
}

.pagination_top {
  text-align: center;
  margin: 0 auto;
  display: table;
}

.pagination_top .breadcrumb {
  font-size: 0.8rem;
}

.pagination_top .breadcrumb a {
  color: #cacaca;
  text-decoration: none;
}

.pagination_top .breadcrumb-item.active {
  color: #333333;
}

.contentdetail p {
  font-size: 1rem;
  line-height: 20px;
}

.bignews img {
  width: 100%;
}

.contactbot {
  background-color: #f8f8f8;
}

#contactpage .ggmap {
  background-color: #fff;
  padding: 10px;
  -webkit-box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.1) !important;
}

#contactpage .contactlistinfo {
  margin-bottom: 20px;
}

#contactpage .contactlistinfo .iconleft {
  display: inline-block;
  width: 12%;
  vertical-align: top;
}

#contactpage .contactlistinfo .iconleft span {
  background-color: #fff5f3;
  text-align: center;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
}

#contactpage .contactlistinfo .iconleft i {
  color: #e25e45;
  font-size: 1.5rem;
}

#contactpage .contactlistinfo .info {
  display: inline-block;
  width: 60%;
  padding-top: 10px;
}

#contactpage .contactlistinfo .info h2 {
  font-size: 1.2rem;
  font-family: "kulachat", serif, "stidtiregular", sans-serif;
}

#contactpage .bghalf {
  background-image: url(../images/contactbg.webp);
  background-repeat: no-repeat;
  background-position: top;
  width: 100%;
  height: 70vh;
  position: absolute;
  top: 190px;
  left: 0;
  z-index: -1;
}

#contactpage .whiteboxcontact {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.1) !important;
  padding: 50px 40px;
}

#contactpage .whiteboxcontact .form-select,
#contactpage .whiteboxcontact .form-control {
  margin-bottom: 20px;
  height: auto;
}

#blogpage .item-blog a {
  display: block;
  color: #fff;
}

#blogpage .item-blog a figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  background-color: #000;
}

#blogpage .item-blog a figure::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 66.14173%;
}

#blogpage .item-blog a figure > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  -o-object-position: top center;
     object-position: top center;
}

#blogpage .item-blog a figure:hover > img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#blogpage .item-blog a figure img {
  opacity: 0.8;
}

#blogpage .item-blog a figure .caption-news {
  position: absolute;
  z-index: 1;
  bottom: 40px;
  left: 30px;
  -webkit-transition: 1s;
  transition: 1s;
  padding-right: 80px;
}

#blogpage .item-blog a figure .caption-news .title-blog {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "kulachat", serif, "stidtiregular", sans-serif;
  font-size: 1.5rem;
  margin-bottom: 20px;
}

#blogpage .item-blog a figure .caption-news .title-blog-sm {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "kulachat", serif, "stidtiregular", sans-serif;
  font-size: 1.2rem;
  margin-bottom: 20px;
}

#blogpage .item-blog a figure .caption-news .tagonpic {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  color: #fff;
  text-align: center;
  padding: 10px 15px;
  font-family: "kulachat", serif, "stidtiregular", sans-serif;
  font-size: 0.8rem;
  display: inline-block;
  margin-bottom: 20px;
}

#blogpage .item-blog a figure .caption-news .date-news {
  font-size: 0.8rem;
}

#blogpage .item-blog a:hover figure img {
  opacity: 0.3;
}

#blogpage .bloggroupdetail {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}

#blogpage .bloggroupdetail .datetime {
  font-size: 0.8rem;
  color: #929292;
}

#blogpage .bloggroupdetail h3 {
  padding-top: 10px;
  font-family: "kulachat", serif, "stidtiregular", sans-serif;
  font-size: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#blogpage .bloggroupdetail span {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  color: #fff;
  text-align: center;
  padding: 10px 15px;
  font-family: "kulachat", serif, "stidtiregular", sans-serif;
  font-size: 0.8rem;
}

#newspage .newscrop {
  position: relative;
}

#newspage .newsslide .owl-prev {
  position: absolute;
  bottom: 10px;
  left: 52%;
}

#newspage .newsslide .owl-next {
  position: absolute;
  bottom: 10px;
  left: 53.5%;
}

#newspage .newsslide .newscontent {
  padding: 50px 30px;
}

#newspage .newsslide .newscontent h1 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #009abe;
  font-family: "kulachat", serif, "stidtiregular", sans-serif;
  color: #000;
}

#newspage .newsslide .newscontent p {
  padding-top: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 20px;
}

#newspage .groupnews {
  margin-bottom: 30px;
}

#newspage .newscontent {
  padding: 30px;
}

#newspage .newscontent h2 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #009abe;
  font-family: "kulachat", serif, "stidtiregular", sans-serif;
  color: #000;
}

#newspage .newscontent .tagnewspro {
  background-color: #009abe;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  padding: 10px;
  font-size: 0.9rem;
  margin-bottom: 20px;
}

#newspage .newscontent .tagpromotion {
  background-color: #e25e45;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  padding: 10px;
  font-size: 0.9rem;
  margin-bottom: 20px;
}

#newspage .newscontent .date {
  color: #929292;
  font-size: 0.8rem;
}

#newspage .newscontent p {
  padding-top: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 20px;
}

#newspage .contentdetail {
  padding: 0em 10em;
}

.bghalf {
  background-color: #e8f2f4;
  width: 100%;
  height: 120vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#paymentconfirmpage .groupconfirm {
  padding: 30px 50px;
}

#fittingpage {
  /* CUSTOM STYLES BELOW */
  /* Utility Styles */
  /* .p_1 {padding:0 1rem;} */
  /* Section Styles */
}

#fittingpage .successbg {
  background-image: url(../images/bgsuccess.webp);
}

#fittingpage .successbg .whitebgbox {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.1) !important;
  padding: 30px;
}

#fittingpage .titlesteppn h1 {
  font-size: 1.5rem;
  color: #009abe;
  font-family: "kulachat", serif, "stidtiregular", sans-serif;
}

#fittingpage .titlesteppn h1 span {
  background-color: #e25e45;
  color: #fff;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  border-radius: 50px;
  vertical-align: middle;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 1px;
}

#fittingpage .quizContents li {
  list-style: none;
  display: inline-block;
  text-align: center;
  margin-right: 20px;
}

#fittingpage .quizContents li span {
  padding-top: 10px;
  display: block;
  font-weight: 600;
  font-family: "kulachat", serif, "stidtiregular", sans-serif;
}

#fittingpage .quizContents li .btn-check:checked + .btn {
  background-color: #e25e45;
  border: none;
}

#fittingpage .quizContents li .btn-check:checked + .btn img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

#fittingpage .quizContents li label {
  background-color: #fff;
  padding: 0px 40px;
  text-align: center;
  height: 130px;
  line-height: 125px;
  border: 1px solid #eee;
}

#fittingpage .quizContents li label:hover {
  background-color: #e25e45;
}

#fittingpage .quizContents li label:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

#fittingpage .bgfit {
  background-color: #fff5f3;
}

#fittingpage .centergroup {
  position: relative;
}

#fittingpage .centergroup .content {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 80%);
          transform: translate(-50%, 80%);
  text-align: center;
}

#fittingpage .centergroup .content h1 {
  font-family: "kulachat", serif, "stidtiregular", sans-serif;
}

#fittingpage .quiz progress {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 0.5rem;
  margin: 0.5rem 0 0.15rem 0;
  border: none;
  background: rgba(0, 154, 190, 0.9);
}

#fittingpage .quiz progress::-webkit-progress-bar {
  background: rgba(0, 154, 190, 0.4);
}

#fittingpage .quiz progress::-webkit-progress-value {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

#fittingpage .quiz progress::-moz-progress-bar {
  background-color: #e25e45;
}

#fittingpage .quiz .progressData {
  margin-bottom: 1rem;
  display: block;
  font-size: 1.15rem;
  text-align: center;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
}

#fittingpage .m_t_2 {
  margin-top: 2rem;
}

#fittingpage .card {
  -webkit-box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.15) !important;
          box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.15) !important;
  border-radius: 20px;
  border: none;
  overflow: hidden;
  background: #fff;
  cursor: normal;
  -webkit-transition: all 0.2;
  transition: all 0.2;
}

#fittingpage .quiz {
  margin-top: 2rem;
}

#fittingpage .quiz .question.card {
  padding: 2rem;
}

#fittingpage .questionText {
  font-size: 1.4rem;
  color: #009abe;
  text-align: center;
  text-transform: uppercase;
  font-family: "kulachat", serif, "stidtiregular", sans-serif;
}

#fittingpage .quiz-img {
  max-height: 87px;
  position: absolute;
  margin-top: -30px;
  right: 10%;
}

#fittingpage .quiz .question .options button.quiz-opt {
  display: block;
  margin: 1rem 0;
  padding: 1rem 2rem;
  background-color: #e8f2f4 !important;
  border: none;
  font-size: 1rem;
  width: 100%;
  border-radius: 10px;
  text-align: center;
  background: none;
  outline: none;
  height: 90px;
  font-weight: 600;
}

#fittingpage .quiz .question .options button.quiz-opt.range {
  display: inline-block;
  margin-right: 2rem;
  position: relative;
}

#fittingpage .quiz .question .options button.quiz-opt.range:last-of-type {
  margin-right: 0;
}

#fittingpage .quiz .question .options button.quiz-opt:hover {
  background: #e25e45 !important;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
}

#findsizepage .findstyle {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 3;
}

#findsizepage .answer_list {
  text-align: center;
  margin-top: 30px;
  background-color: #fff5f3;
  border: 1px solid #e25e45;
  padding: 20px;
  display: inline-block;
  font-family: "kulachat", serif, "stidtiregular", sans-serif;
  color: #e25e45;
}

#findsizepage .btncheck {
  background-color: #176e9d;
  color: #fff;
  border-radius: 0px;
  border: none;
  font-family: "kulachat", serif, "stidtiregular", sans-serif;
  text-transform: uppercase;
}

#findsizepage .btncheck:hover {
  background-color: #e25e45;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

#findsizepage .butstyle {
  background-image: url(../images/sylebg.png);
  width: 140px;
  height: 140px;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  padding-top: 15px;
  font-family: "kulachat", serif, "stidtiregular", sans-serif;
  text-transform: uppercase;
  font-size: 1.1rem;
  -webkit-box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.1) !important;
}

#findsizepage .butstyle img {
  width: 60px;
  padding-bottom: 10px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

#findsizepage .bigred {
  font-size: 2.5rem;
  font-family: "kulachat", serif, "stidtiregular", sans-serif;
  color: #e25e45;
}

#findsizepage input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: Raleway;
  border: 1px solid #aaaaaa;
}

#findsizepage input.invalid {
  background-color: #ffdddd;
}

#findsizepage .tab {
  display: none;
}

#findsizepage #prevBtn {
  background-color: #bbbbbb;
}

#findsizepage .step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

#findsizepage .step.active {
  opacity: 1;
}

#findsizepage .step.finish {
  background-color: #176e9d;
}

#findsizepage .findsize li {
  list-style: none;
  display: inline-block;
  font-family: "kulachat", serif, "stidtiregular", sans-serif;
  text-transform: uppercase;
  font-size: 1.3rem;
  letter-spacing: 2px;
  text-align: center;
  background-color: #fff5f3;
  width: 50%;
  padding: 20px 0px;
  cursor: pointer;
}

#findsizepage .findsize li img {
  margin-right: 5px;
  vertical-align: text-bottom;
}

#findsizepage .findsize li.active {
  background-color: #e25e45;
}

#findsizepage .findsize li.active a {
  color: #fff;
}

#findsizepage .findsize li.active img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

#findsizepage .findsize li a {
  color: #e25e45;
  text-decoration: none;
}

#findsizepage .boxsizetest {
  padding: 2em 5em;
}

#findsizepage .boxsizetest h1 {
  font-size: 1.4rem;
  font-family: "kulachat", serif, "stidtiregular", sans-serif;
  text-transform: uppercase;
}

#findsizepage .boxsizetest p {
  line-height: 25px;
}

.formgroup .form-select,
.formgroup .form-control {
  height: 45px;
}

.formgroup .labelname {
  padding: 10px 0px;
  font-size: 1rem;
  position: relative;
  margin-left: 0em;
  margin-top: 0px;
}

.formgroup label {
  padding: 15px 0px;
}

.formgroup span {
  color: #929292;
  font-size: 0.8rem;
  display: inline-block;
  position: absolute;
  margin-top: -23px;
  margin-left: 10em;
}

.formgroup .file-input-wrapper .file-input-button {
  font-size: 0.9rem;
  color: #fff;
  background-color: #e25e45;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline;
  display: inline-block;
  font-weight: 400;
  padding-top: 3px;
  padding: 10px 20px;
  text-align: center;
  transition: color 500ms, background-color 500ms;
  -moz-transition: color 500ms, background-color 500ms;
  -webkit-transition: color 500ms, background-color 500ms;
  -o-transition: color 500ms, background-color 500ms;
  -ie-transition: color 500ms, background-color 500ms;
  margin-top: 20px;
}

.formgroup .file-input-wrapper .file-input-button:hover {
  background-color: #009abe;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

.formgroup .file-input-wrapper input {
  display: none;
}

.formgroup .btn-main-bk::before {
  top: -16px;
  left: -42px;
}

.sideimage {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bannertop {
  position: relative;
}

.bannertop img {
  width: 100%;
}

.bannertop .bannercaption {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.bannertop .bannercaption h1 {
  color: #fff;
  font-size: 3rem;
  font-family: "kulachat", serif, "stidtiregular", sans-serif;
  text-transform: uppercase;
}

.bannertop .bannercaption h1 span {
  font-family: "kulachat", serif, "stidtiregular", sans-serif;
}

#pointredeempage .pagination_top {
  text-align: left;
  margin: auto;
  display: block;
}

#pointredeempage .pointexchange {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: absolute;
  bottom: 0;
}

#pointredeempage .button {
  background-color: #fff;
  padding: 0px 10px;
  height: 40px;
  letter-spacing: 1px;
  color: #009abe;
  font-family: "kulachat", serif, "stidtiregular", sans-serif;
  text-align: center;
  text-decoration: none;
  width: 100%;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#pointredeempage .button:hover {
  background-color: #e25e45;
}

#pointredeempage .button:hover:before {
  opacity: 0;
}

#pointredeempage .button:hover:after {
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#pointredeempage .button:before {
  content: attr(data-front);
  opacity: 1;
  background-color: #fff;
  border: 1px solid #009abe;
}

#pointredeempage .button:after {
  opacity: 0;
  content: attr(data-back);
  background-color: #e25e45;
  color: #fff;
}

#pointredeempage .button:after,
#pointredeempage .button:before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#flashsalepage .pagination_top {
  text-align: left;
  margin: auto;
  display: block;
}

#flashsalepage .countdowninside {
  text-align: center;
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#flashsalepage .countdowninside .datetime {
  -webkit-transform: translate(30px, -20px);
          transform: translate(30px, -20px);
  font-size: 1rem;
}

#flashsalepage .countdowninside li {
  display: inline-block;
  font-size: 1.5em;
  list-style-type: none;
  padding: 10px 15px;
  color: #fff;
  font-family: "kulachat", serif;
  font-variant: lining-nums;
}

#flashsalepage .countdowninside li span {
  display: block;
  font-size: 1.3em;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: transparent;
  border-radius: 5px;
  display: inline-block;
  color: #fff;
  position: relative;
}

#flashsalepage .countdowninside li span:after {
  position: absolute;
  top: 0px;
  left: 30px;
  border-radius: 10px;
  width: 20px;
  height: 20px;
}

#flashsalepage .flashsalestep li {
  list-style: none;
  display: inline-block;
  background-color: #e8f2f4;
  text-align: center;
  padding: 10px;
  font-family: "kulachat", serif, "stidtiregular", sans-serif;
  width: 33%;
}

#flashsalepage .flashsalestep li a {
  text-decoration: none;
  color: #009abe;
  font-weight: 700;
  font-size: 1.5rem;
}

#flashsalepage .flashsalestep li a .stsmt {
  font-size: 0.9rem;
  font-family: "stidtiregular", sans-serif, "stidtiregular", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#flashsalepage .flashsalestep li.active {
  background-color: #009abe;
}

#flashsalepage .flashsalestep li.active a {
  color: #fff;
}

#helppage a {
  text-decoration: none;
}

#helppage .icongroup {
  background-color: #fff5f3;
  border-radius: 50px;
  width: 100px;
  height: 100px;
  display: inline-block;
  line-height: 100px;
  text-align: center;
}

#helppage .helpbox {
  text-align: center;
  padding: 40px 0px;
  border: 1px solid #cacaca;
  margin-bottom: 3em;
}

#helppage .helpbox h2 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #009abe;
  font-family: "kulachat", serif, "stidtiregular", sans-serif;
  color: #000;
  text-transform: uppercase;
  padding-top: 20px;
  letter-spacing: 1px;
}

#helppage .otherpage {
  background-color: #fff5f3;
  padding: 5em 0em;
}

#helppage .otherpage h3 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #009abe;
  font-family: "kulachat", serif, "stidtiregular", sans-serif;
  color: #e25e45;
}

#helppage .otherpage p {
  color: #929292;
}

#helppage .listmenuhelp {
  text-align: center;
  border-bottom: 1px solid #cacaca;
}

#helppage .listmenuhelp li {
  list-style: none;
  display: inline-block;
  text-transform: uppercase;
  padding: 15px 0px;
  margin: 0px 20px;
  letter-spacing: 1px;
}

#helppage .listmenuhelp li.active {
  border-bottom: 2px solid #009abe;
}

#helppage .listmenuhelp li.active a {
  font-family: "kulachat", serif, "stidtiregular", sans-serif;
  color: #009abe;
}

#helppage .listmenuhelp li a {
  color: #000;
}

.accordion-item {
  border: none;
  background-color: transparent;
  padding: 10px 0px;
  border-bottom: 1px solid #cacaca;
}

.accordion-item .accordion-header {
  font-family: "kulachat", serif, "stidtiregular", sans-serif;
}

.accordion-item .accordion-body {
  padding: 10px 0px;
  font-size: 1rem;
  color: #000;
  line-height: 20px;
}

.accordion-item .accordion-button {
  background-color: transparent;
  font-weight: 500;
  border: none;
  color: #000;
  padding: 10px 0px;
  font-size: 1.1rem;
}

.accordion-item .accordion-button:not(.collapsed)::after {
  -webkit-filter: brightness(100) invert(1);
  filter: brightness(100) invert(1);
}

.accordion-item .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion-item:last-child {
  border-bottom: none;
}

.main-popupphoto {
  background-image: url(../images/subpopup.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 40%;
}

.main-popupphoto .form-control {
  height: 50px;
}

.main-popupphoto .popupcontt h2 {
  color: #e25e45;
  font-family: "kulachat", serif, "stidtiregular", sans-serif;
  text-transform: uppercase;
}

.fancybox-content .formgroup .check-container {
  padding: 0px 30px !important;
}

.fancybox-content .formgroup .checkmark {
  margin-left: 0em;
  margin-top: 0px;
}

.fancybox-content .formgroup .btn-main-bk::before {
  top: -16px;
  left: -19px;
}

.addresslist li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
  letter-spacing: 1px;
}

.addresslist li a {
  font-family: "kulachat", serif, "stidtiregular", sans-serif;
  font-size: 1.3rem;
  text-decoration: none;
  color: #929292;
  text-transform: uppercase;
}

.addresslist li.active a {
  color: #009abe;
  font-size: 1.5rem;
}

.bs-wizard {
  width: 100%;
}

.bs-wizard > .bs-wizard-step {
  padding: 0;
  position: relative;
  margin: 0 auto;
}

.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
  color: #e25e45;
  font-size: 0.8rem;
  margin-bottom: 5px;
}

.bs-wizard > .bs-wizard-step .bs-wizard-info {
  font-size: 14px;
  font-weight: 700;
  margin-top: 92px;
}

.bs-wizard > .bs-wizard-step.complete .bs-wizard-info,
.bs-wizard > .bs-wizard-step.active .bs-wizard-info {
  color: #e25e45;
}

.bs-wizard > .bs-wizard-step.active .bs-wizard-dot {
  background-color: #e25e45;
}

.bs-wizard > .bs-wizard-step.active .bs-wizard-dot i {
  color: #fff;
}

.bs-wizard > .bs-wizard-step.disabled .bs-wizard-info {
  color: #e25e45;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
  background: #fff;
  border: 2px solid #e25e45;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
  opacity: 0;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
  position: absolute;
  width: 80px;
  height: 80px;
  display: block;
  text-align: center;
  line-height: 80px;
  background: #fff;
  border: 2px solid #e25e45;
  top: 35px;
  left: 32%;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
  text-decoration: none;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot i {
  font-size: 2.5rem;
  color: #e25e45;
}

.bs-wizard > .bs-wizard-step:first-child > .progress {
  left: 50%;
  width: 100%;
}

.bs-wizard > .bs-wizard-step:last-child > .progress {
  width: 100%;
}

.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
  pointer-events: none;
}

.bs-wizard-step.active > .bs-wizard-dot:after {
  background-color: #fff;
}

.timeline h4 {
  color: #e25e45;
  font-size: 1rem;
  font-weight: 600;
}

.timeline p {
  color: #929292;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot > i {
  color: #e25e45;
}

.middle_progress {
  border-bottom: 2px solid #e25e45;
  width: 70%;
  height: 2px;
  left: 12%;
  position: absolute;
  top: 40%;
}

#memberpage .points-show {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.1) !important;
  padding: 10px;
  position: relative;
}

#memberpage .points-show .iconmid {
  background-color: #e25e45;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 25%;
  left: 47%;
}

#memberpage .points-show .iconmid i {
  color: #fff;
  font-size: 1.2rem;
}

#memberpage .points-show img {
  width: 40%;
}

#memberpage .points-show .blue23 {
  background-color: #e8f2f4;
  text-align: center;
  padding: 15px;
}

#memberpage .points-show .rd12 {
  height: 100%;
  background-color: #fff5f3;
  text-align: center;
  margin-bottom: 0px;
  padding-top: 40px;
}

#memberpage .points-show .rd12 h2 {
  font-size: 2rem;
  font-family: "kulachat", serif, "stidtiregular", sans-serif;
}

#memberpage .points-show .rd12 h2 span {
  font-style: italic;
  font-weight: 300;
}

#memberpage .boxofProduct {
  position: relative;
  height: 100%;
}

#memberpage .boxofProduct .productContent .colorname,
#memberpage .boxofProduct .productContent .sizename {
  list-style: none;
  font-size: 0.8rem;
  font-family: "stidtiregular", sans-serif, "stidtiregular", sans-serif;
  padding-top: 8px;
}

#memberpage .boxofProduct .productContent .colorname span,
#memberpage .boxofProduct .productContent .sizename span {
  font-weight: bold;
}

#memberpage .boxofProduct .productContent .colorname .colorprd,
#memberpage .boxofProduct .productContent .sizename .colorprd {
  background-color: #1c2c57;
  border-radius: 50px;
  display: inline-block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  vertical-align: middle;
}

#memberpage .boxofProduct .botBtn {
  position: absolute;
  bottom: 0;
  font-size: 0.8em;
}

#memberpage .boxofProduct .botBtn a {
  color: #929292;
}

#memberpage .searchbar .form-control {
  height: 50px;
  border-right: none;
  border: 1px solid #eee;
}

#memberpage .searchbar .input-group
> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
.valid-feedback
):not(.invalid-tooltip):not(.invalid-feedback) {
  border-left: none;
  border: 1px solid #eee;
}

#memberpage .tablegroup .orderlist_table thead {
  background-color: #009abe;
  color: #fff;
  font-family: "stidtiregular", sans-serif, "stidtiregular", sans-serif;
  padding: 10px 0px;
}

#memberpage .tablegroup .orderlist_table thead th {
  text-align: center;
  padding: 20px;
}

#memberpage .tablegroup .orderlist_table thead th:first-child {
  text-align: left;
}

#memberpage .tablegroup .orderlist_table tbody tr td {
  text-align: center;
  vertical-align: middle;
}

#memberpage .tablegroup .orderlist_table tbody tr td:first-child {
  text-align: left;
}

#memberpage .status01 {
  font-weight: 700;
  color: #000;
}

#memberpage .status02 {
  font-weight: 700;
  color: #009abe;
}

#memberpage .status03 {
  font-weight: 700;
  color: #e25e45;
}

#memberpage .status04 {
  font-weight: 700;
  color: #eab808;
}

#memberpage .status05 {
  font-weight: 700;
  color: #16c853;
}

#memberpage .btnaddnew {
  text-decoration: underline;
}

#memberpage .boxgroupnobg {
  border: none;
  position: relative;
  font-size: 0.9rem;
  height: auto;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 20px;
  cursor: pointer;
}

#memberpage .boxgroupnobg h3 {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
}

#memberpage .boxgroupred {
  border: 1px solid #ececec;
  padding: 2em;
  position: relative;
  font-size: 0.9rem;
  height: auto;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 20px;
  cursor: pointer;
}

#memberpage .boxgroupred:hover, #memberpage .boxgroupred.active {
  border: 1px solid #e25e45;
  background-color: #fff5f3;
}

#memberpage .boxgroupred .setandremove {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

#memberpage .boxgroupred .setandremove li {
  display: inline-block;
  font-size: 0.75rem;
  color: #929292;
}

#memberpage .boxgroupred .setandremove li a {
  color: #000;
}

#memberpage .boxgroupred span {
  font-size: 0.75rem;
  color: #929292;
  font-weight: 300;
}

#memberpage .boxgroupred h3 {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
}

#memberpage .boxgroup {
  border: 1px solid #ececec;
  padding: 2em;
  position: relative;
  font-size: 0.9rem;
  height: auto;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 20px;
  cursor: pointer;
}

#memberpage .boxgroup:hover, #memberpage .boxgroup.active {
  border: 1px solid #009abe;
  background-color: #e8f2f4;
}

#memberpage .boxgroup .setandremove {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

#memberpage .boxgroup .setandremove li {
  display: inline-block;
  font-size: 0.75rem;
  color: #929292;
}

#memberpage .boxgroup .setandremove li a {
  color: #000;
}

#memberpage .boxgroup span {
  font-size: 0.75rem;
  color: #929292;
  font-weight: 300;
}

#memberpage .boxgroup h3 {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
}

#memberpage .deletewish {
  background-color: transparent;
  border: none;
  position: absolute;
  right: 5px;
  top: 0;
}

#memberpage .membergroup {
  padding: 0px 30px;
  margin-bottom: 50px;
}

#memberpage .membermenu .loginvia ul li {
  display: inline-block;
  border: 1px solid #eee;
  border-radius: 50px;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 30px;
  margin-right: 5px;
}

#memberpage .membermenu .loginvia ul li i {
  color: #333333;
  font-size: 1.2rem;
}

#memberpage .membermenu .loginvia ul li.active {
  background-color: #fff5f3;
  border: 1px solid #e25e45;
}

#memberpage .membermenu .loginvia ul li.active i {
  color: #e25e45;
}

#memberpage .membermenu ul li {
  list-style: none;
  padding: 10px 0px;
}

#memberpage .membermenu ul li a {
  color: #000;
  text-decoration: none;
}

#memberpage .membermenu ul li a span {
  border-radius: 50px;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  background-color: #fff5f3;
  margin-right: 10px;
}

#memberpage .membermenu ul li a i {
  color: #e25e45;
  font-size: 1.2rem;
  text-align: center;
}

#memberpage .membermenu ul li.active a {
  color: #e25e45;
  font-family: "kulachat", serif, "stidtiregular", sans-serif;
}

#filter {
  background-color: #009abe;
}

#filter #nobord {
  border-bottom: none;
}

#filter .sizeffe {
  font-size: 1rem;
  font-weight: 600;
  font-family: "kulachat", serif, "stidtiregular", sans-serif;
}

#filter .accordion-body .btn-check:checked + .btn {
  background-color: #e25e45;
  color: #fff;
}

#filter .accordion-body .btn-secondary {
  background-color: #fff;
  border-radius: 0px;
  color: #333333;
  border: 1px solid #000;
  padding: 5px 20px;
  font-size: 0.8rem;
  margin-bottom: 10px;
  margin-right: 5px;
}

#filter .accordion-body h3 {
  font-family: "kulachat", serif, "stidtiregular", sans-serif;
  font-size: 1rem;
  padding-top: 10px;
}

#filter .accordion-body li {
  list-style: none;
  padding-bottom: 10px;
}

#filter .accordion-body .listcolorfilter li {
  list-style: none;
  font-size: 0.9rem;
}

#filter .accordion-body .listcolorfilter li a {
  text-decoration: none;
  color: #000;
}

#filter .accordion-body .listcolorfilter li span {
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}

#filter .accordion-body .listcolorfilter li .color01 {
  background-color: #d1b29d;
}

#filter .accordion-body .listcolorfilter li .color02 {
  background-color: #000;
}

#filter .accordion-body .listcolorfilter li .color03 {
  background-color: #009abe;
}

#filter .accordion-body .listcolorfilter li .color04 {
  background-color: #783304;
}

#filter .accordion-body .listcolorfilter li .color05 {
  background-color: #929292;
}

#filter .accordion-body .listcolorfilter li .imgcolor img {
  border-radius: 50%;
  width: 18px;
  height: 18px;
}

#filter .offcanvas {
  z-index: 9999;
}

#filter .offcanvas .btnapply {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 5px;
}

#filter .filtermenu {
  text-align: center;
  padding: 10px 0px;
}

#filter .filtermenu li {
  list-style: none;
  display: inline-block;
  font-family: "kulachat", serif, "stidtiregular", sans-serif;
  padding: 15px 20px;
}

#filter .filtermenu li a {
  color: #fff;
  text-decoration: none;
}

#filter .textfilter {
  font-family: "kulachat", serif, "stidtiregular", sans-serif;
  text-transform: uppercase;
  padding: 10px;
  text-align: center;
}

#filter .textfilter a {
  color: #fff;
  text-decoration: none;
}

#filter .textfilter span {
  background-color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  margin-right: 5px;
}

#filter .textfilter span i {
  color: #009abe;
}

#filter .sortlist .btnsort {
  background-color: #e25e45;
  color: #fff;
  border-radius: 0px;
  height: 50px;
  text-align: center;
  font-family: "kulachat", serif, "stidtiregular", sans-serif;
  text-transform: uppercase;
  -webkit-transform: translate(12px, 0px);
          transform: translate(12px, 0px);
}

#filter .sortlist .dropdown-menu {
  width: 100%;
  border-radius: 0px;
  background-color: #e25e45;
}

#filter .sortlist .dropdown-menu .dropdown-item {
  color: #fff;
}

#filter .sortlist .dropdown-menu .dropdown-item:hover {
  background: #009abe;
}

#productpage .hoverstyle figcaption {
  font-size: 1.8rem;
}

#productpage .concernlist {
  text-align: center;
  border-bottom: 1px solid #ececec;
  margin-top: 20px;
  font-family: "kulachat", serif, "stidtiregular", sans-serif;
  overflow: auto;
  white-space: nowrap;
  display: -ms-grid;
  display: grid;
  text-align: center;
  position: relative;
  display: block;
}

#productpage .concernlist .wds {
  width: 700px;
  margin: auto;
  overflow: auto;
}

#productpage .concernlist .wds ul {
  text-align: center;
  display: block;
  margin: 0 auto !important;
}

#productpage .concernlist .wds ul li {
  display: inline-block;
  margin: 0px 20px;
  font-weight: 600;
}

#productpage .concernlist .wds ul li.active {
  border-bottom: 3px solid #e25e45;
  padding-bottom: 20px;
}

#productpage .concernlist .wds ul li a {
  color: #333333;
  text-decoration: none;
}

#product-detailpage #color01 {
  background-color: #f1f1f1;
}

#product-detailpage #color02 {
  background-color: #783304;
}

#product-detailpage .simplegallery {
  display: none;
  background-color: transparent !important;
}

#product-detailpage .pickerWrapper {
  position: relative;
}

#product-detailpage .colorPickerTitle {
  margin-bottom: 20px;
  color: #424242 !important;
  font-family: proxima-nova;
}

#product-detailpage .colorPreview {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.8rem;
  font-weight: 700;
}

#product-detailpage #colorName span {
  font-size: 0.8rem;
  font-weight: 300;
  text-transform: capitalize;
  letter-spacing: 0px;
  padding: 0px;
  margin-left: 8px;
}

#product-detailpage .colorPicked {
  width: 50px;
  height: 50px;
  margin: 0 0 5px 0;
  border-radius: 50px;
}

#product-detailpage .colorWrapper {
  display: table;
  margin-top: 10px;
}

#product-detailpage .colorPick {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  height: 25px;
  width: 25px;
  margin: 0 5px 5px 0;
  position: relative;
  border: 1px solid #ececec;
  border-radius: 50px;
}

#product-detailpage .colorPick.active {
  border: 2px solid #ececec;
  height: 25px;
  width: 25px;
}

#product-detailpage .colorPick:focus {
  -webkit-box-shadow: 0 0 0 1px #666e75;
          box-shadow: 0 0 0 1px #666e75;
  border: 1px solid #666e75;
}

#product-detailpage .colorPick img {
  height: 100%;
  width: 100%;
  margin: 0;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

#product-detailpage .colorPick span {
  display: none;
}

#product-detailpage .colorPick:hover {
  cursor: pointer;
}

#product-detailpage .colorPickerBottomDivider {
  display: block;
  border: 0;
  height: 1px;
  background: #d1d1c8;
}

#product-detailpage #thumbs .owl-item img {
  border: 1px solid #929292;
}

#product-detailpage #thumbs .owl-next {
  position: absolute;
  right: -10%;
  top: 30%;
}

#product-detailpage #thumbs .owl-prev {
  position: absolute;
  left: -10%;
  top: 30%;
}

#product-detailpage #thumbs .owl-next img,
#product-detailpage #thumbs .owl-prev img {
  width: 60%;
}

#product-detailpage .btn-check.sold + .btn,
#product-detailpage .btn-check.sold + .btn {
  background-color: #ebebeb !important;
  color: #c1c1c1;
  opacity: 1;
  border: 1px solid #e6e6e6;
  position: relative;
}

#product-detailpage .btn-check:checked + .btn {
  background-color: #e25e45;
  color: #fff;
}

#product-detailpage .btn-secondary {
  background-color: #fff;
  border-radius: 0px;
  color: #333333;
  border: 1px solid #000;
  padding: 5px 30px;
  font-size: 0.9rem;
  margin-bottom: 10px;
  margin-right: 5px;
}

#product-detailpage .accordion-item .accordion-button {
  font-family: "stidtiregular", sans-serif, "stidtiregular", sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

#product-detailpage .seesizebtn {
  background-color: #e25e45;
  color: #fff;
  border-radius: 50px;
  font-family: "kulachat", serif, "stidtiregular", sans-serif;
  font-size: 0.8rem;
}

#product-detailpage .sizechart {
  background-color: #009abe;
  color: #fff;
  border-radius: 50px;
  font-family: "kulachat", serif, "stidtiregular", sans-serif;
  font-size: 0.8rem;
}

#product-detailpage .cupchoose h3,
#product-detailpage .bandchoose h3 {
  font-size: 1rem;
}

#product-detailpage .pagination_top {
  text-align: left;
  margin: auto;
  display: block;
}

#product-detailpage .completelook {
  background-color: #f8f8f8;
  padding: 20px 0px;
}

@-webkit-keyframes "marquee" {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes "marquee" {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

#product-detailpage .midlemarq {
  font-family: "kulachat", serif;
  background-color: #009abe;
  color: #fff;
}

#product-detailpage .midlemarq .marquee {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 60px;
  overflow-x: hidden;
  font-size: 2rem;
}

#product-detailpage .midlemarq .track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  -webkit-animation: marquee 32s linear infinite;
          animation: marquee 32s linear infinite;
  padding: 13px 0px;
}

#product-detailpage .productdetailgroup .qty_group_cart .input-group {
  width: 20%;
  margin: 0;
}

#product-detailpage .productdetailgroup h4 {
  font-size: 0.9rem;
}

#product-detailpage .productdetailgroup hr {
  opacity: 0.1;
}

#product-detailpage .productdetailgroup .saleprice {
  color: #e25e45;
}

#product-detailpage .productdetailgroup h1 {
  font-family: "kulachat", serif, "stidtiregular", sans-serif;
  font-size: 1.4rem;
}

#product-detailpage .productdetailgroup h2 {
  font-family: "kulachat", serif, "stidtiregular", sans-serif;
  font-size: 1.4rem;
}

#product-detailpage .productdetailgroup h2 .originalprice {
  text-decoration: line-through;
  color: #929292;
}

#product-detailpage .productdetailgroup .altshow {
  background-color: #fff5f3;
  text-align: center;
  padding: 10px;
  font-size: 0.9rem;
}

#product-detailpage .productdetailgroup .altshow span {
  font-family: "kulachat", serif, "stidtiregular", sans-serif;
}

#sizepage .sizedetails_group {
  padding: 20px;
}

#sizepage .sizechoose li {
  list-style: none;
  display: inline-block;
  background-color: #fff5f3;
  padding: 20px;
  width: 50%;
  text-align: center;
}

#sizepage .sizechoose li a {
  text-decoration: none;
  color: #e25e45;
  font-family: "kulachat", serif, "stidtiregular", sans-serif;
  text-transform: uppercase;
}

#sizepage .sizechoose li a img {
  margin-right: 10px;
}

#sizepage .sizechoose li.active {
  background-color: #e25e45;
}

#sizepage .sizechoose li.active a {
  color: #fff;
}

#sizepage .sizechoose li.active a img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

#cartpage .dropbtn {
  background-color: #fff;
  color: #000;
  padding: 16px;
  width: 100%;
  cursor: pointer;
  border-radius: 5px;
  margin-bottom: 5px;
  border: 1px solid #eee;
  height: 50px;
  text-align: left;
}

#cartpage #myInput {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  padding: 20px;
  border: none;
  width: 100%;
  border-bottom: 1px solid #eee;
}

#cartpage #myInput:focus {
  outline: 3px solid #ddd;
}

#cartpage .dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}

#cartpage .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  width: 100%;
  overflow: auto;
  border: 1px solid #ddd;
  z-index: 3;
}

#cartpage .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

#cartpage .show {
  display: block;
}

#cartpage .boxofProduct .productContent .product_title {
  -webkit-line-clamp: inherit;
}

#cartpage .btn-sm-blue {
  background-color: #009abe;
  color: #fff;
  border-radius: 0px;
  font-size: 0.9rem;
}

#cartpage .successbg {
  background-image: url(../images/bgsuccess.webp);
}

#cartpage .successbg .whitebgbox {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.1) !important;
  padding: 30px;
}

#cartpage .successbg .whitebgbox .ordernumberty {
  color: #000;
  text-decoration: none;
  font-family: "helvetica_neuemedium_extended", "stidtiregular", sans-serif;
  text-transform: uppercase;
  position: relative;
  margin-top: 7em;
  margin-bottom: 10em;
}

#cartpage .successbg .whitebgbox .ordernumberty::before {
  width: 507px;
  height: 150px;
  content: "";
  background-image: url(../images/bigvector.svg);
  background-size: 507px 150px;
  display: inline-block;
  position: absolute;
  top: -45px;
  left: 130px;
  background-repeat: no-repeat;
}

#cartpage .successbg .whitebgbox .boxgroupnobg h3 {
  font-size: 1rem;
}

#cartpage .successbg .whitebgbox .bigheadtitle h1 {
  color: #e25e45;
  font-family: "kulachat", serif, "stidtiregular", sans-serif;
  font-size: 2.5rem;
}

#cartpage .successbg .whitebgbox .bigheadtitle h1 span {
  color: #009abe;
  font-family: "kulachat", serif, "stidtiregular", sans-serif;
  font-size: 2.5rem;
}

#cartpage .tablegroup .orderlist_table thead {
  background-color: #009abe;
  color: #fff;
  font-family: "stidtiregular", sans-serif, "stidtiregular", sans-serif;
  padding: 10px 0px;
}

#cartpage .tablegroup .orderlist_table thead th {
  text-align: center;
  padding: 20px;
}

#cartpage .tablegroup .orderlist_table thead th:first-child {
  text-align: left;
}

#cartpage .tablegroup .orderlist_table tbody tr td {
  text-align: center;
  vertical-align: middle;
}

#cartpage .tablegroup .orderlist_table tbody tr td:first-child {
  text-align: left;
}

#cartpage .paymenttype li {
  list-style: none;
  display: inline-block;
  font-family: "kulachat", serif, "stidtiregular", sans-serif;
  text-transform: uppercase;
  font-size: 1.1rem;
  padding: 20px;
  border: 1px solid #eee;
  height: 155px;
  vertical-align: middle;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 10px;
}

#cartpage .paymenttype li a {
  color: #000;
  text-decoration: none;
}

#cartpage .paymenttype li a img {
  width: 100%;
}

#cartpage .paymenttype li.active {
  border: 1px solid #e25e45;
}

#cartpage .paymenttype li.active a {
  color: #e25e45;
}

#cartpage .shippingtype li {
  list-style: none;
  display: inline-block;
  font-family: "kulachat", serif, "stidtiregular", sans-serif;
  text-transform: uppercase;
  font-size: 1.1rem;
  padding: 20px;
}

#cartpage .shippingtype li a {
  color: #000;
  text-decoration: none;
}

#cartpage .shippingtype li.active {
  background-color: #fff5f3;
  border: 1px solid #e25e45;
}

#cartpage .shippingtype li.active a {
  color: #e25e45;
}

#cartpage .headtitle .circleiconcart {
  background-color: #fff5f3;
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
}

#cartpage .headtitle .circleiconcart i {
  font-size: 2rem;
}

#cartpage .pagination_top {
  text-align: left;
  display: block;
}

#cartpage .bin {
  color: #333333;
}

#cartpage .scrollboxcart {
  overflow-y: scroll;
  height: 530px;
  overflow-x: hidden;
}

#cartpage .listorderdetails thead {
  background-color: #009abe;
  color: #fff;
  font-family: "stidtiregular", sans-serif, "stidtiregular", sans-serif;
  padding: 10px 0px;
}

#cartpage .listorderdetails thead th {
  text-align: center;
  padding: 20px;
}

#cartpage .listorderdetails thead th:first-child {
  text-align: left;
}

#cartpage .listorderdetails tbody tr td {
  text-align: center;
}

#cartpage .listorderdetails tbody tr td:first-child {
  text-align: left;
}

#cartpage .boxsummary {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.1) !important;
  padding: 30px;
}

#cartpage .boxsummary .form-select,
#cartpage .boxsummary .form-control {
  border: 1px solid #eee;
}

#cartpage .boxsummary .input-group .btn {
  background-color: #e25e45;
  color: #fff;
  border: 1px solid #eee;
  height: 50px;
}

#cartpage .boxsummary hr {
  opacity: 0.1;
}

#cartpage .boxsummary .accordion-item {
  padding: 0px;
}

#cartpage .boxsummary .accordion-button {
  color: #009abe;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 600;
}

#cartpage .boxofProduct {
  position: relative;
  height: 100%;
}

#cartpage .boxofProduct .productContent .colorname,
#cartpage .boxofProduct .productContent .sizename {
  list-style: none;
  font-size: 0.8rem;
  font-family: "stidtiregular", sans-serif, "stidtiregular", sans-serif;
  padding-top: 8px;
}

#cartpage .boxofProduct .productContent .colorname span,
#cartpage .boxofProduct .productContent .sizename span {
  font-weight: bold;
}

#cartpage .boxofProduct .productContent .colorname .colorprd,
#cartpage .boxofProduct .productContent .sizename .colorprd {
  background-color: #1c2c57;
  border-radius: 50px;
  display: inline-block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  vertical-align: middle;
}

#cartpage .boxofProduct .botBtn {
  position: absolute;
  bottom: 0;
  font-size: 0.8em;
}

#cartpage .boxofProduct .botBtn a {
  color: #929292;
}

.btncancel {
  background-color: #929292;
  border-radius: 0px;
  font-size: 0.9rem;
  color: #fff;
}

.btncancel:hover {
  background-color: #000 !important;
  color: #fff !important;
}

.btnborder {
  border: 1px solid #000;
  color: #000;
  border-radius: 0px;
  font-size: 0.9rem;
}

.btnborder:hover {
  background-color: #000 !important;
  color: #fff !important;
}

#storepage .dropbtn {
  background-color: #fff;
  color: #000;
  padding: 16px;
  width: 100%;
  cursor: pointer;
  border-radius: 50px;
  margin-bottom: 20px;
  border: 1px solid #eee;
  height: 50px;
  text-align: left;
}

#storepage #myInput {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url("searchicon.png");
  background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 1rem;
  padding: 14px 20px 12px 45px;
  border: none;
  width: 100%;
  border-bottom: 1px solid #eee;
}

#storepage #myInput:focus {
  outline: 3px solid #ddd;
}

#storepage .dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}

#storepage .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  width: 100%;
  overflow: auto;
  border: 1px solid #ddd;
  z-index: 1;
}

#storepage .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

#storepage .show {
  display: block;
}

#storepage .backlink {
  text-decoration: none;
  color: #000;
  font-size: 0.9rem;
}

#storepage .backlink i {
  color: #e25e45;
  font-size: 1.5rem;
  vertical-align: middle;
}

#storepage .groupdetailstore {
  padding: 2em 5em 2em 8em;
}

#storepage .groupdetailstore hr {
  opacity: 0.1;
}

#storepage .groupdetailstore p {
  line-height: 25px;
}

#storepage .groupdetailstore span {
  background-color: #009abe;
  color: #fff;
  display: inline-block;
  padding: 10px 40px;
  font-family: "kulachat", serif, "stidtiregular", sans-serif;
  text-transform: uppercase;
}

#storepage .pagination_top {
  text-align: left;
  display: block;
}

#storepage .storelistshow {
  position: absolute;
  left: 10%;
  top: 35%;
  z-index: 1;
  background-color: #fff;
  padding: 40px 30px;
  width: 25%;
  -webkit-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1) !important;
}

#storepage .storelistshow .form-select {
  border-radius: 50px;
  margin-bottom: 20px;
  border: 1px solid #eee;
  height: 50px;
}

#storepage .storelistshow .scrollboxlocation {
  height: 320px;
  overflow-y: scroll;
}

#storepage .storelistshow .storedetailgroup {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

#storepage .storelistshow .storedetailgroup h2 {
  font-family: "kulachat", serif, "stidtiregular", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
}

#storepage .storelistshow .storedetailgroup p {
  line-height: 25px;
}

#storepage .storelistshow .storedetailgroup li {
  list-style: none;
  padding-bottom: 12px;
}

#storepage .storelistshow .storedetailgroup li i {
  color: #009abe;
  margin-right: 5px;
}

#storepage .storelistshow .storedetailgroup .btn-sm-blue {
  background-color: #009abe;
  color: #fff;
  border-radius: 0px;
  font-size: 0.9rem;
}

#storepage .storelistshow .storedetailgroup .btn-sm-red {
  background-color: #e25e45;
  color: #fff;
  border-radius: 0px;
  font-size: 0.9rem;
}

#storepage #map-canvas {
  position: relative;
  height: 800px;
}

.offcanvas {
  z-index: 9999;
}

#visionpage .visioncontent {
  padding: 5em 10em;
}

#abtpage .logocollection li {
  list-style: none;
  display: inline-block;
  margin-right: 30px;
}

#abtpage .video_group {
  position: relative;
  overflow: hidden;
}

#abtpage .video_group .wrapper {
  position: relative;
  width: 70px;
  height: 70px;
  margin: 20px auto;
}

#abtpage .video_group .wrapper .circle {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: #fff;
  margin: auto;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

#abtpage .video_group .wrapper .circle.pulse {
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
  background-color: rgba(255, 255, 255, 0.8);
}

#abtpage .video_group .wrapper svg {
  fill: #e0e0e0;
  stroke: #e0e0e0;
  stroke-linejoin: round;
  stroke-width: 5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#abtpage .video_group .wrapper svg:hover {
  cursor: pointer;
  fill: #f2f2f2;
  stroke: #f2f2f2;
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

#abtpage .video_group .covervid img {
  width: 100%;
}

#abtpage .video_group .covervid::after {
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
  content: "";
  top: 0;
}

#abtpage .video_group figure {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  color: #fff;
  text-align: center;
}

#abtpage .video_group figure h2 {
  padding-top: 20px;
}

#abtpage .boxbgabt {
  background-color: #ececec;
  padding: 4em;
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#abtpage .bannerabt .bannerslide {
  position: relative;
}

#abtpage .bannerabt .bannerslide::after {
  display: block;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.739933)), to(rgba(255, 255, 255, 0.272146)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.739933) 0%, rgba(255, 255, 255, 0.272146) 100%);
  height: 100%;
  width: 100%;
  content: "";
  top: 0;
}

#abtpage .bannerabt .bannerslide .bannercaptionabt {
  position: absolute;
  top: 35%;
  left: 10%;
  width: 50%;
  color: #fff;
  z-index: 1;
}

#abtpage .bannerabt .bannerslide .bannercaptionabt h1 {
  font-size: 3rem;
  font-family: "kulachat", serif, "stidtiregular", sans-serif;
  text-transform: uppercase;
}

#abtpage .bannerabt .bannerslide .bannercaptionabt p {
  line-height: 25px;
}

#abtpage .circlehalf2 {
  width: 1000px;
  height: 1000px;
  position: absolute;
  overflow: hidden;
  right: 0;
  z-index: -1;
  bottom: -630px;
}

#abtpage .circlehalf2::after {
  content: "";
  border: 100px solid #009abe;
  width: 50vw;
  height: 58vw;
  display: inline-block;
  position: absolute;
  right: -25vw;
  border-radius: 50%;
}

#abtpage .halfcircle {
  border: 200px solid #009abe;
  width: 110vw;
  height: 105vw;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: calc(-105vw / 2);
  top: 25vw;
  border-radius: 50%;
}

#abtpage .wrapper {
  width: 80%;
  margin: auto;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  word-break: break-word;
}

#abtpage .sectionbranddif {
  background-image: url(../images/bgsectionabt2.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  padding: 5em 11em;
  font-family: "kulachat", serif;
  position: relative;
}

#abtpage .sectionbranddif .contentss h3 {
  font-size: 3rem;
}

#abtpage .sectionbranddif .boxbrans {
  text-align: center;
  margin: 0 auto;
  display: table;
}

#abtpage .sectionbranddif .boxbrans p {
  text-align: center;
  padding-top: 40px;
}

#abtpage .sectionbranddif .boxbrans .iconbrands_dt {
  background-color: #fff;
  border-radius: 10px;
  width: 150px;
  height: 100px;
  line-height: 100px;
  text-align: center;
}

#abtpage .sectionbranddif .boxbrans .iconbrands_dt img {
  width: 50%;
}

#abtpage .oemsection h3 {
  font-size: 3.5rem;
  color: #009abe;
  font-family: "kulachat", serif;
  font-weight: bold;
  letter-spacing: 2px;
}

#abtpage .oemsection h3 span {
  color: #e25e45;
  font-size: 2.5rem;
}

#abtpage .bgcontenttwo {
  background-image: url(../images/bgabt2_03.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  padding: 5em 10em 5em 10em;
}

#abtpage .contenttwo h2 {
  font-size: 3rem;
  color: #fff;
}

#abtpage .contentone h1 {
  color: #009abe;
  font-size: 3rem;
}

#abtpage .contentone h2 {
  font-size: 2.5rem;
  color: #009abe;
}

#abtpage .contentone p {
  color: #009abe;
}

#abtpage .headtitle h2 {
  color: #009abe;
  font-family: "kulachat", serif;
  font-size: 1.5rem;
}

#abtpage .titlebigger h3 {
  color: #009abe;
  font-family: "kulachat", serif;
  font-size: 3rem;
}

#abtpage .imgthrees img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

#abtpage .imgcompa {
  z-index: 1;
  position: relative;
}

#abtpage .imgcompa img {
  width: 100%;
}

/*----------- RESPONSIVE --------------*/
@media (max-width: 1600px) {
  .main-popupphoto {
    width: 50%;
  }
}
@media (max-width: 1399px) {
  .main-popupphoto {
    width: 56%;
  }
}
@media (max-width: 1299px) {
  .main-popupphoto {
    width: 64%;
  }
}
@media (max-width: 1199px) {
  #fittingpage .centergroup .content {
    position: relative;
    -webkit-transform: translate(-50%, 30%);
            transform: translate(-50%, 30%);
  }
  #footer .bgfootersub {
    padding: 30px 20px;
  }
  #footer .bgfootermain {
    padding: 30px;
  }
  #footer .bgfootermain .footerlogo img#oss_logo {
    margin-top: -20px;
  }
  #storepage .groupdetailstore {
    padding: 2em 5em 2em 3em;
  }
  #storepage .storelistshow {
    left: 5%;
    top: 28%;
    width: 40%;
  }
  #visionpage .visioncontent {
    padding: 2em 4em;
  }
  .main-popupphoto {
    height: 350px;
    overflow: hidden;
  }
}

@media (max-width: 991px) {
  .main-popupphoto {
    width: 100%;
  }
  #visionpage .visioncontent {
    padding: 1em 2em;
  }
  .menu ul li {
    display: block !important;
    width: 100%;
  }
  .menu ul li:first-child {
    margin-left: 10px !important;
  }
  .swap_order {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .swap_order2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .qty_group_cart .input-group {
    margin: 0;
  }
  .Cropscroll {
    overflow: auto;
    white-space: nowrap;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[12];
        grid-template-columns: repeat(12, 1fr);
  }
  #footer .accordion-item {
    border: none;
    background-color: transparent;
    padding: 10px 0px;
    border-bottom: 1px solid #cacaca;
  }
  #footer .accordion-item .accordion-header {
    font-family: "kulachat", serif, "stidtiregular", sans-serif;
  }
  #footer .accordion-item .accordion-body {
    padding: 10px 0px;
    font-size: 0.8rem;
    line-height: 20px;
  }
  #footer .accordion-item .accordion-body li {
    padding-top: 10px;
    list-style: none;
  }
  #footer .accordion-item .accordion-body li a {
    color: #fff;
    text-decoration: none;
  }
  #footer .accordion-item .accordion-button {
    background-color: transparent;
    font-weight: 500;
    border: none;
    color: #fff;
    padding: 10px 0px;
    font-size: 1rem;
  }
  #footer .accordion-item .accordion-button::after {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  #footer .accordion-item .accordion-button:not(.collapsed)::after {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  #footer .accordion-item .accordion-button:not(.collapsed) {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #footer .accordion-item:last-child {
    border-bottom: none;
  }
  #footer .bgfootermain {
    padding: 30px;
  }
  #footer .bgfootermain .footerlogo img {
    width: 20%;
  }
  #footer .bgfootermain .footerlogo img#oss_logo {
    display: none;
  }
  #footer .bgfootermain img#oss_logo_mb {
    display: block;
    float:right; 
    width:30%;
    margin-top:-90px;
  }
  #footer .bgfootermain .privacylist ul li {
    padding: 10px 10px 0px 0px;
  }
  #memberpage .border-start {
    border-left: none !important;
  }
  #memberpage .membergroup {
    padding: 0px 10px;
  }
  #memberpage .membermenu .loginvia {
    padding: 0px 20px;
  }
  #memberpage .membermenu .loginvia ul li {
    padding: 10px;
  }
  #memberpage .membermenu .headtitle {
    padding: 0px 20px;
  }
  #memberpage .membermenu ul li {
    border-bottom: 1px solid #ececec;
    padding: 20px;
  }
  #memberpage .membermenu .btnborder {
    margin: 20px;
  }
  #memberpage .backbtn {
    color: #176e9d;
    font-size: 0.8rem;
  }
  #newspage .contentdetail {
    padding: 0em 1em;
  }
  #newspage .newsslide .owl-next {
    bottom: -20px;
    left: 6%;
  }
  #newspage .newsslide .owl-prev {
    bottom: -20px;
    left: 3%;
  }
  #newspage .newscontent {
    padding: 20px 10px;
  }
  .ordersummary {
    border: 1px solid #cacaca;
    padding: 20px;
    font-size: 0.9rem;
  }
  .ordersummary .btn-success-sm {
    width: 100%;
  }
  .bannertop img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 200px;
  }
  .bannertop .bannercaption h1 {
    font-size: 2rem;
  }
  #flashsalepage .flashsalestep li {
    width: 63%;
  }
  #storepage .groupdetailstore {
    padding: 2em 1.5em 2em 1.5em;
  }
  #storepage .storelistshow {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    padding: 20px;
  }
  #storepage #map-canvas {
    height: 500px;
  }
  #cartpage .successbg .whitebgbox {
    margin: 20px;
  }
  #cartpage .successbg .whitebgbox .ordernumberty::before {
    width: 400px;
    height: 125px;
    top: -45px;
    left: 95px;
    background-size: 400px 124px;
  }
  .mainlogo {
    text-align: center;
  }
  .mainlogo a img {
    width: 50%;
  }
  .topmbact {
    padding-top: 20px;
  }
  .topmbact .menumb i {
    font-size: 1.5rem;
  }
  .topmbact ul li {
    list-style: none;
    display: inline-block;
    margin-left: 10px;
  }
  .topmbact ul li:first-child {
    margin-left: 0px;
  }
  .topmbact ul li a {
    color: #333333;
  }
  .topmbact ul li a i {
    font-size: 1.3rem;
  }
  .join_us,
  .login {
    margin-top: 0em;
  }
  #product-detailpage #thumbs .owl-next {
    right: 0%;
    top: 30%;
  }
  #product-detailpage #thumbs .owl-prev {
    left: 0%;
    top: 30%;
  }
  #product-detailpage .productdetailgroup .qty_group_cart .input-group {
    width: 40%;
  }
  #homepage .bgmember .contentwidthhd {
    position: relative;
    padding: 5em 2em;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    left: 0;
    width: 100%;
    top: 0;
  }
  #homepage .bgmember .contentwidthhd h4 {
    font-size: 1.2rem;
  }
  #homepage .bgmember .contentwidthhd p {
    font-size: 0.8rem;
    line-height: 25px;
  }
  #homepage .bgblue {
    padding: 1.5em;
  }
  #homepage .perfbg .contentwidthhd {
    position: relative;
    padding: 2em 0em;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    left: 0;
    width: 100%;
    top: 0;
  }
  #homepage .perfbg .contentwidthhd h4 {
    font-size: 1.2rem;
  }
  #homepage .perfbg .contentwidthhd p {
    font-size: 0.8rem;
    line-height: 25px;
  }
  .inficircular {
    top: 80%;
    right: 0;
    left: 37%;
  }
  #contactpage .bghalf {
    top: 0;
    height: 100vh;
  }
  #contactpage .contactlistinfo .iconleft {
    width: 10%;
  }
  .membershowinmb li,
  .changelang li {
    list-style: none;
  }
  .membershowinmb li a,
  .changelang li a {
    text-decoration: none;
    font-size: 1rem;
    color: #000;
  }
  .membershowinmb li a i,
  .changelang li a i {
    color: #e25e45;
    font-size: 1.2rem;
    margin-right: 8px;
  }
  #abtpage .contentdetail_pad {
    padding: 2em;
  }
  #cartpage .boxofProduct .botBtn {
    width: 100%;
  }
  #fittingpage .centergroup .content {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    padding: 30px;
  }
  .langandcurren li {
    list-style: none;
    display: inline-block;
  }
  .langandcurren .dropdown-menu li {
    display: block;
    margin-left: 0px !important;
  }

  .main-popupphoto {
    height: 493px;
    overflow:hidden;
  }
}

@media (max-width: 853px) {
  .main-popupphoto {
    height: 460px;
    overflow: hidden;
  }
}

@media (max-width: 820px) {
  .main-popupphoto {
    height: 420px;
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  #abtpage .video_group .wrapper {
    margin: 0px auto;
  }
  #abtpage .video_group figure h2 {
    padding-top: 0px;
    font-size: 1.2rem;
  }
  #abtpage .video_group .wrapper .circle {
    width: 50px;
    height: 50px;
  }
  #abtpage .bannerabt .bannerslide .bannercaptionabt {
    top: 20%;
    width: 80%;
  }
  #abtpage .bannerabt .bannerslide .bannercaptionabt h1 {
    font-size: 1.5rem;
  }
  #abtpage .bannerabt .bannerslide .bannercaptionabt p {
    line-height: 20px;
    font-size: 0.9rem;
  }
  #abtpage .boxbgabt {
    padding: 2em;
  }
  #fittingpage .quizContents li {
    margin-bottom: 20px;
  }
  #fittingpage .quiz .question .options button.quiz-opt {
    font-size: 0.85rem;
    padding: 1rem;
    text-align: left;
  }
  #fittingpage .quiz-img {
    max-height: 75px;
    margin-top: -30px;
    right: 11%;
  }
  #findsizepage .boxsizetest {
    padding: 2em;
  }
  #cartpage .headtitle .circleiconcart {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  #cartpage .headtitle .circleiconcart i {
    font-size: 1.4rem;
  }
  #contactpage .contactlistinfo .iconleft {
    width: 17%;
  }
  .mainlogo a img {
    width: 100%;
  }
  #blogpage .bloggroupdetail h3 {
    font-size: 0.9rem;
  }
  #blogpage .bloggroupdetail span {
    left: 10px;
    top: 10px;
    font-size: 0.7rem;
    padding: 5px;
  }
  .btn-success {
    font-size: 0.95rem;
  }
  .tagprd li,
  .btn-line,
  .btn-facebook {
    margin-bottom: 10px;
  }
  #annctop {
    font-size: 0.8rem;
  }
  #cartpage .successbg .whitebgbox {
    margin: 20px;
  }
  #cartpage .successbg .whitebgbox .ordernumberty::before {
    width: 270px;
    height: 125px;
    top: -45px;
    left: -8px;
    background-size: 270px 124px;
  }
  #storepage #map-canvas {
    height: 300px;
  }
  #flashsalepage .countdowninside {
    top: 70%;
    bottom: 0;
    width: 100%;
  }
  #flashsalepage .countdowninside .datetime {
    font-size: 0.8rem;
    -webkit-transform: translate(22px, -23px);
            transform: translate(22px, -23px);
  }
  #flashsalepage .countdowninside li {
    font-size: 0.9rem;
  }
  #flashsalepage .flashsalestep li {
    width: 70%;
  }
  #pointredeempage .button {
    font-size: 0.8rem;
    height: 30px;
  }
  #newspage .contentdetail p {
    font-size: 0.8rem;
  }
  #newspage .newsslide .owl-next {
    bottom: 0px;
    left: 10%;
  }
  #newspage .newsslide .owl-prev {
    bottom: 0px;
    left: 5%;
  }
  #newspage .newsslide .newscontent p {
    font-size: 0.8rem;
  }
  #newspage .newscontent {
    padding: 20px 10px;
  }
  #newspage .newscontent .date,
  #newspage .newscontent .tagpromotion,
  #newspage .newscontent .tagnewspro {
    font-size: 0.7rem;
  }
  #newspage .newscontent h2 {
    font-size: 1rem;
  }
  #newspage .newscontent p {
    font-size: 0.8rem;
  }
  #productpage .hoverstyle figcaption {
    font-size: 1rem;
    letter-spacing: 1px;
  }
  #helppage .otherpage h3 {
    font-size: 1.2rem;
  }
  #helppage .otherpage p {
    font-size: 0.8rem;
  }
  #helppage .helpbox {
    padding: 25px 20px;
    height: 166px;
  }
  #helppage .helpbox .icongroup {
    width: 63px;
    height: 63px;
    line-height: 63px;
  }
  #helppage .helpbox .icongroup img {
    width: 50%;
  }
  #helppage .helpbox h2 {
    font-size: 0.9rem;
    word-wrap: break-word;
  }
  .pagination_top .breadcrumb {
    font-size: 0.65rem;
  }
  #paymentconfirmpage .groupconfirm {
    padding: 30px 20px;
  }
  #paymentconfirmpage .groupconfirm .formgroup span {
    margin-top: 10px;
    position: relative;
    margin-left: 0em;
  }
  .formgroup .btn-main-bk::before {
    top: -20px;
    left: -20px;
  }
  .btn-main-blue,
  .btn-main-bk {
    font-size: 0.8rem;
  }
  .btn-main-blue::before,
  .btn-main-bk::before {
    width: 90px;
    height: 54px;
    background-size: 90px 62px;
    top: -23px;
    left: -7px;
  }
  .hoverstyle figcaption {
    font-size: 2rem;
  }
  .headtitle h5 {
    font-size: 1rem;
    font-weight: 600;
    color: #009abe;
    font-family: "kulachat", serif, "stidtiregular", sans-serif;
  }
  .headtitle h3,
  .headtitle h2,
  .headtitle h1 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #009abe;
    font-family: "kulachat", serif, "stidtiregular", sans-serif;
  }
  .boxofProduct .tagnew {
    width: 45px;
    height: 30px;
    line-height: 30px;
    font-size: 0.6rem;
  }
  .boxofProduct .listcolor li.active {
    width: 16px;
    height: 16px;
    line-height: 15px;
  }
  .boxofProduct .listcolor li a {
    width: 12px;
    height: 12px;
  }
  .boxofProduct .listcolor li a:hover {
    padding: 5px;
    width: 12px;
    height: 12px;
  }
  .boxofProduct .showcup li,
  .boxofProduct .showsize li {
    font-size: 0.65rem;
  }
  .boxofProduct .productContent .salepriceshow {
    color: #e25e45;
  }
  .boxofProduct .productContent .ogprice {
    font-size: 0.8rem;
  }
  .boxofProduct a {
    font-size: 0.9rem;
  }
  #footer .bgfootermain {
    padding: 20px 30px;
  }
  #footer .bgfootermain .footerlogo img {
    width: 40%;
  }
  #footer .bgfootersub {
    padding: 20px 30px;
  }
  #footer .bgfootersub h5 {
    font-size: 1rem;
  }
  #footer .bgfootersub .subscribe .form-control {
    font-size: 0.8rem;
  }
  #footer .bgfootersub p {
    font-size: 0.8rem;
  }
  #footer .bgfootersub .accpt {
    font-size: 0.65rem;
  }
  .owl-theme .owl-nav [class*="owl-"] {
    margin: 0px;
  }
  .shopslide .owl-prev {
    left: 0;
  }
  .shopslide .owl-next {
    right: 0;
  }
  .shopslide .owl-prev img,
  .shopslide .owl-next img {
    width: 60%;
  }
  #memberpage .points-show .iconmid {
    top: 40%;
    left: 43%;
  }
  #memberpage .points-show .rd12 {
    padding: 20px;
  }
  #memberpage .btn-shop-sm,
  #memberpage .btn-success-type {
    width: 100%;
    margin-bottom: 10px;
  }
  #homepage .whyusgroup p {
    font-size: 0.8rem;
  }
}

@media (max-width: 575px) {
  .main-popupphoto {
    height: 280px;
    overflow: hidden;
  }
}

@media (max-width: 430px) {
  .main-popupphoto {
    height: 220px;
    overflow: hidden;
  }
}

@media (max-width: 390px) {
  .main-popupphoto {
    height: 210px;
    overflow: hidden;
  }
}

@media (max-width: 375px) {
  .main-popupphoto {
    height: 200px;
    overflow: hidden;
  }
}

@media (max-width: 360px) {
  .main-popupphoto {
    height: 190px;
    overflow: hidden;
  }
}

/*# sourceMappingURL=layout.css.map */