@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:400,700&display=swap&subset=chinese-traditional');
body{
    font-family: 'Noto Sans TC', sans-serif;
    color: #707070;
    font-size: 15px;
}
/* @media (min-width: 768px){
    .container {
        width: 768px;
    }
}
@media (min-width: 992px){
    .container {
        width: 992px;
    }
} */
/* @media (max-width: 1200px){
    .container {
        width: 100%;
    }
} */
@media (min-width: 1350px){
    .top-bar .container, .menu-container, .breadcum .container {
        width: 1350px;
    }
}

.disable-select {
    -webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;
  }
.spacer1{
    height: 10px;
}
.spacer2{
    height: 20px;
}
.spacer3{
    height: 30px;
}
.logo-column{
    float: left;
    width: 27%;
}
.banners-column{
    /* float: left; */
    width: 100%; 
}
#overlay{
    background: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    transition: 0.5s;
    overflow-x: hidden;
    display: none;
}
#popup-search{
    max-width: 320px;
    width: 100%;
    height: 50px;
    background: #fff;
    position: absolute;
    top:0;
    /* left: 0; */
    right: 0;
    bottom: 0;
    z-index: 99999;
    padding-left: 50px;
    padding-right: 50px;
    display: none;
}
.popup-search-close{
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    outline: 0;
    border: 0;
}
.popup-search-close .fa,.popup-search-submit .fa{
    font-size: 25px;
}
.popup-search-submit{
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    outline: 0;
    border: 0;
}
.popup-search-input{
    width: 100%;
    height: 100%;
    outline: 0;
    border: 0;
    font-size: 18px;
}
#open-popup-search{
    float: right;
    outline: 0;
    border: 0;
    background: none;
    font-size: 25px;
    margin-top: 5px;
}

.menu-container{
    position: relative;
    margin: auto;
}
.menu-spacer{
    height: 78px;
}
#main-menu>li>a,
#sub-menu>li>a {
    padding: 15px 15px;
}
#main-menu a,
#sub-menu a{
    font-size: 13px;
}
/* *{
    transition: all 0.5s ease;
} */
.general-error{
    color: red;
}
#loading{
    height:100%;
    width:100%;
    position:fixed;
    left:0;
    top:0;
    z-index:999999 !important;
    background:rgba(0,0,0,0.3);
    display: none;
}
.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    position: absolute;
    top:0;
    bottom:0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
  }
  .lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
  }
  .lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
  }
  .lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
  }
  @keyframes lds-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

  
.navbar-default {
    background-color: #ffffff; 
    border: 0;
    /* border-bottom: 1px solid #E0E0E0; */
}
.top-bar{
    padding: 0 50px;
    /* border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0; */
}
.fa-lg{
    font-size: 1.5em;
}
.icon{
    height: 1em;
}
.icon-lg{
    height: 1.5em;
}
.icon-2x{
    height: 2em;
}
#logo{
    display: inline-block;
    padding: 5px 10px;
    margin-left: 70px;
}

#logo img,#logo .img-md{
    height: 40px;
}
#logo .img-lg{
    height: 55px;
}
.nav li a{
    height: 100%;
    display:flex;
    align-items: center;
}
.nav.nav-md li{
    height: 50px;
}
.nav.nav-lg li{
    height: 65px;
}
.nav.nav-lg~#popup-search{
    margin-top: 6px;
}
.nav.nav-lg~#open-popup-search{
    margin-top: 12px;
}
.tags .active{
    border-bottom:2px solid; 
}
@media (min-width: 768px){
    .float-md-left{
        float:left;
    }
    .float-md-right{
        float: right;
    }
}


.found-title{
    margin-bottom: 25px;
    font-size: 20px;
    text-align: center;
}
.navbar{
    margin-bottom: 0;
}
.navbar-brand {
    height: auto;
}
.menu{
    list-style: none;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 0;
}
.menu li a:hover,.menu li a.active{
    color: #fff;
}
.menu li{ 
    float: left;
}
.menu a{
   text-decoration: none; 
    color: #707070;
    display: block;
    padding: 12px 18px;
    font-weight: bold;
}
.handle-bar{
    display: flex;
    justify-content: center;
}
.tags{
    list-style: none;
    padding: 0;
    margin: 10px 0 20px;
    /* height: 37px; */
    overflow: hidden;
}
.tags.open{
    height: auto;
}
.tags li{
    display: inline-block;
    padding: 5px 25px;
}
.tags li a{
   text-decoration: none;
   color: inherit;
   font-size: 15px;
}
.langs{
    list-style: none;
    /* float: left; */
    padding: 14.5px 15px;
    border-left: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    margin: 0;
}
.langs .active a{
    font-weight: 700;
    color: rgb(75, 75, 75);
}
.langs li{
    display: inline-block;
}
.langs li+li{
    border-left: 1px solid #707070;;
}
.langs a{
    text-decoration: none;
    color: #707070;
    padding: 5px 10px;
}
#search-form{
    border-radius: 9px;
    -webkit-box-shadow: -1px -1px 4px 1px rgba(189,187,189,0.9);
    -moz-box-shadow:-1px -1px 4px 1px rgba(189,187,189,0.9);
    box-shadow: -1px -1px 4px 1px rgba(189,187,189,0.9);
    padding: 0;
    margin: 0;
    overflow: hidden;
    width: 300px;
    margin-top: 8px;
    display: none;
}

#search-form .search-box,#search-form .search-box:focus{
    border: 0;
    outline: 0;
}
#search-form .search-box{
    width: 100%;
    height: 100%;
    padding: 0px 10px;
}
.search-box-container{
    overflow: hidden;
    height: 35px;
}
#search-form  button{
    width: 45px;
    height: 35px;
    border-radius: 0;
    border: 0;
    font-size: 18px;
    padding: 0;
    color: #fff;
    /* background: #f0ebe7 url('../img/search.png') no-repeat center; */
    float: right;
}
.slide{
    background: #f5f5f5;
    height: 240px;
    margin-bottom: 30px;
}
.embed-responsive-1by1{
    padding-bottom: 100%;
}
.products{
    list-style: none;
    padding: 0;
}
.banner-slider{
    list-style: none;
    padding: 0;
}

.banner{
    padding-bottom: 23.43%;
}
.bx-viewport{
    cursor: pointer;
}
.banner-slider{
    margin-bottom: 0;
}
.banner-slider .slick-prev {
    left: 30px !important;
    z-index: 99;
}
.banner-slider .slick-next {
    right: 30px !important;
    z-index: 99;
}
#product-sliders .slick-prev {
    left: 15px !important;
    z-index: 99;
}
#product-sliders .slick-next {
    right: 15px !important;
    z-index: 99;
}
#product-sliders .slick-prev:before, #product-sliders .slick-next:before {
    font-size: 30px;
}
#product-sliders .slick-prev,#product-sliders .slick-next {
    width: 28px;
    height: 28px;
}
#product-sliders{
    padding: 0;
}
.banner-slider .slick-prev {
    left: 15px !important;
    z-index: 99;
}
.banner-slider .slick-next {
    right: 15px !important;
    z-index: 99;
}
.banner-slider .slick-prev:before, .banner-slider .slick-next:before {
    font-size: 30px;
}
.banner-slider .slick-prev,.banner-slider .slick-next {
    width: 28px;
    height: 28px;
}
.breadcum{
    font-size: 19px;
}
.breadcum a{
    font-size: 19px;
    font-weight: 500;
}
.breadcum a,.breadcum a:hover,.breadcum a:focus{
    color: #707070;
    text-decoration: none;
}
.breadcum{
    padding: 15px 0;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 40px;
}
.breadcum  span{
    margin: 0 5px;
}
label.error{
    color: red;
    margin-top: 5px;
    font-weight: normal;
}
label.delivery_method
{
    font-weight: 500;
}
.new{
    opacity: 0.5;
    position: relative;
    height: 150px;
    width: 150px;
    z-index: 100;
}
.aspect-fill{
    position: absolute;
    left:-10000%; right: -10000%; 
    top: -10000%; bottom: -10000%;
    margin: auto auto;
    min-width: 1000%;
    min-height: 1000%;
    -webkit-transform:scale(0.1);
    transform: scale(0.1);
}
.sale-label{
    position: absolute;
    left: 0;
    top: 0;
    height: 30px;
    line-height: 30px;
    color: #fff;
    padding: 0px 15px;
}
.limited-time-label{
    position: absolute;
    right: 0;
    bottom: 0;
    height: 36px;
    line-height: 36px;
    color: #fff;
    padding: 0px 11px;
}
.cart-num{
    display: inline-block;
    background: #707070;
    color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    text-align: center;
    line-height: 15px;
    font-size: 10px;
}
.promotion-msg-container{
    overflow: hidden;
}
.promotion-msg {
    white-space: nowrap; 
    /* min-width: 100%; */
    text-align: left;
    -moz-animation: scroll-right 15s linear infinite;
    -webkit-animation: scroll-right 15s linear infinite;
    animation: scroll-right 15s linear infinite;
}
.promotion-msg-slow {
    white-space: nowrap; 
    /* min-width: 100%; */
    text-align: center;
}
.row:before, .row:after {display: none !important;}
@media (max-width:1199px){
    .promotion-msg-slow {
        text-align: left;
        -moz-animation: scroll-right 30s linear infinite;
        -webkit-animation: scroll-right 30s linear infinite;
        animation: scroll-right 30s linear infinite;
    }
}
@keyframes scroll-right {
    0%   { 
        -moz-transform: translateX(100%); 
        -webkit-transform: translateX(100%);
        transform: translateX(100%); 
    }
    100% { 
        -moz-transform: translateX(-100%); 
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%); 	
    }
}
.function-menu{
    /* float: right; */
    list-style: none;
    padding: 11px 0;
    margin: 0;
}
.function-menu li{
    float: left;
    margin: 0 18px;
}
.function-menu li a{
    text-decoration: none;
    color: #707070;
    font-size:17px;
}
.function-menu li a:hover,.function-menu li a:focus{
    text-decoration: none;
}
.function-menu *{
    vertical-align: middle;
}
.products li{
    margin-bottom: 30px;
}
.products .product-meta{
    text-align: center;
}
.products .product-name{
    /* margin-top: 24px;
    margin-bottom: 0.25em; */
}
.products .product-name a{
    color: inherit;
    /* height: 21px; */
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    overflow: hidden;
    padding: 0 10px;
    display: block;
}
.product-detail{
    /* display: flex;   */
    align-items: center;
}

.product-name{
    /* font-weight: 600; */
}

.product-detail .product-name{
    font-size: 32px;
    font-weight: 700;
    line-height: inherit;
}
.products .product-package{
    text-align: center;
    margin-top: 0.5rem;
    /* height: 120px; */
    /* text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; */
}
.product-detail .product-package{
    font-size: 19px;
    color: #a0a0a0;
    margin-top: 12px;
    margin-bottom: 12px;
}
.product-detail .product-price{
    font-size: 19px;
    font-weight: 700;
    margin-top: 15px;
}
.inform-product{
    color: #a0a0a0;
    font-size: 14px;
}
.add-to-cart-with-number{
    margin-top: 12px;
    margin-bottom: 12px;
}
.add-to-cart-with-number > *{
    vertical-align: middle;
}
.add-to-cart-with-number input{
    outline: 0;
    border: 0;
    display: inline-block;
}
.add-to-cart-with-number.add-to-cart{
    line-height: 33px;
    padding: 0px 20px;
}
.product-detail-container{
    padding-left: 50px;
    padding-right: 50px;
}
.products .product-price{
    margin-top: 25px;
    font-weight: bold;
}
.product-message{
    height: 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.products .product-message{
    text-align: center;
}
.product-message *{
    vertical-align: middle;
}
.product-message .fa{
    color: green;
    margin-right: 3px;
    font-size: 18px;
}
.flash{
    display: none;
}
.add-to-cart{
    padding: 0px 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 24px;
    border: solid 1px;
    cursor: pointer;
    display: inline-block;
}
.add-cart-qty{
    width: 20px;
    background: transparent;
    text-align: center;
    height: 30px;
}
.qty-changer{
    display: inline-block;
    width: 9px;
    margin-left: 5px;
    margin-right: 5px;
}
.add-qty{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 8.7px 5px;
    border-color: transparent transparent #007bff transparent;
    margin-bottom: 3px;    
}
.remove-qty{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8.7px 5px 0 5px;
    border-color: #007bff transparent transparent transparent;
}

footer{
    border-top: 1px solid #707070;
    padding: 30px 0;
    margin-top: 50px;
}
.footer-menu{
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-menu li{
   float: left;
   margin: 0 15px;
}
.footer-menu a{
   text-decoration: none;
   color: inherit;
 }
 .social-medias{
     list-style: none;
     float: right;
 }
 .social-medias li{
     float: left;
     margin: 0 10px;
 }
 .social-medias li img{
    width: 36px;
}

.product-errors{
    list-style:none;
    padding: 0;
}
.cart-qty:focus{
    outline: 0;
}
.cart-qty{
    width: 50px;
    height: 30px;
    margin: 0 5px;
    text-align: center;
    border-radius: 15px;
    border: 1px solid #707070;
}
.cart-qty-changer{
    cursor: pointer;
    font-size: 30px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Safari */
    -khtml-user-select: none;    /* Konqueror HTML */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;        
}
.cart-qty-add{
    float: right;
}
.cart-qty-minus{
    float: left;
}
.cart-qty-container{
    display: inline-block;
    width: 120px;
}
#cart-table{
    font-size: 15px;
}
#cart-table th{
    color: #fff;
    font-weight: normal;
}
#cart-table td{
    padding: 20px 10px;
}
/* #cart-table th:nth-child(1){
    width: 500px;
}
#cart-table th:nth-child(2){
    width: 100px;
} */
/* #cart-table th:nth-child(3){
    width: 100px;
} */
#cart-table th:nth-child(1),#cart-table td:nth-child(1){
    display: none;
}

#cart-table th:nth-child(4){
    width: 150px;
}
#cart-table th:nth-child(5){
    width: 150px;
}
.product_id-selector,.product-image-container,.product-name-container{
    float: left;
}
.product-name-container a{
    color: #707070;
}
.product_id-selector{
    font-size: 20px;
}
.option-image-container{
    height: 35px;
}
.option-image-container img{
    height: 100%;
}
.product-image-container{
    width: 70px;
    margin: 0 15px;
    flex-shrink: 0;
}
.product-errors{
    color: red;
}
.payment-result{
    display: inline-block;
   
}
.payment-result-table{
    text-align: left;
}
.payment-result-table th,.payment-result-table td{
    padding: 5px;
}
.load-more-btn:focus{
    outline: 0;
}
.load-more-btn{
    cursor: pointer;
    color: #fff;
    width: 200px;
    padding: 10px;
    border-radius: 25px;
    text-align: center;
    display: inline-block;
    font-size:20px;
    border: 0;
}
.load-more-container{
    text-align: center;
}
.form-control{
  height: 40px;
  border-radius: 4px;
  border: solid 1px #e0e0e0;
  box-shadow: none;
}
.form-control:focus {
    border: solid 1px #e0e0e0;
    outline: 0;
    box-shadow: none;
}
.button{
    height: 40px;
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
    border: 0;
}
.button:focus{
   outline: 0;
}
.button.block{
    width: 100%;
}
a.button{
    text-align: center;
    line-height: 40px;
    display: inline-block;
}
a.button.inline{
    padding: 0 25px;
}
a.button:hover,a.button{
    color: #fff;
    text-decoration: none;
}
a.button.block{
    display: block;
}
.button.inverse{
    background-color: #fff;
}
.button.outline{
    background-color: transparent;
}
.button:disabled{
    background-color: #a0a0a0;
}
.button.inverse:disabled{
    background-color: #fff;
    border: 1px solid #a0a0a0;
}
.form{
    background: #fff;
    max-width: 300px;
    margin: 30px auto;
}
.form .form-group{
    margin-left: 0;
    margin-right: 0;
}
.cart-function-bar{
    padding: 5px 0;
}
.cart-function-bar-btns{
    float: left;
}
.cart-function-bar .button.edit{
    width: 64px;
    height: 35px;
    font-style: 17px;
    float: right;
}
#check-all-container{
    float: left;
    cursor: pointer;
    margin-bottom: 0;
    margin-top: 3px;
    /* display: none; */
}
#delete-all{
    float: left;
    margin-left: 20px;
    margin-top: 3px;
    color: #d1d1d1;
    /* display: none; */
}
#delete-all.active{
    color: #707070;
    cursor: pointer;
}
/* #delete-all.editing,#check-all-container.editing{
    display: block;
} */
.product-back{
    color: #707070;
    font-size:20px;
    text-decoration: none;
    display: inline-block;
}
.product-back:hover,.product-back:focus{
    text-decoration: none;
}
#check-all{
    margin-top: 0;
    margin-bottom: 4px;
}
.cart-function-bar *{
    font-size: 17px;
    font-weight: 500;
    vertical-align: middle;
}
.cart-function-bar span{
    margin-left: 5px;
}
#total-summary{
    margin-top: 40px;
}
.cart-box,.form-box {
    border: 1px solid #e0e0e0;
}
.cart-box .caption,.form-box .caption{
    padding: 10px 12px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}
#total-summary  td, .cart-summary  td{
    padding: 5px 10px;
}
#total-summary td:nth-child(2), .cart-summary td:nth-child(2){
    width: 100px;
}
#total-summary  .content, .cart-summary  .content, .form-box .content{
    padding: 10px;
}
#total-summary .column1, .cart-summary .column1{
   overflow: hidden;
   padding: 5px 0;
}
#total-summary .column2, .cart-summary .column2{
    float: right;
    width: 100px;
    padding: 5px 0;
}
#total-summary .spacer, .cart-summary .spacer{
    height: 1px;
    background: #707070;
}
.price-container.important, .column1.important{
    color: #ff0000;
    font-weight: bold;
    padding: 10px 0 !important;
}
.cart-box{
    margin-bottom: 20px;
}
.declare{
  font-weight: bold;
  /* color: #ff0000; */
  margin-bottom: 15px;
}
.declare label{
    font-weight: normal;
}
.declare input{
    margin-right: 5px;
    font-weight: normal;
}
.declare a{
    text-decoration: underline;
    color: #707070;
}
.cart-remark{
  margin-bottom: 15px;
}
.cart-subbmit-btn{
    height: 50px;
    font-size: 15px;
    margin-bottom: 15px;
}
.confirm_t_and_c a{
    text-decoration: underline;
    color: #707070;
}
.sub-total-price-container{
    font-weight: bold;
}
.payment-methods{
    padding: 0;
    list-style: none;
}
.payment-methods label{
    margin: 0;
}
.payment-methods  li{
    margin: 15px 0;
    padding: 0 15px;
}
.payment-methods label img{
    max-height:40px;
    max-width: 130px;
    margin-left: 10px;
}
.payment-desc{
    padding: 10px 15px 10px 20px;
}
#delivery-info, .cart-summary .content{
    padding: 5px;
}
#delivery-info table, .cart-summary table{
    width: 100%;
}
#delivery-info td:first-child, .cart-summary td:first-child{
    width: 130px;
}
#delivery-info  td, .cart-summary  td{
    padding: 10px 5px;
}

/* #delivery-info .form-control{
    width: 100%;
} */
/* #delivery-info .input:focus{
    outline: 0;
} */
.product-description{
    margin-top: 20px;
    line-height: 1.6;
}
a.cart-subbmit-btn{
    line-height: 51px;
}
/* #view-more-tags-container{
    width: 50px;
    height: 50px;
    flex-shrink: 0;
} */
#view-more-tags{
    width: 37px;
    height: 37px;
    display: none;
    flex-shrink: 0;
    cursor: pointer;
    font-size: 20px;
    background: none;
    margin-top: 10px;
    text-align: center;
}
#view-more-tags:focus{
   outline: 0;
}
.tags.full li{
    display: block;
    /* width: 50%; */
    float: left;
}
.page-title{
    font-size: 25px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}
.page-title.no-top{
    margin-top: 0;
}
.side-menu{
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}
.side-menu li{
    border-bottom: 1px solid #707070;
}
.side-menu a{
    text-decoration: none;
    color: #707070;
    display: block;
    padding: 10px 5px;
}
.side-menu li:hover a,
.side-menu li.active a{
    background: #cfcfcf;
    color: #fff;
}
.section-title{
    font-size: 25px;
}
.deliery-info{
    line-height: 1.6;
}
.deliery-info .row{
    margin-top: 15px;
    margin-bottom: 15px;
}
.order-product-list td:nth-child(1){
    /* width: 10%; */
}
.product-img{
    max-width: 100px;
}
.rightTop{
    position: absolute;
    top: 0;
    left: 0;
}
.product-message-container .product-img{
    margin: 20px 0px;
    max-width: 100%;
}
.order-product-list thead td,.order-list thead th,.attachment-list thead td{
    color: #fff;
}

.order-product-list .product-image-container{
    margin: 0 15px 0 0;
}
.section-title.products{
    margin-top: 30px;
}
.section{
    margin-bottom: 30px;
}
.editor{
    line-height: 1.7;
}
.editor p{
    margin-bottom: 15px;
}
.editor h3{
    margin-top: 30px;
}
.product-imgs{
    margin: 5px 0 15px;
    list-style: none;
    padding: 0;
}
.product-imgs li{
    padding: 0;
}
.product-thumb-image-container{
    border: 3px solid transparent;
    cursor: pointer;
}
.product-tags{
    list-style: none;
    padding: 0;
    margin: 15px -5px;
}
.product-tags li{
    float: left;
    margin: 5px 5px;
}
.product-tags a{
    text-decoration: none;
    font-size: 14px;
    color: #707070;
}

.cart-btn *{
    vertical-align: middle;
}
.cart-btn .fa{
    font-size: 32px;
    cursor: pointer;
    display: none;
}
.cart-func-btn, .func-btn{
    color: #fff;
    display: inline-block;
    /* width: 140px; */
    border-radius: 30px;
    overflow: hidden;
    text-align: center;
    margin: 0 5px;
    height: 38px;
}
.func-btn:hover,.func-btn:hover,.func-btn:focus{
    text-decoration: none;
}
.cart-func-text, .func-text{
    padding: 7.5px 26px;
    cursor: pointer;
}
.cart-func-qty{
   outline: 0;
   border: 0;
   width: 30px;
   height: 36px;
   text-align: center;
   display: none; 
}
.cart-func-qty::-webkit-outer-spin-button,
.cart-func-qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cart-func-qty {
  -moz-appearance: textfield;
}
.cart-btn.active .fa{
    display: inline-block;
}
.cart-btn.active .cart-func-text{
    display: none;
}
.cart-btn.active .cart-func-qty{
    display: inline-block;
}
.product-detail-cart-btn-container{
    margin-top: 15px;
}
.other{
    
}
.other label{
    font-weight: normal;
}
.other label input{
    margin-right: 5px;
}
.payment_method_other{
    
}
.other-table{
    width: 100%;
}
.other-table td:first-child{
    width: 100px;
}
.other-table td{
    padding: 5px 0;
}
.other-content{
    padding-left:20px !important;
}
.other-content-row{
    display: none;
}
.section-title{
    text-align: center;
    margin-top: 100px;
    margin-bottom: 50px;
}
#back-to-top{
    position: fixed;
    bottom: 100px;
    right: 30px;
    font-size: 50px;
    cursor: pointer;
    display: none;
}
.load-more-loader{
    text-align: center;
    display: none;
}
.payment-method-selection-error{
    padding: 0 15px;
}
.other-payment-method{
    font-weight: normal;
}
.other-payment-method input{
    margin-right: 8px; 
}
.box-frame{
    border: 1px solid #E0E0E0;
    margin-top: 50px;
    padding: 30px;
}
.box-frame .page-title{
    margin: 20px 0;
}
.upload-link{
    margin-left: 10px;
}
.receipt-remark{
    font-weight: bold;
}
.box-frame-spacer{
    height: 1px;
    background: #E0E0E0;
    margin: 25px 0;
}
.attachment-detail{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    z-index: 9;
    color: #fff;
}
.upload-attachments{
    padding: 15px;
}
.button.pill{
    border-radius: 30px;
}
.button.general{
    padding-left: 15px;
    padding-right: 15px;
}
.table-head .product-list-cell{
    padding: 8px;
}
.table-body .product-list-cell{
    padding: 20px 10px;
}
.table-label{
    float: left;
    display: none;
}
.order-product-list{
    width: 100%;
}
.order-product-list td{
    padding: 10px;
}
.order-product-list tbody td{
    border-bottom: 1px solid #E0E0E0;
}
.order-summary-m{
    display: none;
}
.attachment-list{
    
}

.navbar{
    border-radius: 0 !important;
}

.embed-responsive.banner2{
    height: auto;
}

.sticky-top{
    position: sticky;
    top: 0;
    z-index: 9999;
}
.fixed-top{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.error{
    color: red;
    margin-top: 5px;
    font-weight: normal;
}

.parallax-section{
    min-height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.parallax-section>.container{
    padding-top: 100px;
    padding-bottom: 100px;
    min-height: 100vh;
}
.parallax-section.img-left{
    background-position: left;
}
.parallax-section.img-right{
    background-position: right;
}
.parallax-section.img-center{
    background-position: center;
}
.parallax-section .text-x-left{
    justify-content: flex-start;
}
.parallax-section .text-x-right{
    justify-content: flex-end;
}
.parallax-section .text-x-center{
    justify-content: center;
}
.parallax-section .text-y-top{
    align-items: flex-start;
}
.parallax-section .text-y-bottom{
    align-items: flex-end;
}
.parallax-section .text-y-center{
    align-items: center;
}
.parallax-subtitle{
    font-size: 1.75rem;
    /* text-transform: uppercase; */
}
.parallax-title{
    font-weight: bold;
    font-size: 5rem;
    margin: 15px 0 25px;
    /* text-transform: uppercase; */
}
.parallax-description{
    max-width: 576px;
    margin-bottom: 4rem;
}
.parallax-btn{
    cursor: pointer;
    min-width: 120px;
    padding: 1rem;
    border: 2px solid #FFF;
    color: #FFF;
    text-transform: uppercase;
}
.parallax-btn:hover,
.parallax-btn:focus{
    color: #FFF;
    text-decoration: none;
}

.mfp-wrap{
    z-index: 999999!important;
}
.mfp-bg{
    z-index: 999999!important;
}

.object-fit-cover{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.object-fit-contain{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.modal{
    z-index: 99999;
}

.modal.show,.modal.fade.in{
    background: rgba(0,0,0,0.5);
}

.box-shadow-0{
    box-shadow: none;
}

.payment_icon{
    height: 40px;
    width: 40px;
    object-fit: contain;
}

.fz-xs{
    font-size: 11px;
}
.fz-lg{
    font-size: 1.8rem;
}

.word-break-all{
    word-break:break-all;
}

.order-qr_code{
    max-width: 300px;
}

.brands{
    list-style: none;
    display: inline-block;
    margin: 15px 0;
    padding: 0;
}
.brands li{
    display: inline-block;
}
.brands li img{
    height: 65px;
    max-width: 100%;
}
.brands li{
    padding: 0;
    font-size: 20px;
}
.brands li a,
.brands li a:hover{
    text-decoration: none;
}
.brands li .text-logo{
    padding: 0 10px;
}
.brands-container{
    text-align: center;
}
.brands li img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.brands li.active img,.brands li:hover img{
    filter: none;
    -webkit-filter: none;
}
.embed-responsive-64by15{
    padding-bottom:30%;
}

.overflow-hidden{
    overflow:hidden;
}
.text-overflow{
    text-overflow: ellipsis;
}
.cursor-pointer{
    cursor:pointer;
}
.font-weight-semibold{
    font-weight: 600;
}
.icon-button{
    cursor: pointer;
    font-size: 25px;
    user-select: none;
    display: block;
    flex-shrink: 0;
}
.number-input-container{
    display:flex;
    align-items: center;
}
.number-input-container .btn-minus,.number-input-container .btn-add{
    cursor: pointer;
    font-size: 30px;
    user-select: none;
    display: block;
    flex-shrink: 0;
}
.number-input-container input::-webkit-outer-spin-button,
.number-input-container input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.number-input-container input:focus{
    outline: none;
}
.number-input-container input{
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    /* width: 50px; */
    height: 30px;
    margin: 0 5px;
    text-align: center;
    border-radius: 15px;
    border: 1px solid #707070;
    flex-grow: 1;
}

.section-select-row:not(:last-child){
    margin-bottom: 1em;
}

.package-option-list{
    padding-left: 1.5em;
    list-style-type: square;
}