#container {
  max-width: 900px;
  margin: auto;
}

.detail {
  margin-bottom: 10px;
}
.detail .info .title {
  margin-bottom: 5px;
}
.detail .info h4 {
  text-transform: capitalize;
  margin-bottom: 15px;
}
.detail .info p {
  padding-left: 25px;
}
.detail .info p:before {
  content: "\e8a7";
  font-family: "ficon";
  padding-right: 9px;
}

.short {
  margin-top: 50px;
}

.row_empty p {
  text-align: center;
}

.box_warranty {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
  padding: 15px;
}
.box_warranty h4 {
  margin-bottom: 20px;
  font-size: 20px;
}
.box_warranty form {
  max-width: 900px;
  margin: auto;
  background: rgba(255, 255, 255, 0.5);
  padding: 20px;
  border-radius: 5px;
}
.box_warranty form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}
@media (max-width: 499px) {
  .box_warranty form .form-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.box_warranty form input {
  background: #dedede;
  height: 35px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #dedede;
  padding-left: 30px;
  padding: 6px 35px;
  -webkit-box-shadow: 0 3px 1px #ddd;
  box-shadow: 0 3px 1px #ddd;
  color: #444400;
  margin-bottom: 15px;
}
@media (max-width: 499px) {
  .box_warranty form input {
    height: 32px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #dedede;
    padding-left: 30px;
    padding: 0px 20px;
    /* -webkit-box-shadow: 0 3px 1px #ddd; */
    /* box-shadow: 0 3px 1px #ddd; */
    color: #444400;
    margin-bottom: 15px;
    font-size: 13px;
  }
}
.box_warranty form button {
  width: 200px;
  margin-left: 20px;
  height: 35px;
  padding: 6px 35px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  background-color: #ff0000;
  border-color: #ff0000;
}
@media (max-width: 499px) {
  .box_warranty form button {
    width: auto;
    margin-left: 0px;
    height: 32px;
    padding: 0px 20px;
    text-transform: uppercase;
    /* font-weight: bold; */
    color: #fff;
    background-color: #ff0000;
    border-color: #ff0000;
    font-size: 12px;
  }
}
.box_warranty form button:hover {
  color: #fff;
}

@media (max-width: 499px) {
  .bx-wrapper, .bx-viewport, .bx-wrapper img {
    height: 250px !important;
  }
}

@media (max-width: 499px) {
  .bx-wrapper img {
    max-width: unset !important;
  }
}

@media (max-width: 499px) {
  .slider_nav {
    display: block !important;
  }
}

.slider_nav .title {
  display: none;
}