@charset "utf-8";
/* CSS for new Shop (CRO Project) */
.header-wrapper {
  z-index: 1 !important
}
.biz-sidebar {
  z-index: 0
}
#devices .prod-box {
  padding: 20px
}
#devices .shop-bx {
  background-color: #EDEDED;
  text-align: center;
  z-index: 0;
  border: 3px solid #fff;
}
#devices .shop-bx-img {
  padding: 0
}
#devices .shop-bx-img img {
  border-radius: 0px 3px 3px 3px;
  border: none !important;
}
#devices .sh-tag {
  display: none
}
#devices .sh-bx-content-middle {
  border: none !important;
}
#devices h3.sh-price {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  padding-left: 0 !important;
  margin-top: 10px
}
#devices h4.sh-price {
  color: #3D3D3D;
  font-size: 18px;
  padding-left: 0 !important
}
#devices .sh-v-details {
  color: #7EA82B;
  font-weight: bold;
  font-size: 16px;
  line-height: 50px;
}
#devices .btn-shop {
  width: 160px !important;
}
#devices .device-title {
  font-size: 22px;
  color: #333333
}
#devices .device-details {
  font-size: 18px;
  color: #333333;
  text-decoration: underline
}
#devices .device-price {
  font-size: 22px;
  color: #70AF12;
  font-weight: bold
}
.device-product button {
  float: left
}
.device-product li:before {
  content: "" !important
}
/* Modal and Form */
#devices .modal img {
  margin: 10px auto 0 auto
}
#devices .modal-content {
  text-align: center
}
#devices .modal input, #devices .modal textarea {
  background-color: #eee;
  border: none;
  padding: 8px 10px;
  margin: 5px 0;
  width: 100%;
  font-size: 16px;
}
#devices .modal input:focus, #devices .modal textarea:focus {
  outline: 1px solid #ccc;
}
#devices .modal .text-left {
  float: left;
  margin-left: 20px
}
#devices .modal .text-right {
  float: right;
  margin-right: 20px
}
#devices .modal .text-left, #devices .modal .text-right {
  color: #272727;
  font-size: 14px;
  font-weight: bold
}
#devices .modal h3, #devices .modal button {
  margin: 10px auto
}