@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
.wrapper-deal-of-the-month{
    display: flex;
    /* justify-content: center; */
    width: auto;
    height: 740px;
}
.deal-of-the-month{
    background-color: var(--background-color);
    color: var(--brand_color-main-alt);
    width: 50%;
}
.deal-of-the-month h3{
    color: var(--brand_color-main-alt);
    font-size: 124px;
    font-weight: 400;
}
.red-dot{
    color: var(--brand_color-secondary);
}
.deal-of-the-month h6{
    color: var( --brand_color-main-alt);
    font-size: 24px;
    letter-spacing: 2px;
}
.dollar50{
    color: var(--brand_color-secondary);
    font-size: 38px;
}
.deal-of-the-month p{
    color: var( --brand_color-main-alt);
    font-size: 20px;
}
.image{
    background-image: url(../img/sale6/image-girl.webp);
    height: 740px;
    background-size:cover;
    background-position: center;
    width: 50%;

}
/* ==================timer================ */
.timer{
    color: var( --brand_color-main-alt);
}
#clockdiv{
	font-family: sans-serif;
	color: #fff;
	display: inline-block;
	font-weight: 100;
	text-align: center;
	font-size: 10px;
}

#clockdiv > div{
	padding: 10px;
	border-radius: 3px;
	/* background: var(--brand_color-main-alt); */
	display: inline-block;
    border-style: solid;
    border-width: 2px;
    margin: 8px;
    width: 100px;
    font-size: 20px;
}

#clockdiv div > span{
	padding: 15px;
	border-radius: 3px;
	background: var(--background-color);
	display: inline-block;
}

.smalltext{
	padding-top: 5px;
	font-size: 16px;
}

/* ==================timer================ */
.table-deal-of-the-month{
    margin: auto;
    border: none;
    width: 500px;
    margin-top: 80px;
}
.more-details a{
    color:var(--brand_color-main-alt);
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    text-transform: capitalize;
}
/* ===========WHITE BLOCK==================== */
.white-block{
    display: flex;
    flex-direction: row;
    margin-top: 45px;
    margin-left: 20px;
    height: 520px;
}
.new-arrivals{
    width: 75%;
    padding: 15px;
    margin-left:20px;
}
.new-arrivals p{
    color: var(--paragraph_text-color);
    font-size: 20px;
}
.new-arrivals h3{
    font-size: 50px;
}
.products{
display: flex;
/* text-align: center; */

}
/* .product-item h5{ */
    /* text-align: center; */
.product-item{
    padding: 0px;
    height: 240px;
}
.product-item p{
    color: var(--paragraph_text-color);
    font-size: 20px;
    text-transform: capitalize;
    /* font-weight: bold; */
    margin-top: 15px;
}
.item-price{
    color:var(--brand_color-secondary);
    /* letter-spacing: 2px; */
    font-family: "PT Sans",cursive;
    font-size: 18px;
    font-weight: bold;
}
.add-to-cart{
    margin: 0 auto;
   background-color: var(--background-color);
   color: var(--brand_color-main-alt);
   padding: 13px;
   font-size: 15px;
   font-weight: 600;
   
}
.more-products-button{
    background-color: var(--brand_color-main-alt);
    color: var( --brand_color-main);
    border: 1px solid black;
    padding: 15px;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 13px;
    margin-top: 20px;
}
/* ================carousel================= */
.wrapper{
	height: 100%;
	padding: 50px;
	display: flex;
	justify-content:center;
	align-items: center;
}

@media (max-width:767px){
	.wrapper{padding: 50px 10px;}
}
.slick-slider{
	min-width: 0;
}
.slick-list {
	overflow: hidden;
}
.slick-track{
	display: flex;
	align-items: flex-start;
}
/* .slick-slide img{
    height: 240px; */
}
.slider {
	position: relative;
	padding: 0px 60px;
}
/* .slider .slick-arrow{
    position: absolute;
    top: 50%;
    z-index: 10;
} */

@media screen and (max-width: 768px){
    .wrapper-deal-of-the-month{
        display: flex;
        flex-direction: column;
        width: 768px;
    }
    .deal-of-the-month{
        width: 375px;
        height: 533px;
    }
    .deal-of-the-month h3{
        font-size: 45px;
       padding: 15px;
    }
    .deal-of-the-month h6{
        font-size: 20px;
        padding: 15px;
    }
    .deal-of-the-month p{
        font-size: 13px;
        padding: 15px;
    }
    .new-arrivals{
        width: 100%;
    }
    .white-block{
        display: flex;
        flex-wrap: wrap;
        padding: 20px;
        height: 800px;
    }
    .products{
        display: flex;
        flex-direction: column;
    }
    .image{
        width: 375px;
    } 
    #clockdiv{
        display: flex;
        width: 1px;
    }  
}
@media screen and (max-width: 550px){
    .wrapper-deal-of-the-month{
        display: flex;
        flex-direction: column;
        width: 550px;
    }
    .deal-of-the-month{
        width: 375px;
        height: 533px;
    }
    .deal-of-the-month h3{
        font-size: 45px;
       padding: 15px;
    }
    .deal-of-the-month h6{
        font-size: 20px;
        padding: 15px;
    }
    .deal-of-the-month p{
        font-size: 13px;
        padding: 15px;
    }
    .new-arrivals{
        width: 100%;
    }
    .white-block{
        display: flex;
        flex-wrap: wrap;
        padding: 20px;
        height: 935px;
    }
    .products{
        display: flex;
        flex-direction: column;
    }
    .image{
        width: 375px;
    } 
    #clockdiv{
        display: flex;
        width: 1px;
    }  
    
}
@media screen and (max-width: 375px){
    .wrapper-deal-of-the-month{
        display: flex;
        flex-direction: column;
        width: 375px;
    }
    .deal-of-the-month{
        width: 375px;
        height: 533px;
    }
    .deal-of-the-month h3{
        font-size: 45px;
       padding: 15px;
    }
    .deal-of-the-month h6{
        font-size: 20px;
        padding: 15px;
    }
    .deal-of-the-month p{
        font-size: 13px;
        padding: 15px;
    }
    .new-arrivals{
        width: 100%;
    }
    .white-block{
        display: flex;
        flex-wrap: wrap;
        padding: 20px;
        height: 842px;
    }
    .products{
        display: flex;
        flex-direction: column;
    }
    .image{
        width: 375px;
    }
    #clockdiv{
        display: flex;
        width: 1px;
    }  
}