@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:400,500,700&display=swap");
html {
  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%;
}

body:lang(zh-tw) {
  font-family: "Roboto", "微軟正黑體", "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;
}

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

main {
  display: block;
  overflow: hidden;
  min-height: calc(100vh - 300px);
}

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

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

hr {
  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 {
  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 {
  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] {
  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: 16px;
  line-height: 24px;
}

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

/*編輯器要加的 */
.editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {
  margin-bottom: 0.5rem;
}
.editor p {
  line-height: 1.8rem;
  margin-bottom: 0;
  word-wrap: break-word;
}
.editor img {
  width: initial;
  max-width: 100%;
}
.editor div > img {
  width: 100%;
  margin: 0;
}
.editor ol li {
  margin-bottom: 10px;
}
.editor sup {
  color: initial;
}

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

/*go-top */
.go-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  transform: translateY(-50%);
  z-index: 3;
  background: rgba(0, 0, 0, 0.7058823529);
  padding: 13px 12px;
  border-radius: 4px;
  color: #ffffff;
}
.go-top span {
  display: none;
}

.all-right {
  transition: all 0.5s;
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateX(-50%);
  width: 45px;
  z-index: 1;
  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;
  border-radius: 10px;
}
.all-right ul li a {
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
}
.all-right ul li.line {
  background: #368c4a;
  border-radius: 5px;
}
.all-right ul li.facebook {
  background: #3c5a85;
}
.all-right .all-right-shop {
  width: 45px;
  border: solid 1px #014784;
  color: #2E2E2E;
  background: #ffffff;
  text-align: center;
  border-radius: 10px;
}
.all-right .all-right-shop .all-right-shop-basket {
  padding: 6px 0;
}
.all-right .all-right-shop .all-right-shop-basket a {
  font-size: 20px;
  color: #014784;
}
.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 #014784;
  margin-top: 10px;
}
.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: #014784;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 5px;
  color: #ffffff;
}

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

.footer {
  background: #2E2E2E;
  position: relative;
}
.footer a:hover {
  color: #FFF200;
}
.footer ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer ul li {
  padding: 4px 20px;
  position: relative;
}
.footer ul li a {
  color: #fff;
  font-size: 14px;
}
.footer ul li.rline::after {
  content: "";
  position: absolute;
  background: #fff;
  top: calc(50% - 8px);
  right: 0px;
  width: 1px;
  height: 16px;
}

.copyright {
  width: 100%;
  background: #000;
  text-align: center;
  color: #FFF;
}
.copyright p {
  padding: 6px 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
}

.footer_top {
  color: #FFF;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 0;
  width: 100%;
}
.footer_top p, .footer_top span {
  line-height: normal;
}
.footer_top span {
  width: 50px;
}
.footer_top p, .footer_top a {
  width: calc(100% - 50px);
  color: #FFF;
}

.fwrap {
  position: relative;
}
.fwrap .footer_center {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.footer_bottom {
  color: #FFF;
  justify-content: space-between;
  padding: 0;
}
.footer_bottom .ftitle, .footer_bottom .fcompany {
  padding-left: 0;
}
.footer_bottom .ftitle {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer_bottom .ftitle img {
  width: 100%;
  max-width: 340px;
}
.footer_bottom .fcompany {
  padding-top: 20px;
  border-top: 1px solid #FFF;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer_bottom .infobox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer_bottom .infobox p {
  display: flex;
  position: relative;
  margin: 10px 40px;
  color: #fff;
}
.footer_bottom .infobox p::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: calc(50% - 15px);
  left: -40px;
  width: 30px;
  height: 30px;
}
.footer_bottom .infobox p.icon01::before {
  background-image: url(../img/icon01.svg);
}
.footer_bottom .infobox p.icon02::before {
  background-image: url(../img/icon02.svg);
}
.footer_bottom .infobox p.icon03::before {
  background-image: url(../img/icon03.svg);
}
.footer_bottom .infobox p.icon04::before {
  background-image: url(../img/icon04.svg);
}
.footer_bottom .infobox a {
  color: #FFF;
}
.footer_bottom .infobox a:hover {
  color: #FFF200;
}

.nav-Page {
  margin: 30px 0;
}
.nav-Page .core-nav.nav-core-fixed {
  position: relative;
  border-bottom: none;
  min-height: auto;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.pagination .page-left, .pagination .page-right, .pagination .page-double-right, .pagination .page-double-left {
  box-sizing: border-box;
  position: relative;
  width: 22px;
  height: 22px;
  padding: 0px 5px;
}
.pagination .page-left::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  transform: rotate(45deg);
  left: 2px;
  top: 6px;
}
.pagination .page-right::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  transform: rotate(-45deg);
  left: -2px;
  top: 6px;
}
.pagination .page-double-right::after, .pagination .page-double-right::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 1px solid;
  border-top: 1px solid;
  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;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-left: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(45deg);
  top: 6px;
  left: 6px;
}
.pagination .page-double-left::after {
  left: 0px;
}
.pagination li.page-item {
  margin-top: 0;
}
.pagination li.page-item a.page-link {
  line-height: 1;
  padding: 7px 13px;
  margin: 0 2px;
  background: #014784;
  color: #fff;
  border-radius: 30px;
}
.pagination li.page-item a.page-link[href] {
  color: #000;
}
.pagination li.page-item a.page-link i::before {
  margin-right: 0;
  margin-left: 0;
}
.pagination li.page-item a.page-link[href] {
  background: #E2E2E2;
}
.pagination li.page-item a.page-link:hover {
  background: #9EA0A3;
  color: #000;
  border-radius: 30px;
}

.form-box {
  position: relative;
  padding: 50px 0;
}
.form-box::before {
  position: absolute;
  content: "";
  width: calc(100% + 120px);
  height: 100%;
  left: -60px;
  top: 0;
  background: #f2f2f2;
}

/*表單 */
.form-box form.forms-group label {
  display: block;
  font-weight: 600;
}

form.forms-group dl dd {
  margin-bottom: 1rem;
}

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

.forms-group dl dd label sup {
  color: #f00;
}

form.forms-group dl dd .wi50 {
  width: 50%;
  background: #ebebeb;
}
form.forms-group input#zipcode, form.forms-group #receive_zip, form.forms-group #pay_zip {
  margin-right: 10px;
}
form.forms-group input {
  border: 1px solid #666;
  border-radius: 0.5rem;
}

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

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

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

body form.forms-group textarea {
  width: 100%;
  padding: 10px 0.75rem;
  outline: none !important;
  min-height: 100px;
}

.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] {
  width: auto !important;
}
form.forms-group input, form.forms-group select, form.forms-group textarea {
  border: 1px solid #E5E5E5;
  border-radius: 0.5rem;
  background: #fff;
}
form.forms-group input, form.forms-group select, form.forms-group textarea {
  width: 100%;
  padding: 10px 0.75rem;
  outline: none !important;
}
form.forms-group dl dd .boxwi .dsboxw {
  width: 33.333%;
  margin-right: 0.5rem;
}
form.forms-group dl dd .boxwi .dsboxw:last-child {
  margin-right: 0;
}
form.forms-group input:hover, form.forms-group select:hover, form.forms-group textarea:hover {
  border-color: #000;
}
form.forms-group dl dd #xcode {
  width: 10rem;
}

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

form.forms-group button:hover {
  background: #ccc;
  color: #fff;
}
form.forms-group button[type=reset] {
  background: #D9D9D9;
  border-color: #D9D9D9;
  color: #fff;
}
form.forms-group button[type=reset]:hover {
  background: #4b4c4c;
  border-color: #4b4c4c;
  color: #fff;
}
form.forms-group button[type=submit] {
  background: #000;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
}
form.forms-group button[type=submit]:hover {
  background: #4b4c4c;
  color: #fff;
}
form.forms-group button[type=reset] {
  border-radius: 5px;
  padding: 10px 25px;
}

/*GOOGLE MAP RWD */
/*GOOGLE MAP RWD */
.maps {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 22%;
}
.maps iframe, .maps object, .maps embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  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%;
}

#splash {
  background: url(../img/bgbg.jpg);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  animation: splash 3s ease-in;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
}

#loader {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  width: 400px;
  height: 357px;
}

#splash .anim {
  height: 100%;
  position: absolute;
  left: 50%;
  width: 100px;
  transform: translate(-50%, 100%);
  animation: loader 3s linear;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

@keyframes loader {
  0% {
    transform: translate(-50%, 110%);
  }
  30% {
    transform: translate(-50%, 50%);
  }
  50% {
    transform: translate(-50%, 40%);
  }
  100% {
    transform: translate(-50%, 0%);
  }
}
@keyframes splash {
  0% {
    transform: translate(0%, 0%);
  }
  30% {
    transform: translate(0%, 0%);
  }
  100% {
    transform: translate(0%, -100%);
  }
}
.loaders {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  background: rgba(0, 0, 0, 0);
  z-index: 10000000000000000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.loaders p {
  color: #2E2E2E;
  font-weight: 100;
  font-size: 25px;
  letter-spacing: 5px;
}
.loaders .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: -moz-fit-content;
  width: fit-content;
}
.loaders .loader img {
  width: 500px;
  animation-name: flipInY;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  margin-top: 15px;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 0deg);
  }
  50% {
    transform: perspective(400px) rotate3d(0, 1, 0, 360deg);
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 360deg);
  }
}
@media screen and (max-width: 991px) {
  .top-all {
    padding-top: 65px;
  }
  .top-all-banner {
    padding-top: 65px;
  }
  .footer_top .mb-5 {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .loaders .loader img {
    width: 400px;
  }
  /*表單 */
  form.forms-group dl dd {
    margin-left: 0;
  }
  .forms-group dd {
    display: block;
  }
  form.forms-group dl dd .wi50 {
    width: 100%;
  }
  .forms-group label {
    padding: 0;
    display: block;
  }
  form.forms-group input {
    margin-top: 10px;
  }
  body form.forms-group select, body form.forms-group textarea {
    margin-top: 10px;
  }
  img#imgcode {
    margin-left: 0;
    margin-top: 10px;
    display: block;
  }
  .form-check {
    display: flex;
    align-items: center;
  }
  .form-check label.mr-5 {
    margin-top: 10px;
  }
}
/*FAQ */
.accordion li {
  position: relative;
  margin-bottom: 15px;
}
.accordion li::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #014784;
  z-index: 1;
}
.accordion li .open {
  display: none;
  padding: 20px 25px;
}
.accordion .faqname {
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: #F2F2F2;
  font-size: 18px;
  padding: 15px 50px 15px 15px;
  position: relative;
}
.accordion .faqname:after {
  width: 15px;
  height: 15px;
  border-right: 3px solid;
  border-bottom: 3px solid;
  position: absolute;
  right: 21px;
  content: " ";
  top: calc(50% - 13px);
  transform: rotate(45deg);
  transition: all 0.2s ease-in-out;
}
.accordion .faqname h3 {
  font-size: 18px;
  line-height: 24px;
  margin-left: 40px;
  position: relative;
}
.accordion .faqname h3::before {
  content: "Q";
  position: absolute;
  font-size: 18px;
  color: #FFF200;
  background: #014784;
  top: 0px;
  left: -40px;
  width: 28px;
  height: 28px;
  text-align: center;
}
.accordion .open {
  font-size: 16px;
  background: #FFF200;
  padding: 10px;
}

.faqname.active:after {
  transform: rotate(-135deg);
  transition: all 0.2s ease-in-outs;
  top: calc(50% - 5px);
}

@media screen and (max-width: 768px) {
  /*GOOGLE MAP RWD */
  .maps {
    padding-bottom: 50%;
  }
  .form-box::before {
    width: calc(100% + 40px);
    left: -20px;
  }
  .footer .copyright {
    text-align: left;
  }
  .footer ul li {
    padding: 4px 12px;
  }
  .footer_top {
    margin-bottom: 0px;
  }
  .fwrap .footer_center {
    position: relative;
  }
  .footer_bottom .ftitle, .footer_bottom .fcompany {
    margin-bottom: 20px;
  }
  /*BANNER 背景PC/M */
  .banner-pc {
    display: none;
  }
  .banner-m {
    display: block;
  }
}
@media screen and (max-width: 667px) {
  /*文字大小 */
  h1 {
    font-size: 1.75rem;
  }
  h2 {
    font-size: 1.55rem;
  }
  h3 {
    font-size: 1.25rem;
  }
  h4 {
    font-size: 1rem;
  }
  p {
    font-size: 14px;
  }
  /*表單 */
  form.forms-group dl dd .boxwi .dsboxw {
    width: 100%;
  }
  /*footer*/
  .footer_title, a {
    font-size: 16px;
  }
  .go-top {
    bottom: 0px;
    padding: 0;
    right: 5px;
    text-align: center;
  }
  .go-top i {
    font-size: 22px;
    font-weight: bold;
  }
  .go-top span {
    display: block;
    font-size: 12px;
    margin-bottom: 6px;
  }
  .all-right.all-right-open {
    display: flex;
    justify-content: space-between;
    transform: translateY(-100%);
    top: 100%;
    right: 0;
    width: 100%;
    border-top: solid 1px #014784;
    background: #ffffff;
    padding-right: 25%;
    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: #014784;
  }
  .all-right.all-right-open .all-right-friend .all-right-friend-click span {
    font-size: 12px;
    color: #014784;
    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: flex;
    justify-content: center;
    width: auto;
    border: none;
    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: flex;
  }
  .all-right.all-right-open .all-right-shop .all-right-shop-money .money-text {
    display: flex;
  }
  .all-right.all-right-open .all-right-shop .all-right-shop-money .Checkout {
    margin: 0 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  /*FAQ */
  .accordion .faqname h3 {
    font-size: 16px;
  }
  .accordion li .open {
    padding: 10px 20px;
  }
  .accordion .faqname:after {
    width: 12px;
    height: 12px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    right: 15px;
    top: calc(50% - 9px);
  }
  .accordion .faqname.active:after {
    top: calc(50% - 3px);
  }
}
@media screen and (max-width: 320px) {
  .all-right.all-right-open .all-right-shop {
    padding: 0;
  }
}
@media screen and (max-width: 400px) {
  .footer02 a {
    font-size: 16px;
  }
  button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button;
    outline: none;
    border: none;
    cursor: pointer;
    padding: 8px 16px;
    background: #ffffff;
  }
}
@media screen and (max-width: 1680px) {
  /*GOOGLE MAP RWD */
  .maps {
    padding-bottom: 45%;
  }
}
@media screen and (max-width: 1440px) {
  .footer .footer_title h4 {
    font-size: 20px;
  }
  .footer .footer_title span {
    color: #fff;
    font-size: 16px;
  }
  /*GOOGLE MAP RWD */
  .maps {
    padding-bottom: 55%;
  }
}
@media screen and (max-width: 991px) {
  /*GOOGLE MAP RWD */
  .maps {
    padding-bottom: 35%;
    margin-left: 0;
  }
}
@media screen and (max-width: 575px) {
  .footer_top {
    padding: 0 15px !important;
  }
  .footer_bottom .ftitle, .footer_bottom .fcompany {
    padding-left: 15px;
  }
  .form-box::before {
    width: 100%;
    left: 0px;
  }
  .pagination li.page-item a.page-link {
    padding: 3px 9px;
  }
  .loaders .loader img {
    width: 290px;
  }
  .maps {
    padding-bottom: 50%;
  }
  form.forms-group dl dd #xcode {
    width: 7rem;
  }
  .footer02 p {
    padding: 10px 0 0px 0;
  }
  .footer02 p span {
    display: inline-block;
  }
}/*# sourceMappingURL=preset.css.map */