@import url(https://fonts.googleapis.com/css?family=Arsenal:700|Noto+Sans+TC:400,700|Noto+Serif+TC:700&display=swap&subset=chinese-traditional);
*,
.btn,
header .navbar .search form input:focus,
header .overlay .nav-searchbar .search_input .select select.form-control:hover,
header .overlay .nav-searchbar .search_input input:focus {
  outline: 0;
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 36px;
    padding-right: 36px;
  }
}
* {
  font-family: 'Noto Sans TC', 'Noto Serif TC', serif, sans-serif, -apple-system,
    BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif, 'Apple Color Emoji',
    'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
a {
  text-decoration: none !important;
  color: #c2032e;
}
a:hover {
  color: #75011c;
}
h1 {
  font-size: 40px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 45px;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
  h1 {
    font-size: 50px;
  }
}
h2 {
  font-size: 33px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 35px;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 37px;
  }
}
h3 {
  font-size: 28px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  h3 {
    font-size: 30px;
  }
}
h4 {
  font-size: 24px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: Arsenal, 'Noto Serif TC', sans-serif;
}
.large {
  font-size: 19px;
}
.base,
label,
p {
  font-size: 17px;
}
label {
  color: rgba(37, 37, 55, 0.75);
}
.small {
  font-size: 15px;
}
.smaller {
  font-size: 13px;
}
.br-3 {
  border-radius: 3px;
}
.br-circle {
  border-radius: 999px;
}
.btn {
  border-radius: 4px;
  padding: 14px 33px;
  transition: 0.3s ease-out;
  font-size: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn:focus {
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  .btn {
    padding: 13px 32px;
  }
}
.btn-light {
  background: rgba(0, 0, 0, 0.05);
  border: none;
  color: rgba(37, 37, 55, 0.75);
}
.btn-light:active,
.btn-light:focus,
.btn-light:hover {
  background: rgba(0, 0, 0, 0.08);
  color: rgba(37, 37, 55, 0.75);
}
.btn-primary {
  background: #c2032e;
  border-color: #c2032e;
  color: #fff;
  box-shadow: 0 6px 18px rgba(117, 1, 28, 0.18);
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active {
  border-color: #75011c;
  background: #75011c;
}
.btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 6px 18px rgba(117, 1, 28, 0.18);
}
.btn-outline {
  background: 0 0;
  color: #c2032e;
  border: 1px solid #c2032e;
}
.btn-outline:active,
.btn-outline:focus,
.btn-outline:hover {
  color: #75011c;
  border: 1px solid #75011c;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.img-overlay::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(37, 37, 55, 0.04);
}
.card-primary {
  box-shadow: 0 10px 45px rgba(15, 22, 31, 0.12);
  padding: 50px;
  border-top: 4px solid #c2032e;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .card-primary {
    padding: 30px;
  }
}
.blog {
  margin-bottom: 3rem;
}
.blog .blog_img {
  height: 250px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .blog .blog_img {
    margin-bottom: 30px;
    height: 200px;
  }
}
@media screen and (min-width: 992px) {
  .blog .blog_img {
    height: 220px;
  }
}
@media screen and (min-width: 1200px) {
  .blog .blog_img {
    height: 354px;
  }
}
.blog .blog_img img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.blog .blog_img .category {
  position: absolute;
  left: 0;
  top: 19px;
  z-index: 1;
  color: #252537;
  background: #fff;
  padding: 6px 12px;
}
.blog .blog_info .date {
  display: inline-block;
  color: rgba(37, 37, 55, 0.6);
}
.blog .blog_info .title {
  color: #252537;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
}
.blog .blog_info .link {
  color: #c2032e;
}
.banner_f {
  padding: 75px 0;
}
.form-group {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .banner_f {
    padding: 90px 0;
  }
  .form-group {
    margin-bottom: 1rem;
  }
}
.form-control,
select.form-control {
  border: none;
}
.form-control:focus,
.form-control:hover,
select.form-control:focus,
select.form-control:hover {
  box-shadow: none;
  border-color: rgba(37, 37, 55, 0.4);
}
.radiobtn input[type='radio']:checked ~ .check,
.radiobtn:hover ~ .check {
  border: 2px solid #c2032e;
}
.fa-sort-down {
  position: absolute;
  right: 1.75rem;
  bottom: 0.95rem;
  z-index: 1;
  color: #252537;
  pointer-events: none;
}
.radiobtn {
  display: flex;
  align-items: center;
  padding: 0.375rem 0;
}
.radiobtn input[type='radio'] {
  display: none;
}
.radiobtn input[type='radio']:checked ~ .check:after {
  opacity: 1;
}
.radiobtn:hover ~ .check:after {
  opacity: 1;
}
.radiobtn .check {
  position: relative;
  height: 20px;
  width: 20px;
  border: 2px solid rgba(37, 37, 55, 0.75);
  border-radius: 100%;
  margin-right: 5px;
}
.radiobtn .check:after {
  content: '';
  position: absolute;
  left: 3px;
  top: 3px;
  width: 10px;
  background: #c2032e;
  height: 10px;
  transition: ease-out 0.3s;
  border-radius: 999px;
  opacity: 0;
}
.modal .modal-dialog {
  max-width: 100%;
  margin: 0;
  pointer-events: all;
}
.modal .modal-dialog .modal-content {
  border-radius: 0;
  box-shadow: 0 10px 45px rgba(15, 22, 31, 0.12);
  height: 100vh;
}
@media (min-width: 768px) {
  .modal .modal-dialog .modal-content {
    height: auto;
  }
  .modal .modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
  }
}
.modal.channelModal .modal-content {
  height: auto;
}
.modal.channelModal .title {
  font-weight: 700;
}
.modal.channelModal .store {
  text-align: left;
  border-radius: 4px;
  border: 1px solid rgba(37, 37, 55, 0.4);
  padding: 22px 10px 22px 22px;
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 90px;
  transition: 0.3s;
}
.modal.channelModal .store.link:hover {
  border: 1px solid #252537;
}
.modal.channelModal .store .img {
  overflow: hidden;
  min-height: 46px;
  min-width: 46px;
  border-radius: 999px;
  border: 1px solid rgba(37, 37, 55, 0.4);
  margin: auto 15px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal.channelModal .store .img img {
  object-fit: cover;
  object-position: center;
}
.modal.channelModal .store .img i {
  font-size: 30px;
}
.modal.channelModal .store .name {
  margin-bottom: 0;
  color: #252537;
  width: 100%;
  font-size: 17px;
}
.modal.channelModal a {
  color: #c2032e;
}
.modal .closeModal {
  color: #252537;
  background: 0 0;
  border: 0;
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 100;
  font-size: 22px;
  pointer-events: auto;
  cursor: pointer;
}
a.btn-fb,
a.btn-fb:hover {
  color: #fff;
}
.modal .modal-body {
  padding: 24px 35px;
}
@media (min-width: 1200px) {
  .modal .modal-body {
    padding: 45px 50px;
  }
}
@media (min-width: 992px) {
  .modal .modal-body {
    padding: 45px 50px;
  }
}
a.btn-fb,
a.btn-google,
a.btn-line {
  display: flex;
  justify-content: center;
  flex: 1;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 10px;
}
a.btn-fb .icon-image,
a.btn-google .icon-image,
a.btn-line .icon-image {
  width: 24px;
  width-height: 24px;
  width-margin-right: 15px;
}
a.btn-fb {
  background-color: #4568b2;
}
a.btn-google,
a.btn-google:hover {
  color: #484848;
}
a.btn-google {
  background-color: #fff;
  border: 2px solid #efefef;
  padding-top: 13px;
  padding-bottom: 13px;
}
a.btn-line {
  color: #fff;
  background-color: #00b900;
}
a.btn-line:hover {
  color: #fff;
}
p.line {
  background: #efefef;
  height: 1px;
  margin: 26px 0;
}
p.line label {
  background: #fff;
  padding: 10px;
  position: relative;
  top: -20px;
}
header .navbar {
  padding: 0;
  z-index: 1030;
  transition: all 0.3s;
  background-color: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}
@media (max-width: 992px) {
  header .navbar {
    padding: 0.5rem 1rem;
  }
  header .navbar .container {
    justify-content: space-between;
    position: relative;
  }
  header .navbar .container .navbar-brand {
    margin-right: 0;
  }
  .description {
    font-size: 12px !important;
  }
}
header .navbar .mobile_nav {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: static;
}
@media screen and (min-width: 992px) {
  header .navbar .mobile_nav {
    align-items: flex-start;
  }
}
header .navbar .navbar-brand {
  color: #000;
  font-size: 1.5rem;
  font-weight: 600;
  margin-right: 0;
  text-align: center;
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
header .navbar .navbar-brand .logo {
  height: 44px;
  max-height: 44px;
  transition: 0.3s;
  opacity: 1;
  max-width: 120px;
}
@media (max-width: 992px) {
  header .navbar .navbar-brand .logo {
    max-width: 126px;
  }
}
header .navbar .navbar-brand .logo.active {
  opacity: 0;
}
header .navbar .search {
  align-items: center;
  justify-content: center;
  height: 34px;
  width: auto;
}
header .navbar .search a {
  border: none;
}
header .navbar .search .clear {
  display: none;
  position: absolute;
  right: 8px;
  opacity: 0;
}
header .navbar .search form {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  position: absolute;
  transition: width 0.5s;
  right: 0;
}
header .navbar .search form input {
  background-color: transparent;
  border: 2px solid #afbdc4;
  border-radius: 999px;
  color: #fff;
  position: absolute;
  padding: 0 0 0 30px;
  right: 0;
  top: 0;
  width: 34px;
  height: 34px;
  max-width: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 991.98px) {
  header .navbar .search form input {
    border: 1px solid #afbdc4;
    padding: 0 0 0 32px;
  }
}
header .navbar .search form i {
  padding-left: 8px;
}
header .navbar .search.active i {
  display: block;
  opacity: 1;
  z-index: 11;
}
header .navbar .search.active form {
  justify-content: initial;
}
header .navbar .search.active form input {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.6);
  width: 100%;
  padding-right: 34px;
}
header .navbar .navbar-toggler {
  cursor: pointer;
  position: relative;
  float: right;
  padding: 9px 10px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
}
header .navbar .navbar-toggler span.icon-bar {
  transition: all 0.15s;
  display: block;
  width: 22px;
  height: 2px;
  background-color: #000;
  margin-top: 6px;
}
header .navbar .navbar-toggler span:nth-child(2) {
  transform: rotate(-45deg);
  transform-origin: 90% 241%;
  margin-top: 0;
  width: 24px;
}
header .navbar .navbar-toggler span:nth-child(3) {
  transform: rotate(45deg);
  transform-origin: 50%;
  width: 24px;
}
header .navbar .navbar-toggler span:nth-child(4) {
  opacity: 0;
}
header .navbar .navbar-toggler.collapsed span:nth-child(2) {
  margin-top: 0;
}
header .navbar .navbar-toggler.collapsed span:nth-child(2),
header .navbar .navbar-toggler.collapsed span:nth-child(3) {
  transform: rotate(0);
}
header .navbar .navbar-toggler.collapsed span:nth-child(4) {
  opacity: 1;
  width: 100%;
}
@media screen and (max-width: 991.98px) {
  header .navbar .navbar-toggler {
    position: absolute;
    left: 1rem;
  }
}
header .navbar .navbar-toggler:focus {
  outline: 0 !important;
}
header .navbar .navbar-nav {
  text-align: left;
  position: static;
  transition: transform 0.3s;
}
header .navbar .navbar-nav .nav-item {
  margin: 0 15px;
  align-items: center;
  display: flex;
  position: relative;
}
header .navbar .navbar-nav .nav-item.searchIcon .nav-link {
  display: flex;
  align-items: center;
}
header .navbar .navbar-nav .nav-item.searchIcon .nav-link i {
  position: absolute;
  left: 10px;
  font-size: 18px;
}
header .navbar .navbar-nav .nav-item.searchIcon .nav-link input {
  pointer-events: none;
}
@media (min-width: 992px) {
  header .navbar .navbar-nav {
    text-align: center;
  }
  header .navbar .navbar-nav .nav-item.searchIcon {
    border-bottom: none;
  }
  header .navbar .navbar-nav .nav-item.searchIcon .nav-link {
    padding: auto;
  }
  header .navbar .navbar-nav .nav-item.searchIcon .nav-link i {
    position: relative;
    left: 0;
  }
}
@media (max-width: 992px) {
  header .navbar .navbar-nav .nav-item {
    margin: 0;
  }
  header .navbar .navbar-nav .nav-item.active .nav-link {
    position: relative;
    color: #252537;
  }
}
header .navbar .navbar-nav .nav-item.active .nav-link:before {
  content: '';
  position: absolute;
  border-bottom: 4px solid #c2032e;
  width: 100%;
  height: auto;
  left: 0;
  bottom: -1px;
}
header .navbar .navbar-nav .nav-item.level1 .dropdown-toggle::after,
header .navbar .navbar-nav .nav-item.level1 .nav-link::before {
  content: none;
}
@media (max-width: 992px) {
  header .navbar .navbar-nav .nav-item.active .nav-link:before {
    border: none;
    width: auto;
    height: 100%;
  }
}
header .navbar .navbar-nav .nav-item .nav-link {
  color: #242424;
  padding: 12px 5px;
  width: 100%;
}
@media (min-width: 992px) {
  header .navbar .navbar-nav .nav-item .nav-link {
    color: #252537;
    padding: 26px 0;
    width: auto;
  }
}
header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #0c0d0d;
}
header .navbar .navbar-nav .nav-item .nav-link.reserve {
  background-color: #c2032e;
  color: #fff;
  padding: 12px 28px;
}
header .navbar .navbar-nav .nav-item.level1 .nav-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 992px) {
  header .navbar .navbar-nav .nav-item.level1 .nav-link {
    padding: 12px 9px !important;
    width: 100%;
  }
  header .navbar .navbar-nav .nav-item.level1 .dropdown-toggle::after {
    content: '';
  }
}
header .navbar .navbar-nav .nav-item.level1.active .dropdown-toggle::after {
  transform: rotate(180deg);
}
header .navbar .navbar-nav .nav-item.level1 .level2_wrap,
header .navbar .navbar-nav .nav-item.level1 .level3_wrap {
  opacity: 0;
  display: none;
  position: absolute;
  width: 100%;
  left: 100%;
  min-height: 60vh;
  background: #fff;
  top: 0;
  padding: 24px 0;
}
@media screen and (min-width: 992px) {
  header .navbar .navbar-nav .nav-item.level1 .level2_wrap,
  header .navbar .navbar-nav .nav-item.level1 .level3_wrap {
    left: 0;
    bottom: auto;
    top: 100%;
  }
}
header .navbar .navbar-nav .nav-item.level1 .level2_wrap ul,
header .navbar .navbar-nav .nav-item.level1 .level3_wrap ul {
  list-style: none;
  padding-left: 0;
  width: 100%;
}
header
  .navbar
  .navbar-nav
  .nav-item.level1
  .level2_wrap
  ul
  .nav-item
  .nav-link::before,
header
  .navbar
  .navbar-nav
  .nav-item.level1
  .level3_wrap
  ul
  .nav-item
  .nav-link::before {
  content: none;
}
header .navbar .navbar-nav .nav-item.level1 .level2_wrap .collapseBtn {
  position: absolute;
  width: 100%;
  height: 48px;
  bottom: -48px;
  left: 0;
  color: #252537;
  background: #fff;
  align-items: center;
  justify-content: center;
  border-top: 2px solid rgba(15, 22, 31, 0.12);
  box-shadow: 0 10px 45px rgba(15, 22, 31, 0.12);
  z-index: -1;
}
header .navbar .navbar-nav .nav-item.level1 .level2 {
  position: static;
}
header .navbar .navbar-nav .nav-item.level1 .level2 .nav-link {
  color: rgba(37, 37, 55, 0.75);
}
header .navbar .navbar-nav .nav-item.level1 .level2.active a {
  color: #252537;
}
header .navbar .navbar-nav .nav-item.level1 .level2 .level3 {
  border-bottom: 1px solid rgba(15, 22, 31, 0.12);
}
@media screen and (min-width: 992px) {
  header .navbar .navbar-nav .nav-item.level1 .level2_wrap {
    background: #f6f6f7;
    padding: 24px 45px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    height: 60vh;
  }
  header .navbar .navbar-nav .nav-item.level1 .level2_wrap ul {
    width: calc(20vw - 90px);
  }
  header .navbar .navbar-nav .nav-item.level1 .level2 {
    border-bottom: 1px solid rgba(15, 22, 31, 0.12);
  }
  header .navbar .navbar-nav .nav-item.level1 .level2 .nav-link {
    font-size: 19px;
    padding: 18.5px 0 !important;
  }
  header .navbar .navbar-nav .nav-item.level1 .level2 .level3 {
    border-bottom: none;
  }
}
header .navbar .navbar-nav .nav-item.level1 .level2 .level3 .nav-link {
  padding: 12px 0 !important;
  font-size: 17px;
}
header .navbar .navbar-nav .nav-item.level1 .level2.active .level3_wrap {
  opacity: 1;
  display: flex;
  align-items: flex-start;
}
header .navbar .navbar-nav .nav-item.level1 .level2 .level3_wrap .level3_title {
  font-weight: 700;
  text-align: left;
  margin-top: 34px;
}
header .navbar .navbar-nav .nav-item.level1 .level2 .level3_wrap a {
  color: rgba(37, 37, 55, 0.75);
}
@media screen and (min-width: 992px) {
  header .navbar .navbar-nav .nav-item.level1 .level2 .level3 .nav-link {
    padding: 8px 9px !important;
  }
  header .navbar .navbar-nav .nav-item.level1 .level2.active .level3_wrap {
    left: 20%;
    width: 80%;
    top: 0;
  }
  header
    .navbar
    .navbar-nav
    .nav-item.level1
    .level2
    .level3_wrap
    .level3_title {
    padding-left: 28px;
    margin-top: 0;
  }
  header .navbar .navbar-nav .nav-item.level1 .level2 .level3_wrap a i {
    display: none;
  }
}
header
  .navbar
  .navbar-nav
  .nav-item.level1
  .level2
  .level3_wrap
  .return
  .nav-link {
  padding: 17px 0;
}
header .navbar .navbar-nav .nav-item.level1 .level2 .level3_wrap .product_ad {
  text-align: left;
  color: #252537;
  display: block;
  margin-top: 34px;
}
@media screen and (min-width: 992px) {
  header .navbar .navbar-nav .nav-item.level1 .level2 .level3_wrap .product_ad {
    margin-top: 0;
  }
}
header
  .navbar
  .navbar-nav
  .nav-item.level1
  .level2
  .level3_wrap
  .product_ad
  .img-overlay {
  position: relative;
}
header
  .navbar
  .navbar-nav
  .nav-item.level1
  .level2
  .level3_wrap
  .product_ad
  .title {
  font-weight: 700;
  margin-top: 18px;
}
header
  .navbar
  .navbar-nav
  .nav-item.level1
  .level2
  .level3_wrap
  .container-fluid {
  padding: 0 30px;
}
header .navbar .navbar-nav .nav-item.level1.active .level2_wrap {
  opacity: 1;
  display: flex;
}
header .overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  display: none;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  align-items: flex-start;
}
@media screen and (min-width: 992px) {
  header
    .navbar
    .navbar-nav
    .nav-item.level1
    .level2
    .level3_wrap
    .container-fluid {
    padding: 0 45px;
  }
  header .overlay {
    position: absolute;
    align-items: center;
  }
}
header .overlay .nav-searchbar {
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0;
  z-index: 1;
  transition: width 0.3s ease;
  padding: 24px 30px;
  border-bottom: 1px solid #f6f6f7;
}
@media screen and (min-width: 992px) {
  header .overlay .nav-searchbar {
    padding: 0;
    border-bottom: none;
  }
}
header .overlay .nav-searchbar:focus {
  background-color: red;
}
header .overlay .nav-searchbar:focus .select {
  display: inline-flex;
}
header .overlay .nav-searchbar .search_input {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
header .overlay .nav-searchbar .search_input i {
  position: absolute;
  font-size: 25px;
  left: 12px;
}
header .overlay .nav-searchbar .search_input .select {
  position: relative;
  min-width: 100px;
  margin-left: 3rem;
  display: none;
  align-items: center;
  justify-content: flex-end;
}
header .overlay .nav-searchbar .search_input .select i {
  position: absolute;
  left: auto;
}
header .overlay .nav-searchbar .search_input .select select.form-control {
  display: inline-flex;
  height: auto;
  -webkit-appearance: none;
  border: 1px solid #ced4da;
  box-shadow: none;
}
header .overlay .nav-searchbar .search_input input {
  padding: 10px 49px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  header .overlay .nav-searchbar .search_input input {
    background: 0 0;
    border: none;
  }
}
header .overlay .nav-searchbar .search_input input::placeholder {
  color: #adb0b3;
}
header .overlay .nav-searchbar .search_input input.submit {
  display: none;
  width: auto;
  font-size: 1rem;
  background-color: #c2032e;
  color: #fff;
  padding: 5px 16px;
  border-radius: 3px;
}
header .overlay .nav-searchbar .search_input .reset {
  display: inline-flex;
  align-items: center;
  position: relative;
  justify-content: center;
  padding: 10px 20px;
  width: auto;
  border: none;
  background: #fff;
}
header .overlay .nav-searchbar .search_input .reset i {
  pointer-events: none;
}
header .overlay .nav-searchbar .search_input .reset input {
  width: auto;
  font-size: 1rem;
  padding: 5px 16px;
  color: #636466;
  background-color: transparent;
  border: none;
}
.right_info,
.right_info .lang {
  width: 100%;
  align-items: center;
}
.right_info {
  position: initial !important;
  color: rgba(0, 0, 0, 0.6);
  justify-content: space-between;
}
.right_info li:not(:nth-last-child(1)) {
  margin-right: 26px;
}
@media (max-width: 991.98px) {
  .right_info {
    flex-direction: unset;
    justify-content: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top: 1px solid #ced7db;
    width: 100%;
    bottom: 0;
  }
  .right_info li:not(:nth-last-child(1)) {
    padding-right: 0;
  }
}
.right_info .lang {
  display: flex;
  justify-content: center;
}
.right_info .lang form {
  display: flex;
  align-items: center;
}
.right_info .lang select {
  border: none;
  width: auto;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.6);
  border-bottom: none;
  margin-right: -14px;
  padding-right: 24px;
}
@media screen and (min-width: 992px) {
  .right_info .lang {
    width: auto;
    left: 0;
  }
  .right_info .text_size {
    position: absolute;
    left: 0;
  }
}
.right_info .text_size ul {
  display: inline-block;
  padding-left: 0;
}
.right_info .text_size ul li {
  display: inline-block;
  padding-right: 0;
}
.right_info .text_size ul li a {
  border-radius: 999px;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  width: 24px;
  line-height: 24px;
  height: 24px;
  font-size: 14px;
  display: block;
}
.right_info .text_size ul li.active a {
  background-color: #707070;
  color: #fff;
}
.icon_right_m {
  display: flex;
}
.icon_right {
  position: inherit;
  padding: 10px 0;
}
@media screen and (min-width: 992px) {
  .icon_right {
    position: relative;
  }
}
.icon_right .icon {
  color: #252537;
  border: 1px solid rgba(37, 37, 55, 0.4);
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 34px;
  height: 34px;
}
@media (max-width: 991.98px) {
  .icon_right .icon {
    border: 1px solid rgba(37, 37, 55, 0.4);
  }
}
.icon_right .icon .reddot {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: #c2032e;
  position: absolute;
  right: -2px;
  top: -2px;
}
.icon_right .loginbtn {
  color: #252537;
}
.icon_right .list {
  display: none;
  position: absolute;
  background: #fff;
  top: 100%;
  width: 100vw;
  right: 0;
  box-shadow: 0 10px 45px rgba(15, 22, 31, 0.12);
}
@media (min-width: 992px) {
  .icon_right .list {
    top: 100%;
    min-width: 360px;
    right: 0;
    width: auto;
  }
}
.icon_right .list .product_item {
  display: flex;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #f6f6f7;
}
.icon_right .list .product_item .img {
  position: relative;
  min-width: 47px;
  margin-right: 13px;
  height: 47px;
  display: flex;
}
.icon_right .list .product_item .img img {
  width: 47px;
  object-fit: contain;
  object-position: center;
}
.icon_right .list .product_item .product_title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  color: rgba(37, 37, 55, 0.75);
}
.icon_right .list .product_item .product_title .title {
  text-align: left;
  margin-bottom: 0;
}
.icon_right .list .product_item .product_title .product_price {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.icon_right .list .product_item .product_title .product_price .price {
  color: #252537;
}
.icon_right .list .andmore {
  color: rgba(37, 37, 55, 0.5);
  margin: 18px 0;
  display: block;
}
.icon_right .list .gocart {
  border: none;
  border-radius: 4px;
  color: #fff;
  width: 100%;
  height: auto;
}
.icon_right .list .account_info,
.icon_right .list .memberpage {
  border-bottom: 1px solid #f6f6f7;
}
.icon_right .list .account_info {
  padding: 24px 36px;
  display: flex;
}
.icon_right .list .account_info .img {
  position: relative;
  width: 71px;
  height: 71px;
  margin-right: 15px;
  border-radius: 999px;
  overflow: hidden;
}
.icon_right .list .account_info .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.icon_right .list .account_info .img .profile-text {
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  font-weight: 400;
  line-height: 1;
  max-width: 100%;
}
.icon_right .list .account_info .img .profile-text span {
  font-size: calc(2.4rem);
}
.icon_right .list .account_info .info {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-start;
}
.icon_right .list .account_info .info .name {
  color: #252537;
}
.icon_right .list .account_info .info .email {
  color: rgba(37, 37, 55, 0.6);
}
.icon_right .list .logout,
.icon_right .list .memberpage {
  display: block;
  text-align: left;
  color: rgba(37, 37, 55, 0.75);
  padding: 20px 36px;
}
.icon_right.cart {
  margin-right: 0.5rem;
}
.icon_right.cart .cart_list {
  padding: 37px 30px;
}
.icon_right.account.active .account_list,
.icon_right.cart.active .cart_list {
  display: block;
}
.icon_right.account.active .la-angle-up {
  transform: rotate(180deg);
}
.navbar-nav:not(.right_info) {
  justify-content: center;
  background: #fff;
  width: 100%;
  right: 0;
  left: 0;
  top: 0;
}
@media screen and (max-width: 991.98px) {
  .navbar-nav:not(.right_info) {
    border: none;
  }
}
.offcanvas-collapse {
  flex-wrap: wrap;
  flex-direction: column-reverse;
  align-items: flex-end;
  position: static;
}
@media (max-width: 991.98px) {
  .offcanvas-collapse {
    overflow-x: hidden;
    position: absolute;
    top: 100%;
    height: calc(100vh - 100%);
    right: 100vw;
    width: 100vw;
    overflow-y: auto;
    background-color: #fff;
    z-index: 3000;
    transition: all 0.3s ease-in-out;
  }
  .offcanvas-collapse.open {
    right: 0;
  }
  .offcanvas-collapse .nav_btn {
    margin-top: 2rem;
  }
}
.offcanvas-collapse .navbar-toggler {
  cursor: pointer;
  position: relative;
  float: left;
  padding: 9px 10px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  display: block;
}
.offcanvas-collapse .navbar-toggler span.icon-bar {
  transition: all 0.15s;
  display: block;
  width: 22px;
  height: 2px;
  background-color: #000;
  margin-top: 6px;
}
.offcanvas-collapse .navbar-toggler span:nth-child(2) {
  transform: rotate(-45deg);
  transform-origin: 90% 241%;
  margin-top: 0;
  width: 24px;
}
.offcanvas-collapse .navbar-toggler span:nth-child(3) {
  transform: rotate(45deg);
  transform-origin: 50%;
  width: 24px;
}
.offcanvas-collapse .navbar-toggler span:nth-child(4) {
  opacity: 0;
}
.offcanvas-collapse .ham2 {
  top: 0.5rem;
}
.offcanvas-collapse .nav-link {
  display: inline-block;
  text-align: left;
  padding: 0.5rem 0.3rem;
  color: rgba(0, 0, 0, 0.6);
}
.offcanvas-collapse .nav-item.active,
.offcanvas-collapse .nav-item:active,
.offcanvas-collapse .nav-item:focus,
.offcanvas-collapse .nav-link:hover {
  color: #252537 !important;
}
.offcanvas-collapse .nav-link span {
  position: absolute;
  height: 4px;
  width: 0%;
  transition: cubic-bezier(0, 0, 0.23, 1) 0.3s;
  background: #c2032e;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 992px) {
  .offcanvas-collapse .nav-link {
    padding: 16px 9px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .offcanvas-collapse .nav-link span {
    bottom: 0;
    left: 0;
    transition: none;
  }
  .offcanvas-collapse .nav-link.active span,
  .offcanvas-collapse .nav-link:active span,
  .offcanvas-collapse .nav-link:focus span {
    width: 100%;
  }
}
.offcanvas-collapse .nav-item {
  padding: 0 4px;
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  .offcanvas-collapse .nav-item {
    margin-bottom: 1rem;
    text-align: left;
    padding: 0;
  }
}
#offcanvas-overlay::before {
  content: '';
  transition: 0.5s;
}
#offcanvas-overlay.active {
  position: fixed;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 900;
}
#offcanvas-overlay.active::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
}
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
}
.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  padding-left: 15px;
  display: flex;
  align-items: center;
}
.select-styled span {
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #000 transparent transparent;
  left: 8px;
  transform: translateY(25%);
}
footer .footer .row .col-12:not(:last-child) .footer_info,
footer .gotop {
  border-bottom: 1px solid #f6f6f7;
}
.select-styled.active span,
.select-styled:active span {
  transform: rotate(180deg);
  transform-origin: center 37.5%;
}
.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0.5rem 0;
  list-style: none;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(37, 49, 55, 0.16);
}
.select-options li {
  margin: 0;
  padding: 0.25rem 1.5rem;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.select-options li:hover {
  background-color: #f8f9fa;
}
.select-options li[rel='hide'] {
  display: none;
}
footer {
  border-top: 4px solid #c2032e;
}
footer .gotop {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 28px 0;
}
@media (min-width: 768px) {
  footer .gotop {
    padding: 34px 0;
  }
}
footer .gotop .gotopbtn {
  color: #252537;
  display: flex;
  align-items: center;
  text-decoration: none;
}
footer .footer .footer_info,
footer .footer2 .iconlist {
  justify-content: center;
  display: flex;
}
footer .footer .row .col-12 {
  margin: 0;
}
footer .footer .row .col-12 .footer_info {
  padding: 50px 0;
}
@media (min-width: 768px) {
  footer .footer .row .col-12 {
    margin: 62px 0;
  }
  footer .footer .row .col-12 .footer_info {
    padding: 0;
  }
  footer .footer .row .col-12:not(:last-child) {
    border-right: 1px solid #f6f6f7;
  }
  footer .footer .row .col-12:not(:last-child) .footer_info {
    border: none;
  }
}
footer .footer .footer_info {
  align-items: center;
  flex-direction: column;
}
footer .footer .footer_info i {
  width: 50px;
  height: 50px;
  font-size: 50px;
  text-align: center;
  color: #c2032e;
}
footer .footer .footer_info .large {
  color: #252537;
  font-weight: 700;
  margin: 14px 0 0;
}
footer .footer .footer_info .base {
  color: #252537;
  margin: 0;
}
footer .footer1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #f6f6f7;
}
footer .footer1 .title {
  color: #252537;
  font-weight: 700;
}
footer .footer1 ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2rem;
}
footer .footer1 ul a {
  color: rgba(37, 37, 55, 0.6);
}
footer .footer1 ul a:hover {
  color: #252537;
}
footer .footer2 {
  display: flex;
  flex-direction: column;
  padding: 61px 0 84px;
}
footer .footer2 .footerlogo {
  position: absolute;
  left: 0;
  text-align: center;
}
footer .footer2 .footerlogo .copyright {
  margin-top: 15px;
}
footer .footer2 .footerlogo .copyright p {
  color: #252537;
  font-size: 15px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  footer .footer2 {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 61px 0 104px;
  }
  footer .footer2 .footerlogo {
    text-align: left;
  }
}
footer .footer2 .iconlist .icon {
  width: 40px;
  height: 40px;
  margin: 20px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
  color: #636466;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  border-radius: 999px;
}
footer .footer2 .iconlist .icon:before {
  display: block;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  border: 1px solid rgba(37, 37, 55, 0.4);
  border-radius: 999px;
  transition: 0.3s ease;
}
footer .footer2 .iconlist .icon:hover {
  color: #fff;
}
footer .footer2 .iconlist .icon:hover.fb {
  background: #3b5998;
}
footer .footer2 .iconlist .icon:hover.fb::before {
  border: 1px solid #3b5998;
}
footer .footer2 .iconlist .icon:hover.ln {
  background: #00c300;
}
footer .footer2 .iconlist .icon:hover.ln::before {
  border: 1px solid #00c300;
}
footer .footer2 .iconlist .icon:hover.yt {
  background: red;
}
footer .footer2 .iconlist .icon:hover.yt::before {
  border: 1px solid red;
}
footer .footer2 .iconlist .icon:hover.ig {
  background: #c13584;
}
footer .footer2 .iconlist .icon:hover.ig::before {
  border: 1px solid #c13584;
}
.fixedLineBtn {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 56px;
  height: 56px;
  background: #00b900;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 999px;
  z-index: 1;
}
.fixedLineBtn i {
  color: #fff;
  font-size: 24px;
}
.fixedLineBtn:hover {
  background: #008700;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
}
.description {
  color: #747474;
  font-size: 16px;
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  margin-bottom: 20px;
}
