/*========================================================
                   Bootstrap Reset
=========================================================*/
button, .btn {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
button::-moz-focus-inner, .btn::-moz-focus-inner {
  border: none;
  padding: 0;
}
button:focus, .btn:focus {
  outline: none;
}

label, input, button, select, textarea {
  font-size: 13px;
  color: #262e32;
}
@media (min-width: 768px) and (max-width: 991px) {
  label, input, button, select, textarea {
    font-size: 10px;
  }
}

label {
  font-weight: bold;
  cursor: default;
}

textarea {
  resize: none;
}

blockquote {
  font-size: inherit;
  line-height: inherit;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  font-size: 13px;
  border-radius: 0;
  box-shadow: none;
}

select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control, .input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover, .input-group-addon {
  font-size: 12px;
}

input[type="checkbox"], input[type="checkbox"]:focus, input[type="radio"], input[type="radio"]:focus {
  outline: none;
}

.bootstrap-datetimepicker-widget {
  z-index: 999 !important;
}
.bootstrap-datetimepicker-widget td.day:hover,
.bootstrap-datetimepicker-widget td.minute:hover,
.bootstrap-datetimepicker-widget td.second:hover,
.bootstrap-datetimepicker-widget thead tr:first-child th:hover,
.bootstrap-datetimepicker-widget td span:hover {
  background-color: transparent;
}
.bootstrap-datetimepicker-widget .timepicker {
  margin-top: 5px;
}
.bootstrap-datetimepicker-widget .timepicker td > span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 5px 0;
}
.bootstrap-datetimepicker-widget .timepicker td > span:hover {
  color: #e95b40;
}

.bootstrap-datetimepicker-widget td.day.active,
.bootstrap-datetimepicker-widget td.day.active:hover {
  background: #e95b40;
  color: #FFF;
  cursor: inherit;
}

.container > .alert,
.breadcrumb + .alert {
  position: fixed;
  z-index: 1000;
}

.alert {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 8px 14px 8px 14px;
  z-index: 30;
  color: #FFF;
  border-radius: 0;
}
.alert i {
  font-size: 21px;
  margin-right: 5px;
}
.alert a {
  text-decoration: underline;
}
.alert a:hover {
  text-decoration: none;
  color: #FFF;
}
.alert button.close {
  color: #FFF;
}
.alert button.close:hover, .alert button.close:focus {
  opacity: 1;
  color: #FFF;
}

.alert-success {
  background-color: #55C65E;
  border: 1px solid #48B151;
}

.alert-danger {
  background-color: #F3515C;
  border-color: #D4323D;
}

.alert-info {
  background-color: #FE9126;
  border-color: #E4752B;
}

.alert-warning {
  background-color: #EC710D;
  border-color: #D45634;
}

.pagination {
  margin: 0;
}

.pagination > li:last-child > a, .pagination > li:last-child > span, .pagination > li:first-child > a, .pagination > li:first-child > span {
  border-radius: 0;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #e95b40;
  border-color: #e95b40;
  color: #FFF;
}

.pagination > li > a, .pagination > li > span {
  color: #262e32;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  background: #262e32;
  border-color: #262e32;
  color: #FFF;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background: none;
  text-decoration: none;
}

.table thead td {
  text-transform: uppercase;
  font-weight: bold;
  color: #323232 !important;
  font-size: 13px;
  background-color: #F9F9F9;
}

.table th,
.table td {
  padding: 20px;
  border-color: #D7D7D7;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.block-compare .table th, .block-compare .table td {
  padding: 7px;
}

.panel-group .panel, .panel, .table-bordered, .table-bordered thead:first-child tr:first-child > th:last-child, .table-bordered tbody:first-child tr:first-child > td:last-child, .table-bordered tbody:first-child tr:first-child > th:last-child, .table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child, .table-bordered tbody:first-child tr:first-child > th:first-child, .table-bordered thead:last-child tr:last-child > th:first-child, .table-bordered tbody:last-child tr:last-child > td:first-child, .table-bordered tbody:last-child tr:last-child > th:first-child, .table-bordered tfoot:last-child tr:last-child > td:first-child, .table-bordered tfoot:last-child tr:last-child > th:first-child {
  border-radius: 0;
}

.table-bordered, .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border-color: #f8f8f8;
}

.table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
  white-space: normal;
}

.table > tbody + tbody {
  border-top: none;
}

.panel-heading {
  padding: 20px;
}

.addthis_button_tweet {
  width: 100px !important;
}

.fancybox-close, .fancybox-prev span, .fancybox-next span {
  opacity: 0.8;
}

.fancybox-close:hover, .fancybox-prev span:hover, .fancybox-next span:hover {
  opacity: 1;
}

.text-danger {
  color: #F00;
}

.has-error * + .text-danger {
  margin-top: 5px;
}

.buttons input[type="checkbox"] {
  position: relative;
  top: 2px;
}

.tooltip {
  z-index: 10000;
}

.newsletter {
  background: #344046;
  padding-bottom: 22px;
  position: relative;
}
.newsletter:before, .newsletter:after {
  display: table;
  content: "";
  line-height: 0;
}
.newsletter:after {
  clear: both;
}
.newsletter:after {
  content: '';
  bottom: -10px;
  display: block;
  left: 0;
  right: 0;
  height: 10px;
  position: absolute;
  background: url(../../../../image/catalog/border-2.png);
  background-repeat: repeat-x;
}
.newsletter .box-content {
  padding: 20px 20px 27px;
}
.newsletter .dropdown-btn {
  background: #e95b40;
}
.newsletter .dropdown-btn i {
  margin-right: 5px;
  color: #fff;
}
.newsletter .dropdown-btn:hover {
  background: #283135;
}
.newsletter .newsletter-description, .newsletter #tm-newsletter-form {
  float: left;
  width: 50%;
}
.newsletter .newsletter-description {
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  padding-left: 48px;
  margin-top: 39px;
}
.newsletter .newsletter-description:before {
  color: #e84c3d;
  font-family: 'fontAwesome';
  font-size: 40px;
  left: -16px;
  top: 10px;
  position: absolute;
}
.newsletter form {
  position: relative;
}
.newsletter form:before, .newsletter form:after {
  display: table;
  content: "";
  line-height: 0;
}
.newsletter form:after {
  clear: both;
}
.newsletter form input.form-control[type="text"] {
  height: 94px;
  border-radius: 30px;
  background: #283135;
  border: none;
  font-size: 18px;
  line-height: 18px;
  color: #c8c8c8;
  margin-top: -4px;
  padding-left: 40px;
  padding-right: 50px;
}
.newsletter form input.form-control[type="text"]:focus {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(233, 91, 64, 0.6);
}
.newsletter form .tm-login-form {
  float: left;
}
.newsletter form button {
  font-size: 20px;
  line-height: 30px;
  padding: 32px 32px;
  border-radius: 30px;
  background: #e95b40;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  margin-top: 14px;
  display: inline-block;
  float: right;
}

.newsletter-error, .newsletter-success {
  display: block;
  text-align: center;
  margin-top: 5px;
  font-size: 16px;
  line-height: 20px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: absolute;
  top: -14px;
  left: 28px;
}

.newsletter-error {
  color: #D4323D;
}

.newsletter-success {
  color: #55C65E;
}

@media (max-width: 1199px) {
  .newsletter {
    text-align: center;
  }
  .newsletter .newsletter-description, .newsletter #tm-newsletter-form {
    float: none;
    display: inline-block;
    width: 60%;
    text-align: left;
  }
  .newsletter .newsletter-description:before {
    left: 0;
  }
  .newsletter .newsletter-description + #tm-newsletter-form {
    margin-top: 15px;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .newsletter .newsletter-description, .newsletter #tm-newsletter-form {
    width: 80%;
  }
}
@media (min-width: 569px) and (max-width: 699px) {
  .newsletter #tm-newsletter-form input.form-control[type="text"] {
    padding-right: 10px;
    padding-left: 15px;
  }
  .newsletter #tm-newsletter-form button {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 568px) {
  .newsletter .newsletter-description {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
  .newsletter .newsletter-description:before {
    top: -35px;
    left: 0;
    right: 0;
  }
  .newsletter #tm-newsletter-form {
    width: 100%;
  }
  .newsletter #tm-newsletter-form .tm-login-form, .newsletter #tm-newsletter-form button {
    display: inline-block;
    float: none;
  }
}
