@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700,900');

body {
  font-family: 'Source Sans 3', 'Noto Sans TC', sans-serif;
  letter-spacing: 0.05em;
  font-size: 16px;
  color: #4a4a4a;
  overflow-x: hidden
}

button:focus,
input:focus,
textarea:focus,
a:focus {
  outline: none
}

a {
  color: rgba(74, 74, 74, 0.8);
  font-size: 0.9rem;
}

a:hover {
  text-decoration: none;
  color: #dda97f
}

img {
  max-width: 100%;
  height: auto !important
}

.text-danger {
  color: #ff0000;
  font-size: 13px;
}

.pagecont {
  min-height: calc(100vh - 472px)
}

.text-main{
  color: #dda97f
}
/*--------------------*/
/*       header       */
/*--------------------*/
header .navbar {
  padding-left: 0;
  padding-right: 0
}

.navbar-brand img {
  max-height: 70px;
  margin-right: 1.5em
}

.fixed header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

.topbar {
  background: #fff;
}

.topbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.topbar a {
  font-size: 18px;
  margin: 8px 0;
  color: #2a2a2a
}

.toplist {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 8px 0
}

.toplist li {
  position: relative;
  height: 22px;
}

.toplist li+li:before {
  content: '|';
  display: block;
  position: absolute;
  left: -1px;
  top: 1.5px;
  ;
  color: #fff;
  font-size: 14px
}

.toplist li i {
  line-height: 20px;
  color: #7a716a;
}

.toplist li a {
  padding: 0 10px;
}

.toplist li a+a {
  padding-left: 0;
  line-height: 24px;
}

header {
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 3%);
}

.floatcart {
  position: fixed;
  top: 150px;
  right: 25px;
  border-radius: 50%;
  background: #ffffff;
  z-index: 5;
  width: 50px;
  height: 50px;
  text-align: center;
  border: 1px solid #cb854d;
  box-shadow: 1px 2px 8px rgb(0 0 0 / 5%);
}

.floatcart:hover {
  background: #fdfdfd
}

.floatcart a {
  color: #cb854d;
  width: 100%;
  height: 100%;
  display: block;
}

.floatcart a span {
  display: block;
  padding-top: 9px;
  line-height: 10px;
  font-size: 13px;
}

.navbar-toggler-icon {
  line-height: 1.5em
}

/*---------------------*/
/*     Search form     */
/*---------------------*/
.searchtoggle {
  position: relative
}

.searchwrap {
  position: absolute;
  top: 34px;
  right: 0;
  display: none;
  border: 1px solid #272727;
  border-radius: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  z-index: 2
}

.searchwrap .searchform {
  display: flex;
  background: #fff;
  margin: 0;
  padding: 3px
}

.searchwrap input {
  font-size: 14px;
  padding: 2px 6px;
  font-weight: 400;
  border: 0;
  background: transparent;
  max-width: 120px
}

.searchwrap button {
  border: 0;
  background: transparent;
  color: #272727;
  font-size: 14px;
  border-left: 1px solid #272727;
  padding: 2px 10px
}

/*---------------------*/
/* text box with '...' */
/*---------------------*/
.txtbox {
  line-height: 1.5em;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  width: calc(100%);
}

.txtbox.line1 {
  white-space: nowrap;
  display: block
}

.txtbox.line2 {
  height: 3em;
  -webkit-line-clamp: 2
}

.txtbox.line3 {
  height: auto;
  -webkit-line-clamp: 3
}

.txtbox.line4 {
  height: 6em;
  -webkit-line-clamp: 4
}

/*-------------------------*/
/* fixed item image portio */
/*-------------------------*/
.imgwrap {
  position: relative;
  border-radius:10px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: .2s linear all
}

.imgwrap:before {
  content: '';
  width: 100%;
  padding-bottom: 100%;
  display: block
}

.imgwrap img {
  width: 100%;
  position: absolute;
}

.imgwrap.r4by3:before {
  padding-bottom: 75%
}

.imgwrap.r16by9:before {
  padding-bottom: 56.25%
}

/*-------------------*/
/*        list       */
/*-------------------*/
ul.twocol:after {
  content: '';
  display: table;
  clear: both
}

ul.twocol li {
  float: left;
  width: 50%
}

ul.three li {
  width: 33.33%
}

ul.lefticon li {
  padding-left: 26px;
  position: relative
}

ul.lefticon li i {
  width: 18px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 4px;
}

ul.iconlist {
  display: inline-flex;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 18px;
}

ul.iconlist a {
  display: block;
  padding: 7px 8.5px;
}

.topbar ul.iconlist a {
  background: #fff;
  color: #cb854d;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  padding: 0px 6px;
  font-size: 18px;
}

.topbar ul.iconlist a i {
  width: 18px;
  text-align: center;
}

footer ul.iconlist a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  margin-right: 15px;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
}

footer ul.iconlist a:hover {
  background: #272727
}

.has_submenu {
  position: relative
}

.has_submenu div{
  width: auto;
  padding: 0;
  display: none;
}

.has_submenu ul {
  list-style: none;
  padding: 15px 0 12px;
  background: white;
}

.has_submenu ul li {
  white-space: nowrap;
  text-align: left
}

.has_submenu ul li a.nav-link {
  background: #fff;
  font-size: 0.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*-------------------*/
/* scroll customized */
/*-------------------*/
/*
::-webkit-scrollbar {width: 10px;}
::-webkit-scrollbar-track {background: #f1f1f1; }
::-webkit-scrollbar-thumb {background: #888; }
::-webkit-scrollbar-thumb:hover {background: #555; }
*/
/*-------------------*/
/*    scrolltoTop    */
/*-------------------*/
.scrollToTop {
  background: rgba(0, 0, 0, 0.65);
  opacity: 0.4;
  bottom: 95px;
  border-radius: 50%;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  display: none;
  height: 40px;
  padding: 2px;
  position: fixed;
  right: 35px;
  text-align: center;
  text-decoration: none;
  width: 40px;
  z-index: 99999;
}

.scrollToTop i {
  color: #fff;
  font-size: 16px;
  line-height: 36px
}

.scrollToTop:hover {
  opacity: 1;
  text-decoration: none;
}

/*-----------------*/
/*      footer     */
/*-----------------*/
footer {
  background: #f6f6f6;
  padding: 30px 0 0
}

footer li,
footer p {
  line-height: 2em
}

footer .lefticon li i {
  line-height: 1.5em
}

footer .iframewrap iframe {
  min-height: 180px
}

.footer-title {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #9b9b9b;
  opacity: 0.8;
  font-weight: bold
}

.footer-title span.open {
  font-size: 16px
}

.footer-title small {
  font-size: 12px;
  line-height: 1;
  display: block;
  letter-spacing: 0.9px;
  font-weight: bold;
}

.iframewrap iframe {
  width: 100%;
  min-height: 300px
}

.copyright {
  font-size: 13px;
}

/*-----------------*/
/*    bigbanner    */
/*-----------------*/
.bigbanner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: left;
  background-size: cover;
  background-position: center;
  position: relative
}

.bigbanner:before {
  content: '';
  width: 100%;
  padding-bottom: 45.725%;
}

.bigbanner h2 {
  font-size: 34px;
  line-height: 48px;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.5);
}

.subtitle {
  color: #6b6b6b;
  font-size: 1.125em;
  line-height: 1.5;
  letter-spacing: 2px;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.6);
}

/*------------------*/
/*    responsive    */
/*------------------*/
@media (min-width:992px) {
  .has_submenu div {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    padding-top: 23px;
    text-align: center;
  }

  .has_submenu ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15)
  }

  .has_submenu ul li a.nav-link {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }

  .has_submenu:hover div {
    display: block
  }

  footer {
    padding-top: 60px
  }

  .col-lg-sec1 {
    flex-basis: 40%;
    max-width: 40%
  }

  .col-lg-sec2 {
    flex-basis: 24%;
    max-width: 24%
  }

  .col-lg-sec3 {
    flex-basis: 36%;
    max-width: 36%
  }
}

@media (max-width:991px) {
  .has_submenu div:after {
    content: '';
    display: table;
    clear: both
  }

  .has_submenu ul li {
    width: 50%;
    float: left
  }

  .has_submenu ul li a.nav-link {
    padding-left: 20px;
    padding-right: 20px
  }

  .navbar-nav {
    padding: 15px 0;
    max-height: calc(100vh - 55px);
    overflow-y: scroll
  }

  .navbar-nav li:not(:last-of-type) .nav-link {
    border-bottom: 1px solid #e6e6e6
  }
}

/*---- common styles end. updated:20190821 ---- */


/*--------------------*/
/* Project Customized */
/*--------------------*/
.loading {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff
}

.loading h4 span {
  font-family: 'Microsoft Jhenghei';
  display: inline-block;
  letter-spacing: 10px;
  margin-top: 10px;
  animation: textjump 1.2s ease-in-out infinite
}

.loading h4 span:nth-of-type(2) {
  animation-delay: .09s
}

.loading h4 span:nth-of-type(3) {
  animation-delay: .18s
}

.loading h4 span:nth-of-type(4) {
  animation-delay: .27s
}

.loading h4 span:nth-of-type(5) {
  animation-delay: .36s
}

.loading h4 span:nth-of-type(6) {
  animation-delay: .45s
}

.loading h4 span:nth-of-type(7) {
  animation-delay: .54s
}

input,
select,
textarea {
  border: 1px solid #d2d2d2;
  padding: 7px 12px 5px;
}

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

.text-primary {
  color: #272727 !important
}

.table td,
.table th {
  padding: .25rem
}


.badge {
  font-weight: 300
}

.btn {
  font-size: 0.9em;
  letter-spacing: 2px;
  box-shadow: 0 2px 6px 0 rgba(255, 255, 255, 0.5);
  border: 0;
  text-align: center;
  padding: 8px 15px;
  padding: 12px 15px 11px;
  line-height: 14px;
  border-radius: 0px;
}

.btn:focus {
  box-shadow: none;
}

.btn.minbtn {
  padding: 6px 6px
}

.btn-main {
  background: #272727;
  color: white;
}

.btn-main:hover {
  background: #353535;
  color: white;
}

.btn-sub {
  border: 1px solid #ccc;
  background-color: white;
  color: rgba(74, 74, 74, 0.8);
}

.btn-sub:hover {
  background-color: rgb(243, 243, 243);
}

.slidersec {
  width: 100%;
  overflow: hidden;
  position: relative
}
.mobslider{
  display: none;
}

.mainslider .slick-arrow,.mobslider .slick-arrow {
  opacity: 1;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.33)
}

.mainslider .slick-arrow:hover,.mobslider .slick-arrow:hover {
  background: #fff
}

.mainslider .slick-arrow:before,.mobslider .slick-arrow:before  {
  color: #fff
}

.mainslider .slick-arrow:hover:before,.mobslider .slick-arrow:hover:before {
  color: rgba(0, 0, 0, 0.45);
}

.mainslider .slick-list,.mobslider .slick-list{
  overflow: visible !important
}

section:not(.slidersec) {
  padding: 20px 0
}

.sectitle {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 1.25em;
  margin-bottom: 1.25em;
  border-bottom: 1px solid #e6e6e6
}

.sectitle.no-border {
  border-bottom: 0;
  padding-bottom: 0
}

.sectitle h2 {
  font-size: 21px;
  letter-spacing: 2px;
  margin: 0;
  font-weight: 400;
}

.sectitle a {
  font-size: 13px;
}

.product {
  border: 0;
  text-align: center;
  overflow: hidden;
  border-radius: 0;
  margin: 0.45rem;
}

.card.border {
  border: 1px solid #eaebf2;
  margin: -1px
}

/* .product:after{content: '';height: 2px;width: 100%;position: absolute;left: 0;bottom: 0;background: linear-gradient(to right, #272727 50%, #667fc3 50%);opacity: 0;transition: .2s linear all} */
.col-6 {
  position: relative
}

.col-6:hover {
  z-index: 2
}

.col-6 .product {
  transition: 0.3s linear all;
}

.col-6:hover .product {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  z-index: 2;
  transform: scale(1.02);
}

.product:hover:after {
  opacity: 1
}

.product img {
  transition: .2s linear all
}

.product .hot,
.product .tag {
  position: absolute;
  top: -1px;
  left: 18px;
  z-index: 2
}

.product .tag {
  font-size: 0.875em;
  left: 0px;
  top: 1.875em;
  letter-spacing: 2px;
  color: #fff;
  padding: 2px 6px
}

.product .tag:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  content: '';
  background: #ff9900;
  z-index: 0;
  transform: skewX(-10deg);
  transform-origin: top;
}

.product .tag span {
  position: relative;
  z-index: 1
}

.product h5 {
  font-size: 0.9em;
  line-height: 1.6;
  letter-spacing: 1px;
  margin-bottom: 0.3em;
  font-weight: 400;
  color: #5a5a5a;
}

.price {
  font-size: 0.9em;
  letter-spacing: 0.5px;
  color: #cb854d;
  margin-bottom: 0;
  line-height: 1em;
}

.price .special {
  font-size: 1.25em;
  color: #e6706f
}

.price .origin {
  font-size: 0.875em;
  color: rgba(74, 74, 74, 0.65);
  text-decoration: line-through;
}
.productpage .text-wrap{
  font-size: 14px;
  word-break: break-word;
  overflow-y: auto;
  max-height: 400px;
  margin-bottom: 25px;
}

.productpage .col-xl-7 .price {
  font-size: 1.5em;
}

.productpage .desc,
.productpage p {
  font-size: 14px;
}

.promotiontags p {
  margin-bottom: 0.5rem
}

.promotiontag {
  margin-bottom: 0.25rem;
  font-size: 15px;
  border: 1px solid #ff9f76;
  background: #ff9f76;
  display: inline-block;
  padding: 2px 6px;
  color: #fff;
}

.promotiontag:hover {
  color: #ff9f76;
  background: transparent;
}

.lefticonbox {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lefticonbox img {
  margin-right: 30px;
}

.lefticonbox h4 {
  font-size: 1.25em;
  font-weight: bold;
  margin: 0;
}

.product .card-body {
  padding: 0;
}

.news {
  border: 0;
  border-radius: 0;
  margin: 0.45rem;
}

.news .card-body {
  padding: 10px 0;
}

.news .date {
  font-size: 14px;
  color: #dda97f;
  margin-bottom: 0.1rem;
}
.news .desc {
  font-size: 14px;
  color: #7c7c7c;
}

.cooperation {
  position: relative;
}

.cooperation:before,
.cooperation:after {
  z-index: 2;
  content: '';
  display: block;
  position: absolute;
  width: 20%;
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0));
}

.cooperation:after {
  left: auto;
  right: 0;
  background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0))
}

.cooperation .item a {
  height: 45px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center
}

.cooperation .item img {
  max-height: 100%;
}


.homebg {
  background: url('../img/pic-bg-2.png') center/cover no-repeat
}

.lightbg {
  background: #fbfbfb
}

.parallaxbg {
  background: url('../img/pic-parallax2.png') center/cover no-repeat;
}

.promotion img {
  margin-top: 30px
}

.homeproducts {
  padding-bottom: 40px;
}

.homeproducts .slick-dots {
  bottom: -10px
}

.hoverbtn {
  position: absolute;
  right: 4px;
  top: 4px;
  z-index: 2;
  width: 30px;
  opacity: 0;
  transition: .2s linear all
}

.product:hover .hoverbtn {
  opacity: 1
}

.wishbtn,
.addbtn {
  width: 30px;
  height: 30px;
  background: #ddaa80;
  color: #fff;
  border: 0;
  border-radius: 6px;
  padding: 0;
  text-align: center;
  line-height: 30px;
  transition: all .2s linear;
}

.addbtn {
  background: #3b3b3b;
  margin-top: 4px
}

.wishbtn:hover {
  background: #dda170;
  color: #fff
}

.addbtn:hover {
  background: #242424
}

.btn-wish {
  float: right;
  background: transparent;
  padding: 0px;
  color: #e67070;
  font-size: 22px;
  transition: none;
}

.btn-wish:hover {
  color: #ec3030;
}

.btns {
  margin: 10px 0
}

.options {
  padding: 6px 0;
  font-size: 0.9rem;
}

.options span {
  display: inline-block;
  width: 60px
}

.options label {
  font-size: 13px;
}

.options input,
.options select {
  width: calc(50% - 5px);
}

.withsidebar {
  margin: 30px auto;
  padding: 0 5px
}

.side .list>li {
  padding: 0.5rem 0;
  letter-spacing: 0.05em;
}

.side .has_submenu>a {
  position: relative;
  display: block;
}

.side .has_submenu>a:before {
  content: '\f054';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 1px;
  right: 20px;
  font-size: 12px;
}

.side .has_submenu div {
  top: 0;
  left: 100%;
  padding: 0;
  background: #fff;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15);
}

.side .has_submenu ul {
  padding: 10px 0 8px;
}

.side .has_submenu ul li {
  box-shadow: none;
  padding: 5px 20px;
}

.breadcrumb {
  background: #f2f2f2;
  font-size: 0.8rem;
}

.pagingwrap {
  border-top: 1px solid #e6e6e6
}

.page-link {
  color: #333;
  border-width: 2px;
  padding: 0;
  height: 32px;
  width: 32px;
  line-height: 28px;
  text-align: center;
  border-color: transparent;
  border-radius: 50%
}

.page-item+.page-item {
  margin-left: 5px
}

.page-item.active .page-link {
  color: #fff;
  background-color: #ff994a;
  border-color: transparent
}

.page-link:hover {
  color: #ff994a;
  background-color: #fff;
  border-color: #ff994a;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border-radius: 50%
}

.breadcrumbwrap {
  background: #f4f4f4
}

.breadcrumbwrap .breadcrumb {
  background: transparent;
  padding-left: 0;
  padding-right: 0
}

.pagetitle {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 24px;
  position: relative;
}

.pagetitle h1 {
  font-size: 1.5em;
  letter-spacing: 2px;
  display: inline-block;
  border-bottom: 1px solid #cb854d;
  margin-bottom: -1px;
  padding-bottom: 10px;
  font-weight: 400;
}

.pagetitle .date {
  letter-spacing: 0;
  display: block;
  font-weight: 100;
  opacity: .5
}

.pagetitle:after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #cb854d;
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.contact.lefticon li {
  margin-bottom: 0.5rem
}

.contact.lefticon i {
  font-size: 15px;
  text-align: center;
  color: #272727
}

.box {
  background: #fff;
  box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.2);
  padding: 10px 15px;
}

form .item {
  margin-bottom: 1rem
}

form .item input,
form .item select {
  width: 100%
}

.social_login .btn {
  width: 100%;
  text-transform: capitalize;
  color: #fff
}

.btn-facebook {
  background: #4267b2;
}

i.fa-facebook-f {
  width: 1em
}

.btn-facebook:hover {
  background: #1f4591;
}

.btn-google {
  background: #ea4335;
}

.btn-google:hover {
  background: #b22e22;
}

.btn-line {
  background: #4ecd00;
}

.btn-line:hover {
  background: #378b03;
}

.checkwrap,
.radiowrap {
  margin-bottom: 0;
  cursor: pointer
}

.checkwrap input,
.radiowrap input {
  position: absolute;
  visibility: hidden
}

.checkwrap input+span,
.radiowrap input+span {
  position: relative;
  display: block;
  padding-left: 36px;
  letter-spacing: 0
}

.checkwrap input+span:before,
.checkwrap input+span:after,
.radiowrap input+span:before,
.radiowrap input+span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0
}

.checkwrap input+span:before,
.radiowrap input+span:before {
  width: 22px;
  height: 22px;
  background: #f4f5fa;
}

.checkwrap input+span:after {
  border-bottom: 3px solid #272727;
  border-right: 3px solid #272727;
  width: 8px;
  height: 12px;
  transform: rotate(45deg);
  opacity: 0;
  transition: .1s linear all;
  left: 7px;
  top: 3px;
  border-radius: 3px;
}

.checkwrap input:checked+span:after,
.radiowrap input:checked+span:after {
  opacity: 1
}

.radiowrap input+span:before {
  border-radius: 50%
}

.radiowrap input+span:after {
  width: 10px;
  height: 10px;
  background: #272727;
  left: 6px;
  top: 6px;
  opacity: 0;
  border-radius: 50%
}

.memberlist .card {
  border-radius: 0;
  padding: 20px;
  text-align: center
}

.memberlist .card i {
  font-size: 48px;
  margin-bottom: 0.5rem;
  border-radius: 50%;
  line-height: 76px;
  color: #272727;
}

.memberlist .card a:hover i {
  background: #fff;
  color: #272727
}

.itemlist ul li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e6e6e6;
  padding: 0.5rem 0;
  margin-bottom: 0.5rem;
  align-items: center;
}

.links {
  min-width: 60px
}

.links>* {
  margin: 5px;
  background: transparent;
  border: 0
}

.gap {
  margin: 0 8px;
}

.cartitem {
  display: flex;
  flex-grow: 2;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap
}

.cartitem .thumb {
  width: 70px;
  float: left;
  margin-right: 10px
}

.cartitem .info {
  flex-basis: 100%;
  max-width: 100%;
  color: unset;
}

.cartitem .qtywrap {
  flex-basis: 100%;
  max-width: 100%;
}

.cartitem h5 {
  font-size: 1.125em
}

.cartitem+span {
  width: 100px;
  text-align: right
}

.qtywrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap
}

.qtybox {
  width: 140px
}

.qtybox * {
  vertical-align: middle
}

.qtybox input {
  width: 80px;
  text-align: center
}

.qtybox button {    
  border: 0;
  background: #dda97f;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  padding: 0;
  width: 18px;
  height: 18px;
  line-height: 18px;
}

.orderinfopage .qtybox {
  width: 100px
}

.totals {
  width: 280px;
  text-align: right;
  margin-right: 0;
  margin-left: auto
}

.totals li {
  overflow: hidden;
  margin-bottom: 0.25rem
}

.totals li span {
  float: left;
  max-width: 200px;
  text-align: left
}

.orderinfo li {
  margin-bottom: 1em;
}

#ap-module .price {
  line-height: 20px
}

.inlinecategories a+a {
  border-left: 2px solid #d2d2d2;
  padding-left: 12px;
  margin-left: 10px
}

.inlinecategories .active{
  color: #dda97f;
}

#modal-agree .modal-body {
  max-height: calc(100vh - 125px);
  overflow-y: scroll;
}

.thumbs {
  margin: 0 -4px;
}

.thumbs .item {
  padding: 8px 4px 0
}

.sort {
  display: flex;
  word-break: keep-all;
  font-size: 0.9rem;
  align-items: center;
}

.form-control {
  font-size: 0.9rem;
  border-radius: 0;
}

.form-control:focus {
  border-color: unset;
  box-shadow: unset;
}

.row.no-gutters {
  margin-right: -0.45rem;
  margin-left: -0.45rem;
}

.alert {
  font-size: 0.8rem;
  font-weight: 300;
}

.alert-success {
  color: #af9363;
  background-color: #f9f5ee;
  border-color: #f3ede3;
}

.alert-danger {
  background-color: #fdf3f4;
  border-color: #f9e4e6;
}

.close {
  font-size: 1rem;
  color: #606060;
}

.btnbox-fluid .btn {
  width: calc(50% - 5px);
}

.btnbox-fluid .btn:first-child {
  margin-right: 10px;
}

.navbar-toggler{
  padding-right: 2px;
}

@media (min-width:768px) {
  section:not(.slidersec) {
    padding: 45px 0
  }

  .box {
    padding: 20px 35px
  }

  .footer-title span.open {
    position: absolute;
    right: 0;
    top: 4px;
  }

  .links {
    font-size: 18px
  }

  .qtywrap {
    justify-content: space-around
  }

  .cartitem .thumb {
    width: 100px
  }

  .cartitem .info {
    flex-basis: 70%;
    max-width: 70%;
    padding-right: 15px
  }

  .cartitem .qtywrap {
    flex-basis: 30%;
    max-width: 30%
  }

  .navbar-nav .nav-link {
    font-size: 0.9em
  }
}

@media (min-width:992px) {
  .bigbanner .content {
    min-width: 370px;
    max-width: 370px;
    padding: 0 60px;
  }

  .footer-title {
    height: 50px
  }

  .withsidebar {
    padding-left: 280px;
    position: relative;
    min-height: calc(100vh - 130px);
  }

  .withsidebar .main {
    position: relative;
  }

  .withsidebar .main:before {
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    bottom: 0;
    width: 1px;
    background: #d2d2d2;
    z-index: 2
  }

  .side {
    position: absolute;
    left: 10px;
    top: 0;
    min-height: calc(100vh - 130px);
    width: 250px;
    font-size: 0.9rem;
  }

  .nav-item {
    margin-left: 10px;
  }
/*  .first-nav .sub_name,.first-nav .tw_name{
    height: 21px;
    line-height: 21px;
    display: block;
    transition: all .2s linear;
    text-align: center;
    font-family: 'Source Sans 3', sans-serif;
  }
  .first-nav .tw_name{
    opacity: 0;
  }
  .first-nav .sub_name{
    opacity: 1;
    margin-top: -21px;
    text-transform: uppercase;
  }
  .first-nav:hover .tw_name{
    opacity: 1;    
    color: #2e2e2e;
  }
  .first-nav:hover .sub_name{
    opacity: 0;
    color: #959391;
  }
}*/

@media (min-width:1200px) {
  .col-xl-p20 {
    flex-basis: 20%;
    max-width: 20%
  }

  .navbar-nav li:nth-of-type(n+10) {
    display: none
  }

  .mainslider,.mobslider {
    max-width: 1140px;
    margin: auto
  }

  .slidersec:before,
  .slidersec:after {
    content: '';
    background: rgba(255, 255, 255, 0.5);
    width: calc(50vw - 578px);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1
  }

  .slidersec:after {
    left: auto;
    right: 0
  }

  .mainslider .slick-prev.slick-arrow,.mobslider .slick-prev.slick-arrow {
    left: -20px
  }

  .mainslider .slick-next.slick-arrow,.mobslider .slick-next.slick-arrow{
    right: -20px
  }

  .footerwrap {
    padding-left: 135px;
    position: relative;
  }

  .footerwrap .logo img {
    max-height: 80px
  }
}

@media (min-width:1400px) {
  .navbar-nav li:nth-of-type(n+10) {
    display: block
  }

  .navbar-expand-lg .navbar-nav {
    justify-content: end;
    width: 100%
  }
}

@media (max-width:1199px) {
  .navbar-brand img {
    max-height: 60px
  }

  .navbar-nav li:nth-of-type(n+8) {
    display: none
  }
}

@media (max-width:991px) {
  .navbar-nav li:nth-of-type(n+8) {
    display: block
  }

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

  .product .hot img {
    max-width: 32px
  }
  .mainslider{
    display: none;
  }
  .mobslider{
    display: block;
  }
  .bigbanner h2 {
    font-size: 24px;
    line-height: 1em
  }

  .bigbanner .content {
    min-width: 100%;
    padding: 10px;
    text-align: center;
    /*background: rgba(255, 255, 255, 0.5);*/
  }

  .hoverbtn {
    opacity: 1
  }

  .toggleopen {
    position: relative;
    padding-right: 30px !important
  }

  .toggleopen:after {
    position: absolute;
    content: '\f0d7';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: 5px;
    top: 0;
    padding: 0.5rem;
    transition: .2s linear all
  }

  .toggleopen.opened:after {
    transform: rotate(180deg)
  }

  .inlinecategories {
    width: 100%;
    white-space: nowrap;
    overflow-y: scroll;
    margin-top: 1rem
  }
}

@media (max-width:767px) {
  body {
    font-size: 14px
  }

  .btn-primary {
    min-width: auto
  }

  .toplist li+li:before {
    top: 0
  }

  .topbar .container {
    justify-content: flex-end
  }

  .navbar-brand img {
    max-height: 40px
  }

  .slick-slider .product,
  .slick-slider .product.border {
    margin: 0 -15px
  }

  .itemlist ul li>*:first-child {
    width: 100%;
    margin-bottom: 0.5rem
  }

  .itemlist ul li {
    flex-wrap: wrap
  }

  .itemlist ul li .cartitem {
    width: calc(100% - 45px);
    padding-right: 10px;
    border-right: 1px dashed #e1e1e1;
  }

  .cartitem .qtywrap {
    margin-top: 5px
  }

  .cartitem+span {
    width: 60px
  }

  .checkoutpage .itemlist ul li .cartitem,
  .box .itemlist ul li .cartitem {
    width: calc(100% - 80px);
    margin-right: 10px
  }

  .wishlist.itemlist ul li .cartitem {
    width: 100%;
    border-right: 0;
    padding-right: 0
  }

  .memberlist .card i {
    font-size: 32px;
    width: 60px;
    height: 60px;
    line-height: 56px;
  }
}

@media (max-width:479px) {
  .box {
    box-shadow: none;
    padding: 0
  }

  .sectitle h2 {
    font-size: 20px
  }

  .news .card-body {
    padding: 0 0 1rem
  }
}

@-webkit-keyframes textjump {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  20% {
    -webkit-transform: translate(0, -4px);
    transform: translate(0, -4px);
  }

  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes textjump {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  20% {
    -webkit-transform: translate(0, -4px);
    transform: translate(0, -4px);
  }

  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

#iebox {
  display: none;
  position: fixed;
  width: 100%;
  background: #333;
  color: #fff;
  text-align: center;
  padding: 20px 30px;
  left: 0;
  bottom: 0;
  z-index: 99999
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .brands .populars .popular .popular-img img {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
  }

  .fs_obj,
  .fs_obj .caption1,
  .fs_obj .caption2 {
    width: 100% !important
  }

  #iebox {
    display: block
  }
}

[v-cloak] {
  display: none;
}

.pagination{
  justify-content: flex-end;
  margin-top: 1em;
  flex-wrap: wrap;
}
.pagination li{
  border: 1px solid #eaeaea;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4px;
  font-size: 14px;
  transition: all .3s ease-in-out;
}
.pagination li.active{
  border-color: #cb854d;
  color: #cb854d;
}
.pagination li:hover{
  border-color: #cb854d;
}
.pagination li:hover a{
  color: #cb854d;
}
.pagination li a{
  color: #9d9d9d;
  font-size: 14px;
  transition: all .3s ease-in-out;
}
.pagination li a,.pagination li span{    
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

[v-cloak] {
  display: none;
}

.bg-main{
  color:#cb854d;
}

.box-img{
  position: relative;
  background-repeat:no-repeat;
  background-position: center;
  background-size: contain;
  
}
.box-img::before{
  content:'';
  display: block;
  padding-bottom:100%;
}

