.page-home_featured {
    display:flex;
    align-items: stretch;
   
    /* flex-flow: row wrap; */
}

.deal_of_day-products .card {
    max-height:100%;
    height:100%;
    /* flex-grow: 1; */
    flex:1;
    flex-direction: column;
    background-color: #2ac988;
    border-color: #2ac988;
    padding:20px;
}

.deal_of_day-products .card	.box {
    text-align: center;
    color: white;
    font-size: 36px;
    max-width:80%;
    margin:0 auto;
    display: flex;
    flex-direction: column;
}

.deal_of_day-products .card	.header p {
    white-space: nowrap;
    text-transform: uppercase;
    color:#000;
    font-size:46px;
    line-height:50px;
    letter-spacing:2px;
    font-weight:500;
}

.deal_of_day-products .card	.header p span {
    color:#fff;
    margin-left:10px;
}

.deal_of_day-products .card	.image {
    flex: 1;
    overflow:hidden;
}

.deal_of_day-products .card	.image img {
   width:auto;
   height:100%;
    object-fit:cover;
}
	
.deal_of_day-products .card	.name {
    height: 2.4m;
    font-weight: 200;
    font-size: 26px;
    font-family: Roboto;
    line-height: 1.2em;
    color:#000;
    font-weight:500;
    margin-top:15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.deal_of_day-products a:hover {
    text-decoration:none;
}

.deal_of_day-products .block_price {
    display:flex;
    flex-wrap: nowrap;
    flex-direction: row !important;
    justify-content: center;
    align-items: center;
    width:100%;
    align-items: stretch;
    padding: 20px 0;
}

.deal_of_day-products .block_price .price_block{
    display: flex;
    flex-direction: column;   

}

.deal_of_day-products .block_price .price_block.price_block--right {
    line-height: 1;
    font-size: 40%;
    text-align: left;
    font-weight: 600;
}

.deal_of_day-products .block_price .newPrice {
    background-color: #000;
    color: #fff;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: end;
    font-weight: 400;
    font-size: 56px;
    line-height: 56px;
    width:50%;
    padding:15px;
    position: relative;
    border-radius: 5px 0 0 5px;
}

.deal_of_day-products .block_price .newPrice::after {
    content:'';
    display:block;
    width:20px;
    height:100%;
    position: absolute;
    right:-20px;
    background-color: #000;
    z-index: 0;
}



.deal_of_day-products .block_price .newPrice span {

}

.deal_of_day-products .block_price .oldPrice {
    background-color: #fff;
    color: #000;
    border-radius: 5px;
    color: #6E716E;
    font-size:24px;
    line-height:20px;
    font-weight:400;
    width: 70%;
    position: relative;
    z-index: 1;
    padding: 10px;
    text-align:left;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.deal_of_day-products .block_price .oldPrice .oldPrice--block {
    display: flex;
    width: max-content;
    position: relative;
}

.deal_of_day-products .block_price .oldPrice .oldPrice--block::before {
    content: '';
  border-bottom: 2px solid #6E716E;
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
}

.deal_of_day-products .block_price .oldPrice p {
    margin:0;
    padding: 0;
    font-weight: 700;
    font-size: 20px;
    color:#000;
}

.deal_of_day-products .block_price .oldPrice span {
    
}


@media (min-width: 769px) and (max-width:1400px){
    .deal_of_day-products .card .box {
        max-width:100%;
    }
    .deal_of_day-products .block_price .newPrice {
        padding: 10px;
        font-size: 45px;
    }
    .deal_of_day-products .block_price .oldPrice p {
        font-sizE:16px;
    }
}

@media (max-width:480px){
    .deal_of_day-products .card {
        border-radius:0;
    }
    .deal_of_day-products .card .box {
        max-width:100%;
    }
    .deal_of_day-products .block_price .newPrice {
        padding: 10px;
        font-size: 45px;
    }
    .deal_of_day-products .block_price .oldPrice p {
        font-sizE:16px;
    }
}


.deal_of_day-products .counter {

}

.deal_of_day-products .counter p {
    color:#000;
    font-size: 20px;
    margin-bottom:5px;
}

.deal_of_day-products .counter .countdown {
    display: flex;
    justify-content: center;
    align-content: center;
    margin-bottom:0;
}

.deal_of_day-products .counter .countdown li {

}

.deal_of_day-products .counter .countdown li span {
    color:#000;
    font-weight: 700;
    font-size: 28px;
    color: #000;
    line-height:60px;
    display: block;
    border-radius:5px;
    border: 2px solid #000;
    width:60px;
    height:60px;
    margin: 0 5px;
    text-align:center;
}

.deal_of_day-products .counter .countdown li p {
    font-size: 12px; 
    color: #000; 
    text-transform: uppercase; 
    font-weight: normal; 
    display: block; 
    line-height: 22px;
    margin-bottom:0;
}



/******************* NO PRODUCT ********************/

.deal_of_day-products .card.no_product {

}
.deal_of_day-products .card.no_product .header {

}
.deal_of_day-products .card.no_product .header p{
    white-space: wrap;
}
.deal_of_day-products .card.no_product .header span {
    font-size: 36px;
}

.deal_of_day-products .card.no_product .image {
    max-width: 95%;
}

.deal_of_day-products .card.no_product .image img {
    object-fit: contain;
}



.deal_of_day-products .card.no_product .button {
    display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
    background-color: #fff;
    border-radius: .4rem;
}
.deal_of_day-products .card.no_product .button .block--left{
    background-color: #000;
    padding:15px 30px;
    border-radius: .4rem;
}
.deal_of_day-products .card.no_product .button .block--right{
    background-color: #fff;
    border-radius: .4rem;
    display: flex;
    align-items: center;
    padding: 0 30px 0 30px;
}
.deal_of_day-products .card.no_product .button .block--right svg {
    position:relative;
    left:0;
}

.deal_of_day-products .card.no_product .button:hover .block--right svg{
    animation: identifier 1s infinite;
}


@keyframes identifier {
    0% {
      left: 0;
    }
    50% {
      left: 20px;
    }
    100% {
      left: 0px;
    }
  }
  


.deal_of_day-products .card.no_product {

}
.deal_of_day-products .card.no_product {

}

