@charset "UTF-8";
header {
  /* font-family: "微軟正黑體",sans-serif; */
  background: #fff;
  padding: 20px 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
@media screen and (min-width: 300px) and (max-width: 768px) {
  header {
    padding: 10px 20px;
  }
}
header .img-navbg {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}
header nav .toggle-buttom {
  margin-left: calc(100% - 87px);
}
header nav li {
  position: relative;
}
header nav li.active:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 5px;
  left: -20px;
  width: 1rem;
  height: 1rem;
  background: url("../img/coffeeIcon1.svg");
  background-repeat: no-repeat;
}
header nav li img {
  width: 30px;
}
header ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 300px) and (max-width: 1200px) {
  header ul.toggle-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: none;
  }
  header ul.toggle-menu li {
    padding: 10px 0;
    text-align: center;
  }
}
header ul li {
  margin: 0 30px;
  color: #000;
  font-size: 20px;
}
header ul li:first-child {
  margin-right: auto;
}
header ul li:first-child:before{
  display: none;
}
@media screen and (min-width: 300px) and (max-width: 768px) {
  header ul li:first-child {
    margin: 0 auto;
  }
}
header ul li a {
  color: #000;
  text-decoration: none;
  text-transform: capitalize;
  display: inline-block;
  position: relative;
}
header ul li a:visited {
  color: #000;
}
header ul li svg {
  width: 30px;
}
header ul li svg .st0 {
  fill: #20c9ca;
}
header ul li svg .st1 {
  stroke: #20c9ca;
  fill: transparent;
}
header .headerPc {
  display: none;
}
@media screen and (min-width: 1200px) {
  header .headerPc {
    display: block;
  }
}
header .headerPhone {
  display: block;
}
@media screen and (min-width: 1200px) {
  header .headerPhone {
    display: none;
  }
}
.phone-menu > div {
  display: inline-block;
  vertical-align: middle;
}
.cartNum {
  font-size: 12px;
  font-family: sans-serif;
  background: #fff;
  color: #f00;
  border: 1px solid #75c8ca;
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: block;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  right: -5px;
  bottom: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  transition: .1s ease-in;
  transform: scale(1);
  
}
.scale{
  transform: scale(1.3) translateY(-5px); 
  transition: .1s cubic-bezier(0.47, 0, 0.745, 0.715);
}
* {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* @font-face {
  font-family: Arista Pro Alternate;
  src: url("../path/Zetafonts - AristaProAlternate-ExtraLight.otf")
    format("opentype");
}
@font-face {
  font-family: Arista Pro;
  src: url("../path/Zetafonts - AristaPro-Fat.otf") format("opentype");
} */
body,
html {
  font-size: 16px;
  font-family:"微軟正黑體",sans-serif;
  letter-spacing: 1px;
  color: #fff;
}
p {
  font-size: 1rem;
  line-height: 200%;
  color: #fff;
  font-weight: 400;
}
p2 {
  font-size: 1rem;
  line-height: 200%;
  color: #fd1010;
  font-weight: 400;
}
/* h2 {
  font-family: Arista Pro,"微軟正黑體",sans-serif;
} */
h3 {
  font-size: 1.2rem;
}
a {
  text-decoration: none;
}
a:visited {
  color: #ddd;
}
.mt-3 {
  margin-top: 1rem;
}
.my-3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mb-1 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.5rem;
}
.py {
  padding: 15px 0;
}
.py-3 {
  padding: 1rem 0;
}
.py-5 {
  padding: 1.5rem 0;
}
.pb-3 {
  padding-bottom: 1rem;
}
.py-big {
  padding: 50px 0;
}
@media screen and (min-width: 769px) {
  .py-big {
    padding: 100px 0;
  }
}
.border-bottom {
  border-bottom: 1px solid #737373;
}
.pd-head {
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  .pd-head {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .d-sm-none {
    display: none !important;
  }
}
.container {
  max-width: 960px;
  padding: 0 15px;
  margin: 0 auto;
}
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.box-shadow {
  -webkit-box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.6);
}
.img-fluid {
  width: 100%;
  height: auto;
  display: block;
}
.img-shadow {
  -webkit-box-shadow: 10px 20px 30px rgba(0, 0, 0, 0.6);
  box-shadow: 10px 20px 30px rgba(0, 0, 0, 0.6);
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
  margin: 0 auto;
}
.islander-row {
  font-size: 0;
  letter-spacing: 0;
}
.islander-row > * {
  vertical-align: top;
}
.islander-row .islander-4 {
  display: inline-block;
  width: calc(100% / 3 - 60px / 3);
}
.islander-row .islander-4:nth-child(3n + 2) {
  margin: 0 30px;
}
@media screen and (min-width: 300px) and (max-width: 768px) {
  .islander-row .islander-4 {
    width: 100%;
  }
  .islander-row .islander-4:nth-child(3n + 2) {
    margin: 0;
  }
}
.islander-row .islander-6 {
  display: inline-block;
  width: calc(100% / 2 - 15px / 2);
  margin-bottom: 15px;
}
.islander-row .islander-6:nth-child(2n) {
  margin-left: 15px;
}
@media screen and (min-width: 300px) and (max-width: 768px) {
  .islander-row .islander-6 {
    width: 100%;
  }
  .islander-row .islander-6:nth-child(2n) {
    margin-left: 0;
  }
}
.islander-row .islander-3 {
  display: inline-block;
  width: calc(100% / 4 - (15px * 3) / 4);
  margin-bottom: 15px;
  margin-right: 15px;
}
.islander-row .islander-3:nth-child(4n) {
  margin-right: 0;
}
@media screen and (min-width: 300px) and (max-width: 768px) {
  .islander-row .islander-3 {
    width: 100%;
    margin-right: 0;
  }
}
.islander-row .islander-2 {
  display: inline-block;
  width: calc(100% / 6 - (15px * 5) / 6);
  margin-bottom: 15px;
  margin-right: 15px;
}
@media screen and (min-width: 300px) and (max-width: 768px) {
  .islander-row .islander-2 {
    width: 100%;
    margin-right: 0;
  }
}
.islander-row .islander-9 {
  display: inline-block;
  width: calc((100% / 4 * 3) - 15px);
  margin-bottom: 15px;
}
@media screen and (min-width: 300px) and (max-width: 768px) {
  .islander-row .islander-9 {
    width: 100%;
    margin-left: 0;
  }
}
.islander-row .islander-5 {
  display: inline-block;
  width: calc(100% / 5 - 31px);
  margin: 0 15px;
}
.islander-row .islander-5 img {
  max-width: 80px;
  max-height: 80px;
  display: block;
  margin-bottom: 2rem;
}
@media screen and (min-width: 300px) and (max-width: 768px) {
  .islander-row .islander-5 {
    width: 100%;
  }
  .islander-row .islander-5 img {
    max-height: 100%;
  }
}
@media screen and (min-width: 769px) {
  .hidden-sm {
    display: none !important;
  }
}
@media screen and (min-width: 300px) and (max-width: 768px) {
  .hidden-xs {
    display: none !important;
  }
}
.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.align-item-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 20px;
  border: 0px;
  cursor: pointer;
  border-radius: 0;
}
.btn-red {
  background-color: #1b886d;
  color: #fff;
}
.btn-red:active,
.btn-red:hover {
  background-color: #17735c;
}
.btn-gray {
  background-color: #737373;
  color: #fff;
}
.btn-gray:active,
.btn-gray:hover {
  background-color: #666666;
}
.flex-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
}
.flex-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66%;
  flex: 0 0 66%;
}
.makecoffee > div > img {
  max-width: 60px;
  margin: -40px auto 1.5rem;
}
.makecoffee > div {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .makecoffee {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .makecoffee > div > img {
    margin: 1.5rem auto;
  }
  .makecoffee .flex-8 {
    margin: 1rem 0;
  }
}
.makecoffee .mt-4way {
  margin-top: -40px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .makecoffee .mt-4way {
    margin-top: 20px;
  }
}
.history-form {
  margin: 50px 0 100px;
}
.history-form .form-group {
  margin-bottom: 30px;
}
.history-form .title {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #ccc;
}
.history-form .title > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
.history-form .title > div.f2 {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
@media screen and (max-width: 768px) {
  .history-form .title > div {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    text-align: left !important;
  }
  .history-form .title > div p {
    padding: 10px;
  }
  .history-form .title > div p2 {
    padding: 10px;
  }
}
.history-form .content {
  border-right: 0px;
  border-left: 0px;
  display: none;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .history-form .content {
    border-bottom: 1px solid #ccc;
  }
}
.history-form .content .content-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .history-form .content .content-block {
    border-bottom: 0px solid #ccc;
  }
  .history-form .content .content-block p {
    text-align: left;
    padding: 5px 10px;
  }
  .history-form .content .content-block p:before {
    content: attr(data-content);
    font-size: 1rem;
  }
}
.history-form .content .content-block.f3 {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}
.history-form .content .content-block.f2 {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.history-form .content .content-block li p {
  padding: 0 15px;
}
.history-form .content .blockgroup p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.history-form .content .blockgroup p:last-child {
  border-bottom: 0;
}
.history-form .content .blockgroup span {
  display: inline-block;
  min-width: 100px;
}
@media screen and (max-width: 768px) {
  .history-form .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .history-form .content:first-child {
    text-align: center;
  }
}
.history-form > div p {
  padding: 15px;
}
.input-groups {
  font-size: 0;
  letter-spacing: 0;
}
.input-groups > div.input-group {
  display: inline-block;
  width: calc((100% - 90px) / 2);
}
.input-groups > div.input-group input {
  width: calc(100%);
}
.input-groups > div.input-group:nth-child(3) {
  margin-left: 15px;
}
.input-groups svg {
  width: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 45px;
}
.member-block {
  min-height: calc(100vh - 110px - 127px - 99px);
}
.member-block .basic-form {
  max-width: 565px;
  margin: 0 auto;
  padding: 20px 0;
}
.member-block .input-group {
  padding: 10px 0;
  direction: rtl;
  letter-spacing: 0;
  font-size: 0;
}
.member-block .input-group input {
  width: calc(100% - 75px);
  border: 0;
  font-size: 1rem;
  padding: 10px;
  border: 1px solid #ccc;
  vertical-align: middle;
  direction: ltr;
}
.member-block .input-group input::-webkit-input-placeholder {
  color: #ccc;
}
.member-block .input-group input:focus {
  border-color: #004b87;
  outline: 0;
}
.member-block .input-group input:focus::-webkit-input-placeholder {
  color: #004b87;
}
.member-block .input-group svg {
  width: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 45px;
}
.member-block .input-group .select-group {
  direction: ltr;
  width: calc(100% - 75px);
  display: inline-block;
  vertical-align: top;
}
.member-block .input-group .select-group .select-wrap {
  margin-bottom: 20px;
}
.member-block .input-group .select-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  border-radius: 0;
  padding: 10px;
  margin-right: 15px;
  cursor: pointer;
  font-size: 1rem;
  min-height: 44px;
  border-color: #ccc;
}
.member-block .input-group .select-group select:focus {
  border-color: #004b87;
  outline: 0;
}
.member-block .btn-groups {
  letter-spacing: 0;
  margin-top: 40px;
  font-size: 0;
}
.member-block .btn-groups .btn {
  font-size: 1rem;
  display: inline-block;
  width: calc((100% - 10px) / 2);
}
.member-block .btn-groups .btn:last-child {
  margin-left: 10px;
}
.faq {
  margin-bottom: 40px;
}
.faq-group {
  border-bottom: 1px solid #ccc;
}
.faq-group > div {
  padding: 10px 0;
}
.faq-group > div:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #1b886d;
  vertical-align: middle;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  line-height: 50px;
  border-radius: 4px;
}
.faq-group > div p {
  padding-left: 15px;
  display: inline-block;
  width: calc(100% - 65px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}
.faq-group > div.faq-q {
  cursor: pointer;
}
.faq-group > div.faq-q:before {
  content: "Q";
  background-color: #eb415a;
  font-family: sans-serif;
}
.faq-group > div.faq-a {
  display: none;
}
.faq-group > div.faq-a:before {
  content: "A";
  font-family: sans-serif;
}
.login-form {
  max-width: 400px;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-shadow: none;
}
.login-form .fb-login {
  text-align: center;
  display: block;
  background-color: #3b5998;
  color: #fff;
  max-width: 280px;
  width: 100%;
  padding: 15px 20px;
  border-radius: 30px;
  margin: 0 auto;
  font-family: sans-serif;
  font-size: 0.9rem;
  letter-spacing: 1px;
  position: relative;
}
.login-form .fb-login:active,
.login-form .fb-login:hover {
  background-color: #344e86;
}
.login-form .fb-login:before {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  left: 5px;
  top: 5px;
  background: url("../img/fb_login.svg");
}
.login-form .login-hr {
  margin: 15px 0;
  padding: 15px 0;
  color: #004b87;
  text-align: center;
  position: relative;
}
.login-form .login-hr p {
  color: #004b87;
  display: inline-block;
  background-color: #fff;
  position: relative;
  padding: 0 10px;
  z-index: 1;
}
.login-form .login-hr:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  background-color: #004b87;
}
.login-form .tabs {
  font-size: 0;
  letter-spacing: 0;
}
.login-form .tabs > div {
  font-size: 1rem;
  text-align: center;
  display: inline-block;
  padding: 20px 15px;
  width: calc(50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #004b87;
  cursor: pointer;
}
.login-form .tabs > div a {
  color: #1b886d;
}
.login-form .tabs > div a:visited {
  color: #1b886d;
}
.login-form .tabs > div.active {
  background-color: #004b87;
}
.login-form .tabs > div.active a {
  color: #fff;
}
.login-form .tabs > div.active a:visited {
  color: #fff;
}
.login-form form {
  padding: 40px 0;
}
.login-form form .input-group {
  direction: rtl;
}
.login-form form .input-group label {
  width: 100%;
  display: inline-block;
  padding: 10px 0;
}
.login-form form svg {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  vertical-align: middle;
  fill: #ffd732;
}
.login-form form input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
  font-size: 1rem;
  display: inline-block;
  width: calc(100% - 48px);
  text-align: left;
  direction: ltr;
}
.login-form form input:focus {
  outline-offset: 0;
}
.login-form form input::-webkit-input-placeholder {
  color: #ccc;
}
.login-form form input:focus {
  border-color: #004b87;
  outline: 0;
}
.login-form form input:focus::-webkit-input-placeholder {
  color: #004b87;
}
.login-form form input.error {
  border-color: #1b886d;
}
.login-form form input.error + svg .cls-1 {
  fill: #1b886d;
}
.login-form form a {
  margin: 35px 0;
  display: inline-block;
  text-shadow: none;
  text-align: center;
  width: 100%;
}
.login-form form button {
  padding: 15px;
  width: 100%;
  font-size: 0.9rem;
}
.shop-banner {
  margin-top: -110px;
  max-height: 450px;
  min-height: 300px;
  overflow: hidden;
  position: relative;
}
.shop-banner div {
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.shop-banner div h2 {
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .shop-banner img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.shop-list .item-list > li > h3 {
  border-top: 1px solid #004b87;
  padding: 0.8rem 0;
  cursor: pointer;
}
.shop-list .item-list > li ul {
  border-top: 1px solid #004b87;
  padding-left: 30px;
  display: none;
}
.shop-list .item-list > li li {
  padding: 10px 0;
  position: relative;
}
.shop-list .item-list > li li.active:before,
.shop-list .item-list > li li:hover:before {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  top: 15px;
  width: 15px;
  height: 15px;
  background: 50% 50% url("../img/coffeeIcon1.svg") no-repeat;
}
.shop-list a {
  font-size: 1rem;
  color: #004b87;
  display: block;
}
.shop-list .islander-row .islander-3 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .shop-list .islander-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .shop-list .islander-row .islander-3 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.singleItem {
  font-family: Arial, Helvetica, sans-serif;
}
.singleItem .title {
  margin-bottom: 30px;
}
.singleItem .status {
  margin: 15px 0;
}
.singleItem .price img {
  width: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.singleItem .price input {
  display: inline-block;
  -webkit-appearance: none;
  border: 0;
  padding: 5px 10px;
  border: 1px solid #ccc;
  width: 50px;
  margin-right: 10px;
}
.singleItem .price .btn {
  width: auto;
  padding: 5px 20px;
  height: auto;
}
.single-title {
  padding: 10px;
  border-bottom: 1px solid #004b87;
  margin-bottom: 15px;
  cursor: pointer;
}
.single-title img {
  width: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.single-advice {
  cursor: pointer;
}
.item-editor {
  padding: 20px 50px;
  display: none;
  list-style: initial;
  font-size: 1rem;
}
.item-editor ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px;
}
.item-editor li {
  list-style-type: disc;
}
.items .btn-cart {
  border-radius: 50%;
}
.items .btn-cart .svg .cls-1 {
  fill: #fff;
}
.items button {
  width: 50px;
  height: 50px;
  padding: 12.5px;
}
.items button img {
  width: 25px;
  height: 25px;
}
.shop-lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 100;
}
.shop-lightbox .lightbox-content {
  height: 100%;
}
.shop-lightbox .lightBlock {
  max-width: 960px;
  width: 100%;
  margin: auto;
  border: 1px solid #004b87;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .shop-lightbox .lightBlock {
    max-width: 80%;
    max-height: 80%;
  }
}
.shop-lightbox .lightBlock > div {
  padding: 20px;
}
.shop-lightbox .lightBlock .title {
  background-color: #004b87;
  padding: 20px;
  font-family: sans-serif;
}
.shop-lightbox .lightBlock .title h3 {
  font-size: 1rem;
  color: #fff;
}
.shop-lightbox .lightBlock .content {
  background-color: #fff;
}
.shop-lightbox .lightBlock .content p {
  color: #004b87;
  font-family: sans-serif;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .shop-lightbox .lightBlock .content p {
    max-height: 200px;
    overflow: auto;
  }
  .shop-lightbox .lightBlock .content img {
    width: auto;
    max-height: 150px;
    margin: auto;
  }
}
.shop-lightbox .lightBlock .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #004b87;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .shop-lightbox .lightBlock .price {
    padding: 10px 20px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #fff;
  }
}
.shop-lightbox .lightBlock .price input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0;
  border: 1px solid #004b87;
  font-size: 1rem;
  text-align: center;
  padding: 5px;
}
.shop-lightbox .lightBlock .price input:focus {
  outline-offset: 0;
}
.shop-lightbox .lightBlock .price a {
  font-size: 1rem;
  color: #fff;
  margin-left: 10px;
  padding: 5px 15px;
}
.shop-lightbox .lightBlock .close {
  padding: 20px;
  position: absolute;
  right: 0px;
  top: 0px;
  color: #fff;
  cursor: pointer;
}
.shopbg-list {
  margin-top: 0;
  min-height: calc(100vh - 127px - 65px);
}
.shopbg-list p {
  color: #fff;
}
.shopbg-list .listBlocks .listblock {
  overflow: auto;
  clear: both;
}
.shopbg-list .listBlocks .listblock li {
  width: calc((100% / 4) - (15px / 2));
  padding-bottom: calc(100% / 4 - 10px);
  margin: 0 0 10px 10px;
  float: left;
  position: relative;
}
.shopbg-list .listBlocks .listblock li:nth-child(2n) {
  margin-left: 5px;
}
.shopbg-list .listBlocks .listblock li.catgory {
  width: calc((100% / 2) - 5px);
  padding-bottom: calc(100% / 2 - 10px);
  margin-left: 0;
  margin-right: 5px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .shopbg-list .listBlocks .listblock li {
    width: calc(100% / 2);
    padding-bottom: calc(100% / 2);
    margin: 0;
  }
  .shopbg-list .listBlocks .listblock li:nth-child(2n) {
    margin-left: 0;
  }
  .shopbg-list .listBlocks .listblock li.catgory {
    width: calc(100%);
    padding-bottom: calc(100%);
    margin-right: 0;
  }
}
.shopbg-list .listBlocks .listblock img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 769px) {
  .shopbg-list .listBlocks .listblock:nth-child(2n) li {
    margin: 0 10px 10px 0;
  }
  .shopbg-list .listBlocks .listblock:nth-child(2n) .catgory {
    float: right;
    margin-right: 0;
  }
}
.shopbg-list .listBlocks .listInfo {
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.shopbg-list .listBlocks .listInfo > * {
  display: inline-block;
  vertical-align: middle;
}
.shopbg-list .listBlocks .listInfo p {
  color: #000;
  width: calc(100% - 37px);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  display: box;
  line-clamp: 2;
  box-orient: vertical;
  overflow: hidden;
}
.shopbg-list .listBlocks .listInfo .btn {
  width: 32px;
  height: 32px;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.shopbg-list .listBlocks .listInfo .btn img {
  position: static;
  width: 100%;
}
.shipping {
  font-family: sans-serif;
}
@media screen and (min-width: 769px) {
  .shipping-form .islander-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.shipping-form .islander-row > div {
  padding: 10px 10px;
  margin-bottom: 0;
  margin: 0;
  -ms-flex-item-align: center;
  align-self: center;
}
.form-title {
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .form-title {
    display: none;
  }
}
.form-title p {
  text-align: center;
}
.form-list {
  border-bottom: 1px solid #ccc;
}
.form-list:last-child {
  border: 0;
}
.form-list .content-group > * {
  display: inline-block;
  vertical-align: top;
  -ms-flex-item-align: center;
  align-self: center;
}
.form-list .content-group .close {
  width: 30px;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
}
.form-list .content-group .close p {
  display: block;
  width: 100%;
  padding: 0;
  color: #bebebe;
}
.form-list .content-group .content {
  width: calc(100% - 100px);
}
.form-list .content-group p {
  padding: 0 15px;
  display: inline-block;
  width: calc(100% - 30px);
  vertical-align: middle;
}
.form-list .num {
  font-size: 0.9rem;
}
.form-list .num input {
  border: 1px solid #737373;
  padding: 5px 0;
  text-align: center;
  max-width: 50px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .form-list .num input {
    margin-left: 0;
  }
  .form-list .num input:before {
    content: attr(data-content);
  }
}
.form-list p {
  font-size: 0.9rem;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .form-list p:before {
    content: attr(data-content);
  }
}
.form-list img {
  max-width: 100px;
  max-height: 100px;
  display: inline-block;
}
.total {
  width: calc((100% / 6 - (15px * 5) / 6) * 2);
  margin-left: calc(100% - ((100% / 6 - (15px * 5) / 6) * 2));
}
.total > div {
  font-size: 0;
}
.total p {
  font-size: 0.9rem;
  display: inline-block;
  width: calc(100% / 2 - 4px);
  padding: 10px 0;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .total {
    width: 100%;
    margin-left: 0;
  }
}
.send-form {
  max-width: 545px;
  margin: 0 auto;
}
.send-form .islander-row {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .send-form .islander-4 {
    width: calc(100% / 3 - 30px / 3);
  }
  .send-form .islander-4:nth-child(3n + 2) {
    margin: 0 15px;
  }
}
.send-form .input-groups > div.input-group {
  width: calc((100% - 115px) / 2);
}
.send-form .input-groups p {
  display: inline-block;
  width: 100px;
  vertical-align: top;
}
.send-form .input-group {
  margin-bottom: 15px;
}
.send-form .input-group label {
  font-size: 0.9rem;
  color: #004b87;
}
.send-form .input-group p {
  display: inline-block;
  width: 100px;
  vertical-align: top;
}
.send-form .input-group input,
.send-form .input-group select,
.send-form .input-group textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0;
  width: calc(100% - 100px);
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 4px;
  font-size: 0.9rem;
  background-color: transparent;
  color: #737373;
}
.send-form .input-group input:focus,
.send-form .input-group select:focus,
.send-form .input-group textarea:focus {
  outline-offset: 0;
}
.send-form .input-group input:focus,
.send-form .input-group select:focus,
.send-form .input-group textarea:focus {
  outline: 0;
  border-color: #004b87;
}
.send-form .input-group input:focus::-webkit-input-placeholder,
.send-form .input-group select:focus::-webkit-input-placeholder,
.send-form .input-group textarea:focus::-webkit-input-placeholder {
  color: #004b87;
}
.send-form .input-group input::-webkit-input-placeholder,
.send-form .input-group select::-webkit-input-placeholder,
.send-form .input-group textarea::-webkit-input-placeholder {
  color: #ccc;
}
.send-form .input-group input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-color: #004b87;
  vertical-align: middle;
  display: inline-block;
}
.send-form .input-group input[type="checkbox"]:checked {
  background: 50% 50% url("../img/checked.svg") no-repeat;
  background-size: 70%;
}
.send-form .input-group input[type="checkbox"] + p {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.send-form .input-group .islander-row {
  width: calc(100% - 100px);
}
@media screen and (min-width: 769px) {
  .send-form .input-group .islander-4 {
    width: calc((100% - 30px) / 3);
    margin-bottom: 0;
  }
}
.send-form .input-group .islander-4 select {
  width: 100%;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .send-form .input-group .islander-4 select {
    margin-bottom: 15px;
  }
}
.member .input-group {
  padding: 0;
  direction: rtl;
}
.member .input-group input {
  width: calc(100% - 40px);
  border: 0;
  font-size: 1rem;
  padding: 10px;
  border-bottom: 1px solid #c7c7c7;
  direction: ltr;
  border-radius: 0;
}
.member .input-group svg {
  width: 30px;
  display: inline-block;
  vertical-align: middle;
}
.pay{
  display:flex;
  flex-wrap: wrap;
}
.pay input[type="radio"] {
  visibility: hidden;
  display: none;
}
.pay input[type="radio"] + .pay-block {
  background-color: #f2f2f2;
  border: 2px solid transparent;
  color: #1b886d;
}
.pay input[type="radio"] + .pay-block .cls-1,
.pay input[type="radio"] + .pay-block svg {
  fill: #1b886d;
}
.pay input[type="radio"]:checked + .pay-block {
  background-color: #fff;
  border: 2px solid #1b886d;
}
.pay input[type="radio"]:checked + .pay-block .cls-1,
.pay input[type="radio"]:checked + .pay-block svg {
  fill: #1b886d;
}
.pay .pay-block {
  font-size: 1rem;
  display: block;
  width: 100%;
  height: 100%;
  color: #004b87;
  padding: 30px 20px;
  text-align: center;
  position: relative;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  justify-content: center;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .pay .pay-block {
    margin-bottom: 10px;
  }
}
.pay .pay-block svg {
  width: 50px;
  position: absolute;
  left: calc(50% - 120px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pay .input-group {
  margin-bottom: 5px;
  width: calc((100% - 10px) / 3);
  display: inline-block;
}
.pay .input-group:nth-child(2) {
  margin: 0 5px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .pay .input-group {
    width: 100%;
  }
  .pay .input-group:nth-child(2) {
    margin: 0;
  }
}
.pay button {
  margin: 15px auto;
  display: block;
  padding: 10px 40px;
  width: 33%;
  font-size: 0.9rem;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .pay button {
    width: 100%;
  }
}
.pay button svg {
  width: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
.pay button .cls-1,
.pay button svg {
  fill: #fff;
}
.select-wrap {
  position: relative;
}
.select-wrap:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #ccc transparent transparent transparent;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
label.error {
  color: #eb415a !important;
}
form input.error,
form select.error {
  border: 1px solid #eb415a !important;
}
form input.error::-webkit-input-placeholder,
form select.error::-webkit-input-placeholder {
  color: #eb415a !important;
}
.news-block {
  margin-top: 30px;
}
.news-block ul {
  font-size: 0;
  letter-spacing: 0;
}
.news-block ul li {
  display: inline-block;
  width: calc(100% / 4 - (15px * 3 / 4));
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 15px;
  margin-bottom: 15px;
  vertical-align: top;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .news-block ul li {
    width: calc(100% / 2 - (15px / 2));
  }
  .news-block ul li:nth-child(2n) {
    margin-right: 0;
  }
}
.news-block ul li:nth-child(4n) {
  margin-right: 0;
}
.news-block ul li .img-wrap {
  width: 100%;
  height: 0;
  padding-bottom: 65%;
  overflow: hidden;
}
.news-block ul li article {
  text-shadow: none;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
}
.news-block ul li article h4 {
  font-size: 1rem;
  color: #000;
}
.news-block ul li article p {
  color: #000;
  line-height: 130%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 3;
  -moz-box-orient: vertical;
  display: box;
  line-clamp: 3;
  box-orient: vertical;
  overflow: hidden;
}
.news-bg {
  background: url("../img/news_bg.png") no-repeat;
  background-size: cover;
  padding: 40px 0;
  min-height: calc(100vh - 65px);
}
.news-bg h2 {
  margin: 30px;
  text-align: center;
  color: #fff;
}
body {
  color: #000;
}
p {
  color: #000;
}
.blue-svg .cls-1 {
  fill: #004b87;
}
.text-center {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .text-centerPc {
    text-align: center;
  }
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
#wrap {
  margin-top: 165px;
  min-height: calc(100vh - 165px - 127px);
}
.bread ul {
  padding-bottom: 10px;
  border-bottom: 2px solid #004b87;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bread li {
  display: inline-block;
  margin: 0 25px;
  position: relative;
}
.bread li a {
  color: #989898;
}
.bread li a:active,
.bread li a:hover,
.bread li a:visited {
  color: #989898;
}
.bread li a.active,
.bread li a:hover {
  color: #004b87;
}
.bread li a.active:before,
.bread li a:hover:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: 50% 50% url("../img/coffeeIcon1.svg") no-repeat;
  vertical-align: text-bottom;
  margin-right: 5px;
}
.bread.faq-bread a.active,
.bread.faq-bread a:hover {
  color: #1b886d;
}
.footer {
  background-color: #fff;
}
.footer ul {
  padding: 15px 0 30px;
}
.footer li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
@media screen and (max-width: 576px) and (min-width: 300px) {
  .footer li:first-child {
    width: 100%;
  }
}
.footer li p {
  color: #004b87;
}
.footer a,.footer a:visited{
  color:#004b87;
}
.footer li img,
.footer li svg {
  display: inline-block;
  width: 30px;
  fill: #004b87;
}
.footer li img.cls-1,
.footer li svg.cls-1 {
  fill: #004b87;
}
.footer .copyright {
  padding: 15px 0;
  background-color: #00465a;
  text-align: center;
  color: #fff;
}
.shop-index {
  margin-top: -121px;
}
a.btn {
  background-color: #fff;
  color: #004b87;
  border-radius: 20px;
  padding: 5px 25px;
  margin: 15px 0;
}
a.btn.outline {
  background-color: transparent !important;
  border: 1px solid #fff !important;
  border-radius: 0 !important;
  color: #fff !important;
}
a.btn.outline svg .cls-1 {
  fill: #fff !important;
}
a.btn svg {
  width: 13px;
  margin-right: 15px;
  display: inline-block;
  vertical-align: text-bottom;
}
section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 50%;
}
section.section1 {
  margin-top: 100px;
  background-image: url("../img/section.png");
  text-align: center;
  background-image: url("../img/section_1.png");
}
section.section1 .section-contentBlock {
  min-height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
section.section1 .itemBLock {
  padding: 100px 0;
}
section.section1 .itemBLock .section-content {
  min-height: 450px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
section.section4 {
  background-image: url("../img/section_3.png");
}
section.section4 .section-content {
  padding: 30px 0;
}
section h2 {
  font-size: 1.5rem;
}
section h2,
section p {
  color: #fff;
}
section p2 {
  color: #fd1010;
}
section .item {
  font-family: Arial, Helvetica, sans-serif;
  max-width: 960px;
  font-size: 0;
  letter-spacing: 0;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  section .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 0;
  }
}
section .item > div {
  display: inline-block;
  vertical-align: middle;
}
section .item h2 {
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  section .item h2 {
    font-size: 1rem;
  }
}
section .item .border-bottom {
  border-color: #fff;
}
section .item .cls-1 {
  fill: #004b87;
  stroke: transparent;
}
section .item .white-svg {
  width: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
section .item .white-svg .cls-1 {
  fill: transparent;
  stroke: #fff;
}
section .item .item-img {
  width: calc(40%);
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  section .item .item-img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    padding: 0 40px;
  }
}
@media screen and (min-width: 768px) {
  section .item .bigger {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}
section .item .item-content {
  width: calc(30%); /* old is 60% to closed intro text*/
  text-align: justify;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  section .item .item-content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    text-align: center;
  }
  section .item .item-content p {
    text-align: justify;
  }
}
section .item a {
  display: inline-block;
  font-size: 1rem;
}
section .item a.btn {
  background-color: #fff;
  color: #004b87;
  border-radius: 20px;
  padding: 5px 25px;
  margin: 15px 0;
}
section .item a.btn:active,
section .item a.btn:hover {
  background-color: #e6e6e6;
}
section .item a.btn svg {
  width: 20px;
  margin-right: 15px;
  display: inline-block;
  vertical-align: text-bottom;
}
section .item a.more-item {
  padding: 10px;
  text-align: center;
  margin: 0 auto;
}
section .item .table {
  font-size: 1rem;
  width: 99.9%;
  color: #fff;
  border-collapse: collapse;
  margin-bottom: 20px;
}
section .item .table td,
section .item .table th {
  border: 1px solid #fff;
  padding: 10px 20px;
}
section .item .table thead th {
  padding: 15px 20px;
}
section .appear {
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
section .appear.fadeIn {
  opacity: 1;
}
section .appear.fadeIn > div:first-child {
  opacity: 0;
  -webkit-animation: fadeLeft 2s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
  animation: fadeLeft 2s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
}
section .appear.fadeIn > div:nth-child(2) {
  opacity: 0;
  -webkit-animation: fadeRight 2s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
  animation: fadeRight 2s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
}
@-webkit-keyframes fadeLeft {
  0% {
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeLeft {
  0% {
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeRight {
  0% {
    -webkit-transform: translateX(150px);
    transform: translateX(150px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeRight {
  0% {
    -webkit-transform: translateX(150px);
    transform: translateX(150px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  section .sgs-list.islander-row li {
    width: calc(100% / 2 - 15px / 2);
  }
  section .sgs-list.islander-row li:nth-child(2n) {
    margin-left: 15px;
  }
}
@media screen and (min-width: 768px) {
  section .transform-offset-5 {
    -webkit-transform: translateY(-5rem);
    -ms-transform: translateY(-5rem);
    transform: translateY(-5rem);
  }
  section .transform-offset-7 {
    -webkit-transform: translateY(-7rem);
    -ms-transform: translateY(-7rem);
    transform: translateY(-7rem);
  }
}
.sgsbtn {
  cursor: pointer;
  position: relative;
  padding: 40px 0;
}
.sgsbtn:hover {
  -webkit-filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.5));
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.5));
}
.sgsbtn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 1px;
  background-color: #fff;
  margin: 0 auto;
  width: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.sgsbtn.active:after {
  width: 100%;
}
.sgs-list {
  display: none;
}
.shopindex-footer {
  position: fixed;
  bottom: 20px;
  right: 50px;
}
.shopindex-footer li {
  display: inline-block;
}
.shopindex-footer li img {
  width: 30px;
}
