@charset "UTF-8";
.cancel-btn {
  color: #ff0000;
}

header .header-sticky {
  background: #fff;
  border-top: 10px solid red;
}
header .header-sticky .header-top {
  padding: 0.25px 0;
}
header .header-sticky .header-top .cart-btn {
  position: relative;
  color: #333;
  padding-right: 30px;
  font-weight: bold;
}
header .header-sticky .header-top .cart-btn i {
  color: #77b7e5;
  margin-right: 5px;
  font-size: 18px;
}
header .header-sticky .header-top .cart-btn .wishlist_products_counter_number {
  color: #a5d6f7;
  font-size: 13px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  right: 5px;
  font-weight: 700;
  font-size: 12px;
  line-height: 19px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background-color: #77b7e5;
}
header .header-sticky .header-inner {
  padding: 10px 0;
}
header .header-sticky .header-inner ul li {
  margin: 0 10px;
}
@media (max-width: 768px) {
  header .header-sticky .header-inner ul li {
    width: 35%;
  }
}
header .header-sticky .header-inner ul li a {
  color: #4a8ab8;
  display: block;
}
header .header-sticky .header-inner ul li a.logo {
  margin-right: 15px;
}
header .header-sticky .header-inner ul li .text-wrap {
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  position: relative;
  font-weight: bold;
}
header .header-sticky .header-inner ul li .text-wrap:after {
  position: absolute;
  bottom: -30%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #48b7dd;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
header .header-sticky .header-inner ul li .text-wrap i {
  font-size: 14px;
  position: relative;
  top: -3px;
}
header .header-sticky .header-inner ul li.active .text-wrap, header .header-sticky .header-inner ul li:hover .text-wrap {
  position: relative;
  font-weight: bold;
}
header .header-sticky .header-inner ul li.active .text-wrap:after, header .header-sticky .header-inner ul li:hover .text-wrap:after {
  height: 2px;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
header .header-sticky .header-inner .logo_m img {
  width: 30%;
}
header .header-sticky.sticky {
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1049;
}
header .header-sticky.sticky .logo {
  width: 50%;
}
@media (max-width: 768px) {
  header .header-sticky.sticky .logo {
    width: 100%;
  }
}
header .header-sticky.sticky .logo2 {
  width: 50%;
}
@media (max-width: 768px) {
  header .header-sticky.sticky .logo2 {
    width: 100%;
  }
}
header .header-bottom.header-sticky.sticky .categorie-title {
  display: none;
}
header .header-bottom-list > li > ul.ht-dropdown {
  width: 200px;
}
header .ht-dropdown {
  background: #fff;
  left: 0;
  opacity: 0;
  padding: 10px 0px;
  position: absolute;
  top: 100%;
  -webkiit-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  width: 165px;
  visibility: hidden;
  z-index: 999;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
}
header .header-top ul > li > ul.ht-dropdown li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
header .header-top ul > li ul.ht-dropdown li a {
  color: #2c2c2c;
  display: block;
  font-size: 13px;
  line-height: 30px;
  padding: 5px 20px;
}
header .header-top ul > li ul.ht-dropdown li a:hover {
  color: #E62E04;
}

.footer-sticky.sticky {
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  -webkit-box-shadow: -3px -4px 10px -6px rgba(0, 0, 0, 0.4);
  box-shadow: -3px -4px 10px -6px rgba(0, 0, 0, 0.4);
  left: 0;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1050;
  background: #fff;
}
.footer-sticky li {
  width: 20%;
  text-align: center;
  padding: 0px;
}
.footer-sticky li.active a {
  color: #0f51a3;
}
.footer-sticky li i {
  font-size: 22px;
  position: relative;
  top: 5px;
}
.footer-sticky li span {
  font-size: 12px;
}

.footer {
  background: #f7f7f7;
}
.footer .footer-title {
  color: #333;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 1rem;
}
.footer .footer-content {
  color: #333;
}
.footer .footer-content .footer-list {
  list-style-type: none;
  padding: 0;
}
.footer .copyright {
  color: #333;
}

.notice {
  padding: 30px 15px;
}
.notice h2 {
  font-size: 35px;
  color: #f08a49;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .notice h2 {
    font-size: 28px;
  }
}

#scrollUp {
  background: #f6f8f7 none repeat scroll 0 0;
  bottom: 80px;
  color: #0f51a3;
  cursor: pointer;
  font-weight: 600;
  height: 54px;
  position: fixed;
  right: 24px;
  text-align: center;
  text-transform: uppercase;
  width: 54px;
  z-index: 999;
  border-radius: 50px;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
}
#scrollUp:hover {
  background: #0f51a3;
  color: #ffffff;
}
#scrollUp i {
  font-size: 34px;
  line-height: 55px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

body, h1, h2, h3, h4, h5, h6, p, a, li, span {
  font-family: "微軟正黑體" !important;
}

a {
  opacity: 0.9;
}

a:hover, a:focus {
  text-decoration: none;
  opacity: 1;
}

img {
  max-width: 100%;
}

.line-height-normal {
  line-height: normal;
}

.border-n {
  border: none !important;
}

.border-tb {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
}

.border-tb-g {
  border-bottom: 1px solid #ededed;
  border-top: 1px solid #ededed;
}

.border-r {
  border-right: 1px solid #ededed;
}

.border-b {
  border-bottom: 1px solid #fff;
}

.border-b-g {
  border-bottom: 1px solid #ededed;
}

.border-b-2b {
  border-bottom: 2px solid #0f51a3;
}

.underline {
  text-decoration: underline;
}

.text-red {
  color: #e76667;
}

.text-blue {
  color: #4f7ab2;
}

.text-green {
  color: #82c460;
}

.text-orange {
  color: #f50;
}

.text-black {
  color: #000;
}

.text-gray {
  color: #666;
}

.text1 {
  font-size: 1rem;
}

.text2 {
  font-size: 2rem;
}

.text3 {
  font-size: 3rem;
}

.text4 {
  font-size: 4rem;
}

.text6 {
  font-size: 8rem;
}

.text12 {
  font-size: 12px;
}

.text14 {
  font-size: 14px;
}

.text16, .text18 {
  font-size: 18px;
}

.text22 {
  font-size: 22px;
}

.text24 {
  font-size: 24px;
}

.text26 {
  font-size: 26px;
}

.text28 {
  font-size: 28px;
}

.text32 {
  font-size: 32px;
}

.ck-img {
  text-align: center;
}
.ck-img img {
  width: 100%;
}

@media (max-width: 991px) {
  img {
    width: initial;
    max-width: 100% !important;
  }
}
.ml-0 {
  margin-left: 0px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-48 {
  margin-left: 48px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

/*------Margin right-------*/
.mr-0 {
  margin-right: 0px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

/*------Margin Top-------*/
.mt-0 {
  margin-top: 0px !important;
}

.mt-7 {
  margin-top: 7px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-52 {
  margin-top: 52px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-110 {
  margin-top: 110px !important;
}

.mt-180 {
  margin-top: 180px !important;
}

/*------Margin Bottom-------*/
.mb-0 {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-7-5 {
  margin-bottom: 7.5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-58 {
  margin-bottom: 58px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-83 {
  margin-bottom: 83px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mtb-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

/*------Padding all-------*/
.p-60 {
  padding: 60px !important;
}

/*------Padding left-------*/
.pl-0 {
  padding-left: 0px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

/*------Padding right-------*/
.pr-0 {
  padding-right: 0px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

/*------Padding Left Right-------*/
.plr-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.plr-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.plr-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.plr-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.plr-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.plr-45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.plr-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.plr-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.plr-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

/*------Padding Top-------*/
.pt-0 {
  padding-top: 0px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-94 {
  padding-top: 94px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

/*------Padding-------*/
.p-50 {
  padding: 50px !important;
}

.p-48 {
  padding: 48px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-38 {
  padding: 38px !important;
}

/*------Padding Bottom-------*/
.pb-0 {
  padding-bottom: 0px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-58 {
  padding-bottom: 58px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

/*------Padding  Top Bottom-------*/
.ptb-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.ptb-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.ptb-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.ptb-11 {
  padding-top: 11px !important;
  padding-bottom: 11px !important;
}

.ptb-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.ptb-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.ptb-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.ptb-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.ptb-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.ptb-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.ptb-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.ptb-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.ptb-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

.ptb-58 {
  padding-top: 58px !important;
  padding-bottom: 58px !important;
}

.ptb-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.ptb-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.ptb-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.ptb-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.ptb-92 {
  padding-top: 92px !important;
  padding-bottom: 92px !important;
}

.ptb-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.ptb-110 {
  padding-top: 110px !important;
  padding-bottom: 110px !important;
}

.ptb-118 {
  padding-top: 118px !important;
  padding-bottom: 118px !important;
}

.ptb-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.ptb-130 {
  padding-top: 130px !important;
  padding-bottom: 130px !important;
}

.ptb-132 {
  padding-top: 132px !important;
  padding-bottom: 132px !important;
}

.ptb-140 {
  padding-top: 140px !important;
  padding-bottom: 140px !important;
}

.ptb-150 {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

.ptb-160 {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}

.ptb-180 {
  padding-top: 180px !important;
  padding-bottom: 180px !important;
}

.ptb-200 {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}

.ptb-240 {
  padding-top: 240px !important;
  padding-bottom: 240px !important;
}

@media (min-width: 1200px) {
  .pr-lg-0 {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .mb-sm-30 {
    margin-bottom: 30px;
  }
}
.img-wrap .img-item {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
.img-wrap .img-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.single-product {
  background: transparent none repeat scroll 0 0;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  outline: 1px solid #efefef;
  padding: 15px;
}
.single-product:hover {
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.single-product:hover .pro-actions, .single-product:hover .actions-secondary a {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.single-product:hover .pro-info {
  opacity: 0;
}
.single-product:hover .quick_view {
  opacity: 1;
}
.single-product .pro-img {
  position: relative;
  padding-top: 100%;
}
.single-product .pro-img img {
  width: 100%;
  top: 50%;
  left: 50%;
  position: absolute;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.single-product .pro-img .mark {
  width: 40px;
  height: 40px;
  line-height: 32px;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  position: absolute;
}
.single-product .pro-img .mark:nth-child(2) {
  top: 5px;
  right: 5px;
}
.single-product .pro-img .mark:nth-child(3) {
  top: 36px;
  right: 5px;
}
.single-product .pro-img .mark:nth-child(4) {
  top: 67px;
  right: 5px;
}
.single-product .pro-img .mark.car-mark, .single-product .pro-img .mark.new-mark, .single-product .pro-img .mark.hot-mark {
  background: #e76667;
}
.single-product .pro-content h4 {
  color: #363636;
  font-size: 20px;
  font-weight: bold;
  min-height: 48px;
}
.single-product .pro-content .price {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
}
.single-product .pro-content .prev-price {
  color: #666;
  font-size: 14px;
  line-height: 20px;
  text-decoration: line-through;
}

.table-content table {
  background: #ffffff none repeat scroll 0 0;
  text-align: center;
  width: 100%;
}
.table-content table td {
  border-top: medium none;
  padding: 20px 10px;
  vertical-align: middle;
  font-size: 16px;
}
.table-content table td.product-subtotal {
  font-size: 16px;
  font-weight: 600;
  width: 120px;
}
.table-content table th {
  background: #f0f0f0;
}
.table-content table thead th, .table-content table tbody td {
  border-bottom: 1px solid #e5e5e5;
}
.table-content > table {
  background: #ffffff none repeat scroll 0 0;
  border-color: #ffffff;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  text-align: center;
  width: 100%;
}
.table-content > table th {
  border-top: medium none;
  font-weight: 500;
  padding: 20px 10px;
  text-align: center;
  text-transform: capitalize;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 15px;
}
.table-content.pic-table th:first-child {
  padding: 0 20px 22px 10px;
}
.table-content.pic-table td:nth-child(1) {
  padding: 0 10px 22px 0px;
}
.table-content.pic-table td:nth-child(2) {
  padding: 10px;
}
.table-content.pic-table td:nth-child(2) img {
  width: 100px;
  height: 100px;
}
.table-content .add-icon {
  font-size: 22px;
  padding-right: 10px;
  cursor: pointer;
  position: relative;
  top: 4px;
}
.table-content .div-table {
  margin: 0;
  padding: 0;
}
.table-content .div-table td {
  padding: 0;
  border-right: 0;
}
.table-content .div-table table tr:last-child td {
  border-bottom: none;
}
.table-content .div-table table .div-tr .table-inner {
  line-height: 61px;
  height: 61px;
  float: left;
}
.table-content .div-table table .div-tr .table-inner:nth-child(1) {
  width: 71.6%;
}
.table-content .div-table table .div-tr .table-inner:nth-child(2) {
  width: 14.9%;
}
.table-content .div-table table .div-tr .table-inner:nth-child(3) {
  width: 13.5%;
}
.table-content .div-table table .div-tr .table-inner:nth-child(2), .table-content .div-table table .div-tr .table-inner:nth-child(3) {
  /* border-left: 1px solid #e5e5e5;*/
}
.table-content .div-table table .div-tr .table-inner:after {
  content: "";
  display: block;
  clear: both;
}
.table-content .coupon-content {
  /*border: 1px solid #e5e5e5;*/
  margin-bottom: 20px;
  padding: 20px;
  display: none;
}
.table-content .coupon-content.active {
  height: auto;
  display: table-row;
}

.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;
}
.quantity i {
  margin: 0 5px;
}

label.error {
  color: red;
  font-size: 13px;
  position: absolute;
}

.section01 {
  background-color: #fafafa;
  padding: 50px 0;
}
.section01 .section01-content h2 {
  font-size: 60px;
  color: #004da1;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .section01 .section01-content h2 {
    font-size: 44px;
  }
}
.section01 .section01-content .section01-item {
  -webkit-box-shadow: 0px 0px 15px rgba(138, 149, 158, 0.2);
          box-shadow: 0px 0px 15px rgba(138, 149, 158, 0.2);
}
.section01 .section01-content .section01-item .img-wrap .img-item {
  padding-top: 55%;
}
.section01 .section01-content .section01-item .text-item {
  padding: 20px 15px;
}
.section01 .section01-content .section01-item .text-item h3 {
  margin-bottom: 15px;
  font-size: 26px;
  text-align: center;
}
.section01 .section01-content .section01-item .text-item p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
  min-height: 160px;
}

.section02 {
  padding: 50px 0;
}
.section02 h2 {
  font-size: 60px;
  color: #004da1;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .section02 h2 {
    font-size: 44px;
  }
}
.section02 h3 {
  margin-bottom: 15px;
  font-size: 35px;
  text-align: center;
  color: #f08a49;
}
@media (max-width: 768px) {
  .section02 h3 {
    font-size: 28px;
  }
}
.section02 h3 span {
  color: #ca733b;
}
.section02 p {
  font-size: 25px;
}
@media (max-width: 768px) {
  .section02 p {
    font-size: 18px;
  }
}

.section3 {
  padding: 50px 0;
}

.section4 {
  padding: 50px 0;
}
.section4 h2 {
  font-size: 60px;
  color: #004da1;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .section4 h2 {
    font-size: 44px;
  }
}
.section4 p {
  font-size: 18px;
}
@media (max-width: 768px) {
  .section4 p {
    font-size: 14px;
  }
}

.section5 {
  padding: 50px 0;
  background-color: #efefef;
}
.section5 h2 {
  font-size: 60px;
  color: #004da1;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .section5 h2 {
    font-size: 44px;
  }
}
.section5 h4 {
  font-size: 32px;
  color: #44c7be;
}
@media (max-width: 768px) {
  .section5 h4 {
    font-size: 24px;
  }
}
.section5 h4 span {
  color: #000;
  font-size: 16px;
}
@media (max-width: 768px) {
  .section5 h4 span {
    font-size: 14px;
  }
}
.section5 .table th {
  background-color: #3fcfc8;
}
.section5 .table th, .section5 .table td {
  border: 1px solid #000;
}