/*variables*/
/*font style*/
/*font-size*/
/*text*/
/*background*/
/*border*/
/*button*/
/*form*/
/*mixin*/
body, button, html, input, select, textarea {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

/*widget*/
.widget-wrapper {
  height: 110px;
  position: relative;
  font-family: Thonburi, tahoma, Arial;
  font-weight: normal;
  font-size: 14px;
  color: #444444;
  background-color: #FFFFFF;
}
.widget-wrapper * {
  box-sizing: border-box;
}
.widget-wrapper a {
  text-decoration: none;
}

.w-wrapper-inner {
  width: 1220px;
  margin: 0 auto;
  padding: 0 10px;
  font-size: 100%;
  vertical-align: baseline;
  position: relative;
}

.w-clear {
  clear: both;
}

/*--widget-top--*/
.icon-ship {
  background: url('../images/widget/mc-widget/icon_ship.png?1530188280') transparent center no-repeat;
  width: 30px !important;
  height: 16px !important;
  display: inline-block;
}

.w-row-top {
  background-color: #F4F4F4;
  border-bottom: 1px solid #DDDDDD;
  height: 30px;
  line-height: 2.5em;
  font-size: 12px;
}

.w-text-proshipping {
  float: left;
  margin: 0;
  width: 50%;
}

.w-text-pin-location-base > a {
  float: left;
  margin: 0;
  font-family: Thonburi;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #d0021b;
}

/*--widget-row-bottom--*/
.w-row-bottom {
  height: 80px;
  padding: 0;
  margin: 0;
}

.w-logo {
  float: left;
  margin: 17px 0 0 10px;
  width: 240px;
}

.w-logo-res {
  display: none;
}

.wefresh-logo-res {
  display: none;
}

.logo-myshop {
  background: url('../images/widget/mc-widget/icon_shop.png?1530188280') transparent center no-repeat;
  width: 30px;
  height: 30px;
  margin: 3px auto 5px auto;
}

.logo-mycart {
  background: url('../images/widget/mc-widget/icon_cart.png?1530188280') transparent center no-repeat;
  width: 30px;
  height: 30px;
  margin: 3px auto 5px auto;
  display: block;
}

.box-group-search {
  -webkit-border-radius: 0 ;
  -moz-border-radius: 0 ;
  border-radius: 0 ;
  width: 600px;
  height: 40px;
  margin: 20px 0;
  float: left;
  border: 1px solid #DDDDDD;
  position: relative;
  z-index: 200;
}
.box-group-search > input[type="text"] {
  width: 538px !important;
  height: 38px !important;
  border: none;
  float: left;
  margin: 0;
  padding: 10px;
  font-size: 14px;
  color: #444444 !important;
}
.box-group-search > input::placeholder {
  color: #959595;
  opacity: 1;
}
.box-group-search > input::-webkit-input-placeholder {
  color: #959595;
  opacity: 1;
}
.box-group-search > input:-moz-placeholder {
  color: #959595;
  opacity: 1;
}
.box-group-search > input::-moz-placeholder {
  color: #959595;
  opacity: 1;
}
.box-group-search > input:-ms-input-placeholder {
  color: #959595;
  opacity: 1;
}
.box-group-search > input:focus {
  outline-width: 0;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.search-suggestion {
  position: absolute;
  top: 38px;
  left: 0;
  width: 538px;
  cursor: default;
  background: #FFFFFF;
  list-style: none;
  outline: 0;
  padding: 0;
  z-index: 1000;
  border: 1px solid #DDDDDD !important;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 3px 0 3px 3px;
  -webkit-border-radius: 0px 0 3px 3px;
  border-radius: 0px 0 3px 3px;
  -moz-transition: visibility 0s linear .1s,opacity .1s linear;
  -webkit-transition: visibility 0s linear .1s,opacity .1s linear;
  -o-transition: visibility 0s linear .1s,opacity .1s linear;
  transition: visibility 0s linear .1s,opacity .1s linear;
}

.search-suggestion ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.search-suggestion li.active {
  background: #F4F4F4;
}

.search-suggestion a {
  text-decoration: none;
  display: block;
  min-height: 0;
  font-weight: normal;
  white-space: normal;
  cursor: pointer;
  color: #444444;
  line-height: 34px;
  padding: 0 5px 0 19px;
  font-size: 14px;
}

.search-suggestion a:hover {
  background: #F4F4F4;
  color: #444444;
  text-decoration: none;
}

.search-suggestion .keyincat {
  border-bottom: 1px solid #DDDDDD;
}

.search-suggestion .keyincat a {
  padding: 0 5px 0 30px;
}

.search-suggestion .in-grey {
  color: #959595;
}

.search-suggestion .in-cat {
  color: #ED142C;
}

.btn, .modal-login .fb-login-box .btn-fb, .modal-login .fb-login-box .btn-fb .disabled, .modal-login .fb-login-box .btn-fb .btn[disabled], .modal-login .fb-login-box .btn-fb-dark {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
}

.btn-top-search {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  float: left;
  background: url('../images/widget/mc-widget/icon_search.png?1530188280') #33353D center no-repeat;
  border: none;
  line-height: 49px;
  color: #FFFFFF;
  font-size: 23px;
  text-indent: -1px;
  overflow: hidden;
  height: 38px;
  width: 60px;
}

.w-col-right {
  width: 290px;
  float: right;
  color: #959595;
}

.w-ctrl-user {
  float: right;
  width: 90px;
  height: 40px;
  text-align: center;
  margin: 15px 0 0 10px;
  position: relative;
  z-index: 200;
  cursor: pointer;
  font-size: 13px;
}
.w-ctrl-user > a {
  color: #444444;
}
.w-ctrl-user > a:hover {
  text-decoration: none;
  color: #959595;
}

.sum-noti {
  -webkit-border-radius: 9px ;
  -moz-border-radius: 9px ;
  border-radius: 9px ;
  width: auto;
  min-width: 18px;
  height: 18px;
  text-align: center;
  padding: 0 !important;
  margin: 0;
  font-size: 9px;
  color: #fff;
  background: #ED142C !important;
  display: block;
  position: absolute;
  right: 32px;
  top: -1px;
  z-index: 99;
  line-height: 2em;
}

.w-dropdown > a > span {
  background: url('../images/widget/mc-widget/icon_caret_down_right.png?1530188280') right center no-repeat;
  padding: 0 15px 0 0;
  display: inline-block;
}
.w-dropdown.open > .w-dropdown-list {
  display: block;
}

.w-dropdown-list {
  -webkit-border-radius: 3px ;
  -moz-border-radius: 3px ;
  border-radius: 3px ;
  display: none;
  top: 65px;
  left: -8px;
  position: absolute;
  line-height: 2.35;
  text-align: left;
}
.w-dropdown-list > ul {
  -webkit-border-radius: 3px ;
  -moz-border-radius: 3px ;
  border-radius: 3px ;
  margin: -1px 0 0 0;
  padding: 0;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  list-style: none;
  overflow: hidden;
  display: block;
}
.w-dropdown-list > ul:after, .w-dropdown-list > ul:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-dropdown-list > ul:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
}
.w-dropdown-list > ul:before {
  border-color: rgba(221, 221, 221, 0);
  border-bottom-color: #DDDDDD;
  border-width: 11px;
  margin-left: -11px;
}
.w-dropdown-list li {
  color: #444444;
  font-size: 13px;
  line-height: 2.62;
  display: block;
  cursor: pointer;
}
.w-dropdown-list li:hover {
  background-color: #F4F4F4;
}
.w-dropdown-list li a {
  color: #444444;
  text-decoration: none;
  display: block;
}

.w-log-acc > a > img {
  -webkit-border-radius: 50% ;
  -moz-border-radius: 50% ;
  border-radius: 50% ;
  border: 1px solid #DDDDDD;
  width: 30px;
  height: 30px;
  overflow: hidden;
  margin: 3px auto 5px auto;
  vertical-align: top;
}
.w-log-acc > .w-dropdown-list {
  width: 115px;
  margin: 0 0 0 28px;
}
.w-log-acc > .w-dropdown-list li {
  padding: 0;
  text-align: center;
}

.w-log-shop {
  margin-left: 0;
}
.w-log-shop > a > span {
  background: none;
  padding: 0;
}
.w-log-shop > .w-dropdown-list {
  width: 220px;
  margin: 0 0 0 -19px;
}
.w-log-shop > .w-dropdown-list li {
  padding: 0 0 0 20px;
}
.w-log-shop > .w-dropdown-list li:first-child {
  background-color: transparent;
  cursor: default;
}

.w-register {
  line-height: 40px;
  margin-top: 20px;
  margin-left: 0;
}

.w-nologin {
  line-height: 38px;
  margin-top: 20px;
}

.w-nologin a {
  -webkit-border-radius: 0 ;
  -moz-border-radius: 0 ;
  border-radius: 0 ;
  display: block;
  width: 90px;
  margin: 0 auto;
  border: 1px solid #DDDDDD;
}
.w-nologin a:hover {
  color: #444444;
  color: #FFFFFF;
  background-color: #959595;
}

.shipping-bar {
  display: none;
  width: 100%;
  background-color: #fff;
  padding: 9px 10px;
  height: 44px;
  box-sizing: border-box;
  position: relative;
  color: #444444;
  text-align: center;
  position: absolute;
  top: 88px;
}
.shipping-bar span {
  display: inline-block;
  padding: 0;
  vertical-align: middle;
  line-height: 2em;
  padding-left: 10px;
}
.shipping-bar .icon-top-shipping {
  background-size: 100%;
  width: 26px;
  height: 26px;
  margin: 0;
  display: inline-block;
  background-image: url('../images/widget/mc-widget/2x/icon_top_freeship_2x.png?1530179265');
  vertical-align: middle;
}

.icon-pin-location-base {
  width: 26px;
  height: 26px;
  margin: 0;
  display: inline-block;
  background-image: url('../images/widget/mc-widget/icon_pin_location.png?1545893016');
  background-size: 100%;
  vertical-align: middle;
}

/* search suggestion */
.search-suggestion {
  position: absolute;
  top: 38px;
  left: 0px;
  width: 100%;
  cursor: default;
  background: #fff;
  list-style: none;
  outline: 0;
  padding: 0;
  z-index: 1000;
  border: 1px solid #dddddd !important;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 3px 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -moz-transition: visibility 0s linear .1s,opacity .1s linear;
  -webkit-transition: visibility 0s linear .1s,opacity .1s linear;
  -o-transition: visibility 0s linear .1s,opacity .1s linear;
  transition: visibility 0s linear 0.1s, opacity 0.1s linear;
}

.search-suggestion ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.search-suggestion li.active {
  background: #f8f8f8;
}

.search-suggestion a {
  text-decoration: none;
  display: block;
  min-height: 0;
  font-weight: 400;
  white-space: normal;
  cursor: pointer;
  color: #444;
  line-height: 34px;
  padding: 0 5px 0 19px;
  font-size: 14px;
}

.search-suggestion a:hover {
  background: #f8f8f8;
  color: #333;
  text-decoration: none;
}

.search-suggestion .keyincat {
  border-bottom: 1px solid #dddddd;
}

.search-suggestion .keyincat a {
  padding: 0 5px 0 30px;
}

.search-suggestion .in-grey {
  color: #b6b6b8;
}

.search-suggestion .in-cat {
  color: #1155cc;
}

/*responsive*/
/*@media (max-width: 1024px) {*/
@media only screen and (max-width: 767px) {
  body {
    min-width: 320px !important;
    margin: 0px;
  }

  .widget-wrapper {
    height: 138px;
    border-top: 0;
  }

  .w-row-top {
    display: none;
  }

  .w-wrapper-inner {
    width: 100%;
    padding: 0;
    position: relative;
  }

  .w-logo {
    display: none;
  }

  .w-logo-res {
    float: left;
    width: 110px;
    height: 27px;
    margin: 10px 10px;
    display: block;
    background-image: url('../images/widget/mc-widget/logo-wemall-2019.png?1548917838');
    background-size: 72px 27px;
    background-position: 0 0;
    background-repeat: no-repeat;
  }

  .wefresh-logo-res {
    float: left;
    width: 110px;
    height: 35px;
    margin: 10px 10px;
    display: block;
    background-image: url('../images/widget/mc-widget/logo-wemall-2019.png?1548917838');
    background-size: 72px 27px;
    background-position: 0 0;
    background-repeat: no-repeat;
  }

  .w-col-right {
    width: 57%;
  }

  .w-register {
    display: none;
  }

  .w-nologin {
    line-height: 27px;
    width: 60px !important;
  }
  .w-nologin a {
    width: 100%;
    border: none;
    background-color: transparent !important;
    font-size: 14px;
    color: #444444 !important;
  }
  .w-nologin a a:hover {
    color: #959595;
  }

  .w-ctrl-user {
    width: 26px;
    height: 26px;
    position: static;
    margin: 10px 15px 0 0;
  }
  .w-ctrl-user > a > .box-dropdown {
    display: none;
  }
  .w-ctrl-user > a > .sum-noti {
    -webkit-border-radius: 50% ;
    -moz-border-radius: 50% ;
    border-radius: 50% ;
    border: 1px solid #FFFFFF;
    display: block;
    right: 15px;
    top: 4px;
    min-width: 20px;
    height: 20px;
    line-height: 1.8;
    font-size: 10px;
    padding: 0 2px;
  }

  .w-dropdown > a > span {
    display: none;
  }

  .logo-myshop {
    background-image: url('../images/widget/mc-widget/2x/icon_top_shop_2x.png?1539248029');
    background-position: center;
    width: 26px;
    height: 26px;
    background-size: 100%;
    margin: 0 auto;
  }

  .w-log-acc > a > img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  .w-log-acc .w-dropdown-list li {
    text-align: left;
  }
  .w-log-acc .w-dropdown-arrow {
    right: 60px;
  }

  .w-log-shop .w-dropdown-arrow {
    right: 110px;
  }

  .w-log-acc > .w-dropdown-list,
  .w-log-shop > .w-dropdown-list {
    padding: 0 10px;
    margin: 0;
    width: 100%;
    top: 56px;
  }
  .w-log-acc > .w-dropdown-list ul,
  .w-log-shop > .w-dropdown-list ul {
    width: 100%;
  }
  .w-log-acc > .w-dropdown-list li,
  .w-log-shop > .w-dropdown-list li {
    text-align: left;
    padding: 0 10px;
  }

  .logo-mycart {
    width: 26px;
    height: 26px;
    background-color: transparent;
    background-image: url('../images/widget/mc-widget/2x/icon_top_cart_2x.png?1539248029');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 26px;
    height: 26px;
    margin: 0 auto;
  }

  .box-group-search {
    -webkit-border-radius: 0 ;
    -moz-border-radius: 0 ;
    border-radius: 0 ;
    position: static;
    width: 100%;
    height: 44px;
    padding: 5px 10px;
    margin: 0;
    float: none;
    clear: both;
    border: none;
  }

  .box-search-type {
    display: none;
  }

  .box-group-search > input[type="text"] {
    width: calc(100% - 35px) !important;
    color: #444444;
    height: 32px !important;
    padding: 0 10px;
    margin: 0 10px 0 0;
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #DDDDDD;
    font-size: 13px;
  }

  .btn-top-search {
    background-color: transparent;
    background-image: url('../images/widget/mc-widget/2x/icon_top_search_2x.png?1530179265');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 26px;
    height: 26px;
    border: none;
    text-indent: -999px;
    overflow: hidden;
    cursor: pointer;
    float: right;
    margin: 4px 0;
    padding: 0;
    position: absolute;
    top: 50px;
  }

  .bg-overlay {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 199;
    top: 50px;
  }

  .w-dropdown-list > ul:after,
  .w-dropdown-list > ul:before {
    content: none;
  }

  .w-dropdown-arrow {
    position: absolute;
    top: 0;
  }

  .ng-menu-arrow-ref {
    display: block;
  }

  .w-dropdown-arrow:after,
  .w-dropdown-arrow:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }

  .w-dropdown-arrow:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #DDDDDD;
    border-width: 10px;
    margin-left: -10px;
  }

  .w-dropdown-arrow:before {
    border-color: rgba(221, 221, 221, 0);
    border-bottom-color: #DDDDDD;
    border-width: 11px;
    margin-left: -11px;
  }

  .w-log-acc,
  .w-log-shop,
  .w-dropdown-list {
    z-index: 200;
  }

  .w-log-acc .w-dropdown-list > ul:after,
  .w-log-acc .w-dropdown-list > ul:before {
    left: 97px;
  }

  .search-suggestion {
    width: calc(100% - 55px) !important;
    left: 10px;
    top: 80px;
    box-shadow: none;
  }
  .search-suggestion a {
    padding: 0 5px 0 10px;
  }
  .search-suggestion .keyincat a {
    padding: 0 5px 0 20px;
  }

  .shipping-bar {
    display: block;
  }
}
/* ------- gradient button for Webview -----------*/
.btn-gradient {
  background-image: linear-gradient(to right, #3996dc 0%, #dc75de 100%) !important;
}

/* ------- modal-login -----------*/
.modal-login {
  color: #444444;
  font-family: Thonburi, tahoma, Arial;
}
.modal-login a {
  color: #4a90e2;
  margin-bottom: 10px;
  margin-top: -15px;
  text-decoration: underline;
}
.modal-login .alert {
  display: block;
  padding: 10px;
  border-radius: 3px;
  margin-bottom: 20px;
}
.modal-login .alert-error {
  color: #ED142C;
  background: #fff0f5;
  border: 1px solid #ED142C;
}
.modal-login .modal-dialog {
  width: 330px;
  margin-top: 144px;
}
.modal-login .modal-content {
  padding: 13px 14px 14px 14px;
}
.modal-login .popup-login-title {
  text-align: center;
  margin-bottom: 28px;
}
.modal-login .popup-login-title .icon-wemall {
  margin-right: 5px;
  background: url('../images/widget/mc-widget/logo-wemall-2019.png?1548917838') transparent center no-repeat;
  background-size: 100%;
  width: 125px;
  height: 47px;
  margin-bottom: 5px;
}
.modal-login .popup-login-title .login-logo-wemall {
  margin-bottom: 12px;
}
.modal-login .popup-login-title span {
  display: block;
  font-size: 18px;
  line-height: 0.89;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
}
.modal-login .btn-login {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  background-color: #7ad136;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: center;
  color: #FFFFFF;
  border: none;
}
.modal-login .btn-login-v2 {
  width: 270px;
  height: 40px;
  border-radius: 10px;
  background-color: #9b9b9b;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: center;
  color: #FFFFFF;
  border: none;
  margin: 0px 0px 10px 15px;
}
.modal-login .btn-login-success-v2 {
  background-image: linear-gradient(to right, #3996dc 0%, #dc75de 100%) !important;
}
.modal-login .or-label {
  margin-bottom: 9px;
}
.modal-login button:focus {
  outline: none;
}
.modal-login .btn-login:disabled,
.modal-login .btn-login[disabled] {
  background: #C6C6C6;
}
.modal-login .font-12 {
  font-size: 12px;
}
.modal-login .register-text {
  text-align: center;
  line-height: 1.71;
  margin-top: 10px;
}
.modal-login .has-error .form-control {
  border-color: #ED142C;
}
.modal-login .has-error .control-label {
  color: #ED142C;
  font-weight: 300;
}
.modal-login .has-error .error-box {
  color: #ED142C;
  font-weight: 300;
  display: block;
}
.modal-login .has-error-v2 .form-control {
  border-color: #ED142C;
}
.modal-login .has-error-v2 .control-label {
  color: #ED142C;
  font-weight: bold;
}
.modal-login .has-error-v2 .error-box {
  color: #ED142C;
  font-weight: bold;
  display: block;
}
.modal-login .has-success .form-control {
  border-color: #7ad136;
}
.modal-login .has-success .control-label {
  color: #7ad136;
  font-weight: 300;
}
.modal-login .has-success .error-box {
  color: #7ad136;
  font-weight: 300;
  display: block;
}
.modal-login .has-success-v2 .form-control {
  border-image: linear-gradient(to right, #3996dc 0%, #dc75de 100%);
  border-image-slice: 1;
}
.modal-login .has-success-v2 .control-label {
  font-weight: bold;
}
.modal-login .has-success-v2 .error-box {
  font-weight: bold;
  display: block;
}
.modal-login .fb-login-box {
  display: block;
  margin-top: 40px;
  margin-bottom: 10px;
}
.modal-login .fb-login-box .btn, .modal-login .fb-login-box .btn-fb, .modal-login .fb-login-box .btn-fb .disabled, .modal-login .fb-login-box .btn-fb .btn[disabled], .modal-login .fb-login-box .btn-fb-dark {
  line-height: 2.5em;
  font-size: 16px;
  color: #FFFFFF;
  display: inline-block;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  border-width: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.modal-login .fb-login-box .btn-fb {
  width: 100%;
  margin: 0 auto;
  background-color: #3b5998;
  border-radius: 3px;
}
.modal-login .fb-login-box .btn-fb-dark {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin: 0;
  background-image: url('../images/widget/mc-widget/icon-fb20.png?1539141613');
  background-repeat: no-repeat;
  background-position: 10px 10px;
  background-color: #354f88;
}
.modal-login .fb-login-box .btn-fb {
  position: relative;
  padding-right: 5%;
  text-decoration: none;
  font-size: 14px;
  height: 40px;
}
.modal-login .fb-login-box .btn-fb-dark {
  position: absolute;
  top: 0;
  left: 0;
  width: 5%;
  height: 40px;
  display: block;
  padding: 0 20px;
}
.modal-login .third-party-box {
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}
.modal-login .third-party-box ul {
  display: inline-block;
}
.modal-login .third-party-box ul li + li {
  margin: 10px 0px 0px 0px;
}
.modal-login .loading-box .btn-fb {
  background-color: #788DB7;
}
.modal-login .loading-box .btn-fb-dark {
  background-color: #7486AD;
  background-image: url('../images/widget/mc-widget/icon-loader.gif?1539141613');
  background-repeat: no-repeat;
  background-position: 10px 10px;
}

.mc-popup-content {
  padding-right: 15px;
  display: none;
}

.mc-popup-content .mc-popup-notfound {
  width: 321px;
}

.mc-popup-content .mc-popup-notfound .mc-popup-border {
  width: 321px;
  border-radius: 7px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  text-align: center;
}

.mc-popup-content .mc-popup-notfound h3 {
  font-family: true_mediumregular;
  font-size: 22px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.91;
  text-align: center;
  margin: 20px 27px 0 29px;
  display: inline-block;
  height: 29px;
  color: #404a58;
}

.mc-popup-content .mc-popup-notfound p {
  font-family: Thonburi;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.61;
  letter-spacing: normal;
  margin: 6px 11px 0 11px;
  text-align: center;
  color: #4a4a4a;
  display: block;
}

.outline-none {
  outline: none;
}

.mc-popup-content .mc-popup-notfound a.mc-popup-action {
  height: 40px;
  border-radius: 10px;
  background-image: linear-gradient(99deg, #ff009d, #eb0d19);
  display: block;
  margin: 15px 30px 0px 30px;
  color: #FFFFFF;
  padding-top: 10px;
  text-decoration: none;
}

.mc-popup-content .mc-popup-notfound a.mc-popup-home {
  height: 29px;
  font-family: Thonburi;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.54;
  letter-spacing: normal;
  text-align: center;
  margin: 10px;
  display: inline-grid;
  color: #4a90e2;
}

.mc-popup-content .mc-popup-match {
  width: 321px;
}

.mc-popup-content .mc-popup-match .mc-popup-border {
  width: 321px;
  height: 234px;
  border-radius: 7px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  text-align: center;
}

.mc-popup-content .mc-popup-match h3 {
  color: #404a58;
  font-family: true_mediumregular;
  font-size: 22px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.91;
  letter-spacing: 1.3px;
  text-align: center;
  margin: 20px 27px 0 29px;
  display: inline-block;
  height: 29px;
}

.mc-popup-content .mc-popup-match p {
  color: #4a4a4a;
  height: 60px;
  font-family: Thonburi;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.61;
  letter-spacing: normal;
  margin: 6px 11px 0 11px;
  text-align: center;
  display: block;
}

.mc-popup-content .mc-popup-match .box-btn {
  margin: 15px 30px 0px 30px;
  padding-top: 10px;
}

.mc-popup-content .mc-popup-match .box-btn .btn-gradient-submit {
  margin-top: unset;
}

.mc-popup-content .mc-popup-match span {
  height: 40px;
  border-radius: 10px;
  display: block;
  color: #FFFFFF;
  padding-top: 10px;
  cursor: pointer;
}

.mc-popup-match span {
  margin-top: 0;
}

.mc-popup-content .mc-popup-match a {
  height: 29px;
  font-family: Thonburi;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.54;
  letter-spacing: normal;
  text-align: center;
  margin: 10px;
  display: block;
  color: #4a90e2;
}

.mc-popup-margin-bottom10 {
  margin-bottom: 10px;
}

.mc-popup-margin-bottom40 {
  margin-bottom: 40px;
}

/* copy from register scss */
.btn-gradient-success {
  border-width: 0px;
  margin-top: 30px;
  border-radius: 10px;
  background-image: linear-gradient(83deg, #3996dc, #dc75de);
  width: 100%;
}

.btn-gradient-submit {
  margin-top: 15px;
  border-radius: 10px;
  width: 100%;
  background-color: #9b9b9b;
  margin-top: 30px;
  border-width: 0px;
}

.content-box-password {
  max-width: 357px;
  margin: 30px auto 0;
  padding: 20px 5px;
  text-align: center;
  border-radius: 3px;
  background: #f5f5f5;
}

.mc-text-topic-password {
  font-family: true_mediumregular;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.91;
  letter-spacing: normal;
  text-align: center;
  color: #404a58;
}

.text-topic {
  font-family: true_mediumregular;
  font-size: 32px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.91;
  letter-spacing: normal;
  text-align: center;
  color: #404a58;
}

.text-submit {
  padding: 5px;
  font-family: Thonburi;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  line-height: 40px;
}

.description-box {
  font-family: Thonburi;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.54;
  letter-spacing: normal;
  text-align: center;
  color: #4a4a4a;
  padding: 10px 20px;
}

.box-input-type-text {
  display: block;
  height: auto;
  line-height: 2.42857em;
  padding: 0 12px;
  font-size: 14px;
  color: #333;
  background-color: #FFF;
  background-image: none;
  border: 1px solid #DDD;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.box-input-otp {
  width: 100%;
  margin-top: 10px;
  text-align: center;
}

.text-for-otp {
  font-family: Thonburi;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: center;
  color: #444444;
}

/* --- end copy from register */
/* ----- end modal-login ----------*/
/* Pickup at Store LvD */
.wrapper-search-s {
  position: relative;
  visibility: hidden;
}

.wrapper-search-s .fa {
  position: absolute;
  color: #bbb;
  font-size: 20px;
  left: 30px;
  z-index: 3;
  top: 18px;
}

.bar-close {
  height: 7px;
  width: 80px;
  background-color: #9b9b9b;
  border-radius: 3.5px;
  margin: 0 auto;
  cursor: pointer;
}

#find_result_inline .error {
  color: red;
}

.find-result {
  position: absolute;
  width: 100%;
  text-align: center;
  line-height: 100vh;
  z-index: 10;
  visibility: hidden;
  color: #fff;
  font-size: 20px;
  transition: .5s;
}

.find-result:after {
  width: 100%;
  height: 100vh;
  background: #000;
  opacity: 0.2;
  z-index: -1;
  padding-top: 50%;
  text-align: center;
  position: absolute;
  content: "";
  left: 0;
}

.finding-loading {
  background-color: transparent;
  background-image: url('../images/widget/mc-widget/loading.gif?1548917838');
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 48px 48px;
  width: 48px;
  height: 48px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-top: 50%;
}

.finding-loading-mid {
  background-color: transparent;
  background-image: url('../images/widget/mc-widget/loading.gif?1548917838');
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 48px 48px;
  width: 48px;
  height: 48px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-top: 50%;
  top: 50%;
}

.wrap-map-list {
  color: #444;
  position: absolute;
  background: #fff;
  width: 100%;
  height: 350px;
  bottom: -100%;
  padding-top: 10px;
  padding-bottom: 25px;
  box-shadow: 0 -1px 7px 0 rgba(0, 0, 0, 0.5);
  transition: .4s;
  z-index: 5;
}

.wrap-map-list.slide-up {
  box-shadow: 0 -1px 7px 0 rgba(0, 0, 0, 0.5);
  height: 0;
  transition: .4s;
}

.wrap-map-list.slide-up .map-list {
  height: 100%;
}

.wrap-map {
  position: relative;
  transition: .4s;
  margin-left: -20px;
  margin-right: -20px;
}

.wrap-map:before {
  /*        z-index:1;
          content:"";
          position: absolute;
          width: 100%;
          height: 105px;
          background-image: linear-gradient(to top, rgba(255, 255, 255, 0), #ffffff);*/
}

.map-list {
  overflow-x: scroll;
  height: 320px;
  transition: .4s;
}

.map-list-row {
  border-bottom: #e8e8e8 solid 1px;
  overflow: hidden;
  padding-bottom: 10px;
  padding-left: 20px;
}

.map-list-row:hover {
  background-color: #f8f8f8;
}

.map-list-row:first-child {
  border-top: #e8e8e8 solid 1px;
  margin-top: 5px;
}

.map-list-row .box {
  padding: 10px;
}

.map-list-l {
  width: 65%;
  float: left;
}

.map-list-l .thumb {
  width: 75px;
  height: 75px;
  float: left;
  overflow: hidden;
}

.map-list-l .thumb > img {
  width: 100%;
  max-width: 100%;
}

.map-list-l .address {
  font-size: 12px;
  float: left;
  padding-left: 10px;
}

.map-list-l .address .seven-store {
  display: block;
  font-weight: bold;
}

.map-list-r {
  width: 35%;
  float: right;
}

.distant-select > .btn-find-local {
  padding-left: 20px;
  padding-right: 20px;
}

.google-map-shipping, .contact-customer {
  height: calc(100vh - 197px);
  position: relative;
  margin-top: 10px;
  color: #444;
}

.contact-customer > h3 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 24px;
}

.open-overlay {
  overflow: hidden;
}

.shipping-list {
  padding: 10px 0;
}

.shipping-list-row {
  padding: 20px 40px;
  margin-bottom: 10px;
  border-radius: 8px;
  border: #fff solid 1px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  overflow: hidden;
  cursor: pointer;
  transition: all .2s;
}

.shipping-list-row:hover {
  border: #ddd solid 1px;
}

.shipping-list-r {
  position: relative;
  min-width: 90px;
}

.shipping-list-r:before {
  position: absolute;
  border-left: #e8e8e8 solid 1px;
  height: 55px;
  width: 1px;
  left: -20px;
  top: -10px;
  content: "";
}

.shipping-list-r > i.fa {
  position: absolute;
  right: 0px;
  top: 5px;
  font-size: 34px;
  font-weight: 100;
  color: #bbb;
}

.shipping-list-l, .shipping-list-r {
  font-size: 16px;
  font-weight: bold;
}

.shipping-list-l {
  float: left;
}

.shipping-list-r {
  float: right;
}

.shipping-icon {
  float: left;
}

.shipping-method {
  float: left;
  margin-left: 10px;
}

.shipping-method > .shipping-method-description,
.shipping-price-text > .shipping-price {
  font-size: 12px;
  font-weight: normal;
}

.wrapper-shipping {
  padding: 20px 0;
  transition: .2s;
}

.wrapper-shipping.-map {
  padding: 20px 20px 5px;
}

.wrapper-shipping .tab-content {
  padding: 0 20px;
  position: relative;
}

.wrapper-shipping .nav-tabs > li {
  width: 50%;
  text-align: center;
}

.wrapper-shipping .nav-tabs > li.active .icon-wemall-ship,
.wrapper-shipping .nav-tabs > li.active .icon-711-ship {
  opacity: 1;
  display: inline-block;
}

.wrapper-shipping .nav-tabs > li .icon-wemall-ship,
.wrapper-shipping .nav-tabs > li .icon-711-ship {
  opacity: 0.6;
  display: inline-block;
  vertical-align: text-top;
}

.wrapper-shipping .nav-tabs > li.active > a:hover {
  margin-top: 0;
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.wrapper-shipping .nav-tabs > li.active > a {
  color: #444;
}

.wrapper-shipping .nav-tabs > li > a {
  color: #adadad;
}

.wrapper-shipping .nav-tabs > li > a:hover {
  background-color: transparent;
  border: none;
  margin-top: 1px;
}

.title-shipping {
  font-size: 20px;
  position: absolute;
  top: 20px;
  left: 40px;
  width: calc( 100% - 65px);
  padding-bottom: 10px;
  color: #444;
}

.title-shipping > .icon-pickup {
  width: 60px;
  height: 31px;
  background-size: 50px 31px;
  display: inline-block;
  vertical-align: text-top;
}

.subtitle-align-center {
  text-align: center;
}

.subtitle-align-center h3 {
  font-size: 18px;
  margin-bottom: 5px;
}

.subtitle-align-center img {
  max-width: 250px;
}

.overlay-full {
  background-color: #000;
  top: 0;
  left: 0;
  z-index: 985;
  overflow: hidden;
  opacity: 0.6;
  height: 100%;
  width: 100%;
  position: fixed;
  visibility: hidden;
}

.overlay-full.active {
  visibility: visible;
  transition: .6s;
}

.ship-type {
  padding: 20px 0 10px;
}

.ship-type-selected {
  border: #e8e8e8 solid 1px;
  padding: 10px 25px 10px 10px;
  font-size: 12px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.ship-type-selected > i.fa {
  font-size: 24px;
  position: absolute;
  right: 8px;
  top: 5px;
  color: #9b9b9b;
}

.ship-type > .icon-pickup {
  width: 32px;
  height: 20px;
  background-size: 32px 20px;
  margin-right: 10px;
}

.sidenav {
  height: 100%;
  width: 50%;
  position: fixed;
  z-index: 990;
  top: 0;
  right: -150%;
  background-color: #fff;
  overflow: hidden;
  transition: 0.5s;
  padding-top: 60px;
  /*box-shadow: 0 -1px 7px 0 rgba(0, 0, 0, 0.5);*/
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  color: #9b9b9b;
  text-decoration: none;
  transition: .3s;
  z-index: 10;
}

.map-list-r .distant {
  width: 50%;
  float: left;
  font-size: 12px;
}

.map-list-r .distant .-text {
  display: block;
}

.map-list-r .distant .km {
  color: red;
}

.map-list-r .distant-select {
  width: 50%;
  float: left;
  line-height: 60px;
}

.btn-find-local, .btn-nav-submit, .btn-nav-back {
  color: #fff;
  background-color: #7ad136;
  border-radius: 23.5px;
  position: relative;
  padding-left: 32px;
  height: auto;
  font-size: 14px;
  line-height: 1.4;
}

#btn-find-nearby {
  padding: 6px 12px 6px 32px;
}

.btn-find-local:hover, .btn-find-local:active, .btn-find-local:focus, .btn-nav-submit:hover, .btn-nav-submit:active, .btn-nav-submit:focus, .btn-nav-back:hover, .btn-nav-back:active, .btn-nav-back:focus {
  color: #fff;
  outline: none;
  text-decoration: none;
}

.btn-find-local > i.fa, .btn-nav-submit > i.fa, .btn-nav-back > i.fa {
  font-size: 20px;
  display: inline-block;
  top: 8px;
  position: absolute;
  left: 15px;
}

.search-shop {
  padding: 10px;
  display: block;
  width: calc(100% - 60px);
  margin: 0 auto;
  border: #e8e8e8 solid 1px;
  border-radius: 4px;
  z-index: 1;
  padding-left: 35px;
  margin-top: 10px;
  left: 20px !important;
}

.search-shop:focus {
  outline: 0;
  border-color: #dedede;
}

.icon-pickup {
  background-color: transparent;
  background-image: url('../images/widget/mc-widget/icon-pickup.png?1542087755');
  background-repeat: no-repeat;
  background-position: 0 0;
}

.icon-wemall-delivery {
  background-color: transparent;
  background-image: url('../images/widget/mc-widget/icon-shipping-store.png?1542087755');
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 250px;
  height: 166px;
  background-size: 250px 166px;
}

.icon-wemall-ship {
  background-color: transparent;
  background-image: url('../images/widget/mc-widget/icon-pick-w.png?1542087755');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 20px;
  width: 25px;
  height: 23px;
}

.icon-711-ship {
  background-color: transparent;
  background-image: url('../images/widget/mc-widget/icon-pick-7.png?1542087755');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 20px;
  width: 25px;
  height: 23px;
}

.btn-nav-submit {
  padding-left: 15px;
}

.btn-nav-back {
  background-color: #959595;
  padding-left: 15px;
}

.nav-contact-customer .form-group > label {
  font-weight: normal;
}

.address-expect {
  margin-top: 40px;
  overflow: hidden;
}
.address-expect._hour, .address-expect._location {
  margin-top: 10px;
}

.address-expect .text-right {
  text-align: right;
}

.address-expect .text-left {
  text-align: left;
}

.customer-btn-bottom {
  width: 100%;
  bottom: 0;
}

.customer-btn-bottom .btn, .customer-btn-bottom .modal-login .fb-login-box .btn-fb, .modal-login .fb-login-box .customer-btn-bottom .btn-fb, .customer-btn-bottom .modal-login .fb-login-box .btn-fb .disabled, .modal-login .fb-login-box .btn-fb .customer-btn-bottom .disabled, .customer-btn-bottom .modal-login .fb-login-box .btn-fb .btn[disabled], .modal-login .fb-login-box .btn-fb .customer-btn-bottom .btn[disabled], .customer-btn-bottom .modal-login .fb-login-box .btn-fb-dark, .modal-login .fb-login-box .customer-btn-bottom .btn-fb-dark {
  height: 40px;
}

.f-address {
  font-weight: bold;
}

#section_map, #section_contact {
  transition: .6s;
  position: absolute;
  width: calc(100% - 20px);
}

#section_contact {
  right: -100%;
}

#wemallShipping .customer-btn-bottom {
  position: unset;
  width: 100%;
  bottom: 0;
}

.customer-contact-form .customer-btn-bottom {
  margin-top: 30px;
}

.margin-xs-top-40 {
  padding-bottom: 40px;
}

.infowindow {
  transition: .4s;
}
.infowindow a, .infowindow a:visited, .infowindow a:active, .infowindow a:focus {
  color: #fff;
  text-decoration: none;
}

div.map-info.map-arrow:after {
  border-top: 11px solid rgba(122, 209, 54, 0.93);
  background: rgba(122, 209, 54, 0.93) !important;
}
div.map-info.custom-infowindow {
  background-color: rgba(122, 209, 54, 0.93);
}
div.map-info.custom-infowindow > div {
  overflow: hidden !important;
  padding: 3px 15px 10px 0;
}

.wrap-center-button {
  float: none;
  margin: 0 auto;
}

#info_address {
  transition: .4s;
  text-align: center;
}

#info_address .f-address {
  display: block;
  margin-bottom: 5px;
}

/*.gm-style-iw + button.gm-ui-hover-effect {
  display: none!important;
}*/
/*------- wemall shipping ---------*/
#wemallShipping {
  color: #444444;
  padding: 20px 7px 20px 7px;
  overflow-y: scroll;
  height: 85vh;
  position: relative;
}

#wemallShipping .wemall-shipping-title {
  margin: 0px;
  color: #444444;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  border-bottom: solid 1px #ededed;
  width: 100%;
}

#wemallShipping .form-address {
  padding-bottom: 30px;
}

#wemallShipping .box-address {
  white-space: normal;
  text-overflow: ellipsis;
}

#wemallShipping .box-address-item {
  border-radius: 6px;
  border: #ddd solid 1px;
  /*box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);*/
  background-color: #ffffff;
  padding: 13px 13px 10px 13px;
  margin-top: 30px;
  height: 230px;
  max-height: 230px;
}

#wemallShipping .box-address-item > strong {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}

#wemallShipping .box-address-item .add-new-address {
  line-height: 157px;
  display: inline-block;
}

#wemallShipping .box-address-item .add-new-address img {
  vertical-align: middle;
}

#wemallShipping .box-address-item .address {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
}

#wemallShipping .box-address-item .phone {
  overflow: hidden;
  text-overflow: ellipsis;
}

#wemallShipping .box-address-item .email {
  overflow: hidden;
  text-overflow: ellipsis;
}

#wemallShipping .box-address-detail {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 20px;
}

#wemallShipping .box-button-address {
  padding-top: 8px;
  margin-bottom: 10px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: #ddd solid 1px;
  width: calc( 100% - 30px);
  line-height: 1;
}

#wemallShipping .box-button-address._add {
  bottom: 10px;
  border-top: none;
}

#wemallShipping .box-button-address .btn-shipping-address {
  line-height: 0.75;
  color: #444444;
  display: inline-block;
  width: 32%;
}

#wemallShipping .box-button-address .btn-shipping-address-select {
  padding: 10px 10px 0 10px;
  line-height: 1;
  width: 32%;
  /*border-right: solid 1px #e5e5e5;*/
  /*border-left: solid 1px #e5e5e5;*/
  /*font-size: 18px;*/
  color: #4a90e2;
  position: relative;
}

#wemallShipping .box-button-address .btn-shipping-address-select:before {
  position: absolute;
  border-left: #ddd solid 1px;
  height: 32px;
  width: 1px;
  content: "";
  display: inline-block;
  top: 3px;
  left: 0;
}

#wemallShipping .box-button-address .btn-shipping-address-select:after {
  position: absolute;
  border-left: #ddd solid 1px;
  height: 32px;
  width: 1px;
  content: "";
  display: inline-block;
  top: 3px;
  right: 0;
}

#wemallShipping .hide {
  display: none;
}

#wemallShipping .btn-box {
  float: none;
  margin: 30px 0 30px 0;
}

#wemallShipping .btn-form-submit {
  color: #ffffff;
  height: 40px;
  border-radius: 20px;
  background-color: #7ad136;
  margin: 0 auto;
  border: none;
  display: inline-block;
}

#wemallShipping button:focus {
  outline: none;
}

#wemallShipping .form-address {
  margin-top: 30px;
}

#wemallShipping .address-list {
  padding-bottom: 30px;
}

#wemallShipping .address-form {
  position: absolute;
  width: 100%;
  transition: .4s;
  right: -120%;
  padding: 20px;
}

#wemallShipping .address-list {
  position: absolute;
  width: 100%;
  transition: .4s;
  right: -120%;
  padding: 20px;
}

#wemallShipping .control-label {
  font-size: 14px;
}

#wemallShipping .form-control {
  height: 34px;
}

#wemallShipping .has-error .form-control {
  border-color: #ED142C;
}

#wemallShipping .has-error .control-label {
  color: #ED142C;
}

#wemallShipping .has-error .error-box {
  color: #ED142C;
  display: block;
}

#wemallShipping .has-error .help-inline {
  color: #ED142C;
}

#wemallShipping .has-success .form-control {
  border-color: #7ad136;
}

#wemallShipping .has-success .control-label {
  color: #7ad136;
}

#wemallShipping .has-success .error-box {
  color: #7ad136;
  display: block;
}

/*------- wemall shipping ---------*/
/* COD */
.modal-dialog.modal-step .carousel-inner > .item > a > img {
  padding: 0px 5px;
  display: inline-block;
  height: 70px;
}

.modal-dialog.modal-step .right.carousel-control,
.modal-dialog.modal-step .left.carousel-control {
  font-weight: 100;
  color: #444;
  text-shadow: none;
  margin-top: 25px;
  font-size: 34px;
  background-image: none;
}

.modal-dialog.modal-step {
  max-width: 500px;
  margin: 12% auto;
}

.modal-dialog.modal-step .modal-header {
  text-align: center;
  border-bottom: none;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 5px;
}

.modal-dialog.modal-step i[class^="icon-"] {
  display: inline-block;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  text-align: center;
}

.modal-dialog.modal-step .modal-body {
  font-size: 18px;
  padding: 5px 15px;
  line-height: 1.5;
}

.modal-dialog.modal-step .modal-footer {
  border-top: none;
}

.modal-dialog.modal-step .modal-footer > div {
  padding-left: 0;
  padding-right: 5px;
}

.modal-dialog.modal-step .modal-footer > div + div {
  padding-left: 5px;
  padding-right: 0;
}

.cod-btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.cod-btn-primary {
  background-color: #2aba4c;
  border-color: #fff;
  font-size: 18px;
  color: #fff;
  width: 100%;
  height: 39px;
}

.cod-btn-default {
  width: 100%;
  height: 39px;
  color: #fff;
  font-size: 18px;
  background-color: #8d8d8d;
  border-color: #fff;
}

.icon-step-fail {
  background: url('../images/widget/mc-widget/icon-step-fail.png?1542087755');
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
}

.icon-step-error {
  background: url('../images/widget/mc-widget/icon-step-error.png?1542087755');
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
  width: 120px !important;
  height: 120px !important;
}

.modal-open.modal-widget .modal-backdrop {
  z-index: 201;
}

.customer-contact-form {
  margin-top: 20px;
}

.customer-contact-form .has-error .form-control {
  border-color: #ED142C;
}

.customer-contact-form .has-error .help-inline {
  color: #ED142C;
}

.customer-contact-form .has-error .control-label {
  color: #ED142C;
}

.hide_modalcod {
  display: none;
}

.btn-block-space {
  margin-top: 15px;
}

.customer-contact-form-custom .has-error .form-control {
  border-color: #ED142C;
}

.customer-contact-form-custom .has-error .help-inline {
  color: #ED142C;
}

.customer-contact-form-custom .has-error .control-label {
  color: #ED142C;
}

.contact-customer.-custom > h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.sidenav.isLocation .closebtn {
  top: 3px;
}

.sidenav.isLocation #wrapper_shipping {
  padding: 0;
}

.sidenav.isLocation #wrapper_shipping > .nav {
  display: none;
}

.sidenav.isPickup #wrapper_shipping > .nav {
  display: block;
}

.sidenav.isLocation .google-map-shipping {
  height: calc(100vh - 130px);
}

.sidenav.isPickup .google-map-shipping {
  height: calc(100vh - 197px);
}

.sidenav.isLocation .title-shipping > .icon-pickup {
  display: none !important;
}

.sidenav.isPickup .title-shipping > .icon-pickup {
  display: inline-block !important;
}

.sidenav.isLocation .wrap-map-list {
  display: none;
}

.sidenav.isPickup #wrapper_shipping > .nav {
  display: block;
}

.address-place-order-loadding {
  margin-left: 30%;
}

.contact-loading-overlay {
  position: absolute;
  height: 90vh;
  left: 0;
  top: 0;
  text-align: center;
  width: 100%;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
  background-repeat: no-repeat;
  background-position: 50%;
  visibility: visible;
  transition: .2s;
}

.contact-loading-overlay._hide {
  visibility: hidden;
}

@media (max-width: 767px) {
  .fixed-background-html {
    overflow: hidden;
  }

  .fixed-background-body {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: fixed;
  }

  .modal-dialog.modal-step .modal-footer > div {
    padding-right: 0;
    margin-top: 5px;
  }

  .modal-dialog.modal-step .modal-footer > div + div {
    padding-left: 0;
  }

  #wemallShipping {
    overflow: scroll;
    height: 73vh;
  }

  #wemallShipping .customer-btn-bottom {
    width: auto;
  }

  #wrapper_shipping .customer-btn-bottom {
    width: auto;
  }

  #wrapper_shipping .btn-nav-submit {
    margin-left: 0px;
  }

  #section_contact .section_contact {
    margin-bottom: 30px;
  }

  #section_contact .btn-nav-submit {
    margin-bottom: 30px;
  }

  .wrapper-shipping .tab-content {
    padding: 0 10px;
  }

  .form-address-box .customer-btn-bottom {
    position: relative;
  }

  .address-expect .text-right {
    text-align: left;
  }

  .box-address {
    padding-right: 20px;
  }

  .customer-btn-bottom .wrap-input {
    padding-right: 0;
  }

  #section_contact {
    padding: 0 20px;
    width: 100%;
    overflow-y: scroll;
    height: 73vh;
  }

  .btn-nav-submit-location {
    margin-left: 0px;
    margin-top: 10px;
    padding-left: 0;
  }

  .customer-btn-bottom-locationbase {
    width: auto;
  }

  .sidenav {
    width: 100%;
  }

  .map-list-row {
    padding-left: 0;
    cursor: pointer;
  }

  .map-list-row:focus {
    background-color: #f8f8f8;
  }

  .map-list-r .distant-select {
    display: none;
  }

  .map-list-r .distant {
    width: 100%;
    padding-left: 20px;
  }

  .title-shipping {
    font-size: 18px;
  }

  .title-shipping > .icon-pickup {
    width: 50px;
    background-size: 45px 26px;
  }

  #wemallShipping .btn-box {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  #wemallShipping .control-label {
    margin-top: 10px;
  }

  .address-expect .text-right {
    text-align: left;
  }

  .btn-block-space {
    padding-left: 15px;
  }

  .customer-contact-form .customer-btn-bottom {
    margin-top: 10px;
  }

  .no-padding-btn-xs-right {
    padding-right: 0px;
  }

  .nav-contact-customer .form-group {
    margin-right: 0;
    margin-left: 0;
  }

  .contact-customer {
    overflow-y: scroll;
    height: 73vh;
    -webkit-overflow-scrolling: touch;
  }

  .padding-bottom-xs-50 {
    padding-bottom: 50px;
  }

  .address-place-order-loadding {
    margin-left: 50%;
  }
}
/* Pin Marker */
.disabled-body {
  pointer-events: none;
}

.show-location-pin {
  opacity: 0;
  -webkit-transition: 0.9s linear all;
  -o-transition: 0.9s linear all;
  -moz-transition: 0.9s linear all;
}

.show-location-pin._show {
  opacity: 1;
}

.marker-pin {
  color: #d0021b;
  float: left;
  margin-left: 10px;
  margin-top: -5px;
  height: 30px;
}

.marker-pin span {
  font-size: 25px;
  line-height: 20px;
  -webkit-animation-name: blink;
  animation-name: blink;
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.marker-pin span:nth-child(2) {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

.marker-pin span:nth-child(3) {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}

@-webkit-keyframes blink {
  0% {
    opacity: .2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: .2;
  }
}
@keyframes blink {
  0% {
    opacity: .2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: .2;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.policy-password {
  width: 100%;
  border: 0;
  border-radius: 3px;
  background: #EDEDED;
  padding: 5px;
  display: inline-block;
  box-sizing: border-box;
  clear: both;
  font-size: 12px;
  line-height: 1.5em;
  text-align: left;
}

.password_strength_progress {
  margin-top: 10px;
}

#login_user .error-login {
  display: none;
}

.error-login {
  color: red;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 14px;
}

.third-login {
  height: 40px;
  width: 270px;
}
