.header {
  height: auto;
  padding: 20px 0px;
  position: relative;
}
.header.reduced {
  position: fixed;
}

.header .logo img {
  width: 80%;
}

.header .nav-menu {
  margin-top: 13px;
}

.is-price td {
  border-right: 1px solid #f1f1f1 !important;
}

.title {
  line-height: 1 !important;
}

.price-entry tr:nth-child(2n) {
  background: #f0f0f0;
}

.price-entry tr td {
  font-size: 14px;
  line-heigh: 18px;
  color: #6a7483;
  text-align: center;
  padding: 11px 5px;
}

.price-entry .columm-title {
  box-shadow: none;
  -webkit-box-shadow: none;
}

.price-entry .columm-title {
  background: #232c3b;
  color: #fff !important;
}

.price-entry .columm-title:nth-last-child(2n) {
  background: #3a4456 !important;
}

/* Custom */
.custom-price.price-entry .entry {
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

.custom-price.price-entry .entry:hover {
  border-color: transparent;
  box-shadow: 0 0 15px #8a8a8a;
}

.bestoffer .entry .top {
  background-color: #970001;
  color: #fff;
}

.bestoffer .icon {
  position: absolute;
  margin-top: -45px;
}

.slide-info .text {
  color: #fff !important;
}

.slide-info .title {
  color: #fff !important;
  line-height: 0.7 !important;
  margin-top: 20px;
}

.button2 {
  line-height: 15px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #970001;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 -2px #970001;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 -2px #970001;
  border: solid 1px #970001;
  display: inline-block;
  padding: 16px 20px;
  font-size: 11px;
  color: #fff;
  font-family: "bold", sans-serif, Arial;
  text-transform: uppercase;
  text-align: center;
  position: relative;
}

.button2:hover {
  background-color: #f8c316 !important;
  background: #f8c316 !important;
  color: #333 !important;
  border-color: #f8c316 !important;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 -2px #f8c316;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 -2px #f8c316;
}
