html,
body{
    font-family: 'Poppins', sans-serif;
    /* background: #26292A; */
    background: #0B0C0E;
}

button:focus,
a:focus {
	outline:0 !important; 
}
p{
	font-size: 18px;
}

img{
	max-width: 100%;
}

.content{
	overflow: hidden;
}

.hideme{
	opacity: 0;
}

.light{
	font-family: "FuturaPT-Light";
}

.medium{
	font-family: "FuturaPT-Medium";
}

.regular{
	font-family: "FuturaPT-Book";
}

.semibold{
	font-family: "FuturaPT-Demi";
}

.bold{
	font-family: "FuturaPT-Bold";
}

.blue{
	color: #127CB5!important;
}

.white{
	color: #fff!important;
}

.custom-width{
	padding: 15px 7.5%;
}
.font-yellow{
	color: #f3aa34!important;
}

header{
	padding-top: 30px;
}

a.button.begin{
	float: right;
	width: 200px;
	text-align: center;
	color: #fff;
	font-family: 'FuturaPT-Medium';
	text-transform: none;
	background: linear-gradient(to right, #f3ae93 , #ec6d3d);
	box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
}

.slick-slider .slick-dots {
  text-align: center;
}
.slick-slider .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #E5E6E5;
  margin: 5px;
  border-radius: 50%
}
.slick-slider .slick-dots li.slick-active{
	background: #127CB5;
}
.slick-slider .slick-dots li button {
  color: transparent;
  font-size: 0;
  appearance: none;
  opacity: 0;
}

.slick-slider .prevArrowSlick, .slick-slider .nextArrowSlick {
  width: 40px;
  height: 40px;
  background: #fff;
  transition: 0.3s;
  display: block !important;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #707070;
  border: 1px solid;
  border-radius: 50%;
  transition: 1s;
}
.slick-slider .prevArrowSlick:hover, .slick-slider .nextArrowSlick:hover {
  color: #000;
}
.slick-slider .prevArrowSlick {
  left: -70px;
}
.slick-slider .nextArrowSlick {
  right: -70px;
}


@media(min-width: 1200px){
	.container{
		max-width: 1400px;
	}
}

.content-top{
    text-align: center;
    margin-top: 0px;
    position: relative;
}
.content-top img{
    margin-top: 50px;
    margin-bottom: 30px;
}
.back-to-site {
    position: absolute;
    top: 10px;
    left: 0;
    background: #49454e;
    border-radius: 100px;
    width: 124px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.back-to-site a {
    padding: 0 5px 3px 0;
    color: #fff;
}

#countdown{
	display: flex;
    flex-basis: 100%;
    justify-content: center;
    margin: auto;
    align-items: center;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.3;
    color: #eb1e1e;
    margin-left: 1em;
	margin-top: 15px;
    margin-bottom: 15px;
}
#countdown span{
	/*background-color: rgba(199,71,71,0.16);*/
    /*padding: 0.375em 0.5em;*/
    /*border-radius: 0.375em;*/
    /*margin: 0 0.125em;*/
    margin-left: 15px;
}



.main-menu {
    display: block;
    width: 99.65%;
    height: 64px;
    margin-top: 0px;
    background-color: #ffae00;
    opacity: 1 !important;
    margin-bottom: 30px;
}
@media(min-width: 991px){
    .main-menu {
        position: sticky;
        top: 0;
        z-index: 3;
    }
}
.main-menu ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100%;
    padding: 0 10px;
    list-style: none;
}
.main-menu ul li{
	height: 48px;
	padding: 0 5px!important;
	/*background-color: #ffae00 !important;*/
	text-align: center;

}
.main-menu ul li a {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    line-height: 16px;
    font-size: 17px;
	color: #000;
    font-weight: normal;
    border-bottom: 2px solid transparent;
}
.main-menu ul li.is-active a, .main-menu ul li:hover a {
    color: #000 !important;
    border-bottom: 2px solid #000;
    font-weight: bold;
}
.main-menu ul li.is-active, .main-menu ul li:hover {

}


.product-list-title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 40px;
    background: #fff;
    color: #000;
    font-size: 20px;
    text-transform: none;
    margin: 20px 0 10px 0;
}
.content .product-list {
    display: flex;
    flex-wrap: wrap;
	padding: 0;
    margin: 0;
}
.product-list .product-list-item {
    padding-left: 7.5px;
    padding-right: 7.5px;
    padding-bottom: 7.5px;
    min-width: 150px;
    min-height: 350px;
    list-style-type: none;
    outline: 0;
	display: inline-block;
    padding: 0 5px 10px 5px;
    position: relative;
    overflow: hidden;
}
@media (min-width: 1200px){
	.product-list .product-list-item {
		width: calc(20%);
	}
	.product-list .product-list-item:nth-child(5n+1) {
		padding-left: 0;
	}
}
.product-list .product-tile {
    position: relative;
    text-align: center;
    background-color: #fff;
    padding: 4px 8px 12px;
	height: 100% !important;
    border-radius: 15px;
}
.product-list .product-tile .product-image-container {
    height: 220px;
}
.product-image-container {
    position: relative;
}
.product-label {
    position: absolute;
    top: 0;
    right: 0;
    background: #ec1e24;
    border-radius: 10px;
}
.product-label.stoc{
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.product-label.stoc.limitat{
    background: #f8ae04;
}
.product-label.stoc.verde{
    background: green;
}
.product-label .label-text {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 5px 15px;
}
.product-label.stoc.limitat .label-text{
    color: #000;
}
.product-label-service {
    position: absolute;
    top: 29px;
    left: -45px;
    width: 165px;
    background-color: #ff0000;
    color: #ffffff;
    transform: rotate(-45deg);
    text-align: center;
    font-weight: bold;
    font-family: sans-serif;
    font-size: 12px;
    padding: 5px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 2;
}



.product-list a.product-manufacturer {
    color: #000;
    text-decoration: none!important;
    font-size: 13px;
    display: inline-block;
    text-align: center;
    padding-top: 4px;
    line-height: 1;
    display: block;
	font-weight: bold;
    height: 18px!important;
    overflow: hidden!important;
    margin-top: 20px;
    margin-bottom: 10px;
}
.product-list a.product-title {
    color: #2d2d2d;
    text-decoration: none!important;
    font-size: 13px;
    display: inline-block;
    text-align: center;
    line-height: 1;
    margin-bottom: 10px;
    overflow: hidden;
    height: 43px;
}
.product-list a.product-title h2 {
    color: #2d2d2d;
    font-size: 13px;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 0;
}
.product-list .product-tile .product-title h2 {
	line-height: 14px;
    max-height: 42px;
    overflow: hidden!important;
    text-overflow: ellipsis!important;
    display: -webkit-box!important;
    -webkit-line-clamp: 3!important;
    -webkit-box-orient: vertical!important;
    min-height: 26px!important;
}
.product-list .product-tile .price-container {
    height: 60px;
}
.current-price {
    color: #000;
    margin-bottom: 5px;
    font-weight: 600;
}
.product-tile .current-price {
    clear: both;
}
.product-list .product-tile img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    padding-bottom: 0;
}


.product-list-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 46px;
    background: #7ed321;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin: 5px 0 20px 0;
    background: #ffae00;
    color: #fff;
    text-decoration: none!important;
    font-weight: bold;
}


/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
}

.tablinks a:hover{
    cursor: pointer;
}

.action .button{
    display: block;
    border: 1px solid;
    border-color: #f8ae04;
    color: #000;
    padding: 7px  0;
    border-radius: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.search-section{
    margin-bottom: 30px;
}
.search-section span{
    color: #000;
    font-size: 16px;
    margin-right: 15px;
}

.search-section input{
    height: 44px;
    width: 500px;
    max-width: 100%;
}

.product-list-item{
    order: 1;
}
.product-list-item.farastoc{
    order: 2;
}

/* Center the clock */
.clock-container {
    width: 700px;
    max-width:100%;
    margin: 20px auto;
}
.clock {
    display: flex;
    justify-content: center;
}

/* Labels for time units */
.clock-labels {
    display: flex;
    justify-content: center;
    gap: 115px;
    margin-top: -15px;
}

.clock-labels span {
    font-size: 21px;
    color: #fff;
    text-align: center;
    width: 45px; 
}