#error-not-found .btn.btn-primary {
  border: 0;
  background-color: #000;
  width: 100%;
  padding: 16px 18px;
  color: #fff;
  font-size: 18px;
}
#error-not-found #content {
  padding: 90px 0;
}

.form-control {
  height: 47px;
  box-shadow: 0 0 0;
  -webkit-appearance: initial;
  -moz-appearance: initial;
  appearance: initial;
  font-size: 14px;
}
.form-group label.control-label {
  font-size: 14px;
  font-weight: 400;
}

/*
.btn-primary, .btn-primary.active, .btn-primary:focus, .btn-primary:hover {
    background-color: #DC0E1C;
    line-height: 1.5em;
    display: inline-flex;
    align-items: center;
}
.btn-default, .btn-default.active, .btn-default:focus, .btn-default:hover {
  background-color: #000000;
  color: #fff;
}
.btn-danger, .btn-danger.active, .btn-danger:focus, .btn-danger:hover {
  background-color: #000000;
  color: #fff;
}
*/


#search .input-group-btn .btn.btn-default {
  background-color: #DC0E1C;
}

.product-tab-content h2:nth-of-type(n+3) {
  margin-top:50px
}
.payment-icons li:before,
.payment-icons li:after {
    content: none !important;
}

.information-sec li {font-size:18px;padding-top:10px}

.information-sec h2 {font-size:24px;margin-top:40px;margin-bottom:10px}

.price-old {color:#9b9b9b; font-size:14px; margin-left:10px; text-decoration:line-through }
