#productTabs div, #productSpecs, #productFeatures, #productViewPort {
    transition: all .5s ease;
    -o-transition: all .5s ease;
}

#productBreadCrumb {
    background-color: #e8e8e8;
    font-size:.75em;
}

#productBreadCrumb a, #productBreadCrumb, #productHeader h2 , #productHeader h3 {
    color: #0495f7;
}

#productBreadCrumb a br {
    display: none;
}

#productBreadCrumbModel {
    text-decoration: underline;
}

#productHeader .inner {
    display: flex;
    flex-direction: row;
}

#productHeader {
    padding-top:2em;
}

#productHeader h2, #productHeader h1, #productHeader h3 {
    font-size: 1.5em;
    font-family: "Spinnaker", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    margin:.25em 0;
}

#productHeader h3, #productHeader h4 {
    font-family: Helvetica, Arial, sans-serif;
}

#productHeader h3 {
    font-size:1em;
}

#productHeader h4 {
    color: #787878;
    font-weight: lighter;
}

#productHeader img {
    max-height:18em;
    display: block;
    margin:0 auto;
}

#productDetails {
    margin-top: 3em;
    border-top:1px solid #c6c6c6;
}

#productDetails .inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#productInsetImages {
    margin-top: 2em;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    padding:0;
}

#productInsetImages li.insetMedia {
    display: flex;
    align-items: center;
    justify-content:center;
    flex-direction: row;
    width:140px;
    height:5em;
    border: 1px solid #E2E2E8;
    text-align: center;
    margin:.5em;
    font-size:.75em;
    position: relative;
}

#productInsetImages li.insetMedia.video::before {
    background-image: url("../svg/playArrow.svg");
    display: inline-block;
    position: absolute;
    background-size: 16px;
    background-position: center center;
    background-repeat: no-repeat;
    width:100%;
    height:100%;
    z-index: 10;
    content: "";
}

#productInsetImages li.insetMedia.active {
    border: 1px solid rgba(0,0,0,.25);
}

#productText {
    position: relative;
    overflow: hidden;
}

#productText ul {
    list-style: none;
}

#productText li {
    margin-bottom: .66em;
    position: relative;
}

#productFeatures ul > li::before {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    background-image: url("../svg/bullet.svg");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    left: -2em;
    top: 1px;
    content: "";
}

#productTabs {
    display:flex;
    flex-direction: row;
    text-transform: uppercase;
    height:2em;
    position: absolute;
    top:-2.5em;
    padding:0 1em;
}

#productTabs div {
    border-top:1px solid #c6c6c6;
    border-right:1px solid #c6c6c6;
    border-left:1px solid #c6c6c6;
    background-color: #c6c6c6;
    padding:0 1em;
    margin-right:1em;
    cursor: pointer;
}

#productTabs p {
    margin:0;
    color:#fff;
    line-height:2em;
}

#productTabs div.active  {
    background-color: #fff;
}

#productTabs div.active p {
    color:#0495f7;
}

#productFeatures, #productSpecs {
    display:none;
    position: absolute;
    top:0;
    left:0;
    background: #fff;
    padding:1em;
    width:100%;
    max-height: none;
}

#featuresMobileTog, #specsMobileTog {
    display:none;
    cursor: pointer;
}

#productFeatures {
    left:-100%;
}

#productSpecs {
    left:100%;
}

#productFeatures.active, #productSpecs.active{
    display: block;
    left:0;
    max-height: none;
}

a#productInstrctBtn {
    padding:1.5em;
    background-color: #efefef;
    color:#0495f7;
    max-width: 420px;
    display: block;
    margin:2em auto 0;
    background-image: url("../images/icons/instruction-booklet-icon.png");
    background-position: 1em center;
    background-repeat: no-repeat;
    text-shadow: 0 1px 0 #FFFFFF;
    text-transform: uppercase;
    text-align: center;
}

#relatedProducts {
    margin-top:4em;
}

#relatedProducts > p {
    width:100%;
    text-align: center;
    text-transform: uppercase;
    font-weight:700;
    font-size: .75em;
    color:#fff;
    background:#000;
    padding:.5em;
    margin-bottom: 0;
    box-sizing: border-box;
}

#relatedProductLinks {
    padding:1em;
    background-color: #eee;
}

#relatedProductLinks .inner {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
}

#relatedProductLinks a {
    background-color: #fff;
    text-align: center;
    padding:1em;
    display: block;
    width:300px;
    margin:1em;
    cursor: pointer;
}

#relatedProductLinks p {
    font-size:.75em;
    text-transform: capitalize;
}

#relatedContentLinks {
    padding:1em;
}

#relatedContentLinks div.contentThumb{
    display:flex;
    flex-direction: row;
    border-top: 4px solid #efefef;
    padding:1em;
    justify-content: flex-start;
    align-items: center;
}

#relatedContentLinks a:hover {
    text-decoration: none;
}

#relatedContentLinks > div:nth-last-child(1){
    border-bottom: 4px solid #efefef;
}

#relatedContentLinks div.contentThumb img {
    display:inline-block;
    width:25%;
    margin-right:1em;
    flex-shrink:0;
}

#relatedContentLinks div.contentThumb h3 {
    color:#0495f7;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom:0;
    font-size:.9em;
    font-family: "Spinnaker", Helvetica, Arial, sans-serif;
}

#relatedContentLinks div.contentThumb p {
    margin-top:0;
    font-size:.9em;
}

#relatedContentLinks div.contentThumb .learnMore {
    color:#0495f7;
}
