
body.single-product,body.single-product .container-wrap,
div.ocm-effect-wrap {
    background: #fff !important;
    color: #000;
}
body p {
    color: #000;
    font-family: 'Open Sans';
    padding-bottom: 5px;
}
body h3 {
    font-size: 20px;
    font-weight: bold;
    color: #000000 !important;
    font-family: 'Open Sans';
    padding-top: 10px;
    padding-bottom: 10px;
}
body h2 {
    font-size: 24px;
    font-weight: bold;
    color: #000000 !important;
    font-family: 'Open Sans';
    margin-bottom: 18px;
}
.ls-container {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

@media only screen and (min-width: 992px) {
  .ls-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1240px;
  }
    .col-6 {
    width: 50%;
  }
    .col-push-2 {
    left: 16.66667%;
    right: auto;
  }
    .column {
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    margin: 0 25px 80px 0;
    padding: 0;
    float: left;
    min-height: 2px;
        
  }
    .col-4 {
    width: 40%;
  }
    .product-main {
    padding: 100px 0 40px !important;
    text-align: initial;
  }
    .info-section {
        padding-top:100px;
    }
}

.bottomborder {
    border-bottom: 1px #053c39 solid;
    margin-bottom: 40px;
    padding-bottom: 20px;
}


body h1.type-callout {
    color: #000;
}
.product-details-section {
  background: #e6e6e6;
  min-height: 500px;
}
.product-image-wrapper {
  max-width: 500px;
  max-height: 500px;
  margin-left: auto;
  margin-right: auto;
    margin-top: 80px;
    margin-bottom: 80px;
}
.product-image {
  text-align: center;
}
.product-image #mainimage img {
    border-radius: 20px;
}
.container {
/*    background-color: #000000; */
}
#footer-widgets .container {
    background-color: transparent;
    color: #000;
}
#footer-widgets .container p {
    color: #fff;
}
.tech-specs {
    display: table-cell;
}
.tech-specs p {
    padding-bottom: 5px;
}
.spec-row {
    display: table-row;
}
div.optional-accessories.products.container {
    background-color: transparent !important;
}
section.accessories {
    background-color: #d9e1e3;
}
li.thumb-item.thumbhover {
  border: 2px solid #005da8;
}
li.thumb-item {
  display: inline-block;
  width: 90px;
  height: 90px;
  border-radius: 6px;
  background-color: #FFFFFF;
  margin-right: 13px;
  border: 2px solid #FFFFFF;
  cursor: pointer;
    border-radius: 3px;
}
.attachment-woocommerce_thumbnail {
    border-radius:20px;
}
img.warrantyimg {
    width: 200px;
    max-width: 200px;
    height: auto;
}