.mainmenu {
    text-align: center;
    width: 80%;
    position: relative;
  }

.sticky .logo img {
    transition: .4s;
    width: 80%;
  }

  .header-bottom.sticky{
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    min-height: 50px;
  }

  .header-top {
    background: #00A0E8 none repeat scroll 0 0;
  }

  .header-bottom-bg {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  }

  @media (max-width: 767px) {
    .mean-container .mean-bar, .mean-container .mean-nav {
      background: #00A0E8 repeat scroll 0 0;
    }
  }

  @media (min-width: 768px) and (max-width: 991px) {
    .mean-container .mean-bar, .mean-container .mean-nav {
      background: #00A0E8 repeat scroll 0 0;
    }
  }

  .cart-menu-area li a span {
    background: #000 repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fd4444;
    height: 25px;
    left: 10px;
    line-height: 21px;
    position: absolute;
    text-align: center;
    top: 16px;
    width: 25px;
  }

.scroll-to-top i{color:#fd4444;line-height: 30px;}
.scroll-to-top:hover{background-color: #fd4444;}

.mainmenu nav> ul> li:hover> a,.header-top .right li a:hover {
  color: #fd4444;
}

.section-title span {
  color: #fd4444;
}

.product-title span {
  color: #fd4444;
}

a.shop-btn::after, .submit-text::after, a.btn-style::after {
  background: #fd4444 repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transition: all 0.3s ease 0s;
  width: 100%;
  z-index: -1;
}

.footer-menu li a:hover {color: #fd4444;}

@media (min-width: 768px) and (max-width: 991px) {
  .header-bottom {
    position: static;
    background: none;
  }
}

@media (min-width: 991px) and (max-width: 1500px)  {
  .header-bottom {
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 99;
    left: 0;
  }
}

@media (min-width: 991px) and (max-width: 1200px)  {
  .header-bottom img{
  max-width: 150px !important;
  }
}

.parallax-bg {
  position: absolute !important;
  z-index: -1;
  left: 0;
  top: 0;
  max-width: none !important;
  width: 100% !important;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.1s linear;
  will-change: transform;
  margin-top: 40px;
}

@media  (max-width: 767px) {
  .parallax-bg {
    position: absolute !important;
    z-index: -1;
    left: 0;
    top: 0;
    max-width: none !important;
    width: 100% !important;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.1s linear;
    will-change: transform;
    margin-top: 0px;
  }
}


@media (max-width: 991px) {
  .slider-area{
    margin-top: -155px;
  }
  .header-bottom-bg{
    z-index: 100;
    position: absolute;
    width: 80%;
  }
}


@media (max-width: 767px) {
  header {
    background:  none ;
  }
  .slider-area{
    margin-top: 0px;
  }

}

.page-banner{
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
  height: 220px;
}

.page-banner .container {
  position: relative;
  z-index: 2;
  margin-top: 190px;
}

@media  (max-width: 991px) {
  .page-banner  .container {
    margin-top: 30px;
  }
}


.page-title-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .page-title-row {
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
  }
}

.page-title-content h4 {
color: #262525;
}

.breadcrumb a{
  color: #262525;
}

.breadcrumb a:hover{
  color: #fe5858;
}

.breadcrumb-item.active {
  color: #222325;
}

.nav-pills .nav-link {
  background: #e9ecef;
  border: 0;
  border-radius: .25rem;
  margin-bottom: .5rem;
}


#scrollbar1
{
    width:98%;
    margin: 0 0 20px;
    position: relative;
}

#scrollbar1 .viewport
{
    height: 180px;
    overflow:hidden;
    position:relative;
    background: #fff;
}

#scrollbar1 .overview
{
    list-style:none;
    position:absolute;
    left:0;
    top:0;
    margin:0;
    padding-top: 10px;
    padding-right: 10px;
}

#scrollbar1 .scrollbar
{
    background:transparent url(../images/bg-scrollbar-track-y.png) no-repeat 0 0;
    position:absolute;
    background-position:0 0;
    right: -6px;
    top:0;
    width:6px;
}

#scrollbar1 .track
{
    background:transparent url(../images/bg-scrollbar-trackend-y.png) no-repeat 0 100%;
    height:100%;
   
    position:relative;
  
}

#scrollbar1 .thumb
{
    background:transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 100%;
    height:20px;
    width:5px;
    cursor:pointer;
    overflow:hidden;
    position:absolute;
    top:0;
    
}

#scrollbar1 .thumb .end
{
    background:transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 0;
    overflow:hidden;
   
    width:5px;
}

#scrollbar1 .disable
{
    display:none;
}

.noSelect
{
    user-select:none;
    -o-user-select:none;
    -moz-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
}

.pagnation-ul .active {
  border: 1px solid #ddd;
  color: #333333;
  display: block;
  font-family: "Noto Sans TC", sans-serif;
  height: 30px;
  line-height: 30px;
  margin-left: 10px;
  padding: 0 5px;
  width: 30px;
  background-color: red;
}


/* FORMS */
 
#qbox-container {
  background-repeat: repeat;
  position: relative;
  padding: 62px;
  min-height: 250px;
  box-shadow: 10px 8px 21px 0px rgba(204, 204, 204, 0.75);
  -webkit-box-shadow: 10px 8px 21px 0px rgba(204, 204, 204, 0.75);
  -moz-box-shadow: 10px 8px 21px 0px rgba(204, 204, 204, 0.75);
}

#steps-container {
  margin: auto;
  width: 500px;
  display: flex;
  vertical-align: middle;
  align-items: center;
  min-height: 50px;
}

.step {
  display: none;
}

.step h4 {
  margin: 0 0 26px 0;
  padding: 0;
  position: relative;
  font-weight: 500;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.6;
}

button#prev-btn,
button#next-btn,
button#submit-btn {
  font-size: 17px;
  font-weight: bold;
  position: relative;
  width: 130px;
  height: 50px;
  background: #DC3545;
  margin: 0 auto;
  margin-top: 40px;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  transition: color .3s;
  text-align: center;
  color: #fff;
  border: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

button#prev-btn:after,
button#next-btn:after,
button#submit-btn:after {
  position: absolute;
  top: 90%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #cc0616;
  content: "";
  z-index: -2;
  transition: transform .3s;
}

button#prev-btn:hover::after,
button#next-btn:hover::after,
button#submit-btn:hover::after {
  transform: translateY(-80%);
  transition: transform .3s;
}

.progress {
  border-radius: 0px !important;
}

.q__question {
  position: relative;
}

.q__question:not(:last-child) {
  margin-bottom: 10px;
}

.question__input {
  position: absolute;
  left: -9999px;
}

.question__label {
  position: relative;
  display: block;
  line-height: 40px;
  border: 1px solid #ced4da;
  border-radius: 5px;
  background-color: #fff;
  padding: 5px 20px 5px 50px;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}

.question__label:hover {
  border-color: #DC3545;
}

.question__label:before,
.question__label:after {
  position: absolute;
  content: "";
}

.question__label:before {
  top: 12px;
  left: 10px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #ced4da;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.question__input:checked+.question__label:before {
  background-color: #DC3545;
  box-shadow: 0 0 0 0;
}

.question__input:checked+.question__label:after {
  top: 22px;
  left: 18px;
  width: 10px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.form-check-input:checked,
.form-check-input:focus {
  background-color: #DC3545 !important;
  outline: none !important;
  border: none !important;
}

input:focus {
  outline: none;
}

#input-container {
  display: inline-block;
  box-shadow: none !important;
  margin-top: 36px !important;
}

label.form-check-label.radio-lb {
  margin-right: 15px;
}

#q-box__buttons {
  text-align: center;
}

input[type="text"],
input[type="email"] {
  padding: 8px 14px;
}

input[type="text"]:focus,
input[type="email"]:focus {
  border: 1px solid #DC3545;
  border-radius: 5px;
  outline: 0px !important;
  -webkit-appearance: none;
  box-shadow: none !important;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.form-check-input:checked[type=radio],
.form-check-input:checked[type=radio]:hover,
.form-check-input:checked[type=radio]:focus,
.form-check-input:checked[type=radio]:active {
  border: none !important;
  -webkit-outline: 0px !important;
  box-shadow: none !important;
}

.form-check-input:focus,
input[type="radio"]:hover {
  box-shadow: none;
  cursor: pointer !important;
}

#success {
  display: none;
}

#success h4 {
  color: #DC3545;
}

.back-link {
  font-weight: 700;
  color: #DC3545;
  text-decoration: none;
  font-size: 18px;
}

.back-link:hover {
  color: #82000a;
}

/* MEDIA QUERIES */
 
@media (min-width: 990px) and (max-width: 1199px) {
  #title-container {
      padding: 80px 28px 28px 28px;
  }
  #steps-container {
      width: 85%;
  }
}

@media (max-width: 991px) {
  #title-container {
      padding: 30px;
      min-height: inherit;
  }
}

@media (max-width: 767px) {
  #qbox-container {
      padding: 30px;
  }
  #steps-container {
      width: 100%;
      min-height: 400px;
  }
  #title-container {
      padding-top: 50px;
  }
}

@media (max-width: 560px) {
  #qbox-container {
      padding: 40px;
  }
  #title-container {
      padding-top: 45px;
  }
}

.category li:first-child {
  padding-top: 20px;
  padding-left: 10px;
}

.category li {
  border-bottom: 1px solid #ebebeb;
  float: none;
  padding: 20px 0 20px 10px;
}
