.slide-show-render.slide-show .flex-control-nav.flex-control-paging li a.flex-active {
    background-color: #f60;
    border-color: #f60;
}

#ContainerFooter .NewsletterSubscription .btn {
    background-color: #F60 !important;
}

#TopMenu li a:hover {
    color: #F60;
}

#ModalButtonRow input.Submit, #bottom_payment_button, #WishListEditFrom input[type="submit"], .Submit input[type="submit"], #frmGiftCertificate input[type="submit"], .add-to-cart.btn, .CheckoutButton .btn {
    background-color: #F60 !important;
    color: #FFF !important;
}

h1.title {
    color: #F60;
}

#SideCategoryList li ul li a, #SideCategoryList .sf-menu li ul li a {
    width: 185px !important;
}


/* this is the custome css for the foams calculator*/



.foamContainer {
  font-family: Arial, Helvetica, sans-serif;
  width: 980px;
  height: 980px;
 /* background-color: #151718;*/
  overflow: auto;
  align-items: center;
 
}

.innerContainer {
  width: 775px;
  height: 590px;
  margin: 0 auto;
  
  border: 2pt solid #6D6D6E;
  margin-top: 10px;
  background-image: url(../../../template/calculator/images/foamsBackground7.png);
 
}
.detailsPain {
  width: 775px;
  border: 2pt solid white;
  margin: 0 auto;
  margin-top: 10px;
}

.headerText {
  font-family: Orbitron;
  color: white;
  margin: 0px 0px 8px 20px;
  font-size: 22pt ;

}
.headerTextLower {
  font-family: Orbitron;
  color: white;
  margin: 5px 0px .5em 13px;
  font-size: 16pt ;

}

.guidingText {
  font-family: arial;
  font-size: 1em;
  margin:  0em 1em .5em 2em;
  color: white;
  line-height: 1.2em;
  text-indent: -1.2em;
}
.innerCalc{
  flex: 1;
}
.foamCalcContainer {
  font-family: Arial, Helvetica, sans-serif;
  margin-left: 15px;
  
  width: 750px;
  height:200px;
  display: flex;
}

.calcTextAndButtons{
  position: relative;
  display: inline-block;
  margin-left: 68px;
  margin-top: 60px;
  
  width: 115px;
  height: 240px;
  
  
}

.foamsAvailableContainer{
  margin-top: 187px;
  margin-left: 30px;
  width: 750px;
  height:133px;
  text-align: center;
  color: white;
  font-size: 18px;
}
.foamsTable td {
  width:125px;
  height:67px;
}

.foamCells {
  width: 120px;
  height: 65px;
  
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-shadow: 0px 0px 4px black;
  
  
}
.thbutton {
  position: relative;
  float: right;
  margin-top: 53px;
  width: 94px;
  height: 36px;
  background-color: #ddc0c7;
  border: 2px solid white;
  color:red;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15pt;
  line-height: .5;
}

.bsbutton {
  position: relative;
  float: right;
  margin-top: 10px;
  width: 94px;
  height: 36px;
  background-color: #7fb299;
  border: 2px solid white;
  color:green;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15pt;
  line-height: .5;
}

.rtrbutton {
  position: relative;
  float: right;
  margin-top: 49px;
  width: 94px;
  height: 36px;
  background-color: #c3c6c9;
  border: 2px solid white;
  color: #454545;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15pt;
  line-height: .5;
}
.Text {
  
  width: 310px;
  
 
}

h1 {
  font-family: "Orbitron";
  color: white;
  font-size: 15pt;
  font-weight: bold;
  line-height: 1;
}
.discriptionText {
  font-family: arial;
  font-size: 1em;
  text-align: justify;
  text-justify: inter-word;
  text-indent: 20pt;
  color: white;
  line-height: 1.2em;
  
}
.discriptionTextHeader {
  font-family: Orbitron;
  color: white;
  margin: -20px 0px 1em 0px;
  font-size: 10pt ;
  line-height: 1em;
}

.beadSizeButton {
  background-color: #96D1B3;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: 1px;
  border-color: white;
  cursor: pointer;
}

.beadSizeButton:hover, .beadSizeButton:focus {
  background-color: #7FB299;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    margin-top: 137px;
    margin-left: 18px;
    min-width: 100px;
    box-shadow: 0px 8px 5px 0px rgba(0,0,0,0.2);
    z-index: 1;
    color: black;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    color: black;
    padding: 8px 16px;
    text-decoration: none;
    text-align: center;
    display: block;
  }
  
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #ddd}
  
  
  
  .dropdown-bsb {
    position: relative;
    display: inline-block;
  }
  .dropdown-content-bsb {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    margin-top: 48px;
    margin-left: 18px;
    min-width: 100px;
    box-shadow: 0px 8px 5px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  /* Links inside the dropdown */
  .dropdown-content-bsb a {
    color: black;
    padding: 8px 16px;
    text-decoration: none;
    text-align: center;
    display: block;
  }
  
  .dropdown-content-bsb a:hover {background-color: #ddd}
  
  .dropdown-rtr {
    position: relative;
    display: inline-block;
  }
  .dropdown-content-rtr {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    margin-top: 222px;
    margin-left: 18px;
    min-width: 100px;
    box-shadow: 0px 8px 5px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  /* Links inside the dropdown */
  .dropdown-content-rtr a {
    color: black;
    padding: 8px 16px;
    text-decoration: none;
    text-align: center;
    display: block;
  }
  
  .dropdown-content-rtr a:hover {background-color: #ddd}
  /* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
  .show {display:block;}
  
  .oneNine {
    display: none;
  }
  .under {
    margin-top: 315px;
  }
  
  .foamsZero {
    background-image: url(../../../template/calculator/images/blank.png);
  }
  .foamsOne {
    
    background-image: url(../../../template/calculator/images/singleStageSm.png);
    
   
  }
  
  .foamsTwo {
    background-image: url(../../../template/calculator/images/DualStageOpenCloseCellSm.png);
  }
  
  .foamsThree {
    background-image: url(../../../template/calculator/images/DualStageOpenCloseCellBlackSm.png);
  }
  
  .foamsFour {
    background-image: url(../../../template/calculator/images/GrayClosedCellSm2.png);
  }
  
  .foamsFive {
    background-image: url(../../../template/calculator/images/DualStageClosedCellSm.png);
  }
  
  .foamsSix {
    background-image: url(../../../template/calculator/images/BlackClosedCellSm.png);
  }
  
  .foamsSeven {
    background-image: url(../../../template/calculator/images/TripleStageSm.png);
  }
  /* cyrillic-ext */
  @font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    src: local('PT Sans'), local('PTSans-Regular'), url(http://fonts.gstatic.com/s/ptsans/v11/jizaRExUiTo99u79D0-ExcOPIDUg-g.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  
  
  /* latin */
  @font-face {
    font-family: 'Orbitron';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/orbitron/v15/yMJRMIlzdpvBhQQL_Qq7dy1biN15.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* latin */
  @font-face {
    font-family: 'Orbitron';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/orbitron/v15/yMJRMIlzdpvBhQQL_Qq7dy1biN15.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* latin */
  @font-face {
    font-family: 'Orbitron';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/orbitron/v15/yMJRMIlzdpvBhQQL_Qq7dy1biN15.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* latin */
  @font-face {
    font-family: 'Orbitron';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/orbitron/v15/yMJRMIlzdpvBhQQL_Qq7dy1biN15.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* latin */
  @font-face {
    font-family: 'Orbitron';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/orbitron/v15/yMJRMIlzdpvBhQQL_Qq7dy1biN15.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* latin */
  @font-face {
    font-family: 'Orbitron';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/orbitron/v15/yMJRMIlzdpvBhQQL_Qq7dy1biN15.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  
  
  
  