@charset "UTF-8";

html {
  height: 100%;
}

body {
  width: 100%;
  overflow-x: hidden;
  font-family: 'Microsoft JhengHei', 'Open Sans', 'sans-serif';
  font-size: 18px;
  font-weight: 400;
  color: #222;
  background: #f5f5f5;
  line-height: 1.5;
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  line-height: 1.5;
  margin: 0;
}

h2 {
  font-size: 36px;
}

h2 span {
  font-size: 24px;
  display: block;
  font-weight: 600;
  line-height: 1.3;
}

h3 {
  font-size: 22px;
}

h3 span {
  font-size: 14px;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: 0;
  color: #d92743;
}

ul,
ol,
li {
  list-style: none;
  padding-left: 0;
}

i {
  font-style: normal;
}

:focus {
  outline: none;
}

label {
  font-weight: normal;
}

img {
  max-width: 100%;
}

::-webkit-scrollbar {
  display: none;
}

button {
  outline: none;
}

/*login
----------------------------------------------------------------------------- */
body.login {
  background: url(../_images/login/bg.jpg) center center;
  background-size: cover;
}

body.login section.content {
  background: none;
}

.loginbox {
  max-width: 800px;
  margin: 0 auto;
}

.loginbox .loginbox-logo {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 30px;
}

.loginbox .form_info {
  margin-bottom: 60px;
}

.loginbox .form__input select {
  width: 100%;
  height: 44px;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.loginbox label.form__label {
  color: #fff;
  font-size: 22px;
  font-weight: normal;
}

.loginbox label.input {
  width: 100%;
  margin: 10px 0;
  position: relative;
  color: #666;
}

.loginbox .form-control {
  height: 45px;
  font-size: 17px;
}

.loginbox footer .btn.btn-nb.pull-left {
  position: relative;
}

input.checkbox-input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 0;
  height: 25px;
  width: 35px;
  z-index: 1;
  margin: 0;
}

.checkbox-mark {
  position: absolute;
  top: 18px;
  left: 6px;
  height: 25px;
  width: 25px;
  background: #fff;
  border-radius: 6px;
}

.checkbox-mark:after {
  left: 5px;
  top: 0;
  width: 13px;
  height: 20px;
  border: solid #a51b34;
  border-radius: 2px;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  position: absolute;
  display: none;
}

input.checkbox-input[type="checkbox"]:checked~.checkbox-mark:after {
  display: block;
}

.social-media {
  /* position: fixed; */
  /* right: 30px; */
  /* bottom: 30px; */
  /* text-align: right; */
  /* overflow: hidden; */
}

.social-media .btn-switch {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 12px;
  color: #fff;
  background-color: #6d0f0c;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  transition: all 0.5s ease;
}

.social-media .btn-switch:hover {
  box-shadow: none;
}

.social-media .btn-switch .times {
  width: 35px;
  height: 35px;
  opacity: 0;
}

.social-media .btn-switch.active {
  transform: rotate(360deg);
  border-radius: 50%;
  box-shadow: none;
}

.social-media.active .media-list {
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}

.social-media .btn-switch.active .times {
  opacity: 1;
}

.social-media .btn-switch.active .chat {
  opacity: 0;
}

.social-media .btn-switch img {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}

.social-media .hidden {
  width: 300px;
  display: block !important;
  visibility: visible !important;
  transform: translateY(30px);
  padding-bottom: 30px;
  overflow: hidden;
}

.social-media .media-list {
  display: flex;
  /* flex-direction: column; */
  /* align-items: flex-end; */
  justify-content: center;
  column-gap: 16px;
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease;
  padding: 16px 0;
  margin-bottom: 4px;
}

.social-media .media-list .media-item {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.social-media .media-item button,
.social-media .media-item a {
  position: relative;
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: #fff;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  transition: 0.3s ease;
}

.social-media .media-item button:hover,
.social-media .media-item a:hover {
  transform: translateY(-3px);
}

/* .social-media .media-item button::before,
.social-media .media-item a::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(calc(-100% - 9.5px), -50%);
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #6d0f0c;
  border-radius: 10px;
  padding: 5px 15px;
  pointer-events: none;
  opacity: 0;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
}

.social-media .media-item button::after,
.social-media .media-item a::after {
  content: '';
  display: block;
  border: 5px solid transparent;
  border-left-color: #6d0f0c;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.2s ease;
} */

.social-media .media-item button img,
.social-media .media-item a img {
  width: 30px;
  height: 30px;
}

.social-media .media-item button.phone,
.social-media .media-item a.phone {
  background-color: #00d054;
}

@media (max-width: 480px) {

  .social-media .media-list {
    column-gap: 12px;
    padding: 12px 0;
    margin-bottom: 0;
  }

  .social-media .media-item button,
  .social-media .media-item a {
    width: 30px;
    height: 30px;
    border-radius: 6px;
  }

  .social-media .media-item button img,
  .social-media .media-item a img {
    width: 25px;
    height: 25px;
  }
}

/* .social-media .media-item button.phone::before,
.social-media .media-item a.phone::before {
  content: 'phone';
} */

/* .social-media .media-item button.phone:hover::before,
.social-media .media-item button.phone:hover::after,
.social-media .media-item a.phone:hover::before,
.social-media .media-item a.phone:hover::after {
  opacity: 1;
} */

.social-media .media-item button.facebook,
.social-media .media-item a.facebook {
  background-color: #1877F2;
}

/* .social-media .media-item button.facebook::before,
.social-media .media-item a.facebook::before {
  content: 'facebook';
} */

/* .social-media .media-item button.facebook:hover::before,
.social-media .media-item button.facebook:hover::after,
.social-media .media-item a.facebook:hover::before,
.social-media .media-item a.facebook:hover::after {
  opacity: 1;
} */

.social-media .media-item button.line,
.social-media .media-item a.line {
  background-color: #06c755;
}

/* .social-media .media-item button.line::before,
.social-media .media-item a.line::before {
  content: 'Line@';
} */

/* .social-media .media-item button.line:hover::before,
.social-media .media-item button.line:hover::after,
.social-media .media-item a.line:hover::before,
.social-media .media-item a.line:hover::after {
  opacity: 1;
} */

.social-media .media-item button.whatsapp,
.social-media .media-item a.whatsapp {
  background-color: #25d366;
}

/* .social-media .media-item button.whatsapp::before,
.social-media .media-item a.whatsapp::before {
  content: 'whatsapp';
} */

/* .social-media .media-item button.whatsapp:hover::before,
.social-media .media-item button.whatsapp:hover::after,
.social-media .media-item a.whatsapp:hover::before,
.social-media .media-item a.whatsapp:hover::after {
  opacity: 1;
} */


/*label.checkbox-label {
    padding-left: 25px;
}*/
/*content
----------------------------------------------------------------------------- */
fieldset {
  border: 0;
}

/*
section.content {
  margin-bottom: 30px;
}
*/

.price span {
  padding-right: 10px;
}

.price span.subtotal {
  color: #e50011;
  padding: 0;
  font-size: 19px;
}

span.subtotal:before {
  content: "NT$";
  margin-right: 4px;
}

.quantity {
  vertical-align: middle;
}

/*

.quantity .input-group {
  max-width: 230px;
}
*/

.nav_prompt .nav_p {
  font-size: 16px;
  color: #666;
  display: inline-block;
  margin-left: 10px;
  /*&.nav_p_name {
            font-size: 26px;
            font-weight: 600;
            margin-left: 10px;
            vertical-align: top;
        }*/
}

.nav_prompt .nav_p span {
  display: block;
}

.pd-item {
  font-size: 16px;
  color: #555;
}

/*navbar
----------------------------------------------------------------------------- */
section.main.mg-top {
  margin-top: 54px;
}

.navbar {
  border-radius: 0;
  margin-bottom: 0;
  background: #fff;
}

.navbar .menu-btn {
  margin-top: 0;
  background: none;
  padding: 0;
  color: #444;
  font-size: 30px;
  border: 0;
}

.navbar .breadcramb {
  color: #444;
  font-size: 22px;
  font-weight: 600;
  display: inline-block;
}

.navbar .navbar-inline {
  display: inline-block;
}

.navbar .navbar-tool {
  float: right;
  position: relative;
}

/*
.navbar .navbar-tool .searchbox {
  position: relative;
  display: inline-block;
  padding: 8px;
  padding-top: 14px;
}
*/

.navbar .navbar-tool .searchbox .input-search {
  padding: 3px 10px;
  min-width: 340px;
  border: 2px solid #0e131f;
  border-radius: 5px;
}

.navbar .navbar-tool .searchbox button.btn-search {
  font-size: 22px;
  position: absolute;
  right: 14px;
  top: 12px;
  padding: 3px 5px;
  color: #0e131f;
}

.navbar .navbar-tool a.micon {
  cursor: pointer;
}

.navbar .shop-number-box {
  position: absolute;
  left: 4px;
  top: 0;
}

.navbar .shop-number-box i.shop-number {
  font-size: 16px;
  padding: 0px 6px;
  color: #0d131e;
  font-weight: 600;
  background-color: #eea91d;
  border-radius: 50%;
  line-height: 16px;
  vertical-align: middle;
}

.navbar .nav>li>a:hover,
.navbar .nav>li>a:focus {
  color: #eea91d;
  text-decoration: none;
  background-color: #460404;
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.navbar.fixed {
  position: fixed;
  top: 0;
  z-index: 100;
  left: 0;
  background: #fff;
  width: 100%;
}

.fixed-navbar-on .navbar.fixed.animated {
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
}

.fixed-navbar-on .navbar.fixed {
  position: fixed;
  top: 0;
  z-index: 50;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 12px 25px -10px rgba(26, 32, 48, 0.3);
  box-shadow: 0px 12px 25px -10px rgba(26, 32, 48, 0.3);
}


/*選單*/
.pushy-left {
  background: #561111;
}

.pushy-left ul.nav {
  /* margin-top: 30px; */
  margin: 30px 0;
}

.pushy-left ul.nav li {
  /* margin: 20px 0; */
}

.pushy-left ul.nav li a {
  color: #fff;
  font-size: 22px;
  padding: 12px 10px;
  /* padding-left: 30px; */
}

.pushy-left ul.nav li a i {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.pushy-left ul.nav li a i.i-member {
  background-image: url(../_images/all/menu-icon1.png);
  background-position: 0 0;
  background-size: cover;
}

.pushy-left ul.nav li a i.i-delivery {
  background-image: url(../_images/all/menu-icon2.png);
  background-position: 0 0;
  background-size: cover;
}

.pushy-left ul.nav li a i.i-spot {
  background-image: url(../_images/all/menu-icon3.png);
  background-position: 0 0;
  background-size: cover;
}

.pushy-left ul.nav li a i.i-order {
  background-image: url(../_images/all/menu-icon4.png);
  background-position: 0 0;
  background-size: cover;
}

.pushy-left ul.nav li a i.i-qr {
  background-image: url(../_images/all/menu-icon5.png);
  background-position: 0 0;
  background-size: cover;
}

.pushy-left ul.nav li a:hover {
  color: #eea91d;
}

.pushy-left ul.nav li a:hover i {
  background-position: 0 -24px;
}

/*購買清單*/
.shop-button {
  position: relative;
  padding: 8px 10px;
  float: right !important;
}

/*

.pull-left {
  color: #fff;
  margin-bottom: 0;
  padding: 10px;
}

.browsing-history .browsing-panel {
  display: none;
  width: 80%;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #fff;
}

.browsing-history .browsing-header {
  background-color: #63110f;
  text-align: center;
  padding: 0;
}

.browsing-history .closebtn {
  color: #fff;
  background-color: #63110f;
  padding: 10px;
}

.browsing-history .browsing-panel-overlay {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
*/

/*filter 
----------------------------------------------------------------------------- */
.filter {
  color: #fff;
  background: #571212;
  padding: 5px 15px;
  margin-bottom: 15px;
}

.filter .Imgstyle a.active,
.filter .Imgstyle a:active,
.filter .Imgstylea:hover,
.filter .Imgstylea:focus {
  color: #eea91d;
}

.filter .Imgstyle a {
  padding: 0 5px;
  vertical-align: middle;
}

.searchbox input.form-control {
  padding: 16px 12px;
  display: inline-block;
  width: 220px;
}

.searchbox .btn {
  min-width: 24px;
  padding: 7px 14px;
  margin-bottom: 10px;
}

.searchbox .btn i {
  padding: 0;
}

/*delivery
----------------------------------------------------------------------------- */
.pd-img {
  position: relative;
  padding: 0;
}

/*
.pd-img:active,
.pd-img.active{
    background: #eeaa1e;
    border: 5px solid #eeaa1e;
}
*/
/*
.pd-img:active img,
.pd-img.active img{
    border-radius: 10px;
}
*/
.pd-img-active {
  display: block;
  background: #eeaa1e;
  border: 5px solid #eeaa1e;
}

.pd-img-active img,
.pd-img-active img {
  border-radius: 10px;
}

/*
.pd-img-active:after{
    content: "";
    font-size: 18px;
    position: absolute;
    right: 0;
    background: #eeaa1e;
    width: 30px;
    height: 30px;
    z-index: 2;
}
*/
span.num {
  font-size: 18px;
  position: absolute;
  right: 0;
  background: #eeaa1e;
  width: 30px;
  height: 30px;
  z-index: 2;
  color: #fff;
  text-align: center;
}

/*
.pd-img:active:before,
.pd-img.active:before{
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    background: #eeaa1e;
}
.pd-img:active:after,
.pd-img.active:after{
    content: "";
    font-size: 18px;
    position: absolute;
    right: 6px;
    color: #fff;
}
*/
.pdgrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pdbox {
  width: 50%;
  padding: 10px;
}

.pdbox.pdboxB {
  width: 100%;
}

.pdbox.pdboxS {
  width: 33.3%;
}

body.delivery {
  background: #dedbde;
}

body.delivery .product {
  min-height: 100vh;
}

.tab .nav {
  white-space: nowrap;
  overflow: scroll;
  border-bottom: 0;
  margin-bottom: 0;
  background: #fff;
}

.tab .nav>li {
  display: inline-block;
}

.tab .nav>li>a {
  border-radius: 0;
  color: #fff;
  background: #888;
  padding: 10px 15px;
  margin-right: 2px;
}

.tab .nav>li>a:hover,
.tab .nav>li.active>a,
.tab .nav>li.active>a:hover,
.tab .nav>li.active>a:focus {
  color: #fff;
  background-color: #eea91d;
}

.view-wrapper {
  width: 100%;
  display: block;
  font-size: 16px;
  padding: 5px 0;
  margin: 10px auto 30px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 50px;
  border: 1px solid #3c3c3c;
}

.view-wrapper:hover {
  color: #d92743;
  border: 1px solid #d92743;
}

/* order
----------------------------------------------------------------------------- */
body.Inside-page .navbar {
  margin-bottom: 0;
  padding: 5px 0;
}

body.Inside-page .navbar .nav_prompt .nav_p {
  margin-left: 0;
}

nav.stepbox {
  text-align: center;
  padding: 20px 0 40px;
  text-transform: uppercase;
  text-align: center;
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

nav.stepbox>span {
  color: #b9b9b9;
  border-bottom: 2px solid;
  padding-bottom: 2px;
  width: 100%;
  position: relative;
}

nav.stepbox>span.step:before {
  content: "step1";
  font-size: 16px;
  margin-right: 10px;
}

nav.stepbox>span.step.active {
  color: #eea91d;
  border-bottom: 2px solid #eea91d;
}

nav.stepbox>span.step.step2:before {
  content: "step2";
}

.btnbox_top {
  text-align: right;
  position: relative;
  margin-bottom: 15px;
}

.form-control {
  height: 36px;
}

.flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
}

.cartlist {
  padding: 20px 10px;
  border: 1px solid #ddd;
  -webkit-box-shadow: 1px 1px 5px #e2dede;
  box-shadow: 1px 1px 5px #e2dede;
  background: #fff;
}

.cartlist .pdlist {
  margin: 10px 0;
  min-height: inherit;
  padding: 0 10px;
}

.cartlist .stock-headquarters:before {
  content: ";";

}

.cartlist .cart-body {
  padding: 20px 10px;
  border-bottom: 1px solid #bbb;
}

.cartlist .cart-body:nth-child(odd) {
  background: #f5f5f5;
}

.discount-container {
  width: 100%;
}

.cartlist .cart-body span.amount {
  margin-left: 10px;
  font-size: 20px;
}

.cartlist .cart-body .pdList {
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
}

.cartlist .cart-body .pd-detail-img {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  width: 200px;
}

.cartlist .cart-body .pd-detail-right {
  margin-left: 10px;
  display: inline-block;
  vertical-align: top;
  width: calc(80% - 15px);
}

.cartlist .cart-body .detail-right {
  text-align: right;
  padding: 0;
}

.cartlist .cart-body .pd-price {
  margin-top: 10px;
}

.cartlist .cart-body .detail-number {
  margin-top: 10px;
  margin-bottom: 15px;
  column-gap: 10px;
}

.cartlist .cart-body .number-item.number-item2 {
  width: 25%;
}

.cartlist .cart-body .number-item {
  width: 43%;
}

.cartlist .cart-body i.fa-times-circle {
  font-size: 2em;
  z-index: 9999;
  cursor: pointer;
}

/*
.cartlist .cart-body .number-item .number-amount {
  display: inline-block;
  width: 50%;
}
*/

.cartlist .cart-price {
  text-align: right;
  margin: 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #bbb;
}

.cartlist h3 {
  border-bottom: 1px solid #bbb;
  padding-bottom: 5px;
}

.cartlist .pd-name {
  height: 30px;
  overflow: hidden;
}

.totalbox {
  padding: 20px 0;
}

.discount-container {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.discount-container .discount-left {
  /*width: calc(30% - 40px);*/
  display: inline-block;
  text-align: left;
  margin-left: 56%;
}

.discount-container .discount-left input.discount-input {
  padding: 2px 10px;
  border: 1px solid #cecece;
  border-radius: 5px;
  width: 140px;
}

.discount-container .discount-left span {
  margin-left: 5px;
}

.discount-container .discount-right {
  /*width: calc(20% - 90px);*/
  display: inline-block;
  text-align: right;
  margin-left: auto;
}

.discount-container.subtotal {
  color: #e50011;
  margin: 20px 0;
  border-bottom: 1px solid #bbb;
  padding-bottom: 10px;
}

.discount-container.total {
  font-weight: 600;
  color: #000;
}

.discount-container.total span.subtotal {
  font-size: 20px;
}

.discount {
  text-align: right;
  color: #e50011;
}

.discount:before {
  content: "-NT$";
  margin-right: 4px;
}

.databox-bg {
  padding: 10px;
  background: #efefef;
  margin-top: 30px;
}

.databox-bg .data-title {
  margin: 20px 15px 15px;
  font-size: 22px;
  font-weight: 600;
  color: #333;
}

.databox-bg .databox-list {
  background: #fff;
  padding: 20px;
  margin: 10px 5px;
  border: 1px solid #ddd;
}

.databox-bg .databox-list .datalist {
  color: #666;
}

.databox-bg .databox-list .datalist .input-list {
  padding: 4px 15px;
}

.databox-bg .databox-list .datalist .input-list.add-title-input {
  margin-bottom: 0;
}

.databox-bg .databox-list .datalist .input-list label.input-title {
  font-size: 18px;
  display: block;
}

.databox-bg .databox-list .datalist .my-message {
  padding: 4px 15px;
}

.input-list {
  margin-bottom: 10px;
}

.input-list .form-control {
  width: 100%;
  height: 40px;
  font-size: 16px;
}

.m-l-10 {
  margin-left: 10px;
}

.purchaser .p_title {
  font-size: 22px;
  font-weight: 600;
  margin: 20px 15px 15px;
  display: inline-block;
}

.purchaser .p_border {
  border: 1px solid #ddd;
  padding: 10px;
  width: calc(80% - 10px);
  display: inline-block;
}

.purchaser .p_border .btn-select {
  float: right;
  /*display: inline-block;*/
}

.purchaser .p_border p {
  text-align: left;
  display: inline-block;
  width: 74%;
}

/*.form-control[readonly]{
    background:#fff;
}*/
.twzipcode {
  position: relative;
  width: 100%;
}

.twzipcode span {
  display: inline-block;
  width: calc(30% - 10px);
  margin-right: 10px;
}

.twzipcode .error {
  position: absolute;
  top: 0;
  bottom: 0;
}

.twzipcode select,
.twzipcode input {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-right: 5px;
}

.btnbox.line {
  margin: 20px 0;
  display: flex;
  justify-content: center;
}

.btnbox.line .m-r-10 {
  margin-right: 10px;
}

/*選擇會員*/
.modal-backdrop {
  height: 1000px !important;
}

.modal-header {
  border: 0;
}

.modal-header button.close2 {
  position: absolute;
  right: -5px;
  z-index: 100;
}

.modal-header button.close2 span {
  padding: 15px 20px;
}

.modal-body {
  padding: 15px 30px;
}

.search_title {
  font-size: 22px;
  padding-bottom: 10px;
}

.searchbar {
  margin-bottom: 20px;
}

.searchbar input {
  border: 1px solid #ddd;
  width: 80%;
}

.searchbar .btn.btn-search {
  vertical-align: top;
  margin-left: 10px;
}

.namelist ul li {
  padding: 8px;
  position: relative;
}

.namelist ul li:nth-child(odd) {
  background: #ddd;
}

.data-title.subscriber {
  margin-bottom: 30px;
}

.order-info {
  margin-top: 30px;
  padding: 30px 0 0;
  border-top: 1px solid #ddd;
}

/* order.result
----------------------------------------------------------------------------- */
.notebox {
  background: #fff;
  border: 1px solid #ddd;
}

.notebox .note-title {
  font-size: 22px;
  color: #fff;
  background: #eea91d;
  padding: 5px 10px;
}

.notebox nav.notelist {
  padding: 20px;
}

.notebox ul.nav li {
  margin-bottom: 20px;
}

.notebox ul.nav li p.inline {
  font-size: 16px;
  color: #888;
}

.cartlistbox .btnbox.line {
  text-align: right;
}

.cartlist--checkbox {
  background: #fff;
  padding: 20px;
  border: 1px solid #ddd;
}

.cartlist--checkbox h3 {
  border-bottom: 1px solid #bbb;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.cartlist--checkbox .cartlist--checkbody {
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}

.cartlist--checkbox .cartlist--checkbody .pd-img img {
  width: 70px;
  float: left;
}

.cartlist--checkbox .cartlist--checkbody .pd-text {
  margin-left: 100px;
}

.cartlist--checkbox .cartlist--checkbody .pd-text .pd-name {
  width: 47%;
  height: 50px;
  overflow: hidden;
}

.cartlist--checkbox .cartlist--checkbody .pd-text .price-right {
  position: absolute;
  right: 0;
  top: 10px;
}

.cartlist--checkbox .cartlist--checkbody .pd-text .price-right span.original {
  color: #888;
  font-size: 17px;
  text-decoration: line-through;
}

.cartlist--checkbox .cartlist--checkbody .pd-text .pd-number {
  margin-top: 20px;
  font-size: 16px;
  line-height: 30px;
  color: #888;
}

.cartlist--checkbox .discount-container .discount-left {
  margin-left: 0;
}

input.form-content {
  border: 1px dotted #939393;
  border-radius: 3px;
  padding: 3px 4px;
  height: 46px;
  width: 100%;
}

/* member
----------------------------------------------------------------------------- */
.module--head {
  margin: 20px 0;
  padding: 10px 0;
  border-bottom: 2px solid #ddd;
}

.module--head p {
  display: inline-block;
  font-size: 24px;
}

.module--head .btn.btn-plus {
  float: right;
}

.module--body_table tbody tr:nth-child(odd) {
  background: #d3d3d3;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
}

.module--body_table td {
  width: 20%;
}

/* record
----------------------------------------------------------------------------- */
body.record {
  background: #f5f5f5;
}

body.record .table-selectable {
  margin-bottom: 15px;
}

body.record .table-selectable .btn-tracking {
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

body.record .table-selectable tr.tablesorter-ignoreRow {
  background: #ddd;
  margin-bottom: 10px;
}

body.record .table-selectable tr.tablesorter-ignoreRow select {
  height: 46px;
}

body.record .table-selectable tr.tablesorter-ignoreRow td {
  width: 15%;
}

.table-selectable {
  margin-bottom: 15px;
}

.table-selectable .btn-tracking {
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.table-selectable tr.tablesorter-ignoreRow {
  background: #ddd;
  margin-bottom: 10px;
}

.table-selectable tr.tablesorter-ignoreRow select {
  height: 46px;
}

.table-selectable tr.tablesorter-ignoreRow .btn.btn-filter,
.table-selectable tr.tablesorter-ignoreRow .btn.btn-clear {
  min-width: inherit;
  padding: 10px 15px;
}

.panel-default>.panel-heading {
  color: #fff;
  padding: 5px 0;
  background-color: #666;
  border-color: #666;
}

.panel-heading table td {
  width: 15%;
  text-align: center;
}

.panel-heading .table>thead>tr>td {
  vertical-align: middle;
}

span.detail {
  float: right;
}

.panelList {
  margin-bottom: 25px;
}

.panelList h4 {
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
}

.panelList h4:before {
  content: "";
  background: #460404;
  height: 22px;
  width: 4px;
  left: 0;
  top: 6px;
  position: absolute;
}

.panelList .table-info td {
  width: 30%;
  border: 1px solid #ddd;
}

.panelList .table-info td.heading {
  width: 10%;
  text-align: center;
}

.panelList .table-myorder {
  border: 1px solid #ddd;
}

.panelList .table-myorder thead td {
  background: #ddd;
}

.panelList .table-myorder th:last-child {
  text-align: right;
}

.panelList .table-myorder td:last-child {
  text-align: right;
}

.panelList .totalbox-line {
  padding: 0 5px;
}

.custom-header {
  color: #eea91d;
}

label.form__label {
  margin: 20px 0 10px 0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #a51b34;
  border-color: #a51b34;
}

/* btn
----------------------------------------------------------------------------- */
button {
  background: transparent;
  border: 0;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: inherit;
  outline-offset: 0;
}

.btn {
  background: #6d0f0c;
  -webkit-box-shadow: 0 3px #510a08;
  box-shadow: 0 3px #510a08;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  min-width: 150px;
  padding: 13px 18px;
  line-height: 20px;
  border: none;
}

.btn i {
  padding-right: 10px;
}

.btn.btn-default {
  padding: 8px 10px;
  min-width: inherit;
  background: #888;
  -webkit-box-shadow: 0 0;
  box-shadow: 0 0;
}

.btn.btn-default i {
  padding: 0;
}

.btn.btn-default:hover,
.btn.btn-default:focus {
  -webkit-box-shadow: 0 0;
  box-shadow: 0 0;
}

.btn.btn-logout {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  min-width: inherit !important;
  padding: 12px 10px;
  width: 150px;
  margin: 0 auto;
  margin-top: 100px;
}

.btn.btn-choose {
  padding: 9px 10px;
  min-width: 50px;
  position: absolute;
  right: 0;
  top: 2px;
}

.btn.btn-edit {
  min-width: inherit;
  padding: 10px 13px;
}

.btn.btn-edit i {
  padding: 0;
}

.btn.btn-dark {
  background: #091c3e;
  -webkit-box-shadow: 0 3px #0d1522;
  box-shadow: 0 3px #0d1522;
}

.btn.btn-dark:hover,
.btn.btn-dark:focus {
  background: #0d1522;
  -webkit-box-shadow: 0 3px #0d1522;
  box-shadow: 0 3px #0d1522;
}

.btn.btn-gray {
  background: #666;
  -webkit-box-shadow: 0 3px #555;
  box-shadow: 0 3px #555;
}

.btn.btn-gray:hover,
.btn.btn-gray:focus {
  background: #555;
  -webkit-box-shadow: 0 3px #555;
  box-shadow: 0 3px #555;
}

.btn.btn-plus i {
  display: inline-block;
  padding-right: 0;
  padding-left: 10px;
  color: #fff;
}

.btn.btn-addcart i {
  padding: 0;
}

.btn.btn-primary {
  min-width: inherit;
  background: #eea91d;
  -webkit-box-shadow: 0 3px #d69510;
  box-shadow: 0 3px #d69510;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #d69510;
  -webkit-box-shadow: 0 3px #d69510;
  box-shadow: 0 3px #d69510;
}

.btn.btn-edit i {
  margin-right: 10px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #fff;
  background: #510a08;
  -webkit-box-shadow: 0 3px #510a08;
  box-shadow: 0 3px #510a08;
}

.btn:active,
.btn.active {
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}

.btn-login {
  width: 100%;
}

.btn-nb {
  border: 0;
  background-color: transparent;
  color: #fff;
  padding: 20px 17px;
}

.btn-nb:hover,
.btn-nb:focus,
.btn-nb.focus {
  background-color: transparent;
}

a.i-search:active {
  color: #d92743;
}

input[type="radio"],
input[type="checkbox"] {
  height: 21px;
  width: 21px;
}

/*empty
----------------------------------------------------------------------------- */
.empty {
  margin-top: 20px;
}

.has-error .form-control {
  background: #fff2f2;
}

/*pager
----------------------------------------------------------------------------- */
.mypager {
  text-align: center;
  margin-top: 50px;
}

.mypager ul li {
  display: inline-block;
  padding: 0 2px;
}

.mypager ul li a {
  color: #777;
  display: inline-block;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 14px;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.page-select font {
  color: #eea91d;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  background: #eea91d;
  border-color: #eea91d;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
  color: #fff;
  background-color: #eea91d;
  border-color: #eea91d;
}


.pagination {
  text-align: center;
  display: block;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 30px;
}

a.load {
  border: 1px solid #571212;
  border-radius: 50px;
  display: block;
  text-align: center;
  font-size: 14px;
  padding: 12px;
  color: #571212;
}

.infinite-scroll-last {
  text-align: center;
  border-bottom: 1px solid #ddd;
  text-shadow: 2px 2px #e4e4e4;
}

.loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #555;
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 35%;
}

.loader-ellips__dot:nth-child(3) {
  left: 45%;
}

.loader-ellips__dot:nth-child(4) {
  left: 55%;
}

/*table
----------------------------------------------------------------------------- */
.table {
  margin: 0;
}

.table>thead>tr>th {
  vertical-align: middle;
  border-bottom: 0;
}

textarea {
  width: 100%;
}

/*# sourceMappingURL=style.css.map */

.mem-dt-list {
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.mem-dt-list li {
  width: calc(100% / 6);
}

.btn-group {
  text-align: left;
}

.btn-tab {
  background: #FFFFFF;
  border: 1px solid #dee2e6;
  border-radius: 5px 5px 0 0;
  box-shadow: none;
  color: #333;
}

.btn-tab.active {
  color: #fff;
  background: #510a08;
}

.btn-tab:hover,
.btn-tab:focus,
.btn-tab.active {
  box-shadow: none;
}

#purchaser_phone_search {
  display: block;
  position: absolute;
  top: 36px;
  right: 15px;
  padding: 8px 18px;
  background: #6d0f0c;
}

body.delivery {
  height: 100vh;
  overflow: hidden;
}

body.delivery #main.page-wrapper {
  height: calc(100vh - 54px);
  overflow: auto;
}

.delivery .tab {
  position: sticky;
  top: 54px;
  z-index: 10;
}

.delivery .filter {
  position: sticky;
  top: 101px;
  z-index: 10;
  box-shadow: 0px 12px 25px -10px rgba(26, 32, 48, 0.3);
}

@media (max-width: 414px) {
  #purchaser_phone_search {
    position: relative;
    top: unset;
    right: unset;
    margin-top: 11px;
  }
}

button.pd-img.addtocart {
  background: white !important;
}