html {font-size: 0.875rem;}

body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {font-size: 1rem;}

hr.new5 {border: 10px solid green;border-radius: 5px;}

/*.mean-container .mean-bar:after{
  content:"選單"
}*/

/*page-wrapper product*/
.product-item:hover .img-pri {opacity: 0;}
.product-list-item:hover .img-pri{opacity: 0;}
.product-item-3 .product-thumb {
  height: calc(100vw - 32px);
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-background-color: rgba(0, 0, 0, 0.15);
}

@media (min-width: 479px) {
  .product-item-3 .product-thumb {
    height: calc(45vw - 32px);
  }
}

@media (min-width: 576px) {
  .product-item-3 .product-thumb {
    height: calc(45vw - 32px);
  }
}

@media (min-width: 768px) {
  .product-item-3 .product-thumb {
    height: calc(33vw - 32px);
  }
}

@media (min-width: 992px) {
  .product-item-3 .product-thumb {
    height: 270px;
  }
}

.product-item .product-thumb {
  height: calc(100vw - 32px);
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-background-color: rgba(0, 0, 0, 0.15);
}

@media (min-width: 479px) {
  .product-item .product-thumb {
    height: auto;
  }
}

@media (min-width: 576px) {
  .product-item .product-thumb {
    height: calc(45vw - 32px);
  }
}

@media (min-width: 768px) {
  .product-item .product-thumb {
    height: calc(33vw - 32px);
  }
}

@media (min-width: 992px) {
  .product-item .product-thumb {
    height: 270px;
  }
}
/*lastest product*/
.product-item-5 .product-thumb {
  height: calc(100vw - 32px);
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-background-color: rgba(0, 0, 0, 0.15);
}

@media (min-width: 479px) {
  .product-item-5 .product-thumb {
    height: calc(45vw - 32px);
  }
}

@media (min-width: 576px) {
  .product-item-5 .product-thumb {
    height: calc(45vw - 32px);
  }
}

@media (min-width: 768px) {
  .product-item-5 .product-thumb {
    height: calc(33vw - 32px);
  }
}

@media (min-width: 992px) {
  .product-item-5 .product-thumb {
    height: calc(20vw - 32px);
  }
}

@media (min-width: 1200px) {
  .product-item-5 .product-thumb {
    height: 210px;
  }
}

/*buy button hover effect*/
.action_link {
  transform: all 0.3s ease;
}

.action_link:hover,
.action_link:focus,
.action_link:focus-visible,
.action_link:focus-within,
.action_link:target {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
  -moz-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
  -ms-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
  -o-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

.product-details-des .active {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
  -moz-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
  -ms-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
  -o-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

.share-icon a:hover {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
  -moz-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
  -ms-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
  -o-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

.slider-wrapper-area .hero__1 .single-slider {
  height: 212px;
}

.slider-wrapper-area .hero__1 .single-slider .slider-main-content {
  height: 212px;
}

.btn-gray {
  color: #fff;
  background: #444444 linear-gradient(180deg, #6b6b6b, #444444) repeat-x;
  border-color: #444444;
}

.btn-gray:hover {
  color: #fff;
  background: #3d3d3d linear-gradient(180deg, #444444, #3d3d3d) repeat-x;
  border-color: #3d3d3d;
}

.btn-gray:focus,
.btn-gray.focus {
  color: #fff;
  background: #444444 linear-gradient(180deg, #3d3d3d, #444444, ) repeat-x;
  border-color: #3d3d3d;
  box-shadow: 0 0 0 0.2rem rgba(161, 144, 143, 0.5);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(161, 144, 143, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(161, 144, 143, 0.5);
  -ms-box-shadow: 0 0 0 0.2rem rgba(161, 144, 143, 0.5);
  -o-box-shadow: 0 0 0 0.2rem rgba(161, 144, 143, 0.5);
}

.btn-gray.disabled,
.btn-gray:disabled {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
  background-image: none;
}

.btn-gray:not(:disabled):not(.disabled):active,
.btn-gray:not(:disabled):not(.disabled).active,
.show>.btn-gray.dropdown-toggle {
  color: #fff;
  background-color: #808080;
  background-image: none;
  border-color: #ccc;
}

.btn-gray:not(:disabled):not(.disabled):active:focus,
.btn-gray:not(:disabled):not(.disabled).active:focus,
.show>.btn-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(161, 144, 143, 0.5);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(161, 144, 143, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(161, 144, 143, 0.5);
  -ms-box-shadow: 0 0 0 0.2rem rgba(161, 144, 143, 0.5);
  -o-box-shadow: 0 0 0 0.2rem rgba(161, 144, 143, 0.5);
}

.text-main{
  color:#d8373e;
}

.link-main {
  color:#d8373e;
  text-decoration: none;
  cursor: pointer;
}
.link-main:hover,.link-main:focus,.link-main:focus-within,.link-main:active,.link-main:focus-visible {
  color:#b8242a;
  text-decoration: underline;
}
.main-header-wrapper.bdr-bottom1{
  box-shadow: 0 7px 8px -8px #404040;
  -webkit-box-shadow: 0 7px 8px -8px #404040;
  -moz-box-shadow: 0 7px 8px -8px #404040;
  -ms-box-shadow: 0 7px 8px -8px #404040;
  -o-box-shadow: 0 7px 8px -8px #404040;
}
.slight-shadow{
  box-shadow: 0 2px 8px 2px #dfdfdf;
  -webkit-box-shadow: 0 2px 8px 2px #dfdfdf;
  -moz-box-shadow: 0 2px 8px 2px #dfdfdf;
  -ms-box-shadow: 0 2px 8px 2px #dfdfdf;
  -o-box-shadow: 0 2px 8px 2px #dfdfdf;
}
.shop-product-wrap.list .product-list-content{
  padding-left:1rem;
}
.brand-logo>a>img{
  max-height: 120px;
  height: auto;
}
.white-space{
  white-space:break-spaces;
}

.btnIcon {
  cursor: pointer;
}
#toast {
    position: fixed;
    margin: 1.5rem;
    bottom: 0;
    right: 0;
    pointer-events: none;
}
#loading {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(70, 70, 70, 0.6);
    z-index: 99999;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    display: flex;
}
.word-break-all{
  word-break: break-all;
}
.searchClearBtn{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 0;
    right: 15px;
    height: calc(1.6em + 0.75rem);
    vertical-align: middle;
    display: inline-block;
    font-size: 1rem;
    line-height: calc(1.6em + .75rem);
    padding: 0 7.5px;
    color: gray;
    cursor: pointer;
}
/*select2 fix*/
.select2.select2-container,
.select2.select2-container>.selection,
.select2.select2-container>.selection>.select2-selection {
    height: calc(2.25rem + 3px);
}

.select2.select2-container {
    min-width: 200px;
}

.select2.select2-container>.selection>.select2-selection>.select2-selection__rendered {
    height: calc(2.25rem + 2px);
    line-height: calc(2.25rem + 2px);
    margin-top: 0;
}

.select2.select2-container>.selection>.select2-selection>.select2-selection__arrow {
    height: calc(2.25rem + 2px);
}

span.select2-selection.select2-selection--single {
    padding-top: 0;
    padding-bottom: 0;
}
.select2-container--default .select2-selection--single .select2-selection__clear{
    height: calc(2.25rem + 2px) !important;
}
.select2-container .select2-selection--single{
  height: calc(2.25rem + 2px);
}
/*select2 fix end*/
/*daterangepicker custom*/
.dateRangePickor i.fa.fa-calendar {
  position: absolute;
  top: 50%;
  left: 0.5rem;
  margin: auto 0;
  pointer-events: none;
  transform: translateY(-50%);
}
.dateRangePickor .btn-shortcut {
  font-size: 0.875em;
  border-radius: 3px;
  line-height: 1.35em;
  text-transform: uppercase;
  border: none;
  margin: 10px 2px;
  padding: 5px;
  cursor: pointer;
  background-color: #f8fafc;
  color: #66615b;
  transition: all .15s linear;
  border: 1px solid transparent;
}
.dateRangePickor .btn-shortcut:hover {
  border-color:#2d2d2d;
}
.dateRangePickor .form-control {
  padding-left: 1.75rem;
  font-size: 0.875rem !important;
}

/*.daterangepicker.ltr {
  margin-top: 10px;
}*/
/*daterangepicker custom*/
.required:after {
  content: '*';
  color: #dc3545;
  font-size: 14px;
  margin-left: 3px;
  margin-top: -5px;
}