.deals-of-the-day {
    width: calc(100%-400px);
    height: auto;
    box-sizing: border-box;
    padding-top: 20px;
    margin: 0px 150px;
}

.deals-of-the-day-1 {
    height: 100px;
}

.deals-of-the-day-1 h3 {
    font-family: 'Balthazar', serif;
    font-family: 'Caveat', cursive;
    font-family: 'Handlee', cursive;
    font-family: 'Kalam', cursive;
    font-family: 'Roboto', sans-serif;
    font-family: 'Satisfy', cursive;
    font-family: 'Varela Round', sans-serif;
    font-weight: lighter;
    font-size: 15px;
}

.deals-of-the-day-1 h3 a {
    text-decoration: none;
    color: black;
}

.deals-of-the-day-1 h1 {
    font-size: 30px;
    font-family: 'Balthazar', serif;
    font-family: 'Caveat', cursive;
    font-family: 'Roboto', sans-serif;
    font-family: 'Satisfy', cursive;
    padding: 12px 0px 0px 0px;
    text-shadow: 0px 0px 3px #35a09d;

}

.deals-of-the-day-2 {
    height: 120px;
    display: flex;
}

#topdealicon {
    border: 3px solid #35a09d;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    padding: 3px;
    box-sizing: border-box;
}

.deals-of-the-day-2>div {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 130px;
    margin: 0px 5px;
}

.deals-of-the-day-2>div img {
    margin: 0px 25px;
    height: 80px;
    width: 80px;
}

.deals-of-the-day-2>div label {
    text-align: center;
    font-size: 15px;
    width: 100%;
    padding-top: 5px;
    height: auto;

    color: rgb(70, 70, 70);
}

.deals-of-the-day-3 {
    height: 70px;
    display: flex;
    box-sizing: border-box;
    font-family: 'Balthazar', serif;
    font-family: 'Caveat', cursive;
    font-family: 'Handlee', cursive;
    font-family: 'Kalam', cursive;
    font-family: 'Roboto', sans-serif;
    font-family: 'Satisfy', cursive;
    font-family: 'Varela Round', sans-serif;

}

.deals-of-the-day-3 h3 {
    padding: 23px 40px;
    font-weight: lighter;
}

.deals-of-the-day-3 label {
    padding: 25px 0px;
    font-weight: bold;
    margin-left: 45%;
    text-transform: uppercase;
    font-family: sans-serif;
    letter-spacing: .5px;
}

.deals-of-the-day-3 select {
    width: 220px;
    height: 47px;
    background: none;
    border: 1.5px solid#363636;
    border-radius: 7px;
    box-sizing: border-box;
    padding: 0px 90px 0px 5px;
    margin-top: 10px;
    margin-left: 30px;
}

.deals-of-the-day-4 {
    height: auto;
    width: 100%;
}

#product-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: 15px;
}

.product-container {
    width: 200px;
    padding: 0px 10px;
    margin: 0px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}



.dii00 {
    padding-left: 7px;
}

.deals-of-the-day-5 {
    height: 200px;
    width: 100%;
    box-sizing: border-box;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(53, 160, 156, 0.33) 100%, rgba(0, 213, 255, 0.527) 100%);
}

.deals-of-the-day-5 a {
    text-decoration: none;
    color: #35a09d;
}

.deals-of-the-day-5 button {
    height: 40px;
    width: 130px;
    margin: 80px 45.4%;
    border-radius: 30px;
    border: 2px solid rgba(0, 0, 0, 0.288);
    background: none;
    font-size: 16px;
    cursor: pointer;
    transition: .1s;
}

.deals-of-the-day-5 button:hover {
    background-color: #35a09c84;
    border: 2px solid rgba(255, 255, 255, 0.729);
}

.deals-of-the-day-5 button:hover a {
    color: #ffffff;
}

.Clearance {
    background-color: #ec6560 !important;
}

.Bargain-Buy {
    background-color: #848be1 !important;
}

.Flash-Deal {
    background-color: #db1f5b !important;
}

.Rock-Bottom-Deal {
    background-color: #d281e0 !important;
}