@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Noto+Sans+TC:300,400,500,700&display=swap";
@import "https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap";
@import "https://fonts.googleapis.com/icon?family=Material+Icons|Material+Icons+Outlined";
html {
  font-size: 15px; }
  @media (min-width: 992px) {
    html {
      font-size: 16px; } }

body {
  color: #231815;
  font-family: "Roboto", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  /* ios5+ */ }

a {
  color: #FCC800;
  -webkit-transition: color .15s, border .15s;
  -o-transition: color .15s, border .15s;
  transition: color .15s, border .15s; }
  a:hover {
    color: #c9a000;
    text-decoration: none; }

button:focus {
  outline: 0; }

hr {
  border-top: 1px solid #c9caca; }

.small, small {
  font-size: 90%; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c9caca !important; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #c9caca !important; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #c9caca !important; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #c9caca !important; }

.border-primary {
  border-color: #FCC800 !important; }

.border-bottom-bold {
  border-bottom: 6px solid #FCC800 !important; }

/* container */
.container {
  max-width: 1200px; }

.container-lg {
  max-width: 992px; }

.container-md {
  max-width: 768px; }

.container-sm {
  max-width: 600px; }

.container-product {
  max-width: 1160px; }
  @media (min-width: 992px) {
    .container-product {
      padding-left: 30px;
      padding-right: 30px; } }

/* row */
.row {
  margin-right: -8px;
  margin-left: -8px; }
  @media (min-width: 768px) {
    .row {
      margin-right: -10px;
      margin-left: -10px; } }
  @media (min-width: 992px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  .row > .col,
  .row > [class*="col-"] {
    padding-right: 8px;
    padding-left: 8px; }
    @media (min-width: 768px) {
      .row > .col,
      .row > [class*="col-"] {
        padding-right: 10px;
        padding-left: 10px; } }
    @media (min-width: 992px) {
      .row > .col,
      .row > [class*="col-"] {
        padding-right: 15px;
        padding-left: 15px; } }

@font-face {
  font-family: 'ElegantIcons';
  src: url("../fonts/ElegantIcons.eot");
  src: url("../fonts/ElegantIcons.eot?#iefix") format("embedded-opentype"), url("../fonts/ElegantIcons.woff") format("woff"), url("../fonts/ElegantIcons.ttf") format("truetype"), url("../fonts/ElegantIcons.svg#ElegantIcons") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon] {
  position: relative;
  top: 1px;
  font-style: normal; }
  [data-icon]:before {
    font-family: 'ElegantIcons';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased; }

i.material-icons,
i.material-icons-outlined,
i.material-icons-two-tone {
  font-size: inherit;
  position: relative;
  top: 2px; }

.md-18 {
  font-size: 1.125rem !important; }

.md-24 {
  font-size: 1.5rem !important; }

.md-36 {
  font-size: 2.25rem !important; }

.md-48 {
  font-size: 3rem !important; }

.md-60 {
  font-size: 3.75rem !important; }

.md-72 {
  font-size: 4.5rem !important; }

.text-danger {
  color: #FCC800 !important; }

.text-muted {
  color: #9fa0a0 !important; }

.text-sm {
  font-size: 0.9375rem !important; }

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  margin-bottom: .6rem;
  font-weight: bold; }

h1, .h1 {
  font-size: 2.25rem; }
  @media (min-width: 992px) {
    h1, .h1 {
      font-size: 2.5rem; } }

h2, .h2 {
  font-size: 1.8rem; }
  @media (min-width: 992px) {
    h2, .h2 {
      font-size: 2rem; } }

h3, .h3 {
  font-size: 1.575rem; }
  @media (min-width: 992px) {
    h3, .h3 {
      font-size: 1.75rem; } }

h4, .h4 {
  font-size: 1.35rem; }
  @media (min-width: 992px) {
    h4, .h4 {
      font-size: 1.5rem; } }

h5, .h5 {
  font-size: 1.125rem; }
  @media (min-width: 992px) {
    h5, .h5 {
      font-size: 1.25rem; } }

h6, .h6 {
  font-size: 0.9rem; }
  @media (min-width: 992px) {
    h6, .h6 {
      font-size: 1rem; } }

.font-weight-medium {
  font-weight: 500 !important; }

.alert {
  border-radius: 0; }

.badge {
  padding-bottom: .2em;
  border-radius: 0; }

.badge-primary {
  background-color: #FCC800; }

.badge-secondary {
  background-color: #c9caca; }

.badge-danger {
  background-color: #FCC800; }

.btn {
  border-radius: 0;
  font-weight: bold; }
  @media (min-width: 400px) {
    .btn {
      min-width: 110px; } }
  @media (min-width: 576px) {
    .btn {
      min-width: 160px; } }
  .btn:focus {
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

.btn-group-lg > .btn,
.btn-lg {
  padding: .375rem 1rem;
  font-size: 1.125rem; }

.btn-block {
  min-width: auto; }

.btn-primary {
  border: 1px solid #FCC800;
  background-color: #FCC800; }
  .btn-primary:hover {
    border-color: #c9a000;
    background-color: #c9a000; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
    border-color: #c9a000;
    background-color: #c9a000; }
  .btn-primary.disabled, .btn-primary:disabled {
    border: 1px solid #FCC800;
    background-color: #FCC800; }

.btn-secondary {
  border: 1px solid #c9caca;
  background-color: #c9caca; }
  .btn-secondary:hover {
    border-color: #afb1b1;
    background-color: #afb1b1; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active {
    border-color: #afb1b1;
    background-color: #afb1b1; }
  .btn-secondary.disabled, .btn-secondary:disabled {
    border: 1px solid #c9caca;
    background-color: #c9caca; }

.btn-dark {
  border: 1px solid #000;
  background-color: #000; }
  .btn-dark:hover {
    border-color: black;
    background-color: black; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active {
    border-color: black;
    background-color: black; }
  .btn-dark.disabled, .btn-dark:disabled {
    border: 1px solid #000;
    background-color: #000; }

.btn-outline-primary {
  color: #FCC800;
  border-color: #FCC800; }
  .btn-outline-primary:hover {
    border-color: #FCC800;
    background-color: #FCC800; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active {
    border-color: #c9a000;
    background-color: #c9a000; }

.btn-outline-secondary {
  color: #9fa0a0;
  border-color: #9fa0a0; }
  .btn-outline-secondary:hover {
    border-color: #9fa0a0;
    background-color: #9fa0a0; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active {
    border-color: #858787;
    background-color: #858787; }

.btn-outline-dark {
  color: #231815;
  border-color: #231815; }
  .btn-outline-dark:hover {
    border-color: #231815;
    background-color: #231815; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active {
    border-color: #030202;
    background-color: #030202; }

.card {
  border: 0;
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
  border-radius: 0; }
  @media (min-width: 576px) {
    .card {
      border-top: 2px solid #231815;
      border-bottom: 2px solid #231815; } }

.card-news {
  border: 0;
  border-radius: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .card-news:before {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    -webkit-box-shadow: 2px 2px 15px 0 #cacaca;
    box-shadow: 2px 2px 15px 0 #cacaca;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s; }
  .card-news:hover:before {
    opacity: 1; }
  .card-news a {
    color: #231815;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s; }
    .card-news a:hover {
      color: #000; }
  .card-news .card-img-top {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    padding-bottom: 79%;
    border-radius: 0; }
  .card-news .card-body {
    padding: 1rem;
    text-align: left; }
    @media (min-width: 768px) {
      .card-news .card-body {
        padding: 1.25rem; } }
    .card-news .card-body .card-date {
      display: block;
      margin-bottom: .5rem; }
    .card-news .card-body .card-category {
      margin-bottom: .5rem; }
      .card-news .card-body .card-category:before {
        display: block;
        width: 5rem;
        margin-bottom: 1rem;
        content: '';
        border-bottom: 5px solid #85a029; }
      .card-news .card-body .card-category.news:before {
        border-color: #CD7B61; }
      .card-news .card-body .card-category.certification:before {
        border-color: #AAB473; }
      .card-news .card-body .card-category.insurance:before {
        border-color: #929496; }
      .card-news .card-body .card-category.sgs:before {
        border-color: #E5A66C; }
    .card-news .card-body .card-title {
      max-width: 100%;
      display: block;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap;
      margin-bottom: .4rem;
      font-weight: bold; }
    .card-news .card-body .card-text {
      -webkit-line-clamp: 2;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      word-wrap: break-word;
      height: 44px; }
      @media (min-width: 992px) {
        .card-news .card-body .card-text {
          height: 48px; } }

.form-row.no-gutters {
  position: relative;
  margin-right: 0;
  margin-left: 0; }
  .form-row.no-gutters:before {
    position: absolute;
    top: calc(2.25rem + 1px);
    display: block;
    width: 100%;
    content: "";
    border-bottom: 1px solid #FCC800; }
  .form-row.no-gutters > .col,
  .form-row.no-gutters > [class*=col-] {
    padding-left: 0;
    padding-right: 0; }

.form-control {
  color: #231815;
  border: 1px solid #231815;
  border-radius: 0; }
  .form-control:focus {
    border: 1px solid #FCC800;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #f5f6f6; }

.form-group {
  position: relative;
  margin-bottom: 2rem; }
  .form-group label {
    top: 0.4rem;
    left: 0;
    position: absolute;
    z-index: 1;
    left: .5rem;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .form-group label {
        left: 1rem; } }
    .form-group label span {
      position: relative;
      top: -6px;
      margin-left: .25rem;
      color: #FCC800;
      font-size: 80%; }
    .form-group label + .custom-control-inline {
      margin-left: 6.3rem; }
      @media (min-width: 768px) {
        .form-group label + .custom-control-inline {
          margin-left: 6.8rem; } }
  .form-group .form-control {
    padding-left: 6.3rem;
    border: 0;
    border-bottom: 1px solid #FCC800; }
    @media (min-width: 768px) {
      .form-group .form-control {
        padding-left: 6.8rem; } }
    .form-group .form-control:focus {
      border: 0;
      border-bottom: 1px solid #000; }
    .form-group .form-control::disabled, .form-group .form-control[readonly] {
      background-color: #c9caca; }
  .form-group .custom-select {
    padding-left: 6.3rem;
    padding-right: 2.25rem; }
    @media (min-width: 768px) {
      .form-group .custom-select {
        padding-left: 6.8rem; } }
  .form-group .form-text {
    padding-left: 1rem; }
  .form-group em.error {
    bottom: -1.5rem;
    left: 1rem;
    position: absolute; }

.error {
  color: #FCC800; }

em.error {
  font-size: 90%;
  font-style: normal; }

.input-group {
  margin-bottom: 2rem; }
  .input-group .form-control {
    border: 0;
    border-bottom: 1px solid #FCC800; }
    .input-group .form-control:disabled, .input-group .form-control[readonly] {
      background-color: #f5f6f6; }

.custom-select {
  color: #231815;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #FCC800;
  background: url(../img/icon/arrow_carrot-down.svg) right 7px top 5px/23px auto no-repeat; }
  .custom-select:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #000; }
  .custom-select.border {
    padding-left: .75rem;
    border: 1px solid #FCC800 !important; }

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #FCC800;
  background-color: #FCC800; }

.custom-control-input:focus ~ .custom-control-label::before {
  border-color: #FCC800 !important;
  -webkit-box-shadow: none;
  box-shadow: none; }

.custom-control-input:active ~ .custom-control-label::before {
  border-color: #FCC800 !important;
  background-color: transparent !important; }

.custom-control-label {
  cursor: pointer; }
  .custom-control-label:before, .custom-control-label:after {
    top: .2rem; }
  .custom-control-label::before {
    border-color: #c9caca; }

.custom-control-inline {
  margin-right: 1.5rem; }
  .custom-control-inline em.error {
    bottom: -1.5rem;
    left: 0;
    position: absolute;
    white-space: nowrap; }

textarea.form-control {
  border: 0;
  border-bottom: 1px solid #FCC800; }
  textarea.form-control:focus {
    border: 0;
    border-bottom: 1px solid #000; }
  textarea.form-control[rows="1"] {
    height: calc(2.25rem + 2px); }

.list-group-item {
  border: 1px solid #c9caca; }

button.close {
  text-shadow: none; }

.modal-content {
  border: 0;
  border-radius: 0;
  background-color: #FCC800; }

.modal-header {
  border-bottom: 0; }
  .modal-header .close {
    margin-right: -.5rem; }

.modal-body {
  color: #fff; }
  .modal-body .btn {
    min-width: 110px;
    color: #000; }

.modal-footer {
  min-height: 56px;
  border-top: 0; }

.nav {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  white-space: nowrap;
  padding: 0 .5rem;
  overflow-x: auto; }
  @media (min-width: 400px) {
    .nav {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media (min-width: 576px) {
    .nav {
      padding: 0; } }
  .nav .nav-link {
    position: relative;
    padding: .5rem;
    color: #231815;
    font-weight: 500; }
    @media (min-width: 400px) {
      .nav .nav-link {
        font-size: 1.125rem; } }
    @media (min-width: 576px) {
      .nav .nav-link {
        padding: .5rem 1rem; } }
    .nav .nav-link:hover {
      color: #FCC800; }
    .nav .nav-link.active {
      color: #FCC800;
      font-weight: bold; }

.nav-top {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .nav-top .nav-link {
    color: #231815;
    font-size: 1.125rem; }
    @media (min-width: 576px) {
      .nav-top .nav-link {
        font-size: 1.25rem; } }
    .nav-top .nav-link:hover, .nav-top .nav-link.active {
      color: #FCC800; }

.nav-tabs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #FCC800; }
  .nav-tabs .nav-item {
    margin: 0 .25rem; }
    .nav-tabs .nav-item .nav-link {
      color: #231815;
      font-size: 1rem;
      border-color: #231815;
      border-bottom: 0;
      border-radius: 0;
      background-color: transparent; }
      .nav-tabs .nav-item .nav-link:hover, .nav-tabs .nav-item .nav-link.active {
        color: #FCC800;
        border-color: #FCC800; }

.nav-light .nav-link {
  color: #c9caca; }
  .nav-light .nav-link:hover, .nav-light .nav-link.active {
    color: #FCC800; }

.nav-dark .nav-link {
  color: #000; }
  .nav-dark .nav-link:hover, .nav-dark .nav-link.active {
    color: #FCC800; }

/* tabs */
.tab-content > .tab-pane img {
  max-width: 100% !important;
  height: auto !important; }

.pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 2rem 0 0; }
  .pagination .page-item.active .page-link {
    color: #000;
    font-weight: bold;
    background-color: transparent; }
    .pagination .page-item.active .page-link:after {
      display: block;
      margin-top: .25rem;
      content: '';
      border-bottom: 4px solid #FCC800; }
  .pagination .page-item.disabled .page-link {
    color: #c9caca; }
  .pagination .page-item .page-link {
    color: #231815;
    font-size: 1.125rem;
    border: 0; }
    .pagination .page-item .page-link:hover {
      color: #000;
      background-color: transparent; }
    .pagination .page-item .page-link:focus {
      -webkit-box-shadow: none;
      box-shadow: none; }

.table {
  border-top: 2px solid #231815;
  border-bottom: 2px solid #231815; }
  .table th {
    white-space: nowrap; }
  .table td, .table th {
    font-size: 0.9375rem;
    border-top: 1px solid #231815; }
  .table thead th {
    border-bottom: 1px solid #231815;
    font-weight: normal; }

.table-bordered td, .table-bordered th {
  border: 1px solid #c9caca !important; }

/* cart */
.table-cart {
  margin-bottom: 2rem;
  border-top: 2px solid #231815;
  border-bottom: 2px solid #231815; }
  .table-cart td, .table-cart th {
    font-size: 1rem;
    padding: .5rem;
    border-top: 1px solid #c9caca;
    text-align: right;
    vertical-align: middle; }
    @media (min-width: 768px) {
      .table-cart td, .table-cart th {
        padding: .25rem 2rem;
        border-top: 1px solid #231815;
        border-left: 1px solid #231815;
        text-align: center; } }
    .table-cart td:first-child, .table-cart th:first-child {
      border-left: 0; }
  .table-cart th {
    font-weight: normal;
    border-bottom: 1px solid #231815; }
  .table-cart td.td-delete + td, .table-cart td:first-child {
    border-top: 0; }
  .table-cart td .btn {
    min-width: auto; }
    .table-cart td .btn:hover {
      color: #FCC800; }
  .table-cart a {
    color: #231815; }
    .table-cart a:hover {
      color: #FCC800; }
  .table-cart .td-delete {
    height: 0;
    padding: 0;
    border-top: 0; }
    @media (min-width: 768px) {
      .table-cart .td-delete {
        display: table-cell; } }
    .table-cart .td-delete:before {
      display: none; }
      @media (min-width: 768px) {
        .table-cart .td-delete:before {
          display: block; } }
    .table-cart .td-delete .btn-delete {
      top: 2px;
      right: 0;
      position: absolute;
      z-index: 10; }
      @media (min-width: 768px) {
        .table-cart .td-delete .btn-delete {
          position: static; } }
      .table-cart .td-delete .btn-delete [data-icon] {
        font-size: 1.5rem; }
  .table-cart .cart-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .table-cart .cart-product img {
      max-width: 70px; }
      @media (min-width: 768px) {
        .table-cart .cart-product img {
          max-width: 80px; } }
    .table-cart .cart-product .cart-title {
      margin-left: .75rem;
      padding-right: 3rem;
      text-align: left; }
      @media (min-width: 768px) {
        .table-cart .cart-product .cart-title {
          padding-right: 0; } }
    .table-cart .cart-product a {
      display: block; }
  .table-cart .cart-quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% + .5rem); }
    .table-cart .cart-quantity .form-control {
      border: 1px solid #c9caca; }
  .table-cart .td-empty:before {
    content: ''; }
  .table-cart .td-empty:first-child {
    border-top: 0; }
  .table-cart .discount {
    display: block; }
    .table-cart .discount + .price {
      display: block;
      color: #9fa0a0;
      text-decoration: line-through; }
  .table-cart .total-text {
    font-weight: bold; }
  .table-cart .total {
    font-size: 1.25rem;
    font-weight: bold;
    white-space: nowrap; }

/* respTables.js */
@media (max-width: 767px) {
  .table-resp.table-resp-order td {
    padding-left: 5.5rem; } }

.table-resp tr {
  border-bottom: 1px solid #231815; }
  .table-resp tr:first-child {
    border-top: 2px solid #231815; }
    @media (min-width: 768px) {
      .table-resp tr:first-child {
        border-top: 1px solid #231815; } }

.table-resp th {
  display: none; }
  @media (min-width: 768px) {
    .table-resp th {
      display: table-cell; } }

.table-resp td {
  position: relative;
  display: block;
  width: 100%; }
  @media (max-width: 767px) {
    .table-resp td {
      padding-left: 3.5rem; } }
  @media (min-width: 768px) {
    .table-resp td {
      display: table-cell;
      width: auto; } }
  .table-resp td:before {
    left: 0.5rem;
    position: absolute;
    content: attr(data-before);
    display: block;
    color: #231815; }
    @media (min-width: 768px) {
      .table-resp td:before {
        content: '';
        width: 0; } }
  .table-resp td br {
    display: none; }
    @media (min-width: 768px) {
      .table-resp td br {
        display: block; } }

/* mobile header */
.header-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 50px;
  border-left: 1px solid #FCC800;
  border-bottom: 1px solid #FCC800; }
  .header-mobile > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 50px;
    height: 100%;
    padding: 0 .75rem;
    border-right: 1px solid #FCC800;
    white-space: nowrap; }
  .header-mobile .navbar-brand {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    background-color: #FCC800;
    text-align: center; }
    .header-mobile .navbar-brand img {
      max-height: 47%; }
      @media (min-width: 400px) {
        .header-mobile .navbar-brand img {
          max-height: 55%; } }
  .header-mobile .navbar-toggler .navbar-toggler-icon {
    background-image: url(../img/icon/toggler_r.svg);
    background-size: 105% 105%; }
  .header-mobile .navbar-toggler.active .navbar-toggler-icon {
    background-image: url(../img/icon/toggler_active_r.svg); }

/* navbar */
.main-navbar {
  padding: 0;
  background-color: #000; }
  @media (min-width: 992px) {
    .main-navbar {
      background-color: transparent; } }
  @media (min-width: 1200px) {
    .main-navbar {
      padding: 0 5rem; } }
  @media (min-width: 1440px) {
    .main-navbar {
      padding: 0 10rem; } }
  .main-navbar.is-sticky .navbar-collapse .navbar-brand, .main-navbar.small-navbar .navbar-collapse .navbar-brand {
    height: 60px;
    background-color: #FCC800; }
    .main-navbar.is-sticky .navbar-collapse .navbar-brand .logo, .main-navbar.small-navbar .navbar-collapse .navbar-brand .logo {
      display: none; }
    .main-navbar.is-sticky .navbar-collapse .navbar-brand .sticky-logo, .main-navbar.small-navbar .navbar-collapse .navbar-brand .sticky-logo {
      display: block; }
  .main-navbar .navbar-collapse {
    top: 50px;
    left: 0;
    position: fixed;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    background-color: #000; }
    @media (min-width: 992px) {
      .main-navbar .navbar-collapse {
        position: static;
        top: 0;
        width: auto;
        background-color: transparent; } }
    @media (max-width: 991px) {
      .main-navbar .navbar-collapse {
        display: block;
        height: 0;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-transition: height .3s ease-out;
        -o-transition: height .3s ease-out;
        transition: height .3s ease-out; }
        .main-navbar .navbar-collapse.show {
          height: calc(100% - 49px); }
          .main-navbar .navbar-collapse.show > .navbar-nav {
            -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
            transform: translateY(0%);
            opacity: 1; }
        .main-navbar .navbar-collapse > .navbar-nav {
          -webkit-transition: -webkit-transform .3s ease-out;
          transition: -webkit-transform .3s ease-out;
          -o-transition: transform .3s ease-out;
          transition: transform .3s ease-out;
          transition: transform .3s ease-out, -webkit-transform .3s ease-out;
          -webkit-transform: translateY(-100%);
          -ms-transform: translateY(-100%);
          transform: translateY(-100%); } }
  @media (min-width: 992px) {
    .main-navbar .navbar-brand {
      width: 225px;
      z-index: 1020;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 0;
      padding: 1rem 1.5rem;
      border: 1px solid #FCC800;
      border-top: 0;
      background-color: #000;
      -webkit-transition: height .3s, background .3s;
      -o-transition: height .3s, background .3s;
      transition: height .3s, background .3s; } }
  @media (min-width: 1200px) {
    .main-navbar .navbar-brand {
      width: 250px;
      height: 120px; } }
  .main-navbar .navbar-brand img {
    max-width: 100%; }
  .main-navbar .navbar-brand .sticky-logo {
    display: none; }
  .main-navbar .navbar-nav {
    height: 100vh;
    background-color: #000; }
    @media (min-width: 992px) {
      .main-navbar .navbar-nav {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        height: 60px; } }
    .main-navbar .navbar-nav .nav-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #FCC800;
      font-size: 1.125rem;
      -webkit-transition: background .3s;
      -o-transition: background .3s;
      transition: background .3s; }
      @media (min-width: 992px) {
        .main-navbar .navbar-nav .nav-link {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          height: 100%;
          font-size: 1.0625rem; } }
      .main-navbar .navbar-nav .nav-link .hover-icon {
        display: none; }
      .main-navbar .navbar-nav .nav-link:hover .icon {
        display: none; }
      .main-navbar .navbar-nav .nav-link:hover .hover-icon {
        display: block; }
  .main-navbar .navbar-nav-left .nav-item {
    border-bottom: 1px solid #FCC800; }
    @media (min-width: 992px) {
      .main-navbar .navbar-nav-left .nav-item {
        width: 25%;
        border-left: 1px solid #FCC800; } }
    @media (min-width: 992px) {
      .main-navbar .navbar-nav-left .nav-item .nav-link:hover {
        color: #000;
        background-color: #FCC800; } }
    .main-navbar .navbar-nav-left .nav-item .nav-link.active {
      color: #000;
      background-color: #FCC800; }
  .main-navbar .navbar-nav-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .main-navbar .navbar-nav-right .nav-item {
      -ms-flex-preferred-size: 78px;
      flex-basis: 78px;
      border-right: 1px solid #FCC800;
      border-bottom: 1px solid #FCC800; }
    .main-navbar .navbar-nav-right .nav-social {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding: 0 .5rem; }
    .main-navbar .navbar-nav-right .nav-lang .nav-link:hover,
    .main-navbar .navbar-nav-right .nav-login .nav-link:hover {
      color: #000;
      background-color: #FCC800; }
    .main-navbar .navbar-nav-right .nav-cart .nav-link:hover {
      color: #000;
      background-color: #FCC800; }
      .main-navbar .navbar-nav-right .nav-cart .nav-link:hover .badge {
        color: #FCC800;
        background-color: #fff; }
    .main-navbar .navbar-nav-right .nav-login .nav-link img {
      width: 28px;
      padding: 1px 0; }
      @media (min-width: 992px) {
        .main-navbar .navbar-nav-right .nav-login .nav-link img {
          width: 30px; } }
  .main-navbar .badge-cart {
    width: 1.1875rem;
    height: 1.1875rem;
    position: relative;
    top: 1px;
    padding: 0;
    color: #000;
    border-radius: 100%;
    background-color: #FCC800;
    line-height: 1.25rem; }
    @media (min-width: 992px) {
      .main-navbar .badge-cart {
        top: 0;
        margin-left: .25rem; } }
  .main-navbar .dropdown.show .dropdown-toggle {
    color: #000;
    background-color: #FCC800; }
    .main-navbar .dropdown.show .dropdown-toggle:after {
      -webkit-transform: scale(1.1) rotate(180deg) translateY(0);
      -ms-transform: scale(1.1) rotate(180deg) translateY(0);
      transform: scale(1.1) rotate(180deg) translateY(0); }
  .main-navbar .dropdown .dropdown-toggle {
    padding: .83rem 1.5rem; }
    .main-navbar .dropdown .dropdown-toggle:after {
      margin-left: auto;
      border: 0;
      content: "\33";
      font-family: 'ElegantIcons';
      -webkit-transform: scale(1.1) translateY(-1px);
      -ms-transform: scale(1.1) translateY(-1px);
      transform: scale(1.1) translateY(-1px);
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      -o-transition: transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s; }
      @media (min-width: 992px) {
        .main-navbar .dropdown .dropdown-toggle:after {
          display: none; } }
  .main-navbar .dropdown .dropdown-menu {
    z-index: 1000;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0; }
    @media (min-width: 992px) {
      .main-navbar .dropdown .dropdown-menu {
        top: 60px;
        position: fixed;
        width: 100%;
        min-height: 180px;
        background-color: transparent; } }
    @media (min-width: 1200px) {
      .main-navbar .dropdown .dropdown-menu {
        padding: 0 5rem; } }
    @media (min-width: 1440px) {
      .main-navbar .dropdown .dropdown-menu {
        padding: 0 10rem; } }
    .main-navbar .dropdown .dropdown-menu.show {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media (min-width: 992px) {
        .main-navbar .dropdown .dropdown-menu.show {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row; } }
    .main-navbar .dropdown .dropdown-menu .dropdown-item {
      color: #FCC800; }
      .main-navbar .dropdown .dropdown-menu .dropdown-item:hover {
        color: #fff;
        background-color: transparent; }
  .main-navbar .dropdown .dropdown-left {
    background-color: #000; }
    @media (min-width: 992px) {
      .main-navbar .dropdown .dropdown-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: calc(50% - 98px);
        height: auto; } }
    @media (min-width: 1200px) {
      .main-navbar .dropdown .dropdown-left {
        width: calc(50% - 120px); } }
    .main-navbar .dropdown .dropdown-left .dropdown-list {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: -1px;
      border-top: 1px solid #FCC800; }
      .main-navbar .dropdown .dropdown-left .dropdown-list:before {
        position: absolute;
        right: 0;
        height: 100%;
        content: "";
        border-right: 1px solid #FCC800; }
      .main-navbar .dropdown .dropdown-left .dropdown-list:after {
        position: absolute;
        bottom: 0;
        width: 100%;
        content: "";
        border-bottom: 1px solid #FCC800; }
    .main-navbar .dropdown .dropdown-left .dropdown-item {
      position: relative;
      width: 50%;
      padding: 1.25rem 1.5rem;
      border-right: 1px solid #FCC800;
      border-bottom: 1px solid #FCC800;
      border-radius: 0;
      background-color: transparent; }
      @media (min-width: 992px) {
        .main-navbar .dropdown .dropdown-left .dropdown-item {
          text-align: center; } }
      @media (min-width: 1200px) {
        .main-navbar .dropdown .dropdown-left .dropdown-item {
          padding: 1.1rem 1.5rem; } }
      .main-navbar .dropdown .dropdown-left .dropdown-item:nth-child(odd) {
        border-left: 1px solid #FCC800; }
  .main-navbar .dropdown .dropdown-right {
    background-color: #000; }
    @media (min-width: 992px) {
      .main-navbar .dropdown .dropdown-right {
        width: calc(50% + 130px); } }
    .main-navbar .dropdown .dropdown-right .dropdown-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
      @media (min-width: 992px) {
        .main-navbar .dropdown .dropdown-right .dropdown-link {
          margin-left: 224px; } }
      @media (min-width: 1200px) {
        .main-navbar .dropdown .dropdown-right .dropdown-link {
          margin-left: 249px; } }
      .main-navbar .dropdown .dropdown-right .dropdown-link:hover {
        color: #fff; }
      .main-navbar .dropdown .dropdown-right .dropdown-link span {
        display: block;
        padding: .5rem .75rem; }

.dropdown-img-news {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 320px;
  height: 180px;
  background-image: url(../img/snav_news.jpg); }

.dropdown-img-about {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 320px;
  height: 180px;
  background-image: url(../img/snav_about.jpg); }

.dropdown-img-product {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 320px;
  height: 180px;
  background-image: url(../img/snav_product.jpg); }

.dropdown-img-member {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 320px;
  height: 180px;
  background-image: url(../img/snav_member.jpg); }

main.content, .side-content {
  padding-bottom: 6rem; }
  @media (min-width: 992px) {
    main.content, .side-content {
      padding-bottom: 7rem; } }

main.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: calc(100vh - 50px);
  padding-top: 3rem; }
  @media (min-width: 992px) {
    main.content {
      min-height: calc(100vh - 60px);
      padding-top: 4rem; } }
  main.content img {
    max-width: 100%;
    height: auto !important; }

.section-header {
  margin-bottom: 2rem;
  text-align: center; }
  @media (min-width: 992px) {
    .section-header {
      margin-bottom: 3rem; } }
  .section-header .section-title {
    display: inline-block;
    min-width: 100%;
    padding: 0 1rem .4rem;
    border-bottom: 6px solid #FCC800; }
    @media (min-width: 992px) {
      .section-header .section-title {
        min-width: 440px; } }
    .section-header .section-title.news {
      border-color: #CD7B61; }
    .section-header .section-title.certification {
      border-color: #AAB473; }
    .section-header .section-title.insurance {
      border-color: #929496; }
    .section-header .section-title.sgs {
      border-color: #E5A66C; }
    .section-header .section-title h2 {
      color: #000;
      font-size: 1.45rem;
      font-weight: bold;
      letter-spacing: 0.1rem; }
      @media (min-width: 992px) {
        .section-header .section-title h2 {
          font-size: 1.8125rem; } }
      .section-header .section-title h2.title-lg {
        font-size: 1.6rem; }
        @media (min-width: 992px) {
          .section-header .section-title h2.title-lg {
            font-size: 2rem; } }
    .section-header .section-title p {
      margin-bottom: .4rem;
      letter-spacing: 0.2rem; }
      @media (min-width: 992px) {
        .section-header .section-title p {
          font-size: 1.0625rem;
          letter-spacing: 0.3rem; } }

/* 商品側欄版型 */
.side-menu {
  top: 50px;
  right: 0;
  position: -webkit-sticky;
  position: sticky;
  z-index: 3;
  border-bottom: 1px solid #c9caca;
  background-color: #fff;
  overflow: hidden; }
  @media (min-width: 992px) {
    .side-menu {
      position: -webkit-sticky;
      position: sticky;
      top: 68px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 20%;
      padding: 0 1%;
      border-bottom: 0;
      -webkit-box-shadow: 2px 2px 15px 0 #cacaca;
      box-shadow: 2px 2px 15px 0 #cacaca; } }
  .side-menu:after {
    top: 0;
    right: 0;
    position: absolute;
    width: 27px;
    height: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    content: "\35";
    font-family: 'ElegantIcons';
    font-size: 2rem;
    line-height: 50px;
    background-color: #FCC800; }
    @media (min-width: 992px) {
      .side-menu:after {
        display: none; } }
  .side-menu a {
    color: #231815; }
    .side-menu a:hover {
      color: #FCC800; }
  .side-menu .side-brand {
    display: none; }
    @media (min-width: 992px) {
      .side-menu .side-brand {
        display: block;
        padding: 2rem 1rem; } }
  .side-menu .menu-list {
    width: calc(100% - 26px);
    overflow-x: auto;
    margin-bottom: 0;
    padding: .75rem 1rem;
    list-style: none;
    white-space: nowrap; }
    @media (min-width: 992px) {
      .side-menu .menu-list {
        width: 100%;
        padding: 0 .65rem;
        border-bottom: 0;
        white-space: normal; } }
    .side-menu .menu-list .menu-item {
      display: inline-block; }
      @media (min-width: 992px) {
        .side-menu .menu-list .menu-item {
          display: block; } }
      .side-menu .menu-list .menu-item:last-child {
        margin-right: 2rem; }
        @media (min-width: 992px) {
          .side-menu .menu-list .menu-item:last-child {
            margin-right: 0; } }
      .side-menu .menu-list .menu-item .menu-link {
        display: inline-block;
        margin-right: .1rem;
        padding: .25rem 0; }
        @media (min-width: 992px) {
          .side-menu .menu-list .menu-item .menu-link {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-right: 0; } }
        .side-menu .menu-list .menu-item .menu-link.active {
          color: #FCC800;
          font-weight: bold; }
        @media (min-width: 992px) {
          .side-menu .menu-list .menu-item .menu-link i {
            margin-right: .25rem; } }

.side-content {
  width: 100%; }
  @media (min-width: 992px) {
    .side-content {
      width: 80%; } }

/* 無資料 */
.empty {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8rem 0; }
  @media (min-width: 992px) {
    .empty {
      padding: 3rem 0; } }
  .empty .empty-icon {
    display: block;
    margin-bottom: 1.25rem;
    color: #c9caca;
    font-size: 4.5rem; }
  .empty h5 {
    margin-bottom: 0;
    font-weight: normal; }
  .empty .btn {
    margin-top: 1.5rem; }

.footer {
  position: relative;
  z-index: 2;
  padding: 4.5rem 39px;
  color: #9fa0a0;
  background-color: #000; }
  .footer [class*="col-"] > div {
    margin-bottom: 2rem; }
  .footer .footer-menu > a {
    display: block;
    padding: .15rem 0;
    color: #9fa0a0;
    font-size: 0.9375rem; }
    .footer .footer-menu > a[href]:hover {
      color: #FCC800; }
  .footer .footer-info {
    color: #FCC800; }
    @media (min-width: 576px) {
      .footer .footer-info {
        text-align: center; } }
    .footer .footer-info .row {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .footer .footer-info .row > [class*=col-] {
        white-space: nowrap; }
    .footer .footer-info a:hover {
      color: #fff; }

.about-header {
  position: relative;
  margin-top: 50px; }

.about-content {
  position: relative;
  margin-top: 1.5rem;
  background-color: #fff; }
  .about-content .section-title {
    position: relative;
    z-index: 3; }
    .about-content .section-title:before {
      top: 0;
      left: 50%;
      position: absolute;
      content: "";
      height: 100%;
      border-right: 30px solid #fff;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    .about-content .section-title h2, .about-content .section-title p {
      position: relative; }
  .about-content section {
    position: relative;
    padding-top: 2rem; }
    @media (min-width: 992px) {
      .about-content section {
        padding-top: 6rem; } }
    .about-content section h1, .about-content section h2, .about-content section h3, .about-content section h4, .about-content section h5, .about-content section h6 {
      margin-bottom: .375rem;
      color: #000; }
    .about-content section p {
      margin-bottom: 0;
      font-size: 1.125rem;
      line-height: 2;
      background-color: #fff; }
    @media (min-width: 992px) {
      .about-content section ul {
        margin-bottom: 0; } }
    .about-content section ul li {
      line-height: 1.6; }
    @media (min-width: 992px) {
      .about-content section * {
        position: relative;
        z-index: 3; } }
    .about-content section [class*="col"] {
      padding: 0 2rem;
      overflow: hidden; }
      @media (min-width: 992px) {
        .about-content section [class*="col"] {
          padding: 0 2rem; } }

.center-line {
  top: 11.5rem;
  left: 15px;
  position: absolute;
  z-index: 2;
  height: 0;
  content: "";
  border-right: 2px solid #FCC800;
  -webkit-transition: height .4s;
  -o-transition: height .4s;
  transition: height .4s; }
  @media (min-width: 992px) {
    .center-line {
      top: 0;
      left: calc(50% - 4px);
      -webkit-transition: height .8s;
      -o-transition: height .8s;
      transition: height .8s; } }
  .center-line.feature {
    height: 388px; }
    @media (min-width: 992px) {
      .center-line.feature {
        height: 482px; } }

@media (min-width: 992px) {
  .idea-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 100%; } }

@media (min-width: 992px) {
  .idea-content h2, .idea-content p {
    margin: 0 !important;
    padding: .75rem 0;
    background-color: #fff; } }

.idea-img {
  max-width: 60% !important; }
  @media (min-width: 768px) {
    .idea-img {
      margin-top: 1rem;
      max-width: 100% !important; } }
  @media (min-width: 992px) {
    .idea-img {
      margin-top: 0; } }

/* login */
.login-sns .btn-fb-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0; }
  .login-sns .btn-fb-login:hover span {
    background-color: #FCC800; }
  .login-sns .btn-fb-login img {
    margin: 0 .5rem; }
  .login-sns .btn-fb-login span {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: .375rem;
    font-size: 1.25rem;
    font-weight: bold;
    letter-spacing: .25rem;
    -webkit-transition: background .15s;
    -o-transition: background .15s;
    transition: background .15s; }
    .login-sns .btn-fb-login span:before {
      top: 0.3rem;
      left: 0.375rem;
      position: absolute;
      width: calc(100% - .7rem);
      height: calc(100% - .6rem);
      content: "";
      border: 1px solid #000; }

.login-account a {
  color: #231815; }
  .login-account a:hover {
    color: #FCC800; }

.login-hr {
  margin: 2rem 0; }

/* redirect */
.redirect-action {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .redirect-action i.material-icons-outlined {
    display: inline-block;
    margin-bottom: 1rem;
    color: #000;
    font-size: 3.6rem; }

.section-map {
  height: 370px; }

.section-contact {
  padding: 3rem 0;
  background-color: #f5f6f6; }
  .section-contact .form-group {
    margin-bottom: 1.75rem; }
    .section-contact .form-group label {
      left: 0; }
    .section-contact .form-group .form-control {
      padding-left: 4rem;
      border-bottom: 1px solid #231815;
      background-color: transparent; }
      .section-contact .form-group .form-control:focus {
        border-bottom: 1px solid #FCC800; }
    .section-contact .form-group textarea.form-control {
      padding-left: 5rem; }
    .section-contact .form-group .help-block {
      left: 0; }

.home-banner {
  position: relative; }

.home-carousel .item-image {
  width: 100%;
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.scroll-to {
  bottom: 3%;
  left: 50%;
  position: absolute;
  z-index: 1000;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.home-section {
  padding: 3rem 0;
  text-align: center;
  overflow: hidden; }
  @media (min-width: 992px) {
    .home-section {
      padding: 4rem 0; } }

.home-product {
  position: relative;
  left: -202.5px;
  height: 285px;
  padding-top: 2rem; }
  @media (min-width: 768px) {
    .home-product {
      left: -270px;
      height: 352px; } }
  @media (min-width: 992px) {
    .home-product {
      left: -450px;
      height: 531px;
      padding-top: 2.5rem; } }
  .home-product .product-item {
    position: absolute;
    width: 202.5px;
    padding: 0 .5rem; }
    @media (min-width: 768px) {
      .home-product .product-item {
        width: 270px; } }
    @media (min-width: 992px) {
      .home-product .product-item {
        padding: 0 1rem;
        width: 450px; } }
    .home-product .product-item a {
      position: relative;
      z-index: 1;
      color: #231815; }
      .home-product .product-item a:hover {
        z-index: 2;
        color: #000; }
        .home-product .product-item a:hover .product-image {
          -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
          transform: scale(1.2); }
        .home-product .product-item a:hover .btn-cart {
          opacity: 1;
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); }
    .home-product .product-item .product-figure {
      position: relative;
      margin-bottom: 1.5rem; }
      .home-product .product-item .product-figure .product-image {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        padding-bottom: 100%;
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        -o-transition: transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s; }
      .home-product .product-item .product-figure .custom-image {
        top: 0;
        left: 0;
        position: absolute;
        z-index: 1;
        padding: .75rem; }
        @media (min-width: 768px) {
          .home-product .product-item .product-figure .custom-image {
            padding: 1rem; } }
        .home-product .product-item .product-figure .custom-image img {
          max-width: 60px; }
          @media (min-width: 992px) {
            .home-product .product-item .product-figure .custom-image img {
              max-width: 120px; } }
      .home-product .product-item .product-figure .btn-cart {
        right: 12.5%;
        bottom: 10%;
        position: absolute;
        width: 2.56rem;
        height: 2.56rem;
        display: block;
        padding: .5rem;
        border: 0;
        border-radius: 100%;
        background: #FCC800 url(../img/icon/shop_w.svg) 50% calc(50% - 1px) no-repeat;
        background-size: 29.6px;
        text-indent: -9999px;
        cursor: pointer;
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: background .15s, opacity .3s, -webkit-transform .3s;
        transition: background .15s, opacity .3s, -webkit-transform .3s;
        -o-transition: background .15s, transform .3s, opacity .3s;
        transition: background .15s, transform .3s, opacity .3s;
        transition: background .15s, transform .3s, opacity .3s, -webkit-transform .3s; }
        @media (min-width: 992px) {
          .home-product .product-item .product-figure .btn-cart {
            right: 12.5%;
            bottom: 6%;
            position: absolute;
            width: 3.2rem;
            height: 3.2rem; } }
        .home-product .product-item .product-figure .btn-cart:hover {
          background-color: #e3b400; }
    .home-product .product-item .product-title {
      position: relative;
      z-index: 1;
      padding: 0 1rem; }
      .home-product .product-item .product-title .category {
        font-weight: normal; }
      .home-product .product-item .product-title .name {
        font-weight: bold;
        font-size: 1.25rem; }
        @media (min-width: 992px) {
          .home-product .product-item .product-title .name {
            font-size: 1.35rem; } }
      .home-product .product-item .product-title .price {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .home-product .product-item .product-title .price span {
          margin: 0 1rem;
          font-weight: bold;
          font-size: 1.3rem;
          line-height: 1; }
          @media (min-width: 992px) {
            .home-product .product-item .product-title .price span {
              margin: 0 2rem;
              font-size: 1.625rem; } }
        .home-product .product-item .product-title .price .discount + .original {
          font-size: 1.1rem;
          font-weight: lighter;
          text-decoration: line-through; }
          @media (min-width: 992px) {
            .home-product .product-item .product-title .price .discount + .original {
              font-size: 1.375rem; } }

.home-section-news {
  position: relative; }
  .home-section-news:after {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 50%;
    content: '';
    background-color: #f5f6f6; }

@media (min-width: 768px) {
  .news-carousel {
    padding: 0 2rem; } }

@media (min-width: 992px) {
  .news-carousel {
    margin: -1rem 0 2rem; } }

.news-carousel .owl-stage-outer {
  padding: 1rem 0; }

.news img {
  max-width: 100%; }

.news .news-content {
  max-width: 900px;
  margin: 0 auto;
  padding-top: 1rem; }
  @media (min-width: 576px) {
    .news .news-content {
      padding-top: 2rem; } }

.news .news-header .news-subtitle {
  margin-bottom: 1.25rem;
  padding-bottom: .75rem;
  border-bottom: 5px solid #85a029; }
  .news .news-header .news-subtitle.news {
    border-color: #CD7B61; }
  .news .news-header .news-subtitle.certification {
    border-color: #AAB473; }
  .news .news-header .news-subtitle.insurance {
    border-color: #929496; }
  .news .news-header .news-subtitle.sgs {
    border-color: #E5A66C; }

.news .news-header .news-title {
  font-weight: bold; }

.news .news-body {
  padding-top: .5rem;
  padding-bottom: 2rem; }

.news .news-footer {
  text-align: center; }

/* 商品列表 */
.product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.card-product {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  border: 0;
  border-bottom: 1px solid #c9caca;
  border-radius: 0;
  background-color: transparent;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s; }
  .card-product:nth-child(2n):after {
    border: 0; }
  @media (min-width: 992px) {
    .card-product {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
      flex: 0 0 33.3333%;
      max-width: 33.3333%; }
      .card-product:nth-child(2n):after {
        border-right: 1px solid #c9caca; }
      .card-product:nth-child(3n):after {
        border: 0; } }
  .card-product:before {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 1;
    border: 1px solid #fff;
    -webkit-box-shadow: 2px 2px 15px 0 #cacaca;
    box-shadow: 2px 2px 15px 0 #cacaca;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s; }
  .card-product:after {
    top: 0;
    right: 0;
    position: absolute;
    height: 100%;
    content: '';
    z-index: 1;
    border-right: 1px solid #c9caca; }
  .card-product:hover {
    border-color: transparent;
    background-color: #fff; }
    .card-product:hover:before {
      top: -1px;
      left: -1px;
      z-index: 2;
      width: calc(100% + 1px);
      height: calc(100% + 2px);
      opacity: 1; }
  .card-product a {
    color: #231815;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s; }
    .card-product a:hover {
      color: #000; }
  .card-product .card-link {
    position: relative;
    padding: 1rem; }
    @media (min-width: 768px) {
      .card-product .card-link {
        padding: 1.5rem; } }
    @media (min-width: 1200px) {
      .card-product .card-link {
        padding: .5rem 1.5rem; } }
    @media (min-width: 1440px) {
      .card-product .card-link {
        padding: 1rem 3rem; } }
    .card-product .card-link:hover .card-text span:first-child {
      color: #FCC800; }
  .card-product .custom-image {
    top: 0;
    left: 0;
    position: absolute;
    width: 40%;
    padding: .75rem; }
    @media (min-width: 768px) {
      .card-product .custom-image {
        width: 35%;
        padding: 1rem; } }
    @media (min-width: 1200px) {
      .card-product .custom-image {
        top: 4%;
        left: 0;
        position: absolute; } }
    .card-product .custom-image img {
      max-width: 100%; }
  .card-product .card-img-top {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 100%;
    border-radius: 0; }
  .card-product .card-body {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 1.25rem .25rem; }
    @media (min-width: 768px) {
      .card-product .card-body {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
  .card-product .card-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%; }
    @media (min-width: 768px) {
      .card-product .card-content {
        max-width: 80%; } }
    .card-product .card-content .card-category {
      margin-bottom: .25rem;
      font-weight: normal; }
    .card-product .card-content .card-title {
      max-width: 100%;
      display: block;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap;
      margin-bottom: .4rem;
      font-weight: bold; }
      .card-product .card-content .card-title .expiring {
        font-weight: normal; }
    .card-product .card-content .card-text span {
      line-height: 1; }
    .card-product .card-content .card-text .discount {
      margin-right: .25rem;
      font-size: 1.3125rem;
      font-weight: 500; }
      @media (min-width: 768px) {
        .card-product .card-content .card-text .discount {
          margin-right: 1rem; } }
      .card-product .card-content .card-text .discount + .original {
        font-size: 1.0625rem;
        font-weight: lighter;
        text-decoration: line-through; }
    .card-product .card-content .card-text .original {
      font-size: 1.3125rem; }
  .card-product .card-action {
    right: 0.1rem;
    bottom: 1.35rem;
    position: absolute;
    margin-left: auto;
    white-space: nowrap; }
    @media (min-width: 768px) {
      .card-product .card-action {
        bottom: 1.25rem; } }
    .card-product .card-action .btn {
      font: 0/0 a;
      color: transparent;
      text-shadow: none;
      background-color: transparent;
      border: 0;
      width: 24px;
      height: 24px;
      min-width: auto;
      padding: 0; }
      @media (min-width: 768px) {
        .card-product .card-action .btn {
          width: 30px;
          height: 30px; } }
    .card-product .card-action .btn-cart {
      background: url(../img/icon/shop_g.svg) 50% 50% no-repeat; }
      .card-product .card-action .btn-cart:hover {
        background-image: url(../img/icon/shop_r.svg); }
    .card-product .card-action .btn-favorite {
      background: url(../img/icon/star_g.svg) 50% 50% no-repeat; }
      .card-product .card-action .btn-favorite:hover {
        background-image: url(../img/icon/star_b.svg); }
      .card-product .card-action .btn-favorite.active {
        background-image: url(../img/icon/star_r.svg); }

/* 商品詳細 */
.product-content {
  padding: 1rem 0 3.5rem; }
  @media (min-width: 768px) {
    .product-content {
      padding: 2.5rem 0 3.5rem; } }
  @media (min-width: 768px) {
    .product-content > [class*="col-"]:first-child {
      max-width: 50%; } }
  @media (min-width: 992px) {
    .product-content > [class*="col-"]:first-child {
      max-width: 415px; } }

.custom-image {
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  padding: .75rem; }
  @media (min-width: 768px) {
    .custom-image {
      padding: 1rem; } }
  .custom-image img {
    max-width: 60px; }
    @media (min-width: 992px) {
      .custom-image img {
        max-width: 120px; } }

.product-col-image {
  position: relative; }
  @media (min-width: 768px) {
    .product-col-image {
      padding-top: 2rem; } }
  .product-col-image .custom-image {
    top: 0;
    left: 0;
    position: absolute;
    z-index: 2; }
    @media (min-width: 768px) {
      .product-col-image .custom-image {
        top: 1.6rem;
        left: 0;
        position: absolute; } }
    .product-col-image .custom-image img {
      max-width: 120px; }
  .product-col-image .product-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 100%; }

.product-carousel .owl-thumbs {
  margin: 1rem -.3rem 0; }
  @media (min-width: 768px) {
    .product-carousel .owl-thumbs {
      margin: 1rem -.15rem 0;
      padding: 0 .89rem; } }
  .product-carousel .owl-thumbs .owl-thumb-item {
    position: relative;
    width: calc(20% - .6rem);
    margin: 0 .3rem .6rem;
    padding: 0;
    border: 1px solid #231815;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: border .15s;
    -o-transition: border .15s;
    transition: border .15s; }
    @media (min-width: 992px) {
      .product-carousel .owl-thumbs .owl-thumb-item {
        width: calc(20% - .3rem);
        margin: 0 .15rem .5rem; } }
    .product-carousel .owl-thumbs .owl-thumb-item.active {
      border-color: #eb9672; }
    .product-carousel .owl-thumbs .owl-thumb-item > div {
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      padding-bottom: 100%; }

.product-col-detail {
  position: relative; }
  @media (min-width: 768px) {
    .product-col-detail > div {
      padding-right: 15px; } }
  .product-col-detail .product-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 1rem 0; }
    @media (min-width: 768px) {
      .product-col-detail .product-action {
        margin: 0 0 1rem; } }
    @media (min-width: 992px) {
      .product-col-detail .product-action {
        margin: 0; } }
    .product-col-detail .product-action [class*="btn-"] {
      font: 0/0 a;
      color: transparent;
      text-shadow: none;
      background-color: transparent;
      border: 0; }
    .product-col-detail .product-action .btn-favorite {
      width: 65px;
      height: 30px;
      background: url(../img/icon/favorite_g.svg) 0 50% no-repeat; }
      .product-col-detail .product-action .btn-favorite.active {
        background: url(../img/icon/favorite_r.svg) 0 50% no-repeat; }
    .product-col-detail .product-action .btn-share {
      width: 70px;
      height: 30px;
      background: url(../img/icon/share_g.svg) 0 50% no-repeat; }
  .product-col-detail .product-category {
    margin-bottom: .1rem; }
  .product-col-detail .product-title {
    margin-bottom: 1rem; }
    .product-col-detail .product-title .expiring {
      font-weight: normal; }
  .product-col-detail .product-price {
    padding: .5rem 0;
    border-top: 1px solid #231815;
    border-bottom: 1px solid #231815; }
    .product-col-detail .product-price span {
      font-size: 1.625rem;
      font-weight: bold; }
    .product-col-detail .product-price .discount {
      color: #FCC800;
      margin-right: 2rem; }
      .product-col-detail .product-price .discount + .original {
        font-size: 1.25rem;
        font-weight: lighter;
        text-decoration: line-through; }
  .product-col-detail .product-summary {
    margin-bottom: 0;
    padding: 1rem 0;
    border-bottom: 1px solid #231815;
    white-space: pre-wrap; }
  .product-col-detail .product-spec {
    margin-bottom: 1rem;
    padding-top: .75rem; }
  .product-col-detail .product-relate {
    margin-bottom: 1rem; }
    .product-col-detail .product-relate .relate-title {
      margin-bottom: 1rem;
      padding: .25rem .75rem;
      color: #fff;
      font-size: 0.9375rem;
      background-color: #E5A66C; }
    .product-col-detail .product-relate .relate-list {
      margin-bottom: .25rem;
      padding-left: .75rem;
      list-style: none;
      border-left: 5px solid #FCC800; }
      .product-col-detail .product-relate .relate-list li {
        margin-bottom: .25rem; }
        .product-col-detail .product-relate .relate-list li:last-child {
          margin-bottom: 0; }
  .product-col-detail .product-buy .product-option {
    margin-bottom: 1rem; }
  .product-col-detail .product-buy .product-quantity .form-control {
    font-size: 1.125rem;
    font-weight: bold; }
  .product-col-detail .product-buy .btn {
    width: 100%;
    min-width: auto; }
  .product-col-detail .product-buy .btn-cart {
    margin-top: 1rem;
    line-height: 2;
    vertical-align: middle; }
    @media (min-width: 1200px) {
      .product-col-detail .product-buy .btn-cart {
        height: 100%;
        margin-top: 0;
        padding: 0; } }
    .product-col-detail .product-buy .btn-cart img {
      position: relative;
      top: -2px;
      width: 28px;
      margin-right: .25rem; }
      @media (min-width: 992px) {
        .product-col-detail .product-buy .btn-cart img {
          top: 0; } }

.product-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .product-quantity button {
    height: calc(2.25rem + 2px);
    border: 1px solid #eb9672;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: background .15s;
    -o-transition: background .15s;
    transition: background .15s; }
    .product-quantity button:hover {
      background-color: #eb9672; }
      .product-quantity button:hover [data-icon] {
        color: #fff; }
  .product-quantity [data-icon] {
    position: relative;
    top: 2px;
    color: #eb9672;
    font-size: 1.375rem;
    -webkit-transition: color .15s;
    -o-transition: color .15s;
    transition: color .15s; }
  .product-quantity .form-control {
    border: 0;
    border-top: 1px solid #eb9672;
    border-bottom: 1px solid #eb9672;
    border-radius: 0;
    text-align: center; }

.product-plus {
  list-style: none;
  margin-bottom: 4rem;
  padding: 0; }
  .product-plus .plus-item {
    padding: .5rem;
    border-bottom: 1px solid #231815; }
    @media (min-width: 768px) {
      .product-plus .plus-item {
        padding: 0 .9rem; } }
    .product-plus .plus-item:first-child {
      border-top: 1px solid #231815; }
    .product-plus .plus-item > .row > [class^=col] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .product-plus .plus-item a {
      color: #231815; }
      .product-plus .plus-item a:hover {
        color: #FCC800; }
    .product-plus .plus-item .plus-title .plus-image {
      max-height: 50px;
      margin-right: .25rem; }
    .product-plus .plus-item .plus-price span {
      white-space: nowrap; }
    .product-plus .plus-item .plus-price .original {
      margin-right: .75rem;
      font-weight: lighter;
      text-decoration: line-through; }
      @media (min-width: 768px) {
        .product-plus .plus-item .plus-price .original {
          margin-right: 2rem; } }
    .product-plus .plus-item .plus-price .discount strong {
      font-size: 1.25rem;
      font-weight: bold; }
    .product-plus .plus-item .plus-buy {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%; }
      .product-plus .plus-item .plus-buy .product-quantity {
        display: none;
        margin-right: .75rem; }
        @media (min-width: 768px) {
          .product-plus .plus-item .plus-buy .product-quantity {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; } }
        .product-plus .plus-item .plus-buy .product-quantity .form-control {
          width: 40px; }
      .product-plus .plus-item .plus-buy .btn {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-width: auto; }

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  -o-transition: transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #9fa0a0;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #9fa0a0;
      display: block;
      -webkit-backface-visibility: visible;
      -webkit-transition: opacity 200ms ease;
      -o-transition: opacity 200ms ease;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

.owl-theme .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 30px;
    margin: 0;
    background: url(../img/icon/dot_g.svg) 0 0 no-repeat; }
  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: url(../img/icon/dot_r.svg) 0 0 no-repeat; }

.owl-autoplay .owl-dots {
  bottom: 3%;
  left: 15px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px; }
  @media (min-width: 992px) {
    .owl-autoplay .owl-dots {
      bottom: 8%;
      left: 50%;
      position: absolute;
      margin-left: -600px; } }
  .owl-autoplay .owl-dots .owl-dot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
    .owl-autoplay .owl-dots .owl-dot span {
      width: 22px;
      height: 22px;
      background: url(../img/icon/dot.svg) 0 0 no-repeat; }
      @media (min-width: 992px) {
        .owl-autoplay .owl-dots .owl-dot span {
          width: 30px;
          height: 30px; } }
  .owl-autoplay .owl-dots .play, .owl-autoplay .owl-dots .stop {
    display: none; }
    @media (min-width: 768px) {
      .owl-autoplay .owl-dots .play, .owl-autoplay .owl-dots .stop {
        width: 30px;
        height: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-right: .5rem;
        cursor: pointer; } }
  .owl-autoplay .owl-dots .play {
    display: none;
    background: url(../img/icon/play.svg) 0 0 no-repeat;
    background-size: cover; }
  .owl-autoplay .owl-dots .stop {
    background: url(../img/icon/pause.svg) 0 0 no-repeat;
    background-size: cover; }

.sweet-alert {
  border-radius: 0; }
  .sweet-alert button {
    margin-bottom: 12px;
    padding-top: 6px;
    padding-bottom: 7px;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: background .15s;
    -o-transition: background .15s;
    transition: background .15s; }
    .sweet-alert button.confirm {
      background-color: #FCC800 !important; }
      .sweet-alert button.confirm:hover {
        background-color: #c9a000 !important; }
    .sweet-alert button.cancel {
      background-color: #c9caca !important; }
      .sweet-alert button.cancel:hover {
        background-color: #afb1b1 !important; }

/*# sourceMappingURL=style.css.map */