@font-face {
  font-family: circular-medium;
  src: url("/source/dee251ea741941bb4eeae978b27a8776/CircularStd-Medium.ttf");
}

@font-face {
  font-family: circular-bold;
  src: url("/source/050a25fdddbe31c9f6077a0ea08d7989/CircularStd-Bold.ttf");
}

@font-face {
  font-family: circular-black;
  src: url("/source/14149a44db23349e1f0dfe7d76fc6f8b/CircularStd-Black.ttf");
}

section.product-main-section {
  background-color: #f4f7fa;
  padding: 0px 0px;
}

section.product-main-section h1 {
  font-family: circular-black;
  text-align: center;
  font-size: 40px;
}

section.product-main-section ul {
  margin-top: 170px;
  padding: 0px 80px;
}

section.product-main-section ul li {
  list-style: none;
  margin-bottom: 200px;
}

.product-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.product-thumbnail {
  width: 100%;
  max-width: 35%;
  padding: 0px 10px;
  text-align: center;
}

.product-specs {
  width: 100%;
  max-width: 65%;
  padding: 0px 15px 0px 25px;
}

.product-title {
  font-family: circular-black;
  font-size: 30px;
  margin-bottom: 14px;
  margin-top: 0;
}

.product-price {
  display: block;
  font-size: 20px;
  color: #666666;
  font-weight: 600;
}

.product-header {
  position: relative;
  border-bottom: 1px solid #b4bdc6;
  padding-bottom: 20px;
}

.paypal-button {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}

.product-description {
  padding-top: 25px;
}

h4.product-desc-title {
  font-size: 18px;
  color: black;
  font-weight: 600;
  margin-bottom: 15px;
}

p.product-desc-body {
  font-size: 15px;
  color: #666;
  font-family: "Open Sans", sans-serif;
  line-height: 26px;
}

a.product-button {
  display: block;
  background-color: #074c80;
  color: white;
  width: 100%;
  max-width: 210px;
  padding: 20px 10px;
  text-align: center;
  border-radius: 10px;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  margin-top: 25px;
}

button.product-button {
  display: block;
  background-color: #074c80;
  color: white;
  width: 100%;
  max-width: 210px;
  padding: 20px 10px;
  text-align: center;
  border-radius: 10px;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  margin-top: 25px;
  border: transparent;
  transition: 0.4s;
}

section.product-main-section ul li:nth-child(odd) .product-thumbnail {
  padding-left: 40px;
  text-align: left;
  max-width: unset;
  flex-grow: 1;
  flex-basis: 0;
}
section.product-main-section ul li:nth-child(odd) .product-specs {
  flex-grow: 1;
  flex-basis: 0;
}

section.product-main-section ul li:nth-child(even) .product-thumbnail {
  padding-left: 0px;
  text-align: right;
}

section.product-main-section ul li:nth-child(even) .product-container {
  flex-direction: row-reverse;
}

.index-thirteen {
  margin-top: 0px;
}

a.product-button:hover,
a.product-button:active,
a.product-button:focus {
  background-color: #fc0;
  color: #004c80;
  transition: 0.4s;
  text-decoration: none;
}

button.product-button:hover,
button.product-button:active,
button.product-button:focus {
  background-color: #fc0;
  color: #004c80;
  transition: 0.4s;
  text-decoration: none;
  border: transparent;
  outline: 0;
}

.inside-header-title {
  font-family: circular-black;
  text-align: center;
  font-size: 40px;
  margin-bottom: 150px;
}

section.product-we-offer-section {
  padding: 100px 0px;
  background-color: #f4f7fa;
}

.product-we-offer-section .product-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0px 0px;
}

@media only screen and (max-width: 1199px) {
  section.product-main-section ul {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 991px) {
  section.product-main-section {
    padding: 55px 0;
  }

  section.product-main-section ul li:nth-child(odd) .product-thumbnail {
    padding-left: 0px;
    text-align: center;
  }

  .product-thumbnail img {
    width: 100%;
    max-width: 189px;
    object-fit: contain;
  }

  .product-title {
    font-size: 25px;
    margin-bottom: 14px;
    margin-top: 0;
  }

  .product-price {
    font-size: 15px;
  }

  .product-header {
    padding-bottom: 17px;
  }

  .product-description {
    padding-top: 20px;
  }

  h4.product-desc-title {
    font-size: 16px;
    margin-bottom: 15px;
  }

  p.product-desc-body {
    font-size: 14px;
    line-height: 26px;
  }

  a.product-button {
    max-width: 193px;
    padding: 18px 10px;
    font-size: 14px;
    transition: 4s;
  }

  button.product-button {
    max-width: 193px;
    padding: 18px 10px;
    font-size: 14px;
    transition: 4s;
  }

  section.product-main-section h1 {
    font-size: 35px;
  }
}

@media only screen and (max-width: 767px) {
  section.product-main-section h1 {
    font-size: 30px;
  }

  section.product-main-section ul {
    margin-top: 110px;
  }

  section.product-main-section ul li:nth-child(odd) .product-thumbnail {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  .paypal-button {
    margin-top: 10px;
    position: relative;
  }

  .product-specs {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  .product-thumbnail img {
    width: 100%;
    max-width: 253px;
    object-fit: contain;
  }

  .product-header {
    padding-bottom: 17px;
    margin-top: 20px;
    text-align: center;
  }

  section.product-main-section ul li:nth-child(even) .product-thumbnail {
    width: 100%;
    max-width: 100%;
    padding: 0;
    text-align: center;
  }

  section.product-main-section ul li {
    margin-bottom: 145px;
  }

  .product-thumbnail {
    max-width: 100%;
  }

  section.product-we-offer-section {
    padding: 40px 0px;
    background-color: #f4f7fa;
  }
}

.product-details-table ul li {
  list-style: none;
}
.product-details-table {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  justify-content: space-between;
  margin-top: 90px;
}

.product-details-table ul {
  padding-left: 0;
  width: 100%;
  max-width: 41%;
  padding: 10px 0;
}

.product-details-table ul li span {
  width: 100%;
  max-width: 50%;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
}

.product-details-table ul li {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.product-details-table ul li span:first-child {
  font-weight: bold;
  padding-right: 20px;
}

.product-details-table ul li span:nth-child(2) {
  color: #666666;
  padding-left: 10px;
}

span.detail_divider {
  height: 100%;
  width: 1px;
  background-color: #b4bdc6;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

span.line {
  width: 76%;
  height: 1px;
  background-color: #b4bdc6;
  left: 0;
  display: inline-block;
  margin-left: 10px;
}

.product_details h3 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  margin-top: 180px;
  font-size: 25px;
}

.product_details {
  padding: 0px 70px;
}

@media only screen and (max-width: 1199px) {
  span.line {
    width: 68%;
  }

  .product_details {
    padding: 0 40px;
  }
}

@media only screen and (max-width: 991px) {
  span.line {
    width: 68%;
  }
  .product-details-table ul li span {
    font-size: 14px;
  }

  .product_details {
    padding: 0 20px;
  }
  .product-details-table ul li span:first-child {
    padding-right: 10px;
  }

  .product-details-table ul {
    max-width: 43%;
  }
}

@media only screen and (max-width: 767px) {
  span.detail_divider {
    display: none;
  }

  .product_details {
    padding: 0 0px;
  }

  .product-details-table ul li span {
    font-size: 14px;
  }
  .product_details h3 {
    margin-top: 62px;
    font-size: 17px;
    flex-wrap: wrap;
  }

  span.line {
    display: block;
    margin-left: 0;
    margin-top: 26px;
  }

  .product-details-table {
    margin-top: 25px;
  }

  .product-details-table ul {
    padding: 0;
    max-width: 100%;
  }

  .product-details-table ul li {
    margin-bottom: 15px;
  }

  .product-we-offer-section .inside-header-title {
    margin-bottom: 60px;
  }
}

input.paypalbuttonimage {
  display: none;
}

button.add-to-cart-btn {
  background-color: transparent;
  border: 0;
  border-radius: 100px;
  transition: 0.4s;
}

button.add-to-cart-btn img {
  width: 1000%;
  max-width: 19px;
}

button.add-to-cart-btn:hover,
button.add-to-cart-btn:focus,
button.add-to-cart-btn:active {
  border: 0;
  background-color: #fc0;
  padding: 12px 14px;
  transition: 0.4s;
  outline: transparent;
}

button.add-to-cart-btn img:hover,
button.add-to-cart-btn img:active,
button.add-to-cart-btn img:focus {
  border: 0;
}
.product-download-brochure {
  display: block;
  background-color: #fc0;
  color: #004c80;
  width: 100%;
  max-width: 210px;
  padding: 20px 10px;
  text-align: center;
  border-radius: 10px;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  margin-top: 25px;
  border: transparent;
  transition: 0.4s;
}
.product-download-brochure:hover,
.product-download-brochure:focus {
  background-color: #074c80;
  color: #fff;
  transition: 0.4s;
  text-decoration: none;
  border: transparent;
  outline: 0;
}
