
.productEnlargeModalC{
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 50px; /* Location of the box */
    left: 150px;
    top: 150px;
    width: 92%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color:#ffffff; /* Fallback color */
    /* background-color: rgba(black, 0.5); */
    /* background: rgba(0, 0, 0, 0.95); */
}

.peModalBody{
    margin:auto;
    display:block;
    /*width:80%; */
    height: 80%;
    /* max-width:auto; */
    animation-name: zoom;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

@keyframes zoom {
    from {transform:scale(1)}
    to {transform:scale(1.2)}
}

.originalImg {
    transition: 0.9s;
}

.closeModal{
    position: absolute;
    top: 15px;
    right: 35px;
    color: #000000;
    font-size: 40px;
    font-weight: bold;   
    cursor:pointer;
}

.closeModal:hover {
    color: orange;
}

.fpEnlarge {
    cursor:zoom-in;
}

.bbBottomBorder {
    border-bottom: 2px solid #ffa500;
}

.testBorder {
    border-bottom: 2px solid transparent;
}

.fpFullSpan{
    position: relative;
    width: 100%;
    text-align: center;
    color: black;
    overflow: hidden;
}

.fpFullSpanInsetCentered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    text-transform: uppercase;
}

.fpLargeFont{
    font-family: 'Coda Caption', sans-serif;
    font-size:60px;
    color:white;
    font-weight:bold;    
}

.fpSmallerFont{
    font-family: 'Gothic A1', sans-serif;
    font-size:20px;
    color:white;    
    font-weight:bold;
    text-transform: uppercase;
}

.fpFilter{
    filter: brightness(50%);
    transition: .65s ease;
}

.fpFilter:hover {
    filter: brightness(70%);
    transform: scale(1.02);   
}

.fpBaseText {
    margin-top:20px; 
    padding-right:10px; 
    color:#171717; 
    font-size:15px;
    font-weight:500;
}

.fpStar {
    cursor: pointer !important;
}

.fpFeatureTxtHeading {
    /* color: #1b1d3b; */
    color: #50534a;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    padding-bottom:5px;
}

.fpFeatureTxt{
    color: #232323;
    font-weight: 300;
    font-size: 13px;
}

.selectedSoundInfo {
    color: #000000;
    font-weight: 600;
}

.featurette-divider-gray-alt{margin:20px 0;display:block;height:1px;border:0;border-top:1px solid #afafaf;padding:0;}

.fpProductName {
    font-family: 'D-DIN-PRO-Extra-Bold', sans-serif;
    font-size:50px;
    /* color:#001738; */
    color: #50534a;
    font-weight:bold;  
    margin-top:0;
}

.fpProductType{
    font-family: 'Varta-Bold', sans-serif;
    font-size:30px;
    color:#232423;
    font-weight:bold; 
}

.fpProductPrice{
    font-family: 'D-DIN-PRO-Bold';
    font-size:30px;
    color:#000000;    
}

.fpProductGenHeader{
    padding-bottom: 25px;
    font-family: 'D-DIN-PRO-Bold';
    font-size:30px;
    color:#50534a;    
}

.fpProductGenHeaderNoPad {
    font-family: 'D-DIN-PRO-Bold';
    font-size:30px;
    color:#50534a;
}

.fpProductNew{
    background-color:#fc9a19;
    color: black;
    font-family: 'Saira Extra Condensed', sans-serif;
    font-size: 20px;
    font-weight:bold; 
}

.fpInterHeader{
    font-family: 'D-DIN-PRO-Bold';
    font-size:22px;
    color:black;
    font-weight: 800;
    /* line-height: 20%; */
    cursor:pointer;
}

.fpTxtInStock {
    font-family: 'D-DIN-PRO-Bold';
    font-size:20px;
    color:green;
    font-weight:bold;  
}
.fpTxtOutofStock {
    font-family: 'D-DIN-PRO-Bold';
    font-size:20px;
    color:red;
    font-weight:bold;  
}

.fpInterHeader:hover {
    color:#fc9a19;
}

.fpInterHeaderActive {
    background-color:#f7f7f7;   
    text-decoration: underline;
    text-decoration-thickness: 2px;
    color: #ff822e;    
}

.fpHighlightedText {
    color: orange;
}

.fpThumbnail {
    cursor:pointer;
    max-width: 68px;
}

.thDiv {
    margin-bottom: 15px;    
    width: 100px;
    padding-bottom: 2px;
}


.fpBasicText {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #000000;
}
.fpBoldText {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    color: #000000;
}
.fpReviewText {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    color: #000000;
}

@font-face {
    font-family: 'D-DIN-PRO-Extra-Bold';
    src: url('/https/www.gofoxpro.com/images/fonts/D-DIN-PRO-800-ExtraBold.otf');
  }

  @font-face {
    font-family: 'D-DIN-PRO-Bold';
    src: url('/https/www.gofoxpro.com/images/fonts/D-DIN-PRO-700-Bold.otf');
  }

  @font-face {
    font-family: 'Varta-Bold';
    src: url('/https/www.gofoxpro.com/images/fonts/Varta-Bold.ttf');
  }

  .fpBnAddToCart {
    display: block;
    width: 100%;
    border: none;
    background-color: #50534a;
    padding: 14px 28px;
    font-family:'Open Sans','HelveticaNeue','HelveticaNeueu','Arial,sans-serif';
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    color: #ffffff;      
    margin-top:10px;
  }

  .fpBnAddToCart:hover {
    color: #fc9a19;      
  }

.fpBnDealer {
    display: block;
    width: 100%;
    border: none;
    background-color: #50534a;
    padding: 14px 28px;
    font-family:'Open Sans','HelveticaNeue','HelveticaNeueu','Arial,sans-serif';
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    color: #ffffff;      
    margin-top:10px;
}

.fpBnDealer:hover {
    color: #fc9a19;
}

.fpBnAccessories {
    display: block;
    width: 100%;
    border: none;
    background-color: #50534a;
    padding: 14px 28px;
    font-family:'Open Sans','HelveticaNeue','HelveticaNeueu','Arial,sans-serif';
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    color: #ffffff;    
    margin-top:10px;
}

.fpBnAccessories:hover {
    color: #fc9a19;      
}

.fpHoverToolTip {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.fpHoverToolTip .fpHoverToolTipText {
  visibility: hidden;
  width: 166px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.fpHoverToolTip:hover .fpHoverToolTipText {
  visibility: visible;
}

.radioText {
    font-size: 16px;
    font-weight: 700;
    color: #50534a;
}

.productOverview {
    padding: 20px;
    color: #04062b;
}      

.alertGeneral {
    background-color:#50534a;
    color: #FFFFFF;
    padding: 15px;   
    border-radius: 6px;
    border:1px solid #1f1f1f;
}

@media screen and (min-width: 601px) {

    .fpSmallerFont {
      font-size: 20px;
    }

    .fpLargeFont {
        font-size: 60px;
    }

    .txtAlign {
        position: absolute;
        top: 50%;
        left: 40%;
        margin: -25px 0 0 -25px; 
      }
}

@media screen and (max-width: 600px) {

    .fpSmallerFont {
        font-size: 10px;
    }

    .fpLargeFont {
        font-size: 20px;
    }

    .fpFullSpan {
        width: 80%;
    }

    .txtAlign {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -25px 0 0 -25px; 
      }
}

details[data-popover] {
    display: inline;
    position: relative;
  }
  details[data-popover] > summary:focus {
    outline: none;
  }
  details[data-popover] > summary::-webkit-details-marker {
    display: none;
  }
  details[data-popover] > summary {
    list-style: none;
    cursor: pointer;
    /* text-decoration: underline dotted teal; */ 
  }
  details[data-popover] > summary + * {
    position: absolute;
    display: block;
    z-index: 1;
    width: 300px;
    border: solid 1px #50534a;
    /* border-radius: 5%; */
    padding: 10px;
    background: white;
  }
  details[data-popover] > * + * {
    /* hide detail elements that would ruin the popover */
    display: none;
  }
  details[data-popover="up"] > summary + * {
    bottom: calc(0.5rem + 100%);
    right: 50%;
    transform: translateX(50%);
  }
  details[data-popover="down"] > summary + * {
    top: calc(0.5rem + 100%);
    right: 50%;
    transform: translateX(50%);
  }
  details[data-popover="left"] > summary + * {
    right: calc(1rem + 100%);
    bottom: 50%;
    transform: translateY(50%);
  }
  details[data-popover="right"] > summary + * {
    left: calc(1rem + 100%);
    bottom: 50%;
    transform: translateY(50%);
  }
