/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

html {
  scroll-behavior: smooth;
}
/* Product Menu */
.menuheader span {
  color: #0079a4;
}
.menusub {
  text-transform: none;
  line-height: 1;
  padding-left: 1em;
}
/* EO Product Menu */
/* News Ticker */
* {
  box-sizing: border-box;
}
@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.ticker-wrap {
  z-index: 1000;
  position: fixed;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  height: 3rem;
  background-image: linear-gradient(to top, #f4d24c 0%, #f9c705 100%);
  padding-left: 100%;
  /*background:rgba(226, 28, 42, 1);*/
  box-sizing: content-box;
}
.ticker-wrap .ticker {
  display: inline-block;
  height: 3rem;
  line-height: 3rem;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 45s;
  animation-duration: 45s;
}
.ticker-wrap .ticker__item {
  display: inline-block;
  padding: 0 2rem;
  font-size: 1.5rem;
  color: white;
}
body {
  padding-bottom: 5rem;
}
/* EO News Ticker */
/* Hydrogel Selection Guide */
.content-bottom-a {
  margin-right: 5%;
}
.content-bottom-b {
  margin-left: 5%;
}
.hsg {
  list-style-type: none;
  padding: 1vw;
  background: #f8a80d;
  box-shadow: 10px 10px 10px 1px lightgrey;
  border-radius: 1vw;
  font-size: 1vw;
  text-align: center;
  color: black;
  margin: 0;
}
#hsg #intro ul {
  list-style-type: none;
}
#hsg h2 {
  color: #c00000;
  font-size: 2vw;
  justify-content: center;
  display: flex;
}
#hsg h3 {
  color: #c00000;
  text-align: center;
  margin-bottom: 0;
  font-size: 1.8vw;
}
#hsg h4 {
  font-size: 1.5vw;
  justify-content: center;
  display: flex;
}
#hsg .r1a {
  width: 100%;
  justify-content: center;
}
#hsg .arrow {
  width: 100%;
  justify-content: center;
}
#hsg .arrow2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.7vw 0 0.7vw 0;
}
#hsg .blue1 {
  height: 11vw;
  background-color: #0079a4;
  width: 100%;
  margin-top: 4vw;
  display: flex;
  align-items: center;
  border-radius: 20px 0 0 20px;
  z-index: 1;
  padding: 10%;
}
#hsg .blue1p {
  text-align: center;
  color: white;
  font-size: 1.2vw;
  writing-mode: vertical-rl;
  transform: scale(-1);
  margin-left: 0.2vw;
}
#hsg .blue2 {
  height: 11vw;
  background-color: #0079a4;
  width: 100%;
  margin-top: 4vw;
  display: flex;
  align-items: center;
  z-index: 1;
}
#hsg .plink {
  font-size: 1vw;
  position: absolute;
  bottom: 8%;
  height: 2vw;
  margin-top: 1vw;
  left: 20%;
  width: 60%;
  margin-right: 20%;
  padding: 0.5vw 0;
  transition: all 0.2s;
  cursor: pointer;
}
#hsg .plink:hover {
  color: #ddd;
}
#hsg #rect6 {
  fill: #7f7f7f;
  fill-opacity: 1;
  fill-rule: evenodd;
  stroke: #000000;
  stroke-width: 1.6;
  stroke-linecap: square;
  stroke-dasharray: none;
}
/* alternatives .blue2:
style="background-color: #0070c0; width: 100%; margin-top: 5rem; height: 13em;"
*/
hg-selektion-grid ul {
  margin: 0;
}
.hsg-top {
  padding: 0;
  text-align: center;
  background: #f8a80d;
  box-shadow: 10px 10px 10px 1px lightgrey;
  border-radius: 1vw;
  color: black;
  font-size: 1vw;
  position: relative;
}
.hsg-top p {
  padding: 1vw;
  margin: 0;
}
.hsg-bullet {
  list-style-type: disc;
  padding: 0 1vw 4vw 1vw;
  background: #f8a80d;
  box-shadow: 10px 10px 10px 1px lightgrey;
  border-radius: 1vw;
  color: black;
  hyphens: auto;
  word-wrap: break-word;
  flex-direction: column;
  font-size: 1vw;
  position: relative;
  padding-bottom: 3vw;
}
.hsg-bullet li {
  margin-bottom: 0.5em;
}
.cont {
  position: relative;
}
.hsg li {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hikashop_module dl {
  display: none;
}
.hikashop_module .hikashop_product_action {
  display: none;
}
/* EO Hydrogel Selection Guide */
/* Phoca Email  */
#ph-form-subscribe-name, #ph-form-subscribe-email, #ph-form-subscribe-privacy-com {
  width: 80%;
}
#ced_val {
  visibility: collapse;
}
/* Buttons */
.button.button-info {
  background-color: #0079a4 !important;
}
.btn-danger {
  --btn-color:#fff;
  --btn-bg:#a51f18;
  --btn-border-color:#a51f18;
  --btn-hover-color:#fff;
  --btn-hover-bg:#8c1a14;
  --btn-hover-border-color:#841913;
  --btn-focus-shadow-rgb:179,65,59;
  --btn-active-color:#fff;
  --btn-active-bg:#841913;
  --btn-active-border-color:#7c1712;
  --btn-active-shadow:inset 0 3px 5px #00000020;
  --btn-disabled-color:#fff;
  --btn-disabled-bg:#a51f18;
  --btn-disabled-border-color:#a51f18
    }
.btn-success {
  --btn-color:#fff;
  --btn-bg:#448344;
  --btn-border-color:#448344;
  --btn-hover-color:#fff;
  --btn-hover-bg:#3a6f3a;
  --btn-hover-border-color:#366936;
  --btn-focus-shadow-rgb:96,150,96;
  --btn-active-color:#fff;
  --btn-active-bg:#366936;
  --btn-active-border-color:#336233;
  --btn-active-shadow:inset 0 3px 5px #00000020;
  --btn-disabled-color:#fff;
  --btn-disabled-bg:#448344;
  --btn-disabled-border-color:#448344
}
.btn-check:checked+.btn,
:not(.btn-check)+.btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
  color:var(--btn-active-color);
  background-color: var(--btn-active-bg);
  border-color: var(--btn-active-border-color);
}
/* Copyright */
#g-copyright {
  padding: 0.5rem 0;
}
#g-copyright .g-content {
  padding-top: 0.5rem;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 2rem;
}
/*Body
section{background:whitesmoke;}*/
body {
  height: 100%;
  display: flex;
  flex-direction: column;
}
body > * {
  flex-shrink: 0;
}
#g-page-surround {
  min-height: 0;
}
#g-bottom {
  padding-top: 0;
  background: url('../../../../images/bkgd_blue2.png');
}
#g-header {
  background: url('../../../../images/bkgd_blue2.png');
}
#g-copyright {
  background: url('../../../../images/bkgd_blue2.png');
}
#g-bottom .r-bottommenu ul li a {
  color: whitesmoke !important;
}
#g-copyright {
  flex-grow: 1;
}
/*Testimonials*/
.r-tm.style3 .r-tm-content {
  padding: 1rem 0.5rem 1rem 0.5rem !important;
}
.r-tm.style3 .r-tm-author .title {
  margin-left: 1rem !important;
}
.r-tm.style3 .r-tm-item {
  background: whitesmoke;
}
/*.r-top-login {display:none !important;} */
.a_features h2 {
  color: #7d7d7d !important;
}
.ced-table {
  margin-top: 1rem;
  border-bottom: 1px solid;
}
.ced-table th {
  padding: 0.5rem;
  background: #eee;
}
.ced-table td {
  padding: 0.5rem;
}
.ced-table tr {
  border-top: 1px solid;
}
#g-main {
  padding: 0px;
  margin: 0px;
}
.closemenu {
  transition: 0.5s all 5s;
}
/*Top:*/
#mod-finder-searchword396 {
  background: white;
  height: 100px;
}
#g-header {
  z-index: 1800;
}
#top_search .g-content {
  padding: 0.1rem 1rem;
}
#search-input {
  height: 2rem;
  vertical-align: middle;
}
#top-search .g-content {
  padding: 0.5rem !important;
  margin: 0 !important;
}
.r-top-toolbar-left a:hover {
  color: white !important;
}
.r-top-toolbar-right a:hover {
  color: white !important;
}
.r-popup {
  position: fixed;
}
.mod-login__options a:hover {
  color: #0079a4 !important;
  font-style: italic !important;
}
/* Calculation Tool */
input.red-border {
  border: 1px solid #e66161;
}
th {
  padding: 5px;
  border-bottom: 1px solid #0079a3;
}
/* Contact Form */
#rl_modal__group_0 {
  width: 60%;
  margin: 5% 20% 5% 20%;
  padding: 10%;
}
[data-modals-element="modal"][data-modals-theme="dark"] [data-modals-element="overlay"] {
  background-color: rgba(125, 125, 125, 0.5);
  backdrop-filter: blur(5px);
}
#cf1 .cf-response {
  background-color: #0079a4 !important;
}
#cf_1 {
  margin-left: auto !important;
  margin-right: auto !important;
}
/*Shopping Cart Container */
.hikashop_cart_dropdown_container {
  position: fixed !important;
  right: 50%;
}
.r-hikashop-cart-item-name a:hover {
  color: #0079a4 !important;
  font-style: italic !important;
}
.notifyjs-corner {
  right: 40% !important;
}
.notifyjs-corner .title {
  font-family: Arial, Helvetica, sans-serif;
}
.notifyjs-corner .text {
  font-family: Arial, Helvetica, sans-serif;
}
#hikashop_checkout_cart_tax_title .tooltiptext {
  visibility: hidden;
  width: 30rem;
  background-color: #0079a4;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  box-shadow: 4px 4px 10px #000000;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}
#hikashop_checkout_cart_tax_title:hover .tooltiptext {
  visibility: visible;
}
/* Login Form */
#login-form-411 a:hover {
  color: #0079a4 !important;
  font-style: italic !important;
}
#uspro:hover {
  color: #0079a4 !important;
  font-style: italic !important;
}
/* User Profile */
.hikashop_cpanel_affiliate_div {
  display: none !important;
}
.hika_cpanel_methods {
  display: none !important;
}
/*mobile Menu*/
#g-offcanvas {
  z-index: 10000;
}
/*# sourceMappingURL=custom_17.css.map */