/*
 Theme Name:   jevelin Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  jevelin Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     jevelin
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  jevelinchild
*/
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav {
  margin-top: 10px; }

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

.owl-theme .owl-controls .owl-page {
  display: inline-block; }

.owl-theme .owl-controls .owl-page span {
  background: none repeat scroll 0 0 #869791;
  border-radius: 20px;
  display: block;
  height: 12px;
  margin: 5px 7px;
  opacity: 0.5;
  width: 12px; }

h1 {
  margin: 0 0 10px 0; }

p {
  margin-bottom: 15px;
  line-height: 1.6; }

ul {
  margin-bottom: 35px; }

.pl-3 {
  padding-left: 2rem; }

.hide-until-load {
  display: none; }

.entry-content img {
  margin: 0 !important; }

.header-contacts {
  text-align: center; }
  .header-contacts .header-contacts-details {
    font-size: 16px;
    font-weight: 400;
    padding-left: 2rem; }

.sh-header-top {
  padding: 8px 0; }

.sh-header {
  border: none !important; }

.sh-nav ul.sub-menu {
  width: 320px !important; }

.sh-header-megamenu-style2 .sh-nav > li.menu-item a {
  font-size: 18px !important;
  font-weight: 200;
  color: #9c9d9f; }

.sh-header-megamenu-style2 .sh-nav > li.menu-item.current-menu-item, .sh-header-megamenu-style2 .sh-nav > li.menu-item.current-menu-ancestor {
  -webkit-box-shadow: inset 0px -10px 0px 0px #fbba00;
  -moz-box-shadow: inset 0px -10px 0px 0px #fbba00;
  box-shadow: inset 0px -10px 0px 0px #fbba00; }

.sh-header-megamenu-style2 .sh-nav ul.sub-menu li a {
  text-transform: uppercase;
  font-size: 18px !important;
  font-weight: 200 !important;
  background: none !important; }

.sh-header-megamenu-style2 .sh-nav li.menu-item:not(.menu-item-has-mega-menu):not(.sh-nav-cart) ul li:hover {
  background: #9c9d9f; }

.sh-header-megamenu-style2 .sh-nav li.menu-item:not(.menu-item-has-mega-menu):not(.sh-nav-cart) ul {
  padding: 25px 0 !important; }

.sh-header-megamenu-style2 .sh-nav li.menu-item:not(.menu-item-has-mega-menu):not(.sh-nav-cart) li.current-menu-item > a {
  padding-left: 15px;
  background-color: rgba(156, 157, 159, 0.75) !important; }

.sh-header-right-side, .header-mobile-social-media a, .sh-header .sh-nav > li.menu-item ul, .sh-header-left-side .sh-nav > li.menu-item ul, .sh-header-mobile-dropdown {
  background-color: #fff; }

.footer-content {
  text-align: center;
  position: relative;
  margin-bottom: -10%;
  line-height: 32px;
  color: #9c9d9f;
  font-size: 16px;
  font-weight: normal; }
  .footer-content a {
    color: #9c9d9f; }
    .footer-content a:hover {
      color: #fbba00; }

@media screen and (min-width: 769px) {
  .footer-content {
    bottom: -20px; } }

@media screen and (min-width: 901px) {
  .footer-content {
    bottom: -40px; } }

.heading-light-center {
  margin-bottom: 0; }
  .heading-light-center h1 {
    font-weight: 200;
    text-align: center;
    text-transform: uppercase; }
  .heading-light-center h2 {
    font-weight: 200;
    text-align: center;
    text-transform: uppercase; }

.heading-yellow-center-fat {
  margin-bottom: 0; }
  .heading-yellow-center-fat h1 {
    font-weight: 800;
    text-align: left;
    color: #fbba00;
    text-transform: uppercase; }
  .heading-yellow-center-fat h2 {
    text-align: left;
    color: #fbba00; }

.content-highlight {
  position: absolute;
  border: 1px solid #fbba00;
  z-index: -1;
  top: 50px;
  bottom: -70px;
  left: -200px;
  right: 0; }
  .content-highlight:before {
    content: ' ';
    background-color: #fbba00;
    border: 1px solid #fbba00;
    width: 50px;
    height: 50px;
    left: -25px;
    top: -25px;
    border-radius: 50%;
    position: absolute; }

.product-accordion .vc_tta-panel-title {
  border-bottom: 1px solid grey !important; }
  .product-accordion .vc_tta-panel-title a:before {
    content: ' ';
    background-color: #666;
    border: 1px solid #666;
    width: 20px;
    height: 20px;
    left: 6px;
    top: 20px;
    border-radius: 50%;
    position: absolute;
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px #666; }
  .product-accordion .vc_tta-panel-title a span {
    margin-left: 20px;
    display: inline-block; }

.product-accordion .vc_active .vc_tta-panel-title {
  border-bottom: none !important; }
  .product-accordion .vc_active .vc_tta-panel-title a:before {
    content: ' ';
    background-color: #fbba00;
    border: 1px solid #fbba00; }
  .product-accordion .vc_active .vc_tta-panel-title a span {
    color: #fbba00; }

.product-accordion .vc_tta-panel-heading {
  border: none !important;
  margin-bottom: 1px !important; }
  .product-accordion .vc_tta-panel-heading a {
    font-weight: 200;
    font-size: 24px; }

.product-accordion .vc_tta-panel-body {
  border: none !important; }

span.tp-bullet-title {
  display: none !important; }

.slider-iconic-right img {
  float: right; }

.xxximage-ultimate-container .image-ultimate-hover-1 {
  overflow: visible; }

.xxximage-ultimate-container .iheutabhover .iheu-img {
  box-shadow: 0 0 0 6px #fff, 0 0 0 10px rgba(156, 157, 159, 0.8); }

.xxximage-ultimate-container .iheutabhover .iheu-data {
  box-shadow: 0 0 0 6px #fff, 0 0 0 10px rgba(250, 192, 0, 0.8);
  border-radius: 50%; }
  .xxximage-ultimate-container .iheutabhover .iheu-data h3 {
    text-transform: uppercase; }

.col-clickmap-heading {
  font-weight: 700 !important;
  font-size: 36px;
  color: #fff; }

.clickmap-container {
  background-size: cover !important; }
  .clickmap-container .col-white {
    color: #fff; }

.clickmap-menu-wrapper {
  border-top: 1px solid #fbba00; }

.product-info-menu,
.clickmap-menu {
  list-style: none;
  margin: 0;
  padding-left: 0; }
  .product-info-menu li,
  .clickmap-menu li {
    padding-left: 20px; }
    .product-info-menu li a,
    .clickmap-menu li a {
      font-family: "Source Sans Pro", sans-serif;
      color: #fff;
      font-weight: 400;
      font-size: 16px;
      text-transform: uppercase; }
    .product-info-menu li:hover,
    .clickmap-menu li:hover {
      background: #fbba00; }

input::placeholder {
  color: red; }

.distributor-search input::placeholder {
  color: rgba(102, 102, 102, 0.3); }

.sh-button-style-1 .sh-button {
  color: #fbba00 !important;
  font-size: 14px;
  font-weight: 400;
  padding: 0 !important; }
  .sh-button-style-1 .sh-button .sh-button-icon {
    opacity: 0;
    transition: opacity 0.5s; }
  .sh-button-style-1 .sh-button:after {
    content: "";
    background: #fbba00;
    position: absolute;
    bottom: -3px;
    left: 0;
    height: 5px;
    width: 55%;
    transition: width 0.5s; }
  .sh-button-style-1 .sh-button:hover {
    background-color: unset !important; }
    .sh-button-style-1 .sh-button:hover .sh-button-icon {
      opacity: 1;
      transition: opacity 0.5s; }
    .sh-button-style-1 .sh-button:hover:after {
      width: 100%;
      transition: width 0.5s; }

.inner-product-content .vc_tta-panel-body {
  background-color: #555 !important;
  /*
        position: relative;
        left: -69px;
        box-sizing: border-box;
        width: 1128px;
        padding-left: 69px;
        padding-right: 69px;

     */
  padding: 0 !important;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; }
  .inner-product-content .vc_tta-panel-body .wpb_single_image {
    margin-bottom: 0;
    background-color: #f6f6f6; }

.inner-product-content .product-info-box {
  padding: 20px 20px 40px 20px; }
  .inner-product-content .product-info-box h4 {
    color: #fff;
    font-size: 28px;
    padding-left: 20px;
    font-weight: lighter; }
  .inner-product-content .product-info-box a {
    font-weight: lighter; }

.inner-product-content .product-info-text {
  padding-right: 10%;
  padding-top: 40px;
  padding-left: 15px;
  margin-left: -15px;
  background: #e8e8e8 !important;
  padding-bottom: 40px; }
  .inner-product-content .product-info-text p, .inner-product-content .product-info-text .p1 {
    font-size: 18px;
    font-weight: 300;
    font-family: "Source Sans Pro", sans-serif; }

.inner-product-content .image-preview div > div > ul > li > a > img {
  border: 1px solid #555;
  margin-right: 5px; }

.sh-titlebar > div > div > div > h2 {
  font-weight: lighter !important;
  font-size: 32px !important;
  color: #fff; }

.wpcf7-form > div > p > label {
  display: block; }

.modula-items .modula-item img {
  background: white; }

.modula-items .modula-item .figc-inner h2, .modula-items .modula-item .figc-inner p {
  border-left: none !important;
  padding-left: 0 !important; }

.modula-items .modula-item .figc-inner h2 {
  display: none !important; }

.video-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-right: -2em; }

.video-wrapper .video-element {
  width: 50%;
  min-height: 240px;
  box-sizing: border-box;
  padding-right: 2em; }
  .video-wrapper .video-element .oxomi-width-slave {
    min-width: 250px; }

.sh-accordion .panel a {
  font-size: 18px;
  font-weight: 300;
  font-family: "Source Sans Pro", sans-serif; }

#bottomnav {
  padding-top: 40px; }

.btn-styled .sh-button-text {
  font-weight: 300; }
  .btn-styled .sh-button-text.font-size-18 {
    font-size: 18px; }

.btn-styled .sh-button {
  border-radius: 30px;
  background-color: #e8e8e8;
  color: #505050; }

.btn-styled:not(.sh-button-style-2) .sh-button:hover {
  background-color: #fbba00;
  color: #ffffff; }

.btn-styled.sh-button-style-2 .sh-button:after {
  background-color: #fbba00; }

.btn-styled.sh-button-style-2 .sh-button:hover {
  color: #ffffff; }

@media (max-width: 800px) {
  .btn-styled {
    text-align: left; } }

.sh-header-search .sh-header-search-input::placeholder {
  color: #9c9d9f;
  font-weight: 300 !important; }

.sh-header-search-page {
  border: 1px solid #9c9d9f; }
  .sh-header-search-page .sh-header-search-input {
    padding-left: 20px;
    display: inline-block;
    border: 0;
    font-size: 24px;
    font-weight: normal;
    background-color: transparent;
    color: #505050 !important;
    line-height: 48px !important;
    padding-right: 20px;
    width: 100%; }
    .sh-header-search-page .sh-header-search-input::placeholder {
      color: #9c9d9f;
      font-weight: 300 !important; }

.area-row {
  padding-top: 50px;
  padding-bottom: 50px; }

.area-row-inset {
  padding-top: 50px;
  padding-bottom: 50px; }

.area-content-image {
  margin-top: -250px;
  margin-bottom: -250px;
  margin-left: -250px; }

.area-content-image-right {
  margin-bottom: -100px;
  margin-right: -100px; }

.sh-titlebar {
  background-image: url(/wp-content/uploads/2019/10/wand-hintergrund.jpg); }

.sh-team-name h3 {
  font-size: 18px !important;
  color: #000 !important;
  margin-bottom: 4px !important; }

.sh-team-role {
  font-size: 14px !important;
  margin-bottom: 4px !important; }

.header-contacts-details {
  padding-right: 0 !important;
  font-size: 14px !important; }

.sh-team-description {
  margin-bottom: 4px;
  line-height: 1.6; }

.slrev-btn i {
  top: 2px !important; }

.slrev-btn-a {
  font-weight: 300;
  transition: 0.3s letter-spacing ease-in-out !important;
  letter-spacing: 0px !important; }

.slrev-btn-a:hover {
  letter-spacing: 2px !important;
  transition: 0.3s letter-spacing ease-in-out !important; }

.external-logo {
  margin-bottom: 35px; }
  .external-logo .sh-element-margin .sh-single-image-container {
    padding: 20px;
    background: white;
    border: #555 2px solid; }
    .external-logo .sh-element-margin .sh-single-image-container a img {
      max-width: 250px;
      filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
      /* Firefox 10+, Firefox on Android */
      filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
      -o-filter: grayscale(100%);
      filter: gray;
      /* IE6-9 */
      -webkit-filter: grayscale(100%);
      /* Chrome 19+, Safari 6+, Safari 6+ iOS */ }
    .external-logo .sh-element-margin .sh-single-image-container:hover a img {
      filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
      filter: grayscale(0%);
      -moz-filter: grayscale(0%);
      -ms-filter: grayscale(0%);
      -o-filter: grayscale(0%);
      filter: none;
      /* IE6-9 */
      zoom: 1;
      /* needed to trigger "hasLayout" in IE if no width or height is set */
      -webkit-filter: grayscale(0%);
      /* Chrome 19+, Safari 6+, Safari 6+ iOS */ }

.modula-gallery .modula-item.effect-reflex .figc-inner {
  margin: 0px !important; }

html body .modula .figc,
.modula-items .figc p.description {
  color: #000 !important; }

.modula-item .jtg-title {
  display: none !important; }

.figc-inner {
  position: absolute;
  bottom: 0;
  padding: 5px; }

.modula-item:hover img {
  opacity: 1 !important; }

.modula-item:hover .figc:not(.no-description) .figc-inner {
  background-color: rgba(255, 255, 255, 0.7) !important; }

.nav-gallery-caption-visible .modula-item .figc:not(.no-description) .figc-inner {
  background-color: rgba(255, 255, 255, 0.7) !important; }
  .nav-gallery-caption-visible .modula-item .figc:not(.no-description) .figc-inner .description {
    display: block !important;
    opacity: 0.9; }

@media screen and (max-width: 768px) {
  .nav-gallery-caption-visible .modula-item .figc:not(.no-description) {
    display: none !important; } }

.post-edit-link,
.vc_inline-link {
  display: none !important; }

.distributor-search input::placeholder {
  color: rgba(102, 102, 102, 0.3); }

.distributor-search .submitbtn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center; }

.distributor-search .submitbtn {
  border-radius: 100px !important;
  line-height: 50px !important;
  padding: 0 30px !important;
  transition: 0.25s all ease-in-out;
  font-weight: bold;
  background-color: #FBBA00 !important;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  border-width: 0; }

.distributor-search .distri-search-box {
  border: 1px solid #e3e3e3;
  color: #8d8d8d;
  padding: 10px;
  margin-bottom: 10px; }

.distributor-search .sh-button {
  border-radius: 30px;
  background-color: #e8e8e8;
  color: #505050; }
  .distributor-search .sh-button:hover {
    background-color: #fbba00;
    color: #ffffff; }

.distributor-search .sh-element-margin {
  text-align: center;
  margin-top: 20px; }

.distributor-search .no-margin {
  margin: 0 !important; }

.distributor-search .btm-margin {
  margin-bottom: 10px; }

.distributor-search .name-title {
  font-weight: 800 !important;
  text-align: left;
  color: #000 !important;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif; }

.distributor-search .name-sub {
  font-weight: 400 !important;
  text-align: left;
  color: #000 !important;
  font-family: "Source Sans Pro", sans-serif; }

.distributor-search i {
  margin-right: 10px; }

.distributor-search .icon-pad-left {
  margin-left: 28px; }

.distributor-search .sh-button-xxsmall {
  padding: 4px;
  font-size: 11px;
  margin-left: 10px; }

.distributor-search .sh-button-icon {
  display: inline-block;
  position: relative;
  z-index: 10;
  margin-top: 2px;
  bottom: -1px;
  margin-right: 0; }
  .distributor-search .sh-button-icon i {
    margin-right: 5px;
    margin-left: 5px; }

.distributor-search .error-info {
  margin-top: -10px;
  text-align: center;
  margin-bottom: 10px;
  color: #e64f4f !important;
  display: none; }

img.full-width {
  width: 100%; }

#owl-nav .item {
  background: #fbba00;
  padding: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFF;
  text-align: center; }
  #owl-nav .item a > img {
    margin: 0; }

#owl-nav .item div {
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  bottom: 0;
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  z-index: 1;
  transition: 0.5s; }
  #owl-nav .item div .data {
    display: inline-block;
    margin: 1px;
    text-align: center; }
    #owl-nav .item div .data p {
      display: block;
      text-transform: uppercase;
      position: absolute;
      bottom: 20px;
      font-size: 30px;
      font-weight: 300;
      margin-bottom: 20px;
      margin-top: 0;
      line-height: 120%;
      width: 100%;
      float: left;
      font-family: "Source Sans Pro", sans-serif;
      color: #9c9d9f; }
      #owl-nav .item div .data p .important {
        font-weight: bold; }

#owl-nav .item:hover div {
  opacity: 1;
  transition: 0.5s; }

#owl-nav .item a {
  color: #fff; }

#owl-nav .item img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%); }

#owl-nav .item:hover img {
  -webkit-filter: none;
  filter: none; }

#bottomnav .prev-nav {
  position: absolute;
  left: -45px;
  margin-top: -20px;
  top: 40%;
  opacity: 0.3; }
  #bottomnav .prev-nav img {
    width: 40px;
    height: 100px; }
  #bottomnav .prev-nav:hover {
    opacity: 0.5; }

#bottomnav .next-nav {
  position: absolute;
  right: -45px;
  margin-top: -20px;
  opacity: 0.3;
  top: 40%; }
  #bottomnav .next-nav img {
    width: 40px;
    height: 100px; }
  #bottomnav .next-nav:hover {
    opacity: 0.5; }

@media (hover: none), (pointer: coarse) {
  #owl-nav .item div {
    opacity: 0.9; } }

.product-info-slider .item {
  text-align: center;
  background-color: #f6f6f6; }
  .product-info-slider .item a > img {
    margin: 0; }

.product-info-slider .item div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  z-index: 1;
  transition: 0.5s; }
  .product-info-slider .item div .data {
    display: inline-block;
    padding: 20px;
    margin: 1px;
    text-align: center; }
    .product-info-slider .item div .data p {
      display: block;
      position: absolute;
      bottom: 20px;
      left: 0;
      right: 0;
      font-size: 18px;
      font-weight: 300;
      margin-bottom: 20px;
      margin-top: 0;
      line-height: 110%;
      text-align: center;
      float: left;
      font-family: "Source Sans Pro", sans-serif;
      color: black;
      background: rgba(255, 255, 255, 0.75);
      padding: 10px; }

.product-info-slider .item a {
  color: #fff; }

.product-info-slider .item:hover img {
  -webkit-filter: none;
  filter: none; }

.product-info-slider .prev-nav {
  position: absolute;
  left: -45px;
  margin-top: -20px;
  top: 40%;
  opacity: 0.3; }
  .product-info-slider .prev-nav img {
    width: 40px;
    height: 100px; }
  .product-info-slider .prev-nav:hover {
    opacity: 0.5; }

.product-info-slider .next-nav {
  position: absolute;
  right: -45px;
  margin-top: -20px;
  opacity: 0.3;
  top: 40%; }
  .product-info-slider .next-nav img {
    width: 40px;
    height: 100px; }
  .product-info-slider .next-nav:hover {
    opacity: 0.5; }

.product-info-slider .owl-dots {
  margin-top: -30px !important;
  z-index: 200;
  position: relative; }

.product-details-wrapper {
  padding-left: 15px;
  padding-right: 15px; }
  .product-details-wrapper .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%; }
  .product-details-wrapper .column {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: hidden; }
    .product-details-wrapper .column.first {
      margin-right: 18px; }
    .product-details-wrapper .column.last {
      margin-left: 18px; }

@media (max-width: 1024px) {
  .product-details-wrapper {
    padding-right: 0;
    padding-left: 0; }
    .product-details-wrapper .row {
      display: block;
      width: 100%;
      margin-right: 0;
      margin-left: 0; }
    .product-details-wrapper .column {
      display: block;
      width: 100%;
      margin-bottom: 35px; } }

.product_help_wrp {
  width: 50%;
  padding-right: 32px; }

@media (max-width: 800px) {
  .product_help_wrp {
    width: 100%;
    padding-right: 0; } }

.clickmap-heading {
  position: absolute;
  font-weight: 200;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  top: 20px;
  z-index: 100; }

.clickmap-hint {
  position: absolute;
  font-weight: 200;
  text-align: center;
  color: rgba(251, 186, 0, 0);
  width: 100%;
  top: 50px;
  z-index: 100; }

#clickmap-briel:hover .clickmap-hint {
  color: rgba(251, 186, 0, 0.8); }

@media (max-width: 1024px) {
  .clickmap-hint {
    color: rgba(251, 186, 0, 0.8); } }

@media (min-width: 1536px) {
  .clickmap-hint {
    display: none; } }

.clickmap-container {
  background-color: #9c9d9f;
  height: 400px;
  overflow-x: scroll;
  overflow-y: hidden;
  position: relative; }
  .clickmap-container .clickmap-inner {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 1200px; }
    .clickmap-container .clickmap-inner img {
      max-width: unset;
      min-height: 400px;
      height: 400px;
      /* position: absolute; */
      overflow: hidden;
      width: 1200px;
      min-width: 100%; }
    .clickmap-container .clickmap-inner .sh-button-text {
      font-weight: 300; }
    .clickmap-container .clickmap-inner .hover {
      min-width: 36px;
      min-height: 36px;
      color: #fff;
      font-weight: lighter;
      position: absolute; }
      .clickmap-container .clickmap-inner .hover .inner {
        opacity: 0;
        width: auto;
        min-width: 180px;
        left: -10px;
        padding: 8px 8px 10px 53px;
        background: rgba(0, 0, 0, 0.7);
        top: -14px;
        z-index: 0;
        position: absolute;
        border-radius: 0px; }
      .clickmap-container .clickmap-inner .hover .dot {
        width: 36px;
        height: 36px;
        color: #fff;
        font-weight: lighter;
        position: absolute;
        padding: 10px;
        background: #fff;
        opacity: 0.85;
        border-radius: 50%;
        /*     box-shadow:
                0 0 0 2px #000,
                0 0 0 3px #fff;
*/
        -webkit-transition: all 0.5s;
        /* Safari */
        transition: all 0.5s; }
      .clickmap-container .clickmap-inner .hover:hover .dot {
        background-color: #fbba00;
        border-radius: 50%;
        z-index: 1; }
      .clickmap-container .clickmap-inner .hover:hover .inner {
        opacity: 1; }
      .clickmap-container .clickmap-inner .hover h1 {
        font-weight: 200;
        text-align: left;
        text-transform: uppercase;
        font-family: "Source Sans Pro", sans-serif;
        color: #fff;
        margin-bottom: 0;
        font-size: 20px; }
      .clickmap-container .clickmap-inner .hover h3 {
        font-weight: 200;
        text-align: left;
        text-transform: uppercase;
        font-family: "Source Sans Pro", sans-serif;
        color: #fff;
        margin-bottom: 0;
        font-size: 20px; }

.contact-form-wrapper label {
  font-weight: 300; }

.contact-form-wrapper .wpcf7-response-output {
  margin: 0 0 16px !important;
  font-weight: 400; }

.contact-form-wrapper br:not(.not-hide) {
  display: none; }

.contact-form-wrapper .sampleOrder .selection .span {
  border-radius: 0; }

form > div.sh-cf7-body > p:nth-child(2) > label:nth-child(9) > span > span > span.selection > span {
  border-radius: 0;
  border-color: #e3e3e3; }

form > div.sh-cf7-body > p:nth-child(2) > label:nth-child(9) > span > span > span.selection > span > ul > li > input::placeholder {
  color: #fff; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #fbba00 !important;
  color: white; }

form > div.sh-cf7-body > p {
  font-weight: 300 !important; }
  form > div.sh-cf7-body > p .bold {
    font-weight: normal; }

span.wpcf7-list-item {
  display: block; }

form > div.sh-cf7-body > p:nth-child(2) > span > span > span.wpcf7-list-item.first,
form > div.sh-cf7-body > p:nth-child(2) > span > span > span.wpcf7-list-item.last {
  display: inline-block; }

.wpcf7-not-valid .wpcf7-list-item-label {
  color: #e64f4f !important; }

.wpcf7-form-control-wrap {
  margin-top: 5px !important;
  margin-bottom: 10px !important;
  display: block; }

.ball-nav-container .btm-margin {
  margin-bottom: 30px; }

/*
 * separate class for round elements
 */
.do-circle {
  border-radius: 50%; }

.do-item {
  width: 100%;
  height: auto;
  position: relative; }

.do-item-circle {
  max-width: 261px; }

.do-item-square {
  max-width: 350px; }

.do-info-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
  perspective: 800px;
  border: 3px solid #9c9d9f; }

.do-info {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
  transform-style: preserve-3d;
  opacity: 0; }
  .do-info a div {
    color: #fff;
    font-size: 12px; }

.do-info > div {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden; }

.do-info .do-info-back {
  background: rgba(251, 186, 0, 0.85); }

.do-info h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  margin: 0;
  padding: 35% 0 10px 0; }

.do-info-back {
  text-align: center; }

.do-info-back > a > div {
  color: #fff;
  padding: 6px 5px;
  margin: 0 6px;
  font-size: 15px;
  border-top: 1px solid #fff; }

.do-item:hover .do-info-wrap {
  border: 3px solid #fbba00; }

.do-item:hover .do-info {
  opacity: 1; }

@media (max-width: 995px) {
  .do-info-back div {
    display: none; } }

.universal-search-grid {
  display: grid;
  grid-template-columns: 250px auto;
  grid-template-rows: 40px auto;
  grid-template-areas: "filter input" "filter output";
  grid-column-gap: 15px;
  grid-row-gap: 10px; }

@media (max-width: 767px) {
  .universal-search-grid {
    grid-template-columns: auto;
    grid-template-rows: auto;
    grid-template-areas: "input" "filter" "output"; } }

#universal-search-filter {
  grid-area: filter; }

#universal-search-input {
  grid-area: input; }

#universal-search-output {
  grid-area: output; }

.oxomi-border {
  border: 0px solid #ddd;
  border-radius: 0px;
  background-color: #fff;
  padding: 3px; }

.oxomi-nav-list > li > a, .oxomi-nav-list .oxomi-nav-header {
  margin-left: 0;
  margin-right: 0; }

.oxomi-nav-list {
  padding-inline-start: 0 !important;
  padding-left: 0;
  padding-right: 0; }

.oxomi-dropdown {
  width: 100px;
  height: 44px;
  display: none; }

.ms-res-ctn .ms-res-item-active {
  background-color: #999;
  color: #fff; }

.ms-ctn .ms-sel-item {
  border-radius: 0px;
  border: 1px solid #DDD; }

.ms-ctn .ms-sel-item:hover {
  border-radius: 0px;
  border: 1px solid #DDD; }

.oxomi-search-bar.ms-ctn .ms-sel-ctn {
  margin-top: -2px; }

.oxomi-brand img:hover {
  -webkit-filter: brightness(1.1); }

.oxomi-catalog {
  padding-top: 5px;
  padding-bottom: 7px;
  margin-left: -6px;
  margin-top: -7px;
  margin-bottom: 10px;
  border: 1px solid  #999;
  margin-right: 22px; }

.oxomi-catalog:hover {
  -webkit-transition: all 0.3s ease-in;
  border: 1px solid #fbba00; }

.oxomi-catalog-details {
  font-size: 12px;
  margin-top: 4px;
  color: #000; }

.oxomi-video-title {
  font-size: 14px;
  margin-top: 4px;
  color: #000; }

.oxomi-catalog-title {
  padding-bottom: 3px; }

.oxomi-group-content .oxomi-vertical-transformer img:first-of-type {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  position: relative;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2; }

.oxomi-video .oxomi-video-inner .oxomi-video-img {
  border: 1px solid #ededed;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%; }

.oxomi-well {
  min-height: 20px;
  padding: 7px;
  background-color: rgba(156, 157, 159, 0.2);
  border: 1px solid #9c9d9f;
  border-radius: 0;
  margin-bottom: 10px; }

.oxomi-link {
  color: #fbba00;
  line-height: 1.5;
  font-weight: normal; }

.oxomi-nav > li > a:hover, .oxomi-nav > li > a:focus {
  text-decoration: none;
  background-color: #fbba00;
  color: #fff; }

.oxomi-groups-anchor-link a {
  color: #f4f4f4 !important;
  vertical-align: middle;
  padding: 5px 0;
  font-size: 12px;
  line-height: 36px; }

#universal-search-input input::-webkit-input-placeholder {
  color: #d0d0d1; }

#universal-search-input input:-ms-input-placeholder {
  color: #d0d0d1; }

#universal-search-input input::placeholder {
  color: #d0d0d1; }

.ms-res-ctn .ms-res-item {
  font-size: 16px;
  font-weight: normal;
  vertical-align: middle;
  line-height: 16px; }

.ms-res-item, .ms-res-item-grouped {
  vertical-align: middle;
  display: flex;
  align-items: center;
  position: relative; }

.oxomi-form-control {
  border-radius: 0;
  border: 1px solid #9c9d9f; }

.oxomi-groups-hit-count {
  margin-top: 22px;
  font-size: 16px;
  color: #9c9d9f;
  font-style: italic; }

.oxomi-scroll-top {
  display: none !important; }

.oxomi-groups-anchor-links .oxomi-groups-anchor-link {
  background-color: #9c9d9f;
  margin: 10px 5px 0 0;
  padding: 3px 5px;
  border-radius: 0px; }

.oxomi-groups-anchor-links-parent {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-content: stretch;
  flex-wrap: wrap;
  border-bottom: 1px solid #9c9d9f;
  padding-bottom: 10px; }

.oxomi-portalsearch-info {
  color: #9c9d9f;
  background-color: #ffe495;
  padding: 8px 16px;
  border: 1px solid #fbba00;
  border-radius: 0;
  margin-bottom: 16px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  width: fit-content; }

.fe-heading-yellow-light {
  font-weight: 400 !important;
  text-align: left;
  color: #fbba00 !important;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  margin: 0 0 10px 0; }

.fe-heading-yellow-fat {
  font-weight: 800 !important;
  text-align: left;
  color: #fbba00 !important;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  margin: 0 0 10px 0; }

.fe-heading-black-light {
  font-weight: 400 !important;
  text-align: left;
  color: #000 !important;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  margin: 0 0 10px 0; }

.fe-heading-black-fat {
  font-weight: 800 !important;
  text-align: left;
  color: #000 !important;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  margin: 0 0 10px 0; }

#header-mobile .header-mobile-search .header-mobile-form-input {
  color: #9c9d9f !important;
  font-weight: 500 !important; }
  #header-mobile .header-mobile-search .header-mobile-form-input::placeholder {
    color: #9c9d9f;
    font-weight: 300 !important; }

#header-mobile .header-mobile-search .header-mobile-form-submit {
  color: #9c9d9f !important;
  right: -12px; }

#header-mobile .sh-header-mobile-dropdown {
  padding-top: 15px;
  background-color: white !important; }

#header-mobile .sh-nav-mobile {
  max-width: 800px;
  padding: 0 !important;
  overflow: hidden; }
  #header-mobile .sh-nav-mobile li a {
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #9c9d9f !important; }
  #header-mobile .sh-nav-mobile li.current-menu-item > a, #header-mobile .sh-nav-mobile li.current-menu-ancestor > a {
    color: #fbba00 !important; }
  #header-mobile .sh-nav-mobile li.menu-item-has-children > a:after {
    font-size: 18px; }
  #header-mobile .sh-nav-mobile li .sub-menu:before {
    height: 0; }
  #header-mobile .sh-nav-mobile li:after {
    height: 0; }

.area-row-w-dtp {
  margin-top: 50px; }

@media (max-width: 800px) {
  .area-content-image {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px; }
  .area-content-image-right {
    margin-bottom: 0px;
    margin-right: 0px; }
  .area-row {
    padding-top: 0;
    margin-bottom: 0; }
  .area-row-w-dtp {
    margin-top: 0px; }
  .area-row-inset {
    padding-top: 15px;
    padding-bottom: 50px; }
  .product-accordion .vc_tta-panel-heading a {
    font-weight: 200;
    font-size: 20px; }
  .inner-product-content .product-info-box h4 {
    font-size: 20px; }
  .product-info-text {
    padding-right: 30px !important;
    padding-left: 30px !important;
    margin-left: 0 !important; }
  .video-element {
    width: 100% !important;
    min-height: 240px;
    margin-bottom: 20px !important;
    box-sizing: border-box; }
    .video-element .oxomi-floater {
      padding-right: 0 !important; }
  .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  h1 {
    font-size: 24px; }
  #universal-search-output {
    margin-right: -15px; }
    #universal-search-output .oxomi-floater {
      padding-right: 0 !important; }
  .sh-nothing-found-big div {
    font-size: 55px;
    line-height: 45px; }
  .sh-titlebar-mobile-layout-compact .titlebar-title h2 {
    font-weight: lighter !important;
    font-size: 20px !important;
    text-align: left; } }

.bfclass__fontsmooth {
  -webkit-font-smoothing: antialiased;
  font-smoothing: always;
  text-rendering: optimizeLegibility; }

.bfclass__noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.bfprochat__button {
  line-height: 1;
  cursor: pointer;
  position: fixed;
  top: 40%;
  right: 0;
  font-family: Roboto,sans-serif;
  background: #0064bf;
  border-radius: 3px 0 0 3px;
  padding: 56px 14px 12px;
  z-index: 10000;
  -webkit-font-smoothing: antialiased;
  font-smoothing: always;
  text-rendering: optimizeLegibility; }

.bfprochat__button:hover {
  background: #0d81d4; }

.bfprochat__button.messenger-is-open {
  right: 481px; }

.bfprochat__button.messenger-is-open .bfprochat__button-icon--close {
  display: block; }

.bfprochat__button-icon {
  position: absolute; }

.bfprochat__button-icon--chat {
  top: 14px;
  left: 50%;
  width: 40px;
  margin-left: -20px;
  height: 36px; }

.bfprochat__button-icon--chat svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 36px;
  fill: #fff; }

.bfprochat__button-icon--close {
  display: none;
  top: 8px;
  left: 8px;
  width: 12px;
  height: 12px; }

.bfprochat__button-icon--close svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  fill: #fff; }

.bfprochat__button-text {
  display: block;
  text-align: center;
  font-weight: 500;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.bfprochat__button-text--main {
  color: #fff;
  font-size: 16px; }

.bfprochat__button-text--main + .bfprochat__button-text--sub {
  margin-top: 3px; }

.bfprochat__button-text--sub {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px; }

@media screen and (max-width: 768px) {
  .bfprochat__button {
    top: auto;
    right: 12px;
    bottom: 12px;
    padding: 0;
    height: 48px;
    width: 56px;
    border-radius: 3px; }
  .bfprochat__button.messenger-is-open {
    right: 12px; }
  .bfprochat__button.messenger-is-open .bfprochat__button-icon--close {
    display: none; }
  .bfprochat__button-text {
    display: none; }
  .bfprochat__button-icon--chat {
    top: 50%;
    left: 50%;
    width: 32px;
    margin-left: -16px;
    height: 30px;
    margin-top: -14px; }
  .bfprochat__button-icon--chat svg {
    width: 32px;
    height: 30px; } }

.bfprochat__messenger {
  position: fixed;
  top: 0;
  right: -481px;
  bottom: 0;
  width: 480px;
  background: #fff;
  border-left: 1px solid #c8c8c8;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  z-index: 10001; }

.bfprochat__messenger.messenger-is-open {
  right: 0; }

.bfprochat__messenger iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto; }

.bfprochat__messenger-frame {
  width: 100%;
  height: 100%; }

.bfprochat__messenger-close {
  cursor: pointer;
  display: none;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 28px;
  height: 28px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  z-index: 1; }

.bfprochat__messenger-close svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  margin-left: -8px;
  height: 16px;
  margin-top: -8px;
  fill: #7986a3; }

@media screen and (max-width: 768px) {
  .bfprochat__messenger {
    right: -100%;
    width: 100%;
    border-left: 0 solid transparent; }
  .bfprochat__messenger-close {
    display: block; } }

@media screen and (max-width: 480px) {
  .bfprochat__messenger-close {
    left: calc(5% - 7px); } }

.bfprochat__button {
  background: #fbba00 !important;
  top: unset !important;
  bottom: 100px !important; }

.briel-embed-yt {
  position: relative; }
  .briel-embed-yt img.play-overlay {
    display: none;
    position: absolute;
    /* top: 0; */
    left: 50%;
    top: 50%;
    margin-left: -32px !important;
    margin-top: -32px !important; }
  .briel-embed-yt:hover img.play-overlay {
    display: block; }

.oxomi-video-title-extra-margin {
  margin-top: 13px; }

.videoPlayerOverlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 12000;
  background-color: rgba(0, 0, 0, 0.8);
  transition-property: all;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  -ms-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -moz-transition-timing-function: linear; }
  .videoPlayerOverlay .closeIcon {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 200;
    border-radius: 50%;
    border: 0;
    width: 32px;
    background-color: transparent;
    height: 32px;
    display: flex; }
    .videoPlayerOverlay .closeIcon img {
      width: 100%;
      height: auto; }
    .videoPlayerOverlay .closeIcon svg {
      fill: white; }
  .videoPlayerOverlay iframe {
    max-width: 853px;
    max-height: 480px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75); }

.videoPlayerOverlay.hiddenTransform {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  -webkit-transform: translateY(50px); }

@media only screen and (min-width: 1200px) {
  .videoPlayerOverlay .closeIcon:hover {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }
