@charset "UTF-8";
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  padding: 0;
  margin: 0;
  font-size: 16px;
  box-sizing: border-box;
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body:lang(zh-tw) {
  font-family: "微軟正黑體", "Microsoft JhengHei"," Noto Sans CJK","Xingothic TC","Droid Sans Fallback","PingFang TC","Heiti TC","LiHei Pro","Arial","Helvetica","sans-serif","PMingLiU";
  margin: 0;
  padding: 0;
  line-height: 1;
}

/*需使用網路字體*/
body:lang(en) {
  font-family: "Microsoft JhengHei", "Arial", '新細明體', sans-serif;
}

* {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

*::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

main {
  display: block;
  /*  overflow-x: hidden */
}

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

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  background: #000;
  margin: 15px 0;
  height: 1px;
  border: none;
  /* 2 */
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

a {
  background-color: transparent;
  text-decoration: none;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

button, a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

button, input {
  /* 1 */
  overflow: visible;
  outline: none;
}

button, select {
  /* 1 */
  text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
  outline: none;
  border: none;
  cursor: pointer;
  padding: 10px 25px;
  background: #ffffff;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template, [hidden] {
  display: none;
}

ol, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.margin-auto {
  margin: 0 auto;
}

.mtb-all {
  padding: 10% 0;
}

/*BANNER 背景PC/M */
.banner-pc {
  display: block;
}

.banner-m {
  display: none;
}

/*選單定位 */
#point-all {
  padding-top: 200px;
  margin-top: -200px;
}

/*文字大小 */
h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.75rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

p {
  font-size: 20px;
}

.top-all-banner {
  padding-top: 117px;
}

/*編輯器要加的 */
.editors {
  padding-right: 1rem;
  padding-left: 1rem;
}

.editors h2, .editors h3, .editors h4, .editors h5, .editors h6 {
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.editors p {
  line-height: 2rem;
  margin-bottom: 0;
  word-wrap: break-word;
}

.editors img {
  width: 100%;
}

.editors div > img {
  width: 100%;
  margin: 0;
}

.editors ol li {
  margin-bottom: 10px;
}

.editors sup {
  color: initial;
}

.top-all {
  padding: 99px 0 0 0;
}

@media screen and (max-width: 690px) {
  .editors img {
    width: 100% !important;
    height: auto !important;
  }
  .editors iframe {
    width: 100% !important;
    height: auto !important;
  }
}

/*go-top */
.go-top {
  position: fixed;
  bottom: 10px;
  right: 22px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  background: #505050;
  padding: 13px 12px;
  color: #ffffff;
}

.go-top span {
  display: none;
}

.all-right {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: fixed;
  top: 35%;
  right: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 45px;
  z-index: 99;
  display: none;
}

.all-right .all-right-friend-click {
  display: none;
}

.all-right ul li {
  width: 45px;
  height: 45px;
  border-radius: 30px;
  margin-bottom: 10px;
  position: relative;
}

.all-right ul li a {
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 30px;
}

.all-right ul li.line {
  background: #37c86c;
  border-radius: 85px;
  margin-top: 1rem;
}

.all-right ul li.facebook {
  background: #3c5a85;
}

.all-right .all-right-shop {
  width: 45px;
  border: solid 1px #002A8F;
  color: #002A8F;
  background: #ffffff;
  text-align: center;
}

.all-right .all-right-shop .all-right-shop-basket {
  padding: 15px 0;
}

.all-right .all-right-shop .all-right-shop-basket a {
  font-size: 20px;
  color: #002A8F;
}

.all-right .all-right-shop .all-right-shop-basket span {
  display: block;
  margin-top: 5px;
}

.all-right .all-right-shop .all-right-shop-money {
  border-top: solid 1px #505050;
  border-bottom: solid 1px #505050;
}

.all-right .all-right-shop .all-right-shop-money .money-text {
  margin: 25px 0;
}

.all-right .all-right-shop .all-right-shop-money .money-text span {
  display: block;
  margin: 5px 0;
}

.all-right .all-right-shop .all-right-shop-money .Checkout {
  background: #002A8F;
  padding: 5px;
  color: #ffffff;
}

.all-right.all-right-open {
  display: block;
}

.above-footer {
  text-align: center;
  margin-bottom: 8rem;
}

.above-footer a:last-child span {
  border-right: 0 !important;
}

.above-footer a span {
  border-right: 1px solid gray !important;
  padding: 0 10px;
  font-size: 0.9rem;
}

.footer .pt-4 .container .row .social-wrapper {
  text-align: center;
  margin-top: 2rem;
}

.footer .pt-4 .container .row .social-wrapper a {
  display: inline-block;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  margin: 0 10px;
  position: relative;
  z-index: 9;
}

.footer .pt-4 .container .row .social-wrapper a:nth-child(1) {
  background-color: #FF7878;
}

.footer .pt-4 .container .row .social-wrapper a:nth-child(2) {
  background-color: #069DE1;
}

.footer .pt-4 .container .row .social-wrapper a:nth-child(3) {
  background-color: #37C86C;
}

.footer .pt-4 .container .row .social-wrapper a img {
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  max-width: 60%;
}

.footer .pt-4 .footer-text {
  background-color: #f4f4f4;
  border-bottom: 30px solid #002A8F;
}

.footer .pt-4 .footer-text i {
  color: #002A8F;
}

.footer .pt-4 .footer-text small {
  font-size: 1rem;
  color: #505050;
}

/*頁碼 */
.pagination {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}

.pagination .page-left, .pagination .page-right, .pagination .page-double-right, .pagination .page-double-left {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 22px;
  height: 22px;
  padding: 0px 5px;
}

.pagination .page-left::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 2px;
  top: 6px;
}

.pagination .page-right::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: -2px;
  top: 6px;
}

.pagination .page-double-right::after, .pagination .page-double-right::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 1px solid;
  border-top: 1px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 6px;
  right: 0px;
}

.pagination .page-double-right::after {
  right: 6px;
}

.pagination .page-double-left::after, .pagination .page-double-left::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-left: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 6px;
  left: 6px;
}

.pagination .page-double-left::after {
  left: 0px;
}

.pagination li.page-item {
  margin-top: 0;
  margin-right: 4px;
}

.pagination li.page-item a.page-link {
  line-height: 1;
  padding: 5px 11px;
  background: #002A8F;
  border-radius: 30px;
  color: #ffffff;
}

.pagination li.page-item a.page-link[href] {
  color: #000000;
}

.pagination li.page-item a.page-link i::before {
  margin-right: 0;
  margin-left: 0;
}

.pagination li.page-item a.page-link[href] {
  padding: 5px 11px;
  background: #ebebeb;
  border-radius: 30px;
}

.pagination li.page-item a.page-link:hover {
  background: gray;
  border-radius: 30px;
}

/*表單 */
form.forms-group dl dd, form.form-1 dl dd, form.form-2 dl dd {
  margin-bottom: 1rem;
  font-size: 20px;
}

form.forms-group input[type="checkbox"] {
  display: block;
  margin-right: 10px;
}

.forms-group dl dd label sup, .form-1 dl dd label sup, form.form-2 dl dd label sup {
  color: #f00;
}

form.forms-group dl dd .wi50, form.form-1 dl dd .wi50, form.form-2 dl dd .wi50 {
  width: 50%;
}

form.forms-group input#zipcode, form.forms-group #receive_zip, form.forms-group #pay_zip, form.form-1 input#zipcode, form.form-1 #receive_zip, form.form-1 #pay_zip, form.form-2 input#zipcode, form.form-2 #receive_zip, form.form-2 #pay_zip {
  margin-right: 10px;
}

form.forms-group input, form.form-1 input, form.form-2 input {
  border: 1px solid #666;
  border-radius: 5px;
}

body form.forms-group select, body form.forms-group textarea, body form.form-1 select, body form.form-1 textarea, body form.form-2 select, body form.form-2 textarea {
  border: 1px solid #666;
  border-radius: 5px;
}

form.forms-group input, form.form-1 input, form.form-2 input {
  width: 100%;
  padding: 0.5rem 0.75rem;
  outline: none !important;
}

body form.forms-group select, body form.forms-group textarea, body form.form-1 select, body form.form-1 textarea, body form.form-2 select, body form.form-2 textarea {
  width: 100%;
  padding: 0.5rem 0.75rem;
  outline: none !important;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

form.forms-group [type="checkbox"], form.forms-group [type="radio"], form.forms-group [type="checkbox"], form.forms-group [type="radio"], form.form-1 [type="checkbox"], form.form-1 [type="radio"], form.form-1 [type="checkbox"], form.form-1 [type="radio"], form.form-2 [type="checkbox"], form.form-2 [type="radio"], form.form-2 [type="checkbox"], form.form-2 [type="radio"] {
  width: auto !important;
}

form.forms-group input, form.forms-group select, form.forms-group textarea, form.form-1 input, form.form-1 select, form.form-1 textarea, form.form-2 input, form.form-2 select, form.form-2 textarea {
  border: 1px solid #666;
  border-radius: 5px;
}

form.forms-group input, form.forms-group select, form.forms-group textarea, form.form-1 input, form.form-1 select, form.form-1 textarea, form.form-2 input, form.form-2 select, form.form-2 textarea {
  width: 100%;
  padding: 10px 0.75rem;
  outline: none !important;
}

form.forms-group dl dd .boxwi .dsboxw, form.form-1 dl dd .boxwi .dsboxw, form.form-2 dl dd .boxwi .dsboxw {
  width: 33.333%;
  margin-right: 0.5rem;
}

form.forms-group dl dd .boxwi .dsboxw:last-child, form.form-1 dl dd .boxwi .dsboxw:last-child, form.form-2 dl dd .boxwi .dsboxw:last-child {
  margin-right: 0;
}

form.forms-group input:hover, form.forms-group select:hover, form.forms-group textarea:hover, form.form-1 input:hover, form.form-1 select:hover, form.form-1 textarea:hover, form.form-2 input:hover, form.form-2 select:hover, form.form-2 textarea:hover {
  border-color: #000;
}

form.forms-group dl dd #xcode, form.form-1 dl dd #xcode, form.form-2 dl dd #xcode {
  width: 10rem;
}

img#imgcode {
  width: 140px;
  height: 40px;
  margin-left: 10px;
}

form.forms-group dl dd:last-of-type, form.form-1 dl dd:last-of-type, form.form-2 dl dd:last-of-type {
  text-align: center;
}

form.forms-group button:hover, form.form-1 button:hover, form.form-2 button:hover {
  opacity: 0.5;
}

form.forms-group button[type="reset"], form.form-1 button[type="reset"], form.form-2 button[type="reset"] {
  background: #000;
  color: #fff;
}

form.forms-group button[type="submit"], form.form-1 button[type="submit"], form.form-2 button[type="submit"] {
  background: #002A8F;
  color: #fff;
  padding: 1.2rem 4rem;
}

form.forms-group button[type="reset"], form.form-1 button[type="reset"], form.form-2 button[type="reset"] {
  padding: 1.2rem 4rem;
}

/*GOOGLE MAP RWD */
.video-container {
  position: relative;
  padding-bottom: 30%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  /*表單 */
  form.forms-group dl dd, form.form-1 dl dd, form.form-2 dl dd {
    margin-left: 0;
  }
  .forms-group dd, .form-1 dd, .form-2 dd {
    display: block;
  }
  form.forms-group dl dd .wi50, form.form-1 dl dd .wi50, form.form-2 dl dd .wi50 {
    width: 100%;
  }
  .forms-group label, .form-1 label, .form-2 label {
    padding: 0;
    display: block;
  }
  form.forms-group input, form.form-1 input, form.form-2 input {
    margin-top: 10px;
  }
  body form.forms-group select, body form.forms-group textarea, body form.form-1 select, body form.form-1 textarea, body form.form-2 select, body form.form-2 textarea {
    margin-top: 10px;
  }
  img#imgcode {
    margin-left: 0;
    margin-top: 10px;
    display: block;
  }
  .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .form-check label.mr-5 {
    margin-top: 10px;
  }
}

.new02 {
  border: solid 1px #002A8F;
  border-left: solid 6px #002A8F;
  padding: 10px;
  margin-bottom: 15px;
  background: #ffffff;
}

.new02:hover {
  background: gray;
}

.new02 .news02-time {
  color: gray;
  margin-bottom: 10px;
  font-weight: 600;
}

.new02 .news02-time i {
  margin-right: 10px;
}

.new03 .news03-time {
  color: gray;
  margin-bottom: 10px;
  font-weight: 600;
}

.new03 .news03-time i {
  margin-right: 10px;
}

/*FAQ */
.accordion {
  max-width: 560px;
  margin: 0 auto 100px;
}

.accordion li {
  position: relative;
  margin-bottom: 2rem;
}

.accordion li .open {
  display: none;
  padding: 10px 25px 30px;
}

.accordion .faqname {
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: 600;
  line-height: 3;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: white;
  padding: 0 50px 0 10px;
  border: 1px solid #002A8F;
  position: relative;
}

.accordion .faqname:before {
  content: ' Q ';
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  background-color: #002A8F;
  color: #ffffff;
  height: 100%;
  line-height: 53px;
  width: 45px;
}

.accordion .faqname:after {
  content: '';
  width: 15px;
  height: 15px;
  border-right: 3px solid #002A8F;
  border-bottom: 3px solid #002A8F;
  position: absolute;
  right: 21px;
  content: " ";
  top: 21px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.accordion .faqname h4 {
  color: #002A8F;
}

.accordion .open {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2;
  padding: 10px;
  background-color: #ebebeb;
}

.faqname.active:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  top: 33px;
}

@media screen and (max-width: 768px) {
  /*BANNER 背景PC/M */
  .banner-pc {
    display: none;
  }
  .banner-m {
    display: block;
  }
}

@media screen and (max-width: 667px) {
  .top-all-banner {
    padding-top: 99px;
  }
  /*文字大小 */
  h1 {
    font-size: 1.75rem;
  }
  h2 {
    font-size: 1.55rem;
  }
  h3 {
    font-size: 1.25rem;
  }
  h4 {
    font-size: 1rem;
  }
  p {
    font-size: 14px;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  form.forms-group dl dd, form.form-1 dl dd, form.form-2 dl dd {
    font-size: 14px;
  }
  form.forms-group dl dd:last-of-type, form.form-1 dl dd:last-of-type, form.form-2 dl dd:last-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  form.forms-group button[type="reset"], form.form-1 button[type="reset"], form.form-2 button[type="reset"] {
    background: #000;
    color: #fff;
  }
  form.forms-group button[type="submit"], form.form-1 button[type="submit"], form.form-2 button[type="submit"] {
    background: #002A8F;
    color: #fff;
    padding: 1rem 2rem;
  }
  form.forms-group button[type="reset"], form.form-1 button[type="reset"], form.form-2 button[type="reset"] {
    padding: 1rem 2rem;
  }
  /*表單 */
  form.forms-group dl dd .boxwi .dsboxw, form.form-1 dl dd .boxwi .dsboxw, form.form-2 dl dd .boxwi .dsboxw {
    width: 100%;
  }
  /*footer*/
  .footer_title, a {
    font-size: 16px;
  }
  .go-top {
    bottom: 9px;
    right: 40px;
    background: #ffffff;
    color: #002A8F;
    padding: 0;
    text-align: center;
    z-index: 999;
  }
  .go-top i {
    font-size: 30px;
    font-weight: bold;
  }
  .go-top span {
    display: block;
    font-size: 12px;
  }
  .all-right.all-right-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    top: 100%;
    right: 0;
    width: 100%;
    background: #ffffff;
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .all-right.all-right-open .all-right-friend {
    width: 30%;
  }
  .all-right.all-right-open .all-right-friend .all-right-friend-click {
    display: block;
    text-align: center;
  }
  .all-right.all-right-open .all-right-friend .all-right-friend-click i {
    font-size: 25px;
    color: #002A8F;
  }
  .all-right.all-right-open .all-right-friend .all-right-friend-click span {
    font-size: 12px;
    color: #002A8F;
    display: block;
  }
  .all-right.all-right-open .all-right-friend ul {
    display: none;
    margin: 0;
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
    position: absolute;
    bottom: 70px;
    left: 10px;
  }
  .all-right.all-right-open .all-right-friend ul.clicked {
    display: block;
    left: 28px;
  }
  .all-right.all-right-open .all-right-friend ul.clicked li {
    margin-bottom: 20px;
  }
  .all-right.all-right-open .all-right-friend ul.clicked li i {
    font-size: 30px;
  }
  .all-right.all-right-open .all-right-shop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-evenly;
    width: auto;
    border: none;
    border-right: solid 1px gray;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    width: 70%;
  }
  .all-right.all-right-open .all-right-shop .all-right-shop-basket {
    padding: 6px;
  }
  .all-right.all-right-open .all-right-shop .all-right-shop-basket span {
    display: initial;
    margin-top: 0;
  }
  .all-right.all-right-open .all-right-shop .all-right-shop-money {
    border: none;
    margin: 0;
  }
  .all-right.all-right-open .all-right-shop .all-right-shop-money a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .all-right.all-right-open .all-right-shop .all-right-shop-money .money-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .all-right.all-right-open .all-right-shop .all-right-shop-money .Checkout {
    margin: 0 5px;
  }
  /*footer*/
  body.products_detail .footer {
    padding-bottom: 120px;
  }
  .footer {
    padding-bottom: 65px;
  }
  .footer_title, a {
    font-size: 16px  !important;
  }
  /*FAQ */
  .accordion .faqname {
    line-height: 63px;
    font-weight: 500;
  }
  .accordion li .open {
    padding: 10px 0;
  }
}

@media screen and (max-width: 320px) {
  .all-right.all-right-open .all-right-shop {
    padding: 0;
  }
}
/*# sourceMappingURL=preset.css.map */