.countdown-widget {
	padding: 20px 0;
}
.countdown-widget .counter {
	text-align: center;
}
.countdown-widget .counter h3 {
	display: inline;
    font-size: 32px;
    line-height: 24px;
    font-weight: 700;
}
.countdown-widget .counter h3 span {
	font-size: 22px;
}
.countdown-widget .title {
	text-align: center;
}

.special-homepage .home-slider {
  position: relative;
  background-color: #3C4856;
}
@media all and (max-width: 1500px) {
  .special-homepage .home-slider {
    left: 300px;
  }
}
@media all and (max-width: 1199px) {
  .special-homepage .home-slider {
    left: 190px;
  }
}
@media all and (max-width: 991px) {
  .special-homepage .home-slider {
    position: static;
    float: left;
    clear: left;
    width: 100%;
    overflow: hidden;
  }
}

#mobile-scanbarcode span {
    width: 18px;
    height: 18px;
    font-size: 14px;
    line-height: 19px;
    display:block;
}
@media all and (min-width: 768px) {
  #mobile-scanbarcode {
      display: none;
  }
}



.special-homepage .home-slider .owl-nav {
  position: absolute;
  right: 30px;
  bottom: 30px;
  color: #fff;
}
.special-homepage .home-slider .owl-nav .owl-prev,
.special-homepage .home-slider .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #0087CF;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  font-size: 25px;
  text-align: center;
  opacity: 0.3;
  transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.45, 0.26, 0, 1);
}
.special-homepage .home-slider .owl-nav .owl-prev:hover,
.special-homepage .home-slider .owl-nav .owl-next:hover {
  opacity: 1;
}
.special-homepage .home-slider .owl-stage-outer,
.special-homepage .home-slider .owl-stage,
.special-homepage .home-slider .owl-item {
  height: 100%;
}
.special-homepage .home-slider .slides {
  height: 100%;
}
.special-homepage .home-slider .slides .slide-item {
  height: 100%;
}
.special-homepage .home-slider .slides .slide-item a {
  display: block;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.special-homepage .home-slider .slides .slide-item a img {
  position: absolute;
  top: -9999px;
  right: -9999px;
  left: -9999px;
  bottom: -9999px;
  margin: auto;
  max-width: initial;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
}
@media all and (max-width: 991px) {
  .special-homepage .home-slider .slides .slide-item a img {
    position: static;
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .special-homepage .home-slider .slides .slide-item a img {
    width: 150%;
  }
}

.btn-go-top {
  font-size: 2em;
  border: 1px solid #0087CF;
  line-height: 1.4em;
  cursor: pointer;
  padding-right: 5px;
  padding-left: 5px;
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  z-index: 99; /* Make sure it does not overlap */
  bottom: 50px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
}

.btn-go-top:hover {
  background-color: #0087CF; /* Add a dark-grey background on hover */
  color: #fff;
}

/*footer*/
footer .info-eat .main-footer-wrapper {
  border-top: 2px solid #F2F2F2;
  padding: 20px 0;
  margin-top: 20px;
}
@media all and (max-width: 1199px) {
  footer .info-eat .col-lg-3 {
    margin-bottom: 20px;
  }
  footer .info-eat .col-lg-3:nth-child(2n+1) {
    clear: left;
  }
}
footer .info-eat ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .info-eat ul a {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #3C4856;
}
footer .info-eat ul a:hover {
  color: #0087CF;
}
.product-labels li.lichidare {
  background-color: #A7CE39;
  font-weight: 600;
  font-size: 12px;
  font-variant: small-caps;
  text-transform: uppercase;
}

.product-labels li.recommended-by-romstal {
  background-color: #fff;
  background-image: url('../img/label-recommended-romstal.png');
  background-repeat: no-repeat;;
  background-position: center;
  background-size: contain;
  height: 50px;
}


.radio-container {
  margin: 0px;
  padding: 0px;
}
.radio-container li {
  list-style-type: none;
  padding: 2px;
}

footer .footer-newsletter .main-footer-wrapper {
  border-top: 2px solid #F2F2F2;
  padding: 20px 0;
  margin-top: 20px;
}
.newsletter-extended {
  display: none;
}