

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin-top: 22px;
  margin-left: 20px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.box-reduce-block {
    background-color: #00bf50;
    color: white;
    padding: 3px 15px;
    border-radius: 0px 0px 4px 4px;
}
.lh-15{
  line-height: 15px;
}
.fs-11{
  font-size: 1.1rem;
}
.cart-remove-x{
  float: right; 
  width: 30px; 
  height: 25px; 
  text-align: 
  center; padding: 5px;
}
.eur-hover{
  position: relative;
  width: 15px;
}
.eur-price{
  position: absolute;
  top: -38px;
  right: 0;
  background-color: #18224d;
  color: white;
  border-radius: 4px;
  padding: 2px;
}
.try-note{
  position: absolute;
  background-color: #00bf50;
  right: -63px;
  bottom: 35px;
  transform: rotate(332deg);
  padding: 6px 0px;
  font-size: large;
  width: 300px;
  text-align: center;
}
.try-div{
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
}
.profile-navigation{
  background-color: #F9F9F9;
  padding: 1rem;
}
.profile-navigation > ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#slider-range-max{
  margin: 0px 11px;
  border-radius: 4px;
  background-color: #00bf50;
}
#slider-range-max > .ui-slider-handle{
  left: 35%;
  border-radius: 100%;
  background-color: rgb(0, 191, 80);
  outline: rgba(0, 191, 80, 0.54) solid 6px;
  top: -0.4em;
  margin-left: -0.6em;
}
#slider-range-max > .ui-slider-range{
  background-color: #a8abaf;

}
.arrow {
  position: fixed;
  top: 100vh;
  margin-top: -70px;
  width: 100%;
  z-index: 1000;
  text-align: center;
}
.arrow a{
  color:grey;
  text-decoration: none;
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
.padd-1{
  padding: 0.25rem !important;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}


.scrollbar-hidden{
  overflow-y: hidden !important;
  overflow-x: hidden !important;
}
.scrollbar{
  height: 197px;
  overflow-y: auto !important;;
  overflow-x: hidden;
}
/* width */
::-webkit-scrollbar {
  width: 20px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: darkgrey; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: black; 
}
.central-header-block{
  flex-direction: column; 
  width: 100%; 
  justify-content: center;
}
.central-right-icons{
  margin-top: -37px;
}
.central-search-box{
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.icons-left{
  z-index: 1001;
}
.icon-w-50{
  width: 50px;
}
.crossed-price {
    color: black;
    font-size: 0.9rem;
    text-decoration: line-through;
}
.product-row{
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.landing-h3{
  font-size: 1.3rem;
  height: 50px;
}
.img-center{
  width: 100%;
  margin: 0 auto;
}
.img-center > img {
    width: 131px !important;
}

.bg-grey{
  background-color: #f9f7f7;
}

.p-10{
  padding: 10px;
}

#search-advice{
  position: absolute;
    min-height: 26px;
    min-width: 50%;
    border: 1px solid #edf2f7;
    border-radius: 3px;
    margin-top: 10px;
    background-color: #fff;
    z-index: 20;
    box-shadow: 5px 5px 10px #d3d3d3;
}
.search-advice-item{
  text-decoration: none; 
  color: black; 
  font-weight: bold;
}
.search-advice-item:hover{
  color: #053c9c;
}
.phone-link{
  position: relative;
  padding: 0px;
}
.select-new{
  cursor: pointer;
}
.select-new:hover{
  color: white;
  background-color: #343a40;
}
.blackfriday-sk{
  height: 600px;
}
.blackfriday-h1{
    color: white;
    font-size: 4rem;
    text-align: center;
  }
  .blackfriday-short-text{
    color: white;
    margin: 0 9px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 60px;
  }
  .bf-cotainer{
    padding: 0 68px;
  }
  .blackfriday-badge-sk{
    position: absolute;
    background: url("/imunita/png/stamp-sk.png") no-repeat center center;
    background-size: cover;
    top: -204px;
    right: -189px;
    height: 400px;
    width: 400px;
    z-index: 200;
  }
  .blackfriday-badge-cz{
    background: url("/imunita/png/stamp-cz.png") no-repeat center center;  
    background-size: cover;  
  }
  .blackfriday-btn{
    margin: 0 auto;
    text-align: center;
  }
  .frame{
    display: block;
    width: 86%;
    padding: 1.5em;
    position: relative;
    margin: 20px auto;
    margin-top: 150px;
  }
  .frame:after,
  .frame:before {
      border: .2em solid white; 
      bottom: 0;    
      content: '';
      position: absolute;
      top: 0;
      width: 5%;
  }
  .frame:after {
      border-left: none;
      right: 0;
  }
  .frame:before {
      border-right: none;
      left: 0;
  }

#pills-tabContent{
  max-height: 500px;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
.banner-block{
/*  width: 100%;*/
  height: 200px;
  text-align: center;
  margin: 15px;
}
.flex-justify-center{
  justify-content: center;
}

.badge-row{
  position: absolute;
  top: 21px;     
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 11;
}
.badge-left{
  display: flex;
  flex-direction: row;
}
.badge-right{
  display: flex;
  flex-direction: row;
}

@media only screen and (max-width:575px){
  .badge-item{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 18px;
  }
}

@media only screen and (min-width:576px) and (max-width:768px){
  .badge-item{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 18px;
  }
}

@media only screen and (min-width:769px){
  .badge-item{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75px;
    width: 75px;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 20px;
  }
}

.badge-vegan{
  background-image: url('/newzerex/img/vegan-badge2.png');
}
.badge-bio{  
  background-image: url('/newzerex/img/bio-badge2.png');
}
.badge-top-badge{  
  background-image: url('/newzerex/img/top-badge.png');
}
.badge-discount{  
  background-image: url('/newzerex/img/discount-badge.svg');
}
.badge-known-from-tv{
  background-image: url('/newzerex/img/known-from-tv-badge.svg');
}
.badge-customer-choice{
  background-image: url('/newzerex/img/customer-choice-badge.svg');
}
.badge-bomb-price{
  background-image: url('/newzerex/img/bomb-price-badge.svg');
}
.badge-known-from-tv-cz{
  background-image: url('/newzerex/img/known-from-tv-badge-cz.svg');
}
.badge-customer-choice-cz{
  background-image: url('/newzerex/img/customer-choice-badge-cz.svg');
}

.chatisto-client-iframe{
  z-index: 2500 !important;
}
.item{
  height: 250px;
  margin: 20px;
  /*background-color: white;*/
  /*box-shadow: 1px 1px 5px #aaaaaa;*/
}
#events{
  height: 100px;
  width: 100%;
  background-color: black;
  color: white;
  font-family: "Lucida Sans Unicode";
  overflow: scroll;
}
.list {
  list-style: none; 
  margin-top: 40px;
}
.menu-title{
  margin-left: 25px;
  margin-top: 15px;
}
.top-menu, .sub-menu-block{
  position: fixed;
  top: 0px;
  left: 0px;
  display: none;
  height: 100vh;
  width: 50%;
  z-index: 1122;
  background: #fff;
}
.sub-menu-block{
  width: 100%;
}
.icons-right > a {
  margin-left: 10px;
}
.icons-right > a > img {
  height: 28px;
}
.cart-sign > img{
  height: 33px !important;
  margin-top: -3px;
}
.menu-bar-span, .menu-bar-span-half{
  display: block;
  height: 4px;
  width: 25px;
  margin: 3px;
  border-bottom: 1px solid black;
}
.menu-bar-span-half{
  width: 13px;
}
.rightmodal{
  position: fixed;
  /*top: 5vh;*/
  top: 0vh;
  display: none;
  height: 100vh;
  width: 50%;
  z-index: 16000002;
  right: 0px;        
}     
.modal-bg{
  background-color: #fff;
}

.sub-menu-block{
  width: 100%;
  z-index: 1123;
}
.trans-bg{
  position: fixed;
  display: none;
  top: 0px;
  left: 0px;
  height: 100vh;
  width: 100%;
  background-color: black;
  opacity: 0.3;
  z-index: 1021;

}
.close-div{
  position: absolute;
  height: 10px;
  width: 10px;
  margin: 5px;
  top: 10px;
  right: 10px;
}
.close{
  text-decoration: none;
}
.fff{
  background: #FFF;
}
/* cool link */
.cool-link {
  display: inline-block;
  color: #000;
  text-decoration: none;
}

.cool-link::after {
  content: '';
  display: block;          
  width: 0;
  height: 1px;
  background: #000;
  transition: width .3s;
}

.cool-link:hover{
  color: inherit;
  text-decoration: none;           
}

.cool-link:hover::after {
  width: 100%;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #000;
  background-color: #fff; 
}
.p-8-16{
  padding: 8px 16px;
}
.close-link{
  background-color: #18224D;
  border-radius: 100%;
  height: 33px;
  width: 33px;
  opacity: 1;
}
.close-link > i{
  color: white;
  display: block;
  margin-top: 4px;
  margin-left: 8px;
}
.cool-link.active::after{
  content: '';
  display: block;          
  width: 100%;
  height: 2px;
  background: #000;
}
#call{
  display: block;
}

.hidden{
  display: none;
}

.chyba {
  color: red;
  font-size: 13px;
}
.red{
  color: #ef4236;
}
.gift {
  border: 2px solid #EF4136;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #EF4136;
  font-weight: 700;
  padding: 1px 4px;
  font-size: 0.7em;
  margin-left: 0.5em;
}

.loadingoverlay-footer, .loadingoverlay {
  position: fixed;
  /* display: flex; */
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  background-size: 100px auto;
  opacity: 0;
  transition: opacity .3s ease-in;
}

.loadingoverlay{
  position: absolute;
}

.fa-spin{
  font-size: 100px;
}

.luigi-empty-box{
  position: relative; 
  height: 100vh;
}
.shipping-discount{
  position: relative;
  margin-top: 10%;
  padding-left: 10%;
  padding-right: 10%;
}

.shipping-discount-meter .meter .marker:after {
  position: absolute;
  right: 0;
  top: -13px;
  content: '';
  /*              background: url(/images/car.svg) -1px top no-repeat;*/
  width: 28px;
  height: 28px;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  border: 2px solid #212529;
}

.shipping-discount-meter {
  display: flex;
  width: 80%;
  margin: 0 auto;
  flex-direction: row;
  align-items: center;
  padding: 23px 0 28px 0;
} 

.shipping-discount-meter .meter {
  position: relative;
  width: 100%;
  border: 1px solid;
  /*background-color: rgb(238, 238, 238);*/
}

.shipping-discount-meter .meter-inner {
  position: absolute;
  left: 28px;
  right: -28px;
  height: 6px;
}

.shipping-discount-meter .meter .marker {
  position: absolute;
  top: 0;
  left: -28px;
  padding-left: 28px;
  height: 6px;
  /*background-color: rgb(46, 195, 251);*/
  border-radius: 5px;
}

.shipping-discount-meter .price {
  margin-top: -6px;
  font-size: 12px;
  line-height: 15px;
  padding-left: 17px;
  white-space: nowrap;
  color: rgb(2, 2, 55);
}
.cart-counter {
  position: absolute;
  margin-left: 69px;
  min-width: 14px;
  min-height: 12px;
  padding: 1px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ef4136;
  color: #fff;
  text-align: center;
  font-size: 9px;
  font-weight: 700;
  box-shadow: 0px 0px 1px 1px #fff;
  -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}
.select-style {
  line-height: 32px;
  max-height: 32px;
  position: relative;
  margin-top: -40px;
}
.mt-4 .select-style:before {
  content: "";
  position: absolute;
  height: 10px;
  /* top: 50%; */
  top: 4px;
  right: 1px;
  margin-top: -14px;
  padding: 30px 30px 10px 0;
  pointer-events: none;
  background-image: url(../i/caret.png);
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: 10% 70%;
}
.select-style select {
  height: 27px;
  min-height: 27px;
  max-height: 27px;
  line-height: 32px;
  color: #474748;
  background-color: #fff;
  border: thin solid black;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0em 2em 0 1em;
  text-indent: 0.01px;
  text-overflow: "";
}
.packeta{
  width: 100%;
  padding: 0px !important;  
}
.cart-btn-div{
  height: 78px;
}
.green-wow-btn {
  background-color: #00BF50;
  -webkit-box-shadow: 0px 0px 0px 0px #9cdcb7;
  -moz-box-shadow: 0px 0px 0px 0px #9cdcb7;
  box-shadow: 0px 0px 0px 0px #9cdcb7;
  transition: box-shadow 0.3s;
  transition-timing-function: cubic-bezier(0.16, 0.8, 0.66, 1.54);
  border-radius: .25rem;
  margin-top: 10px
}   

.green-wow-btn:hover{
  -webkit-box-shadow: -1px -1px 0px 8px #9cdcb7;
  -moz-box-shadow: -1px -1px 0px 8px #9cdcb7;
  box-shadow: -1px -1px 0px 8px #9cdcb7;
}

.green-btn{
  background-color: #00BF50 !important;
  color: white;
  border-color: #00BF50 !important;
}
/*.green-btn:hover{background-color:#1ebc71;background:-moz-linear-gradient(45deg,#25eb93 1%,#1c82cc 100%);background:-webkit-linear-gradient(45deg,#25eb93 1%,#1c82cc 100%);background:linear-gradient(45deg,#25eb93 1%,#1c82cc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#25eb93',endColorstr='#1c82cc',GradientType=1);transition:linear-gradient .8s linear}*/

#admin-logged {
  background: rgba(0, 0, 0, .5);
  font-size: 12px;
  padding: 20px;
  position: fixed;
  top: 0;
  right: 20px;
  z-index: 1000000;
  width: 200px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.form-group > select{
  border: 1px solid black !important;
}
.min-h-1030{
  min-height: 1030px;
}
/*  .ovl-carousel{
    position: relative;
  }*/
.owl-carousel .owl-item img{
  display: initial;
  width: auto;
}
.ref-p{
  height: 144px;
  overflow: hidden;
}
.left-shadow{
  position: absolute;
  width: 85px;
  height: 290px;
  z-index: 1500;
  background: rgb(249,249,252);
  background: -moz-linear-gradient(90deg, rgba(249,249,252,1) 0%, rgba(111,112,112,0) 100%);
  background: -webkit-linear-gradient(90deg, rgba(249,249,252,1) 0%, rgba(111,112,112,0) 100%);
  background: linear-gradient(90deg, rgba(249,249,252,1) 0%, rgba(111,112,112,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9f9fc",endColorstr="#6f7070",GradientType=1);
}
@media only screen and (max-width:768px){
  .left-shadow, .right-shadow{
    pointer-events:none;
  }
}
.right-shadow{
  position: absolute;
  right: 0px;
  width: 85px;
  height: 290px;
  z-index: 1500;
  background: rgb(98,98,99);
  background: -moz-linear-gradient(90deg, rgba(98,98,99,0) 0%, rgba(245,249,249,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(98,98,99,0) 0%, rgba(245,249,249,1) 100%);
  background: linear-gradient(90deg, rgba(98,98,99,0) 0%, rgba(245,249,249,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#626263",endColorstr="#f5f9f9",GradientType=1);
}
.customNextBtn{
  margin-top: 141%;
  margin-left: 10px;
}
.customPrevBtn{
  margin-top: 141%;
  margin-left: 65px;
}
.customNextBtn:hover{
  cursor: pointer;
}
.customPrevBtn:hover{
  cursor: pointer;
}
.pointer-right, .pointer-left{
  position: absolute;
  font-size: 4em;
  right: -36px;
}
.pointer-left{
  left: -36px;
}
.pointer-left:hover{
  color: #28a745;
}
.pointer-right:hover{
  color: #28a745;
}
.product-div{    
  position: relative;
  border: 1px solid white;
  border-radius: 5px;
  width: inherit;
  /*     -webkit-box-shadow: 0px 0px 0px 0px rgba(212,210,212,0.7);
        -moz-box-shadow: 0px 0px 0px 0px rgba(212,210,212,0.7);
        box-shadow: 0px 0px 0px 0px rgba(212,210,212,0.7);
        transition: box-shadow 0.5s, margin-top 0.5s;
        transition-timing-function: ease-out;*/
}
.product-div:hover{
  border: 1px solid #000;
  /*   -webkit-box-shadow: -2px 5px 10px 3px rgba(212,210,212,0.7);
      -moz-box-shadow: -2px 5px 10px 3px rgba(212,210,212,0.7);
      box-shadow: -2px 5px 10px 3px rgba(212,210,212,0.7);
      margin-top: 14px !important;*/
} 
.current{
  font-weight: bold;
  border-bottom: 0.5px solid black;
}
.error-msg{
  color: red;
}
.min-h-05{
  min-height: 0.5em
} 
.black{
  color: black;
}

.white{
  color: white;
}

.img-block{
  width: 338px !important;
  height: 256px !important;
}

.img-block > img{
  width: 256px !important;
}  
.img-block > a {
  display: block;
  width: 256px;
  margin: 0 auto;
}
.action{
  position: absolute;
  right: 0px;
  top: 33px;
}
.action-l{
  position: absolute;
  left: 23px;
  top: 43px;
}
.double-line{
  height: 66px;
}
.p-cat{
  position: absolute;
  top: 20px;
  left: 23px;
  font-size: 0.750em;
}
.p-rating{
  position: absolute;
  right: 23px;
  top: 17px;
}
.select-chevron{
  position: absolute; 
  right: 15px; 
  margin-top: 12px;
}
.short-text > p{
  font-size: 1.3rem;
}
.masthead-elements > h1 {
  padding: 0px 6px;
}
.rotate{
  transform: rotate(180deg);
}
.animated.delay-scroll {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}
.stars {
  display: inline-block;
}
.star {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 2px;
  background: url(/images/star.svg) left top no-repeat;
}
.stars.small .star {
  width: 6px;
  height: 6px;
}
.rating-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  align-content: center;
  -webkit-align-content: center; 
}
.review .review-form .rating-wrap label {
  margin-right: 2em;
  font-size: 1em;
  align-self: flex-start;
  margin-top: 0.4em;
  color: #474748;
  padding-left: 0.5em; }
.review .review-form .rating-wrap .rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 30px; }
.review .review-form .rating-wrap .rating > span {
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  font-weight: normal;
  font-style: normal;
  cursor: pointer;
  width: 30px;
  height: 30px; }
.review .review-form .rating-wrap .rating > span:last-child {
  color: #e3cf7a;
  padding-left: 12px; }
.review .review-form .rating-wrap .rating > span:last-child:before {
  content: "\f005";
  color: #e3cf7a;
  padding-left: 12px; }
.review .review-form .rating-wrap .rating > .full, .review .review-form .rating-wrap .rating > .full:before {
  content: "\f005";
  color: #e3cf7a; }
.review .review-form .rating-wrap .rating > span:before {
  padding-right: 5px;
  margin-left: -7px; }
.review .review-form .rating-wrap .rating > span:before {
  content: "\f006";
  color: #777; }
.review .review-form .rating-wrap .rating > span:before ~ span:before {
  content: "\f006";
  color: #777; }
.review .review-form .rating-wrap .rating > span:hover:before,
.review .review-form .rating-wrap .rating > span:hover ~ span:before {
  content: "\f005";
  color: #e3cf7a; }

.question-body-question {
  font-weight: normal;
  color: black;
}

.question-body-question:hover {
  color: black;
}

.question-body-highlight {
  background-color: yellow;
  color: black;
}

.d-col-flex-w{
  display: flex;
  width: 340px !important;
  flex-wrap: wrap;         
  margin: 0px 10px;
}  
.car-image{
  position: absolute;
  left: 11%;
}
.bread-svg{
  width: 10px;
  margin-top: -2px;
}
.turn-left{
  transform: rotate(180deg);
}
.pulse{box-shadow:0 0 0 rgba(37,235,147,1);animation:pulse 2s infinite}
.slider-middle-img{
  position: absolute;
  right: 200px;
  z-index: 10;
  bottom: 0%;
  height: 584px;}
.slider-left-img{
  position: absolute;
  right: 484px;
  bottom: 9%;
  z-index: 8;
  height: 410px;}
.slider-right-img{
  position: absolute;
  right: 74px;
  bottom: 10%;
  z-index: 9;
  height: 410px;}
.desktop, .mobile{
  display: none;
}
.slider-middle-img-mobile{
  position: absolute;
  left: 50%;
  z-index: 10;
  bottom: 4%;
  height: 413px;
  -webkit-transform: translateX(-50%); 
  transform: translateX(-50%);}
.slider-left-img-mobile{
  position: absolute;
  left: 21%;
  bottom: 13%;
  z-index: 8;
  height: 336px;
  -webkit-transform: translateX(-50%); transform: translateX(-50%);}
.slider-right-img-mobile{
  position: absolute;
  left: 79%;
  bottom: 18%;
  z-index: 9;
  height: 316px;
  -webkit-transform: translateX(-50%); transform: translateX(-50%);
}
@-webkit-keyframes pulse{0%{-webkit-box-shadow:0 0 0 0 rgba(37,235,147,1)}70%{-webkit-box-shadow:0 0 0 10px rgba(37,235,147,0)}100%{-webkit-box-shadow:0 0 0 0 rgba(37,235,147,0)}}
@keyframes pulse{0%{-moz-box-shadow:0 0 0 0 rgba(37,235,147,1);box-shadow:0 0 0 0 rgba(37,235,147,1)}70%{-moz-box-shadow:0 0 0 10px rgba(37,235,147,0);box-shadow:0 0 0 10px rgba(37,235,147,0)}100%{-moz-box-shadow:0 0 0 0 rgba(37,235,147,0);box-shadow:0 0 0 0 rgba(37,235,147,0)}}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.onScroll{
  opacity: 0;
}
.dropdown .dropdown-menu {
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.carousel-inner{
  height: 540px;
}
/* The typing effect */
@keyframes flashing {
  from { border: 11px solid black; }
  to { border: 10px solid black; }
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: orange; }
}

@media only screen and (max-width:1775px){
  .action-l{
    position: absolute;
    left: 23px;
    top: 23px;
  }
  .p-cat{
    left: unset;
    right: 23px;
  }
  .p-rating{
    position: absolute;
    right: 23px;
    top: 31px;
  }
}     
@media only screen and (max-width:375px){
  .d-col-xs{
    display: flex;
  }
  .d-col-md{
    display: none;
  }

  .carousel-inner{
    height: 325px;
  }      
  

}
@media only screen and (max-width:1200px){    
  
  .banner-block-overall{
/*    width: 100%;*/
    height: 98px;
    text-align: center;
    margin: 15px;
  }
  .wider{
    height: 188px;
  }
    .blackfriday-h1 {
      font-size: 2.5rem;
  }
}
@media only screen and (max-width:979px){  
  .profile-navigation{
    margin-left: -21px;
    margin-right: -21px;
    margin-bottom: 5px;
  }
  .profile-navigation > ul{
    text-align: center
  }
  .profile-navigation > ul > li{
    display: inline-block;
    margin: 0px 5px;
  }
  
  .banner-block-overall{
/*    width: 100%;*/
    height: 98px;
    text-align: center;
    margin: 15px;
  }
  .wider{
    height: 188px;
  }
    .blackfriday-h1 {
      font-size: 2.5rem;
  }
}
@media only screen and (max-width:768px){    
  
  .banner-block-overall{
/*    width: 100%;*/
    height: 148px;
    text-align: center;
    margin: 15px;
  }

  .blackfriday-h1 {
      font-size: 1.5rem;
  }
  .central-right-icons{
    margin-top: -37px;
  }
  .pointer-left{
    left: 1px;
  }
  .pointer-right{
    right: 1px;
  }  
  .padd-1{
    padding: 15px !important;
  }
  .h6-md-small{
    font-size: 70%;
  }
  .related-btn{
    padding: 2px 4px !important;
  }
  .related-btn:hover{
    padding: 2px 4px !important;
  }
  .try-note{
    right: -112px;
    bottom: 10px;
    padding: 6px 0px;
    font-size: 0.65em;
    background-color: rgb(0 191 80 / 73%);
  }
}
@media only screen and (max-width:576px){
  .d-col-xs{
    display: flex;
  }
  .d-col-md{
    display: none;
  }
  .carousel-inner{
    height: 423px;
  }
  .delivery-not-free{
    display: inline-block;
    font-size: 0.7em;
  }
  .free-delivery{
    display: inline-block;
    font-size: 0.7em;
  }
  .shipping-discount-meter{
    margin-left: 15%;
  }
  .right-shadow{
    background: rgb(98,98,99);
    background: -moz-linear-gradient(90deg, rgba(98,98,99,0) 0%, rgba(245,249,249,0.55) 100%);
    background: -webkit-linear-gradient(90deg, rgba(98,98,99,0) 0%, rgba(245,249,249,0.55) 100%);
    background: linear-gradient(90deg, rgba(98,98,99,0) 0%, rgba(245,249,249,0.55) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#626263",endColorstr="#f5f9f9",GradientType=1);
  }
  .left-shadow{
    background: rgb(249,249,252);
    background: -moz-linear-gradient(90deg, rgba(249,249,252,0.55) 0%, rgba(111,112,112,0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(249,249,252,0.55) 0%, rgba(111,112,112,0) 100%);
    background: linear-gradient(90deg, rgba(249,249,252,0.55) 0%, rgba(111,112,112,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9f9fc",endColorstr="#6f7070",GradientType=1);
  }
  #reviews-page{
    margin: 15px;
  }
  .banner-block-overall{
/*    width: 100%;*/
    height: 134px;
    text-align: center;
    margin: 15px;
  }
  
  .wider{
    height: 120px;    
  }
  .pointer-left{
    left: 1px;
  }
  .pointer-right{
    right: 1px;
  }
}
@media only screen and (max-width:499px){    
  
  .navbar-expand .navbar-nav {
    display: contents;
}
  .banner-block-overall{
/*    width: 100%;*/
    height: 121px;
    text-align: center;
    margin: 15px;
  }
  .wider{
    height: 137px;    
  }

}
@media only screen and (max-width:445px){    
  
  .banner-block-overall{
/*    width: 100%;*/
    height: 104px;
    text-align: center;
    margin: 15px;
  }

}

@media only screen and (max-width:375px){    
  
  .banner-block-overall{
/*    width: 100%;*/
    height: 93px;
    text-align: center;
    margin: 15px;
  }
  
  .wider{
    height: 98px;    
  }

}
@media only screen and (max-width:320px){    
  
  .banner-block-overall{
/*    width: 100%;*/
    height: 82px;
    text-align: center;
    margin: 15px;
  }
  
  .wider{
    height: 82px;    
  }

}
@media only screen and (min-width:576px) and (max-width:768px){
  .d-col-xs{
    display: flex;
  }
  .d-col-md{
    display: none;
  }
  .banner-block-overall{
/*    width: 100%;*/
/*    height: 148px;*/
    text-align: center;
    margin: 15px;
  }
}

@media only screen and (max-width:768px){             
  .top-menu{
    width: 75%;
  }
  .rightmodal{
    width: 100%;
  }
  .typewrite{
    font-size: 0.5em;
  }
  .min-h-1030{
    min-height: 20px;
  }
  .icons-right, .icons-left{
    padding: 0 0px !important;
    display: flex;
  }
  .masthead-elements .dark-blue{
    /*min-height: 190px;*/
  }
  .masthead h1{
    text-align: center !important;
    /*font-size: 1.5em !important;*/
  }
  .masthead-elements span{
    font-size: 1.5em;
  }
  .button-align{
    padding-top: 5.1em !important;
  }      
  .carousel-indicators li {
    width: 9px !important;
    height: 9px !important;
    border-radius: 100%;         
  }   
  .d-col-flex-w{
    margin: 0 auto;
  }
  .ref-p{
    overflow: hidden;
    height: 173px;
  }
  .banner-block-overall{
/*    width: 100%;*/
/*    height: 147px;*/
    text-align: center;
    margin: 15px;
  }
  .blackfriday-badge-sk{
    top: -95px;
    right: -94px;
    height: 195px;
    width: 195px;
  }
  
  .blackfriday-h1{
    font-size: 1.5rem;
  }
  
  .blackfriday-short-text > p{
    font-size: 1rem
  }
  .central-search-box{
    margin-top: 30px;
  }
  .central-right-icons{
    margin-top: -37px;
    position: absolute;
    right: 10px;
  }
}

@media only screen and (max-width:767px){     
  .profile-symb{
    display: none;
  } 
/*  .banner-block-overall{
    width: 100%;
    height: 147px;
    text-align: center;
    margin: 15px;
  }*/
}

@media only screen and (max-width:979px){
  .mobile{
    display: block;
  }
  .desktop{
    display: none;
  }
/*  .banner-block-overall{
    width: 100%;
    height: 145px;
    text-align: center;
    margin: 15px;
  }*/
}

@media only screen and (min-width:768px){
  .d-col-md{
    display: flex;
  }
  .d-col-xs{
    display: none;
  }  
  .row-md{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  header.blackfriday-sk{
    background: url("/imunita/png/bf-sk.jpg") no-repeat center center;   
    background-size: cover;
  }
  header.blackfriday-cz{
    background: url("/imunita/png/bf-cz.jpg") no-repeat center center;   
    background-size: cover;
  }
  .navbar-top{    
      font-size: 0.85em;
  }
  .navbar-expand-md .navbar-nav .nav-link {
      padding-right: 0.2rem;
      padding-left: 0.2rem;
  }
  .col-md-20{
    flex: 0 0 20%;
    width: 20%;
  }
}
@media only screen and (min-width:980px){
  .mobile{
    display: none;
  }
  .desktop{
    display: block;
  }
  .banner-block-overall{
/*    width: 100%;*/
    height: 142px;
    text-align: center;
    margin: 15px;
  }
  .wider{
    height: 201px;    
  }
}
@media only screen and (min-width:1020px){
  .banner-block-overall{
/*    width: 100%;*/
    height: 118px;
    text-align: center;
    margin: 15px;
  }
  .wider{
    height: 194px;    
  }
}
@media only screen and (min-width:1260px){
  .banner-block-overall{
/*    width: 100%;*/
    height: 153px;
    text-align: center;
    margin: 15px;
  }
  .wider{
    height: 201px;    
  }
}
@media only screen and (min-width:1403px){
  .banner-block-overall{
/*    width: 100%;*/
    height: 174px;
    text-align: center;
    margin: 15px;
  }
  .wider{
    height: 201px;    
  }
  .navbar-top{    
      font-size: 0.9em;
  }
  .navbar-expand-md .navbar-nav .nav-link {
      padding-right: 0.3rem;
      padding-left: 0.3rem;
  }
}

@media only screen and (min-width:1728px){
  .banner-block-overall{
/*    width: 100%;*/
    height: 200px;
    text-align: center;
    margin: 15px;
  }
  .wider{
    height: 201px;    
  }
  
  .navbar-top{    
      font-size: 1em;
  }
  .navbar-expand-md .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem;
  }
}

@media only screen and (min-width:1920px){
  .big-screen-ml{
    margin-left: 5% !important;
  }
  .banner-block-overall{
/*    width: 100%;*/
    height: 200px;
    text-align: center;
    margin: 15px;
  }
  .wider{
    height: 201px;    
  }
}
  /* povodny custom zaciatok */

body{
  font-family: "Open Sans", sans-serif !important;
/*  font-family: "sofiapro-regular" !important;*/
}

.sofiaprobold{
/*  font-family: "sofiapro-bold" !important;*/
  font-weight: bold;
}

.navbar-top{
    min-height: 79px;
}

/*
.navbar-top a{
    color: black;
}
*/
section.masthead {
  position: relative;
  background-color: #343a40;
  background: url("/newzerex/img/bg-masthead-min.png") no-repeat center center;
  background-size: cover;
  padding-top: 0.688em;
  height: 506px;
}
.breadcrumbs{
    position: absolute;
    background: #F9F9F9;
    height: 29px;
    width: 100%;   
    padding-top: 5px;
    z-index: 10;
  }
  
.breadcrumbs li{
  float: left;
  list-style-type: none;
  padding-right: 20px;
  font-size: 0.85em;
}

.breadcrumbs li a{
  text-decoration: none;
  color: black;
}

.breadcrumb-new li{
  padding-right: 20px;
  font-size: 0.85em;
}

.breadcrumb-new li a{
  text-decoration: none;
  color: black;
}

.bread-desktop{
  display: inline;
}
.bread-mobile{
  display: none;
}

.breadcrumb-new {
  width:100%;
  overflow:hidden;
  scrollbar-width: none; 
  height: 29px;
  width: 100%;   
  padding-top: 5px;
  z-index: 10;
}

.insidescroll-breadcrumb{
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  padding-bottom:15px;
}

/* Small and middle devices (tablets, max 1025px) */
@media (max-width: 1025px) { 
  /*
  .certificates{
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
  }
  */

  .contact-bar-top{
    height: auto;
  }

  .contact-bar-top li{
    padding: 0 10px;
  }
  .blackfriday-badge-sk{
    top: -144px;
    right: -115px;
    height: 250px;
    width: 250px;
  }
  
}

/* Small devices (tablets, max 769px) */
@media (max-width: 769px) { 
  .masthead-elements .comma, .masthead-elements .long-text, .articles-title-large, .articles button, .pages-desktop, .adv-desktop, .product-title-desktop, .bill-table-desktop, .img-ask-desktop, .searchbar-desktop, .productbox-desktop, .orders-desktop, .ingredients-desktop, .warning-404, .magazin-desktop, .login-desktop, .articles-desktop-nav, .search-border-desktop{
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
  }

  .fontsize-mobile-14{
    font-size: 1.4rem;
  }

  .search-width{
    width: 110px;
    margin: 35px 0;
  }

  .masthead h1{
    font-size: 1.8em;
  }

  .masthead-elements p{
    text-align: center;
  }

  .masthead-elements span{
    font-size: 2.075em;
  }

  .short-text{
    margin: 0 60px;
  }

  .button-align{
    text-align: center;
    padding-top: 12.500em;
  }

  .product-bar img{
    width: 80%;
  }

  .product-p, .product-h2{
    text-align: center;
  }

  .product-h2{
    font-size: 1.875em;
    padding-bottom: 32px;    
  }

  .product-button-spacing{
    padding-bottom: 32px;
  }
  
  .features-icons {
    padding: 1rem 2rem;
  }

  .products-nav p, .products-nav h2{    
    padding: 0 36px;
  }

  .products-desktop-nav{
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
  }

  .products-mobil-nav{
    text-decoration: underline;
    font-size: 1.250em;
  }

  .clients-bar img{
    padding: 1em 1em;
  }

  section {
    padding: 50px 0;
  }

  .articles .container{
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .articles .article-tag{
    position: absolute;
    padding-top: 2em;
    margin-left: 25px;

  }

  .articles .article-date{
    position: absolute;
    padding-top: 2em;
    margin-right: 25px;
    right: 2em;
  }

  .articles .article-title{
    text-decoration: none;
    margin-left: 25px;
    margin-right: 25px;
  }

  .articles .article-text{
    margin-left: 25px;
    margin-right: 25px;
  }

  .articles-mobil-nav{
    text-decoration: underline;
    font-size: 1.1em;
    margin-left: 25px;
  }

  .articles img{
    width: 100%;
    height: auto;
  }

  .articles-chart span{
    font-size: 3.5em;
    margin-right: 25px;
    float: left;
  }

  .articles-chart{
    margin-left: 25px;
    margin-right: 25px;
  }

  .articles-chart p{
    margin-left: 50px;
  }

  .number-center{
    position: absolute; 
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .products-group-text h4{
    font-size: 1em;
  }

  .products-group-text h5{
    font-size: 0.8em;
    margin-bottom: 0;
  }

  .products-group-text p{
    font-size: 0.7em;
    margin-bottom: 0;
  }

  .ebook-card{
    padding-top: 80px;
  }
  .ebook-card p{
    padding-bottom: 2rem;
  }  

  .bg-image-bar{
    position: relative;
    background-color: #343a40;
    background: url("/newzerex/img/bg-poradna-min.png") no-repeat center center;
    background-size: cover;
    padding-top: 15rem;
    padding-bottom: 15rem;
    z-index: -1;
  }

  .nav-pos{
    margin-left: 5%; 
    margin-top: -480px;
    color: black;
  }

  .text-pos{
    margin-left: 10%; 
    margin-top: 280px;
  }

  .text-pos h1{
    text-align: left;
    font-size: 4em;
  }

  .fontsize-4em{
    font-size: 4em;
  }

  .text-pos .p-decoration{
    color: black;
    margin-top: 3em;
    padding-right: 10%;

  }

  .nav-margin{
      margin-top: 5px;
  }
  
  .title-padding{
    padding-left: 5%;
    width: 40%;
    text-align: left;
  }

  .img-tight{
    height: auto; 
    width: 100%;
  }

  .about-product h4{
  padding-top: 1rem;
  }

  .faq-mobil-width{
    max-width: 230px;
    padding-left: 0;
    padding-right: 0;
  }

  .mx-30px{
    margin: 0 0px 0 0px;
  }

  .pl-15px{
    padding-left: 15px;
  }

  .supplement-table{
    padding: 1rem;
    margin-top: 2rem;;
  }

  .supplement-table h2{
    font-size: x-large;
  }

  .cart-margin{
    margin-left: 65px;
  }

  .fontsize-height-mobile{
    font-size: 0.7em;
    height: 150px !important;
  }

  .fontsize-title-mobil{
    font-size: 2em;
  }

  .doropdown-width .btn{
    width: 100%;
  }

  .nav-tabs{
    padding-bottom: 0em;
  }

  .nav-tabs .nav-link-custom{
    padding-left: 9px;
    margin-left: 3px;
  }

  .nav-tabs .nav-link-custom-payment.active{
    color: #00BF50;
    margin-bottom: 0;
    border-bottom: 3px solid #00BF50;
  }

  .adv-margin{
    margin-left: 5%;
    padding: 5px 0;
  }

  .shadow-border{
    border-radius: 4px; 
    box-shadow: 0 5px 20px lightgray;
  }

  .magazin-mobile .mag-tag{
    position: absolute;
    top: 8px;
    left: 26px;
  }

  .magazin-mobile .mag-date{
    position: absolute;
    top: 8px;
    right: 26px;
  }

  .magazin-mobile .mag-text{
    position: absolute;
    top: 128px;
    left: 26px;
  }

  .width-comments{
    width: 100%;
  }

  .hr-w-border{
    width: 80%;
    border: 2px solid #F9F9F9;
  }
  /* mobile main-navigation
  .nav-spacing .accordion{
    margin-bottom: 1.5rem;
  }
  */
  .bread-desktop{
    display: none;
  }
  .bread-mobile{
    display: inline-block;
  }
  .w-sm-50{
    width: 50%;
  }

  .d-col-flex-w-filter{
    margin: 0 auto;
  }

  .img-block-filter{
    width: 338px !important;
    height: 256px !important;
    margin: 0 auto;
  }

  .mobile-height{
    height: 2.4em;
  }

  .text-5lines{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5; /* number of lines to show */
    -webkit-box-orient: vertical;    
  }
}

/* Large devices (tablets, min 575px) */
@media (min-width: 575px) { 

  .nav-tabs .nav-link-custom.active{
    color: #00BF50;
    padding-bottom: 20px;
    margin-bottom: 0;
    border-bottom: 3px solid #00BF50;
  }
}

  /* Small devices (tablets, max 575px) */
@media (max-width: 575px) { 
  .nav-tabs .nav-link-custom.active{
    color: #00BF50;
    margin-left: 0px;
    border-left: 3px solid #00BF50;
  }

  .nav-tabs{
    padding-bottom: 1.5em;
  }
}
@media (max-width: 585px) { 
  .blackfriday-badge-sk{
    top: -95px;
    right: -45px;
    height: 150px;
    width: 150px;
  }
  .blackfriday-short-text{
    margin: 0 25px;
  }
  .profile-mobile-set > h3{
    font-size: 1.1rem
  }
  .profile-mobile-set > p{
    font-size: 1rem
  }
}

@media (max-width: 462px) {
  .nav-link{
    font-size: 80%;
  }
}
@media (max-width: 392px) {
  .profile-mobile-set > h3{
    font-size: 1rem
  }
  .profile-mobile-set > p{
    font-size: 0.8rem
  }
  .nav-link{
    font-size: 72%;
  }
}
/* Smaller mobile devices (max 365px) */
@media (max-width: 365px) { 
  .img-w-mobile{
    width: 40%;
  }
  .short-text{
    margin: 0 40px;
  }
  .nav-link{
    font-size: 63%;
  }
}

/* Bigger mobile devices (min 365px) */
@media (min-width: 366px) { 
  .img-w-mobile{
    width: 33%;
  }
}

/* Small devices (tablets, 769px and up) */
@media (min-width: 769px) { 
  .old-price{
    position: absolute;
    font-size: 50%;
    text-decoration: line-through;
    top: -11px;
    right: 0px;
  }
  .phone-link{
    position: absolute;
    padding: 0px;
    right: 8%;
  }
  section.masthead {
    position: relative;
    background-color: #343a40;
    background: url("/newzerex/img/bg-masthead.jpg") no-repeat center center;
    background-size: cover;
    padding-top: 3rem;
    padding-bottom: 8rem;
    height: 540px;
  }

  .search-width{
    width: 150px;
    margin: 15px 0;
  }

  .masthead h1{
    font-size: 2.588em;
  }

  .masthead-elements{
    width: 50%;
  }

  .product-h2, .product-p{
    text-align: left;
  }

  .product-h2{
    padding-top: 3rem;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    font-size: 3.688em;
  }

  .product-bar img{
    width: 100%;
  }

  .ebook-text h3{
    line-height: 40px;
  }

  .features-icons {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .products-nav p{
    font-weight: bold;
    max-width: 625px;    
  }

  .products-nav h2{
    font-size: 2.750em;
  }

  .products-mobil-nav,  .masthead-elements .short-text, .articles-title-small, .articles .articles-mobil-nav, .article-text, .articles-chart, .button-mobil, .product-title-on-mobile, .bill-table-mobil, .img-ask-mobil, .orders-mobile, .magazin-mobile, .login-mobil, .search-border-mobile{
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
  }

  .product-button-spacing{
    text-align: left;
  }

  .articles img{
    width: 329px;
    height: auto;
  }

  .articles .article-tag{
    position: absolute;
    top: 8px;
    left: 26px;
  }

  .article-tag-top-read-blog{
    visibility: hidden;
  }

  .articles .article-date{
    position: absolute;
    top: 8px;
    right: 46px;
  }

  .articles .article-title{
    font-size: 1.4em;
    text-decoration: none;
  }

  footer .footer-input{
    border: 1px solid white; 
    border-radius: 4px;
    font-size: 0.938em;
    height: 40px;
    width: 247px;
  }

  .custom-button{
    font-size: 0.938em;
    padding: 0 30px;
    height: 40px;
    border: 1px solid white; 
    margin-bottom: 4px;
  }

  .ebook-card{
    padding-top: 70px;
  }
  .ebook-card p{
    padding-bottom: 1.5rem;
  }  

  .bg-image-bar{
    position: relative;
    background-color: #343a40;
    background: url("/newzerex/img/bg-poradna.png") no-repeat center center;
    background-size: cover;
    padding-top: 15rem;
    padding-bottom: 15rem;
    margin: 0 10%;  
    z-index: -1;
  }

  .nav-pos{
    margin-left: 16%; 
    margin-top: -450px;
    color: white;
  }

  .text-pos{
    margin-left: 19%;
    width: 25%;
  }

  .nav-margin{
    margin-left: 16%;
  }

  .title-padding{
    padding-left: 19%;
    width: 25%;
  }

  .img-tight{
    height: auto; 
    width: 80%;
  }

  .about-product .row{
    margin: 0 3em;
  }

  .about-product h4{
    font-size: 1.5em;
    padding-top: 3rem;
  }

  .mx-30px{
    margin: 0 30px 0 30px;
  }

  .supplement-table{
    padding: 3rem;
    width: 680px;
    margin-top: 3rem;
  }

  .cart-margin-counter{
    margin-left: 170px;
  }

  .cart-margin{
    margin-left: 140px;
  }

  .cart-margin p{
    font-size: 0.9em;
  }

  .cart-margin h5{
    font-size: 1.6em;
  }

  .bg-lightgray2-desktop{
    background-color: #F9F9F9;
  }

  .doropdown-width .btn{
    width: 20%;
  }

  .questions-style{
    margin-left: 20px;
    margin-right: 20px;
  }

  .bg-lightgray2-md{
    background-color: #F9F9F9;
  }


  .nav-tabs .nav-link-custom-payment.active{
    color: #00BF50;
    margin-bottom: 0;
    border-bottom: 3px solid #00BF50;
  }

  .adv-margin{
    margin-left: 20%;
    padding: 5px 0;
  }

  .payment-width{
    width: 350px;
    border: 1px solid white;
    border-radius: 15px;
    background-color: white;
  }

  .payment-width a{
    width: 210px !important;
  }

  .warning-404{
    padding-top: 65px;
  }

  .icons-position{
    text-align: right;
    position: relative;
    bottom: 85px;
  }

  .payment-border{
    border-radius: 4px; 
    box-shadow: 0 5px 20px lightgray;
    margin: 1em;
  }

  .width-comments{
    width: 25%;
  }

  .hr-w-border{
    width: 45%;
    border: 2px solid #F9F9F9;
  }

  .w-md-25{
    width: 25%;
  }

  .product-list{
    margin-left: 250px;
    padding: 10% 15% 0 10%;
    min-height: 1300px;
  }
}

/* Large devices (large desktops, between 769px and 1775px) */
@media screen and (max-width: 1775px) and (min-width: 769px){
  .product-list{
    margin-left: 300px;
    padding: 10% 5% 0 10%;
  }

  .product-list h3{
    font-size: 1.35rem;
  }

  .product-list .mt-md-3{
    margin-top: 2.5rem!important;
  }

  .img-block-filter{
    width: 230px !important;
    height: 256px !important;
    margin: 0 auto;
  }

  .d-col-flex-w-filter{ 
    display: flex;
    width: 280px !important;
    flex-wrap: wrap;         
    margin: 0px 10px;
  }  
}

/* Large devices (tablets, 1775px and up) */
@media (min-width: 1775px) { 
  .img-block-filter{
    width: 338px !important;
    height: 256px !important;
    margin: 0 auto;
  }

  .d-col-flex-w-filter{ 
    display: flex;
    width: 340px !important;
    flex-wrap: wrap;         
    margin: 0px 10px;
  }  
}

/* Medium devices (desktops, 1000px and up) */
@media (min-width: 1000px) { 
  section.masthead{
    position: relative;
    background-color: #343a40;
    background: url("/newzerex/img/bg-masthead.jpg") no-repeat center center;
    background-size: cover;
    padding-top: 8rem;
    padding-bottom: 8rem;
    height: 742px;
  }

  .masthead h1{
    font-size: 3.688em;
  }

  .footer-icons-left, .footer-arrow, .questionimg-mobile{
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
  }

  .questions-style .question-body{
    background-color: #F9F9F9;
  }

  .w-lg-80{
    width: 80%;
  }
  
  }

/* Large devices (large desktops, max 1000px) */
  @media (max-width: 1000px){
  .footer-hidden, .footer-cards, .footer-icons-right, .ebook-desktop-section, .questionimg-desktop{
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
  }
  
  footer .footer-input{
    border: 1px solid white; 
    border-radius: 4px;
    font-size: 0.938em;
    height: 40px;
    width: 157px;
  }

  .custom-button{
    font-size: 0.938em;
    padding: 0 20px;
    height: 40px;
    border: 1px solid white; 
    margin-bottom: 4px;
  }

  .footer-arrow{
    text-align: center;
  }

  .ebook-mobile-section{   
    margin: 0 15px;
    border-radius: 10px;
    width: 300px;
    height: 486px;
    position: relative;
    z-index: 1;
  }

  .bg-image{
    background-image: url("/newzerex/img/bg-ebook.png");
    background-size: 100% 100%;
    opacity: 0.5;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }

  .ebook-mobile-section h4{
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }

  .text-mobile-white h2{
    color: white;
    margin-top: 115px;
  }

  .text-mobile-white h5{
    color: white;
  }

  .questions-style .question-body{ 
    border-radius: 2px; 
    box-shadow: 0px 10px 30px -2px rgba(214,214,214,1);
  }

  .questions-style .collapse{
    border-radius: 4px;
  }
}

/* Large devices (large desktops, between 1000px and 1200px) */
@media screen and (max-width: 1200px) and (min-width: 1000px){
  .ebook-mobile-section{
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
  }

  footer .footer-links-col{
    width: 200px;
    float: left;
  }

  .ebook-img{
    position: absolute;
    left: 474px;
    top: 73px;
    z-index: -1;   
    height: auto;
    width: 485px;
  }

  .ebook-section{
    border-radius: 10px;
    position: absolute;
    z-index: -1; 
    width: 930px;
    height: 501px;
  }

  .ebook-text{
    padding-left: 42px;
    padding-top: 66px;
    width: 400px;
  }
  .blackfriday-badge-sk{
    top: -144px;
    right: -115px;
    height: 250px;
    width: 250px;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .ebook-mobile-section{
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
  }

  section.masthead {
    position: relative;
    background-color: #343a40;
    background: url("/newzerex/img/bg-masthead.jpg") no-repeat center center;
    background-size: cover;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  footer .footer-links-col{
    width: 250px;
    float: left;
  }

  .ebook-img{
    position: absolute;
    left: 534px;
    top: 37px;
    z-index: -1;   
    width: 606px;
    height: 396px;
  }

  .ebook-section{
    border-radius: 10px;
    position: absolute;
    z-index: -1; 
    width: 810px;
    height: 501px;
  }

  .ebook-text{
    padding-left: 102px;
    padding-top: 66px;
    width: 400px;
  }

  .ebook-card{
    padding-top: 80px;
    margin: 0 1.5rem;
  }

  .ebook-card p{
    padding-bottom: 2rem;
  }   

  .max-width-1330{
    max-width: 1330px;
  }

  .product-p{
    max-width: 445px;
  }
  header.blackfriday-sk{
    background: url("/imunita/png/bf-sk.jpg") no-repeat center center;  
    background-size: cover;
  }
  header.blackfriday-cz{
    background: url("/imunita/png/bf-cz.jpg") no-repeat center center;   
    background-size: cover;
  }
}

/* Large devices (medium desktops/tablets, between 768px and 1289px) */
@media screen and (max-width: 1289px) and (min-width: 768px){
  .icons-right{
    display: flex;
    position: absolute;
    right: 25px;
  }

  .icons-left{
    display: flex;
    position: absolute;
    left: 25px;
  }

  .h6-md{
    font-size: 1rem!important;
  }

  .h-md{
    min-height: 66px;
  }
}

/* Large devices (large desktops, 1290px and up) */
@media (min-width: 1290px) {
  .icons-right{
    display: flex;
    padding: 0 140px;
  }

  .icons-left{
    display: flex;
    padding: 0 140px;
  }
  .central-left-icons{
    padding: 0px;
  }  
  .central-right-icons{
    padding: 0 24px;
  }
}

.contact-bar-top{
    font-size: 0.842em;
    min-height: 37px;
    background-color: #F9F9F9;
}

.contact-bar-top .nav-item{
    display: flex;
}

.dark-blue{
    color: #18224D;
}

.dark-blue-background{
  background-color: #18224D;
}

.product-p{
  font-size: 1em;
}

.border-top-black{
  border-top: 1px solid black;
}

.product-list-button{
  background-color: #18224D;
  border-color: #18224D;
  font-size: 0.75em;
  padding: 12px 7%;
}

.product-button {
  background-color: #18224D;
  border-color: #18224D;
  font-size: 0.70em;
  padding: 12px 54px;
  color: #fff;
}

.product-button:hover {
  background-color: #39BF4F;
  border-color: #18224D;
  color: #fff;
  padding: 12px 54px;
}

.product-button-wow {
  transition: box-shadow 0.3s;
}

.product-button-wow:hover {
  -webkit-box-shadow: -1px -1px 0px 8px #9cdcb7;
  -moz-box-shadow: -1px -1px 0px 8px #9cdcb7;
  box-shadow: -1px -1px 0px 8px #9cdcb7;
  background-color: #39BF4F;
  border-color: #39BF4F;
}

.product-button:focus, .product-button.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(24, 34, 77, 0.5);
}

button:focus, button.focus {
  outline: 0;
}

.masthead button{
    background-color: #18224D;
    border-color: #18224D;
    font-size: 0.75em;
    padding: 12px 54px;
}

.features-icons {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  
  .features-icons .features-icons-item {
    max-width: 20rem;
  }
  
  .features-icons .features-icons-item .features-icons-icon {
    height: 7rem;
  }
  
  .features-icons .features-icons-item .features-icons-icon i {
    font-size: 2rem;
  }
  
  .features-icons .features-icons-item:hover .features-icons-icon i {
    font-size: 2.5rem;
  }

  .dot {
    height: 55px;
    width: 55px;
    background-color: #F9F9F9;
    border-radius: 50%;
    display: inline-block;
  }

  .small-circle {
    height: 46px;
    width: 46px;
    background-color: #F9F9F9;
    border-radius: 50%;
    display: inline-block;
  }

  .clients-bar{
    background-color: #F9F9F9;
    height: auto;
    padding: 44px 0;
  }

  .certificates .card-style{
    background-color: #F9F9F9;
    width: 16em;
    margin: 0 auto;
  }

  .card-body p{
    font-size: 0.9em;
    margin-bottom: 3.5em;
  }

  .card-style img{
    width: 220px;
    height: auto;
    margin: 15px auto;
  }
  
  .articles h5 a{
    color: black;
  }

  .articles h6 a{
    color: black;
  }

  footer .footer-ul{
    width: 100px;
    float: left;
    font-size: small;
    padding-top: 5px;
  }

  .footer-ul a{
    color: white;
  }

  footer input::placeholder {
    color: white;
  }

  input[type=text]{
    padding: 12px 20px;
  }

  input[type=password]{
    padding: 12px 20px;
  }

  footer .footer-copyright{
    margin-top: 72px;
  }

  footer.footer {
    padding-top: 4rem;
    padding-bottom: 0.01em;
  }

  .text-black{
    color: black;
  }

  .orange {
    color: orange;
  }

  .border-lightred{
    border: 1px solid red;
    background-color:#FEFAF9;
    border-radius: 5px;
  }

  .bg-red{
    background-color:red;
    border-radius: 5px;
    color: white;    
  }

  .border-lightgreen{
    border: 1px solid #00BF50;
    background-color:#FCFEFB;
    border-radius: 5px;
  }

  .bg-green{
    background-color:green;
    border-radius: 5px;
    color: white;    
  }

  .sidebar h3{
    font-size: 1em;
  }

  .sidebar a{
    font-size: 0.9em;
  }

.sidebar {
  margin: 0;
  padding: 3% 20px 0 140px;
  width: 378px;
  position: absolute;
  height: 100%;
  z-index: 0;
}

.sidebar a, .sidebar h3 {
/*  display: block;*/
  color: black;
  margin: 5px 0;
  text-decoration: none;
}

.dropdown-btn {
  margin-bottom: 0.5em;
  font-weight: bold;
  text-decoration: none;
  font-size: 0.9em;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}

.private-label-list {
  padding: 0;
  margin: 50px 0;
}

.private-label-list li {
  padding: 40px 130px 40px 25px;
  background-color: #F9F9F9;
  margin: 15px 0;
  font-weight: 700;
  font-size: 1.3rem;
  list-style: none;
  position: relative;
}

.private-label-list li:after {
  content: ' ';
  position: absolute;
  right: 45px;
  top: 50%;
  margin-top: -25px;
  height: 50px;
  width: 50px;
  background-size: 100%;
}

.private-label-list li.icon-graphic:after {
  background-image: url(/images/private-label/graphic_icon.png);
}

.private-label-list li.icon-product:after {
  background-image: url(/images/private-label/product_icon.png);
}

.private-label-list li.icon-recipe:after {
  background-image: url(/images/private-label/receptura_icon.png);
}

.private-label-list li.icon-legislative:after {
  background-image: url(/images/private-label/legislativny_proces_icon.png);
}

.private-label-list li.icon-packing:after {
  background-image: url(/images/private-label/balenie_produktov_icon.png);
}

.private-label-list li.icon-fulfillment:after {
  background-image: url(/images/private-label/fullfilment_icon.png);
}

.private-label-list li.icon-contact:after {
  background-image: url(/images/private-label/kontakt_icon.png);
}

.private-label-list li.icon-video-call:after {
  background-image: url(/images/private-label/videocall_icon.png);
}

.private-label-list li.icon-offer:after {
  background-image: url(/images/private-label/Ponuka_icon.png);
}

.private-label-list li.icon-agreement:after {
  background-image: url(/images/private-label/odsuhlasenie_icon.png);
}

.private-label-list li.icon-production:after {
  background-image: url(/images/private-label/produkty_dpvyroby.png);
}

.private-label-list li.icon-shipping:after {
  background-image: url(/images/private-label/shipping_icon.png);
}

.private-label-list li.icon-store:after {
  background-image: url(/images/private-label/store_icon.png);
}

.private-label-how-long {
  margin: 0 30px 90px 30px;
  padding: 0;
  display: flex;
}

.private-label-how-long li {
  list-style: none;
  text-align: center;
  flex: 1;
  color: #17214a;
  font-weight: bold;
  padding: 55px 0 0;
  position: relative;
}

.private-label-how-long li > span {
  display: block;
  margin-top: 25px;
  border: 1px solid #e3e3e3;
  height: 100px;
  position: relative;
  text-align: left;
}

.private-label-how-long li > span > span {
  position: absolute;
  left: 15px;
  bottom: 15px;
  width: calc(100% - 30px);
  font-weight: bold;
  font-size: 0.9rem;
  line-height: 1.1;
  color: black;
}

.private-label-how-long li:after {
  content: ' ';
  width: 33px;
  height: 33px;
  position: absolute;
  left: 15px;
  bottom: 85px;
  background-size: 100%;
}

.private-label-how-long__contact:after {
  background-image: url(/images/private-label/kontakt_icon.png);
}

.private-label-how-long__call:after {
  background-image: url(/images/private-label/videocall_icon.png);
}

.private-label-how-long__offer:after {
  background-image: url(/images/private-label/Ponuka_icon.png);
}

.private-label-how-long__agreement:after {
  background-image: url(/images/private-label/odsuhlasenie_icon.png);
}

.private-label-how-long__graphics:after {
  background-image: url(/images/private-label/graphic_icon.png);
}

.private-label-how-long__production:after {
  background-image: url(/images/private-label/produkty_dpvyroby.png);
}

.private-label-how-long__time:after {
  background-image: url(/images/private-label/Hodiny_icon.png);
}

.private-label-how-long li.private-label-how-long__shipping:after {
  background-image: url(/images/private-label/shipping_icon.png);
  width: 50px;
  height: 50px;
}

.private-label-how-long li.private-label-how-long__shipping > span {
  background: white;
  top: -15px;
  left: -1px;
  height: 130px;
  border: none;
  border-radius: 3px;
  box-shadow: 0px 0px 150px 0px rgb(0 0 0 / 17%);
  font-size: 1.1rem;
}

.private-label-how-long li.private-label-how-long__shipping > span > span {
  font-size: 1rem;
  line-height: 1.3;
}

.private-label-contact {
  box-shadow: 0px 0px 150px 0px rgb(0 0 0 / 17%);
  background-color: white;
  border-radius: 5px;
  padding: 30px 35px;
}

.private-label-contact textarea {
  width: 100%;
  border: none;
  border-bottom: 2px solid black;
  padding: 15px;
}

.private-label-contact textarea:focus,
.private-label-contact input:focus {
  outline: none;
}

.private-label-contact input {
  padding: 15px;
  border: none;
  border-bottom: 2px solid black;
  width: 100%;
}

.private-label-contact__success {
  margin-top: 15px;
  font-weight: bold;
  color: green;
}

@media screen and (max-width: 1000px) {
  .private-label-how-long li > span > span {
    font-size: 0.75rem;
  }

  .private-label-how-long li.private-label-how-long__shipping > span > span {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 800px) {
  .private-label-how-long {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .private-label-how-long li {
    padding: 15px 0;
  }

  .private-label-how-long li > span {
    margin-top: 25px;
    height: auto;
    padding: 25px 25px 25px 70px;
  }

  .private-label-how-long li > span > span {
    position: static;
    left: auto;
    width: auto;
  }

  .private-label-how-long li:after {
    left: 20px;
    bottom: 37px;
  }

  .private-label-how-long li.private-label-how-long__shipping > span {
    height: auto;
    padding-left: 90px;
  }

  .private-label-how-long li.private-label-how-long__shipping:after {
    bottom: 44px;
  }
}
    /* cookie consent part start */
  .cc-color-override--1375523451.cc-window {
    color: rgb(28, 27, 27) !important;
    background-color: rgb(255, 255, 255) !important;
  }
  .cc-color-override--1375523451 .cc-highlight .cc-btn:first-child {
    color: rgb(28, 27, 27) !important;
  }
  .cc-color-override--1375523451 .cc-link, .cc-color-override--1375523451 .cc-link:active, .cc-color-override--1375523451 .cc-link:visited {
    color: rgb(28, 27, 27) !important;
  }
  .cc-floating.cc-theme-classic {
    box-shadow: 0px 0px 20px 0px grey;
  }
  .cc-color-override--1375523451 .cc-allow {
    color: rgb(255, 255, 255) !important;
    border-color: transparent !important;
    background-color: rgb(213, 40, 121) !important;
  }

  .cc-color-override--1996394451.cc-window {
    color: rgb(28, 27, 27) !important;
    background-color: rgb(255, 255, 255) !important;
  }
  .cc-color-override--1996394451 .cc-highlight .cc-btn:first-child {
    color: rgb(28, 27, 27) !important;
  }
  .cc-color-override--1996394451 .cc-link, .cc-color-override--1996394451 .cc-link:active, .cc-color-override--1996394451 .cc-link:visited {
    color: rgb(28, 27, 27) !important;
  }
  .cc-floating.cc-theme-classic {
    box-shadow: 0px 0px 20px 0px grey;
  }
  .cc-color-override--1996394451 .cc-allow {
    color: rgb(255, 255, 255) !important;
    border-color: transparent !important;
    background-color: rgb(213, 40, 121) !important;
  }

@media screen and (min-width: 415px) {
  .cc-window.cc-floating {
    max-width: 400px !important;
  }

  .cc-bottom{
    bottom: 7% !important;
  }
  .cc-left{
    left: 50% !important;
    transform: translate(-50%, 0) !important;
  }
}

@media screen and (min-width: 850px) {
  .cc-window.cc-floating {
    max-width: 45% !important;
  }
}

  /* cookie consent part end  */

@media screen and (max-width: 768px) {
  .old-price{
    position: absolute;
    font-size: 50%;
    text-decoration: line-through;
    top: -4px;
    right: 0px;
  }
  .sidebar {
    width: 100%;
    height: auto;
    position: relative;
    padding: 10% 5% 0 5%;
  }  
  .product-list{
    margin-left: 0;
    padding: 0% 2%;
  }
  header.blackfriday-sk{
    background: url("/imunita/png/bf-sk-min.jpg") no-repeat center center;   
    background-size: cover;
  }
  header.blackfriday-cz{
    background: url("/imunita/png/bf-cz-min.jpg") no-repeat center center;  
    background-size: cover; 
  }
}


.img-block-filter > img{
  width: 220px !important;
}  

.img-block-filter > a {
  display: block;
  width: 256px;
  margin: 0 auto;
}

.advice-w-h{
  width: 71px; 
  height: 45px;
}

.nav-path{
  padding-left: 2%;
}

.nav-path li{
  float: left;
  list-style-type: none;
  padding-right: 20px;
  font-size: 0.85em;
}

.btn-black{
  color: #fff;
  background-color: black;
  border-color: black; 
  font-weight: 600;
  font-size: 0.8em;
  padding: 10px 30px;
}
  
.btn-black:hover {
  color: black;
  border-color: black;
  background-color: unset;
  }
  
  .card-button-position{
    position: absolute;   
    left: 0; 
    bottom: 20px;
    width: 100%;
    text-align: center;
  }

  .boxmenu{
    background-color: white; 
    box-shadow: 0px 10px 30px 0px #D6D6D6;
    width: 220px;
    height: 190px;
    margin: auto;
    border-radius: 4px;
  }

  .fontsize-07{
    font-size: 0.7em;
  }

  .fontsize-04{
    font-size: 0.4rem;
  }

  .text-darkblue{
    color: #18224D;
  }

  .text-green{
    color: #00BF50;
  }

  .bg-red{
    background-color: #F44336;
  }

  .bg-green{
    background-color: #00BF50;
  }

  .bg-lightgray{
    background-color: #DDDDDD;
  }
  
  .bg-lightgray2{
    background-color: #F9F9F9;
  }

  .bg-lightblue{
    background-color: #E6F8EC;
  }

  .bg-black{
    background-color: black;
  }

  .bg-yellow{
    background-color: #EBB624;
  }

  .bordertop-gray-1px{
    border-top: 1px solid Gainsboro;
  }

  .bordertop-gray-2px{
    border-top: 2px solid Gainsboro;
  }

  .black-border{
    border: 1px solid black;     
  }

  .border-radius-4{
    border-radius: 4px;
  }

  .border-bottom-15{
    border-bottom: 1.5px solid black;
  }

  .w-83{
    width: 83%;
  }

  .bordershadow-r4{
    border-radius: 4px; 
    box-shadow: 0 5px 20px lightgray;
  }

  .h-180px{
    height: 180px;
  }

  .h-36em{
    height: 3.6em;
  }

  .fontsize-1-25{
    font-size: 1.25em;
  }

  .vat-size{
    font-size: 21px;
  }

  .vat-size small{
    font-size: 12px;
  }

  .underlined-icon {
    max-width:50px;
    position:relative;
  }

  .underlined-icon:after {
    content:'';
    position:absolute;
    bottom:-15.75px;
    left:0;
    right:0;
    background:#00BF50;
    height:3.5px;
    border-radius:2px;
  }

  .hr-tabs{
    width: 97%; 
    border: 1.5px solid #F9F9F9;
    margin: 0;
    position: relative; 
    top: -3px; 
    z-index: -1;
  }

  .hr-icons{
    width: 100px; 
    border: 1.5px solid #F9F9F9;
    margin: 0 auto;
    position: relative; 
    top: -3px; 
    z-index: -1;   
  }

  .hr-black{
    border: 0.5px solid black;
  }

  .article-margin p{
    margin-bottom: 2rem;
  }

  .rownav-title-position{
    position: relative; 
    left: -3px;
  }

  .text-3lines{
    font-size: 0.9em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;    
  }

  .col-container1 {
    display: flex;
    width: 100%;
  }
  .col-container2 {
    flex: 1;
    padding: 16px;
  }

  .btn-outline-blue {
    color: #18224D;
    border-color: #18224D;
  }
  
  .btn-outline-blue:hover {
    color: #fff;
    background-color: #18224D;
    border-color: #18224D;
  }

  .input-noborder{
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom-style: hidden;
  }

  .input-noborder:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    }

  .table-style{
    border-top: none !important;
    vertical-align: middle !important;
    padding: 0 0 !important;
  }

  .dropdown:hover .dropdown-menu {display: block;}
  
  .payment-check1 {
    height: 88px;
    width: 88px;
    background-color: #242424;
    border-radius: 50%;
    display: inline-block;
  }

  .payment-check2 {
    position: relative;
    top: 1px;
    height: 86px;
    width: 86px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
  }

  .payment-check3 {
    position: absolute;
    left: 43px;
    top: -15px;
    /* setting the checkbox */
    /* short arm */
    width: 35px;
    border-bottom: 10px solid #56B85A;
      /* long arm */
    height: 80px;
    border-right: 10px solid #56B85A;
    
    /* rotate the mirrored L to make it a checkbox */
    transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
}

select {
  /* styling */
  background-color: white;
  border: thin solid blue;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  /* reset */
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  }

  /* arrows */
  select.arrow-style {
  background-image:
  linear-gradient(45deg, transparent 50%, white 50%),
  linear-gradient(135deg, white 50%, transparent 50%),
  linear-gradient(to right, black, black);
  background-position:
  calc(113% - 20px) calc(1em + 2px),
  calc(112% - 15px) calc(1em + 2px),
  100% 0;
  background-size:
  5px 5px,
  5px 5px,
  1.5em 2.5em;
  background-repeat: no-repeat;
  }
  
  select.arrow-style:focus {
  background-image:
  linear-gradient(45deg, white 50%, transparent 50%),
  linear-gradient(135deg, transparent 50%, white 50%),
  linear-gradient(to right, black, black);
  background-position:
  calc(112% - 15px) 1em,
  calc(113% - 20px) 1em,
  100% 0;
  background-size:
  5px 5px,
  5px 5px,
  1.5em 2.5em;
  background-repeat: no-repeat;
  border-color: black;
  outline: 0;
  }

  .cc-color-override--253175451.cc-revoke {
    left: 80% !important;
    z-index: 17000001;
}

.owl-item-next:hover {
  color: #39BF4F;
}

.products-description {
  background: -webkit-linear-gradient(#333, #eee);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media only screen and (min-width:768px){
  .desktop-navbar{
    display: block;
  }
}

@media only screen and (max-width:767px){
  .desktop-navbar{
    display: none;
  }
}

@media only screen and (min-width:768px){
  .mobile-navbar{
    display: none;
  }
}

@media only screen and (max-width:767px){
  .mobile-navbar{
    display: block;
  }
}

.advice-categories {
  padding: 0;
}

.advice-categories li {
  list-style: none;
  padding: 0;
}

.advice-categories li a {
  font-size: 16px;
  color: black
}

.advice-category .commentbox {
  padding: 25px 50px;
}

.advice-category-heading {
  margin-top: 25px;
}

.advice-category-heading span {
  display: block;
  font-weight: bold;
  font-size: 2rem;
}

.advice-category-banner {
  width: 100%;
  height: auto;
}

.you-may-be-interested {
  display: block;
  color: black;
}

.you-may-be-interested:hover {
  text-decoration: none;
  color: black;
}

.you-may-be-interested > img {
  width: 100%;
  height: auto;
}

.you-may-be-interested-heading {
  margin-top: 45px;
  margin-bottom: 25px;
}

.you-may-be-interested {
  background-color: #f9f9f9;
  margin-bottom: 25px;
}

.you-may-be-interested h6 {
  font-weight: bold;
  font-size: 1.2rem;
  margin: 0;
}

.you-may-be-interested p {
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.you-may-be-interested p span {
  color: #adadad;
  font-weight: bold;
  text-transform: lowercase;
  font-size: 15px;
}

.you-may-be-interested__inner {
  padding: 15px 15px 15px 95px;
  position: relative;
}

.you-may-be-interested__icon-item {
  position: absolute;
  width: 50px;
  left: 15px;
  top: 15px
}

.you-may-be-interested__icon-more {
  position: absolute;
  right: 15px;
  top: 20px;
}

.advice-related-item {
  background-color: #f9f9f9;
  margin-bottom: 25px;
}

.advice-related-item > img {
  height: 100px;
  width: 100%;
  object-fit: cover;
}

.advice-related-item h6 {
  font-weight: bold;
  font-size: 0.9rem;
  margin: 0;
}

.advice-related-item h6 a {
  color: black;
}

.advice-related-item h6 a:hover {
  text-decoration: none;
}

.advice-related-item p {
  padding: 0;
  margin: 5px 0 5px 0;
  font-size: 14px;
  line-height: 1.1;
  color: darkgrey;
}

.advice-related-item__inner > a {
  color: #17224b;
  font-weight: bold;
  text-transform: lowercase;
  font-size: 15px;
}

.advice-related-item__inner {
  padding: 15px;
  position: relative;
}

.advice-related-item__heading {
  position: relative;
  padding-left: 45px;
}

.advice-related-item__heading > div {
  font-size: 12px;
}

.advice-related-item__inner img {
  position: absolute;
  width: 40px;
  left: 0;
  top: 0;
}

.advice-search .form-control {
  height: 50px;
  border: 1px solid black;
  border-radius: 4px;
}

.advice-category h5 {
  font-weight: bold;
}

.questions-style h1 {
  font-size: 20px;
  font-weight: bold;
}

.advice-tags a {
  display: inline-block;
  background: #d2d4dd;
  padding: 2px 10px;
  color: #242b54;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 3px;
}

.advice-tags a:hover, .advice-tags a.advice-tags__active {
  background: #242b54;
  color: #d2d4dd;
  text-decoration: none;
}

.advice-expert-tag {
  display: inline-block;
  margin-right: 2px;
  background: #b2b4c2;
  color: white;
  font-size: 13px;
  padding: 2px 10px;
}

.advice-expert-tag:hover {
  background: #242b54;
  color: #d2d4dd;
  text-decoration: none;
}

.advice-tags-title {
  display: inline-block;
  margin-right: 15px;
}

.advice-expert-search .green-wow-btn {
  line-height: 26px;
}

.advice-expert-search .form-control {
  background-image: url("/newzerex/img/advice-expert-icon-search.png");
  background-repeat: no-repeat;
  background-size: 28px;
  background-position: center right 10px;
  height: 44px;
}

.advice-expert-search .form-control::placeholder {
  color: #C1CCE0;
}

.advice-categories-mobile {
  margin-left: -15px;
  margin-right: -15px;
  background: #F9F9F9;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.2);
  padding: 15px;
}

.advice-categories-mobile h4 {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  color: #000D1C;
}

.advice-categories-mobile ul {
  padding: 0;
  border-top: 1px solid #E4EAF4;
}

.advice-categories-mobile ul li {
  list-style: none;
  text-align: left;
  border-bottom: 1px solid #E4EAF4;
}

.advice-categories-mobile ul li a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #000D1C;
  display: block;
  line-height: 40px;
  background-image: url("/newzerex/img/adivce-expert-icon-right.png");
  background-position: center right 15px;
  background-size: 8px 16px;
  background-repeat: no-repeat;
}

.advice-categories-mobile ul li a:focus {
  text-decoration: none;
}

.advice-categories-mobile-hide, .advice-categories-mobile-show {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #00B05B;
  line-height: 30px;
}

.advice-categories-mobile-show {
  padding-right: 30px;
  background-image: url("/newzerex/img/adivce-expert-icon-down.png");
  background-size: 16px 8px;
  background-position: center right 10px;
  background-repeat: no-repeat;
  display: none;
}

.advice-categories-mobile-hide {
  padding-right: 30px;
  background-image: url("/newzerex/img/adivce-expert-icon-up.png");
  background-size: 16px 8px;
  background-position: center right 10px;
  background-repeat: no-repeat;
}

.advice-categories-mobile-hide:focus, .advice-categories-mobile-show:focus {
  color: #00B05B;
  text-decoration: none;
}

.question-answer {
  background-color: rgb(24, 34, 77);
}

.question-category {
  padding-left: 20px;
  position: relative;
}

.question-category h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: #000D1C;
}

.question-category h5 a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #000D1C;
  text-decoration: none;
}

.question-category > a {
  display: inline-block;
  width: 20px;
  height: 32px;
  position: absolute;
  left: 0;
  top: 0;
}

.question-category > a img {
  display: inline-block;
  vertical-align: middle;
  height: 16px;
}

@media only screen and (max-width: 575px){
  .advice-expert-search {
    text-align: center;
  }

  .advice-expert-search h5 {
    font-size: 24px;
    color: #002E6D;
    margin-bottom: 25px;
  }

  .advice-search .form-control {
    margin-bottom: 25px;
  }

  .advice-search .btn {
    display: inline-block;
    width: auto;
    font-size: 16px;
    height: 44px;
    line-height: 44px;
    padding: 0 25px !important;
  }

  .advice-tags-title {
    display: block;
    font-size: 20px;
    text-align: left;
    font-weight: bold;
  }

  .advice-tags a {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    color: #000D1C;
    background: #E4EAF4;
    border-radius: 4px;
  }

  .advice-tags a:last-child {
    margin-right: 25px;
  }

  .advice-tags-list {
    overflow-x: scroll;
    scrollbar-width: none;
  }

  .advice-tags-list::-webkit-scrollbar {
    display: none;
  }

  .advice-tags-list-items {
    display: block;
    white-space: nowrap;
  }

  .advice-tags-list-wrapper {
    position: relative;
    display: block;
    margin-right: -15px;
  }

  .advice-tags-list-wrapper::before {
    content: ' ';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 35px;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(255,255,255,1) 100%);
  }

  .questions-style .question-body {
    background: #F9F9F9;
    border-radius: 4px;
    box-shadow: none;
  }

  .question-body-question {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #000D1C;
  }

  .question-body h6 small {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #D9D9D9;
  }

  .questionimg-mobile {
    text-align: right;
    font-size: 16px;
    line-height: 24px;
    color: #00B05B;
    padding: 15px;
    margin-top: -30px;
  }

  .question-answer {
    background: #002E6D;
    border-radius: 0px 0px 4px 4px;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
  }

  .you-may-be-interested-heading {
    text-align: center;
    font-size: 24px;
    line-height: 36px;
    color: #002E6D;
  }

  .you-may-be-interested {
    background: #E4EAF4;
    border-radius: 4px;
  }

  .you-may-be-interested h6 a {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: #000D1C;
  }

  .you-may-be-interested p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #002E6D;
  }

  .advice-expert-pagination .btn {
    display: none;
  }

  .advice-expert-pagination a {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #333D49;
  }

  .you-may-be-interested__inner {
    padding: 18px 75px 18px 80px;
  }

  .advice-expert-ask-alt {
    display: none;
  }

  .advice-related-item {
    background: #E4EAF4;
  }

  .advice-related-item > img {
    height: 150px;
  }

  .advice-related-item__heading {
    padding-left: 65px;
    padding-right: 60px;
  }

  .advice-related-item__inner {
    padding: 18px;
    border-radius: 0px 0px 4px 4px;
  }

  .advice-related-item__inner img {
    width: 45px;
  }

  .advice-related-item h6 a {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
  }

  .advice-related-item__heading > div {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #002E6D;
  }

  .advice-related-item__arrow {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 45px;
    height: 45px;
  }
}

.product-item-badge-row{
  display: flex;
}
.product-item-badge{
  position: absolute;
}
.product-item a:hover{
  text-decoration: none;
}
.product-item{
  border-radius: 10px;
  border: 1px solid black;
  padding: 10px;
  width: 100%;
  position: relative;
}
.product-item-badge p{
  border-radius: 5px;
  width: fit-content;
  margin-right: 2px;
  color: white;
}
.product-item-circle{
  position: absolute;
  border-radius: 50%;
  background: #00cc00;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 771px) {
  .product-item-circle{
    position: absolute;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background: #00cc00;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
  }
  .product-item-badge p{
    padding: 2px 3px 2px 3px;
    font-size: 7px;
  }
  .product-item{
    height: 250px;
  }
  .product-item-title{
    font-size: 1.0rem;
    line-height: 1.2rem;
  }
  .product-item-img{
    height: 115px;
  }
  .product-item-btn{
    padding: 3px 5px;
  }
  .product-item-btn:hover{
    padding: 3px 5px;
  }
  .product-item-prices p{
    padding-top: 22px;
    font-size: 0.8rem;
  }
  .product-item-prices span{
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 772px) {
  .product-item-circle{
    width: 35px;
    height: 35px;
    font-size: 12px;
  }
  .product-item-badge p{
    padding: 3px 5px 3px 5px;
    font-size: 9px;
  }
  .product-item{
    height: 300px;
  }
  .product-item-title{
    font-size: 1.1rem;
    line-height: 1.3rem;
  }
  .product-item-img{
    height: 150px;
  }
  .product-item-btn{
    padding: 5px 10px;
  }
  .product-item-btn:hover{
    padding: 5px 10px;
  }
  .product-item-prices p{
    padding-top: 13px;
    font-size: 0.9rem;
  }
  .product-item-prices span{
    font-size: 0.9rem;
  }
}

.payment-methods img {
  max-width: 100%;
  max-height:35px;
}

.banner-doctor-mobile {
  width: calc(100% + 30px);
  margin-left: -15px;
  height: auto;
}