.service-exchange .service-exchange-sideform {
  margin-bottom: 30px;
}

.service-exchange .service-exchange-sideform .hbspt-form {
  padding-right: 10px;
}

.service-exchange .service-exchange-sideform .hbspt-form .hs-form-field {
  margin: 5px 0;
}

.service-exchange .service-exchange-sideform .hbspt-form .hs-form-field input[type="email"],
.service-exchange .service-exchange-sideform .hbspt-form .hs-form-field input[type="tel"],
.service-exchange .service-exchange-sideform .hbspt-form .hs-form-field input[type="text"],
.service-exchange .service-exchange-sideform .hbspt-form .hs-form-field textarea {
  width: 100%;
}

.service-exchange .content-desc {
  margin-bottom: 30px;
}

.service-exchange .product-category-pagination {
  text-align: center;
}

.service-exchange .service-exchange-cylinders .item-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

.service-exchange .service-exchange-cylinders .item-row .item {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  /* padding: 5px; */
  margin-bottom: 35px;
}

.service-exchange .service-exchange-cylinders .item-row .item:first-child {
  margin-right: 25px;
}

.service-exchange .service-exchange-cylinders .item-row .item .item-image {
  width: 50%;
}

.service-exchange .service-exchange-cylinders .item-row .item .item-content {
  padding-left: 20px;
  width: 50%;
}

.service-exchange .service-exchange-cylinders .item-row .item .item-content h2 {
  font-size: 16px;
}

.service-exchange .service-exchange-cylinders .item-row .item .item-content .get-quote-link {
  font-size: 14px;
  display: block;
}

.service-exchange .service-exchange-cylinders .item-row .item .item-content span {
  display: block;
  font-size: 14px;
}

.service-exchange .stock-in {
  color: #28a745;
}

.service-exchange .stock-out {
  color: #e31836;
}

@media screen and (max-width: 678px) {
  .service-exchange .service-exchange-cylinders .item-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .service-exchange .service-exchange-cylinders .item-row .item {
    width: 100%;
  }
}

.service-exchange-side-menu {
  margin-bottom: 20px;
  border: 1px solid #e9e9e9;
  border-width: 0 1px 1px;
  overflow: hidden;
  background: #fff;
}

.service-exchange-side-menu ul {
  padding: 10px;
}

.service-exchange-side-menu h2 {
  color: #fff;
  background-color: #e31836;
  padding: 15px;
  font-weight: normal;
  margin: 0;
  font-size: 20px;
}

.popup-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1000;
  display: none;
}

.popup-content {
  display: none;
  width: pxtorem(1200);
  max-width: 90vw;
  padding: pxtorem(70) pxtorem(20) pxtorem(30);
  margin: pxtorem(100) auto;
  position: absolute;
  background-color: #fff;
  color: #797979;
  z-index: 1000;
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 4px;
}

.popup-content .content {
  width: 450px;
  min-height: 150px;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
}

.popup-content .content h2 {
  text-align: center;
  color: #797979;
  position: relative;
  padding-bottom: pxtorem(30);
  margin-bottom: pxtorem(35);
}

.popup-content .content h2:after {
  content: "";
  width: pxtorem(100);
  height: pxtorem(3);
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.popup-content .content .hbspt-form .submitted-message {
  padding: 10px 0;
  text-align: center;
}

.popup-content .content .hbspt-form .hs-form-field {
  margin: 5px 0;
}

.popup-content .content .hbspt-form .hs-form-field input[type="email"],
.popup-content .content .hbspt-form .hs-form-field input[type="tel"],
.popup-content .content .hbspt-form .hs-form-field input[type="text"],
.popup-content .content .hbspt-form .hs-form-field textarea {
  width: 100%;
}

.popup-content .content .hbspt-form .hs-form-field.hs-method_of_contact {
  margin-top: 10px;
}

.popup-content .content .hbspt-form .hs-form-field.hs-method_of_contact ul.inputs-list.multi-container {
  list-style: none;
  padding: 0;
  margin: 0;
}

.popup-content .content .hbspt-form .hs-form-field.hs-method_of_contact ul.inputs-list.multi-container li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup-content .content .hbspt-form .hs-form-field.hs-method_of_contact ul.inputs-list.multi-container li label input {
  height: 20px;
  margin-right: 10px;
}

.popup-content .content .hbspt-form input[type="submit"] {
  margin: 15px 0;
  float: right;
}

.popup-content .content .hbspt-form ul.hs-error-msgs {
  list-style: none;
  padding: 0;
}

.popup-content .close-popup {
  position: absolute;
  right: 20px;
  top: 5px;
  padding: pxtorem(20) pxtorem(30);
  cursor: pointer;
}

.popup-content .close-popup:before {
  content: "X";
  font-size: bold;
  color: #797979;
  position: absolute;
  left: pxtorem(10);
  top: pxtorem(29);
  width: pxtorem(16);
  height: pxtorem(16);
}

.service-exchange-cylinder-tiles {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.service-exchange-cylinder-tiles li {
  display: block;
  float: left;
  width: 100%;
  max-width: 200px;
  text-align: center;
  margin-right: 25px;
  margin-bottom: 25px;
}

.service-exchange-cylinder-tiles li:before {
  content: '' !important;
  height: 0 !important;
  width: 0 !important;
  display: none !important;
}

.service-exchange-cylinder-tiles li .cylinder-thumbnail-image {
  width: 100%;
  height: 135px;
  overflow: hidden;
  vertical-align: middle;
  position: relative;
}

.service-exchange-cylinder-tiles li .cylinder-thumbnail-image img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.service-exchange-cylinder-tiles li .link {
  display: block;
  padding: 5px;
  text-align: center;
  background-color: rgba(209, 207, 208, 0.4);
}

@media screen and (max-width: 550px) {
  .service-exchange-cylinder-tiles li {
    max-width: 100%;
  }
  .service-exchange-cylinder-tiles li .cylinder-thumbnail-image {
    height: 50vw;
  }
  .service-exchange-cylinder-tiles li .link {
    padding: 8px;
  }
}
/*# sourceMappingURL=service-exchange.css.map */