/* RESET CSS */

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    /* font-family: 'Roboto', sans-serif; */
    text-transform: none;
    letter-spacing: normal;
}

button {
    cursor: pointer;
}

.daily_deals__deals_app form {
    margin-bottom: 0px;
}

.content ul li:before {
    content: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    /* font-family: 'Roboto', sans-serif; */
    text-transform: none;
    letter-spacing: normal;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    /* font-family: 'Roboto', sans-serif; */
    text-transform: none;
    letter-spacing: normal;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
    padding: 0;
    /* font-family: 'Roboto', sans-serif; */
    text-transform: none;
    letter-spacing: normal;
}

p {
    margin: 0;
    /* font-family: 'Roboto', sans-serif; */
    text-transform: none;
    letter-spacing: normal;
}

a {
    /* transition: all 0.5s; */
    /* font-family: 'Roboto', sans-serif; */
    text-transform: none;
    letter-spacing: normal;
}

a:hover {
    text-decoration: none;
}


/* CSS CUSTOM */

.daily_deals__container-full {
    width: 100%;
    padding: 0 50px;
}

.daily_deals__breadcrumbs {
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.daily_deals__breadcrumbs li {
    list-style: none;
}

.daily_deals__breadcrumbs li:after,
.daily_deals__breadcrumbs li,
.daily_deals__breadcrumbs li a {
    font-size: 12px;
    text-decoration: none;
    line-height: 14px;
    color: #000000;
}

.daily_deals__breadcrumbs li a:hover {
    text-decoration: none;
    color: #78866b;
}

.daily_deals__breadcrumbs li {
    color: rgba(0, 0, 0, 0.45)
}

.daily_deals__breadcrumbs li:after {
    content: ">";
    display: inline-flex;
    color: rgba(0, 0, 0, 0.45);
    margin: 0 8px
}

.daily_deals__breadcrumbs li:last-child:after {
    content: none;
}

.daily_deals__container {
    margin: 0 auto;
    padding: 0 15px;
}

.daily_deals__heading1 {
    line-height: 42px;
    color: #000000;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 34px;
}

.daily_deals__special-offers {
    padding: 28px 0;
}

.daily_deals__description-media {
    display: flex;
    align-items: stretch;
}

.daily_deals__product-box {
    display: flex;
    width: 62%;
    padding: 0 15px;
    align-items: center;
    flex-wrap: wrap;
}

.daily_deals__time-card {
    background: #2D2D2D;
    width: 39%;
    padding: 29px 41px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.daily_deals__product-box .daily_deals__col {
    width: 50%;
}

.daily_deals__description-media {
    background-color: #ffffff;
}

.daily_deals__detail-card {
    padding: 15px 15px 22px 20px;
}

.daily_deals__product-image {
    padding: 30px 0;
    text-align: center;
}

.daily_deals__product-image img {
    max-width: 100%;
}

.daily_deals__summary {
    margin-bottom: 2rem;
}

.daily_deals__detail-card a, .daily_deals__detail-card a:hover {
    text-decoration: none;
}

.daily_deals__detail-card h4 {
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 3px;
    margin-top: 8px;
    /* min-height: 55px; */
}

.daily_deals__detail-card .daily_deals__reiew {
    display: flex;
    align-items: center;
    margin-bottom: 45px;
}

.daily_deals__detail-card .daily_deals__reiew span {
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    font-weight: 700;
    margin-left: 4px;
}

.daily_deals__deasl-price h3 {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    margin-bottom: 3px;
}

.daily_deals__deasl-price h5 {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #ED0000;
}

/* .daily_deals__deasl-price h5::before {
    width: 12px;
    height: 12px;
    content: url('https://101bb3e4.ngrok.io/public/images/eye.svg');
} */

.daily_deals__deasl-price .daily_deals__price {
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 5px;
}

.daily_deals__deasl-price .daily_deals__price h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    color: #000000;
    margin-right: 10px;
    text-wrap: nowrap;
}

.daily_deals__deasl-price .daily_deals__price p {
    /* font-size: 16px; */
    line-height: 19px;
    color: #000000;
    font-size: 14px;
}

.daily_deals__deasl-price .daily_deals__price p.daily_deals__reg {
    color: rgba(0, 0, 0, 0.4);
    margin-bottom: 5px
}

.daily_deals__deasl-price .daily_deals__price p.daily_deals__pr span {
    color: #000000;
    font-weight: 700;
}

.daily_deals__deasl-price .daily_deals__price p.daily_deals__reg span {
    text-decoration: line-through;
}

.daily_deals__btn-holder {
    display: flex;
    flex-direction: column;
}

.daily_deals__btn-holder {
    display: flex
}

.daily_deals__btn-holder .daily_deals__cta {
    margin-top: 12px;
}

.daily_deals__cta {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    padding: 10px;
}

.daily_deals__cta:hover {
    text-decoration: none;
}

.daily_deals__cta-cart {
    border: 1px solid rgba(36,36,36,0.5) !important;
    color: rgba(36,36,36,0.5);
    background: rgba(0,0,0,0);
}

.daily_deals__cta-primary {
    border: none;
    background-color: #78866b;
    color: #ffffff;
}

.daily_deals__card-timer {
    background: #000000;
    padding: 31px;
    margin-bottom: 13px;
}

.slider-holder {
    margin-top: 16px;
}

.daily_deals__card-timer h2 {
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    max-width: 206px;
    margin: 0 auto 22px;
}

.daily_deals__timer {
    display: flex;
    align-items: center;
    margin: 0 -16px;
}

.daily_deals__timer li {
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    /* padding: 0 16px */
}

.daily_deals__timer li span {
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    display: block;
}

.daily_deals__timer li span.daily_deals__counter {
    background: linear-gradient(180deg, rgba(53, 53, 53, 0.87) 0%, rgba(40, 40, 40, 0.8) 25.52%, rgba(26, 26, 26, 0.8) 100%);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
    font-size: 44px;
    line-height: 52px;
    margin-bottom: 6px;
    padding: 0 10px;
    width: 80%;
    margin: auto;
    max-width: 120px;
}

.daily_deals__timer li span.daily_deals__format {
    margin-top: 4px;
    font-size: 16px;
    line-height: 19px;
}

.daily_deals__subscribtion-card h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 7px;
}

.daily_deals__subscribtion-card p {
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    opacity: 0.7;
    max-width: 289px;
    margin: 0 auto 16px;
}

.daily_deals__form-group {
    display: flex;
}

.daily_deals__form-group .daily_deals__form-input {
    width: 100%;
    height: 50px;
    background: rgba(255, 255, 255);
    border: none;
    font-size: 12px;
    line-height: 14px;
    padding: 15px;
    border-radius: 0%;
}

.daily_deals__form-group .daily_deals__form-input:focus {
    box-shadow: none;
    border: 1px solid rgba(196, 196, 196, 0.1);
    outline: none;
}
.daily_deals__rating {
    display: flex;
    flex-wrap: wrap;
    margin-top: 8px;
}
.daily_deals__rating ul {
    list-style-type: none;
    padding: 0;
    margin: 0 4px 0 0;
    display: flex;
}
.daily_deals__rating-fill {
    margin-left: 2px;
    width: 16px;
}

.daily_deals__rating-text {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
}

.daily_deals__form-group .daily_deals__form-input::placeholder {
    color: #000000;
    font-size: 14px;
}

.daily_deals__form-group .daily_deals__btn-group button {
    height: 50px;
    background: #FFFFFF;
    border: none;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    text-align: center;
    color: #000000;
    min-width: 100px;
    padding: 15px;
}


/* external css: flickity.daily_deals__css */

.daily_deals__gallery {
    background: #EEE;
}

.daily_deals__gallery-cell {
    width: 25%;
    height: 200px;
    background: #8C8;
    counter-increment: gallery-cell;
}

.daily_deals__gallery-cell.daily_deals__is-selected {
    background: #ED2;
}


/* cell number */

.daily_deals__gallery-cell:before {
    display: block;
    text-align: center;
    content: counter(gallery-cell);
    line-height: 200px;
    font-size: 80px;
    color: white;
}

.card-slide {
    text-align: center;
}

.card-slide img {
    margin-bottom: 14px;
    max-width: 100%;
}

.card-slide h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000000;
    margin-bottom: 11px;
}

.card-slide p {
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 14px;
}

.product-slides .product-slides .swiper-button-next:after,
.product-slides .swiper-button-prev:after,
.product-slides .swiper-button-prev:after,
.product-slides .swiper-button-next:after {
    content: none;
}

.slider-holder {
    padding: 0 84px;
    overflow: hidden;
    position: relative;
}

.slider-holder .swiper-container {
    position: initial;
}

.daily_deals__d-lg-block {
    display: block;
}

.daily_deals__text-sm {
    display: none;
    line-height: 21px;
    color: #FFFFFF;
    margin: 0 auto 18px;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
}

.daily_deals__countdown-header-mobile {
    font-size: 28px;
}

.daily_deals__countdown-subheader-mobile {
    font-size: 16px;
    color: white;
}

.daily_deals__others-offers .daily_deals__divider {
    display: none;
}

.daily_deals__d-none {
    display: none;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.88);
    -webkit-animation-duration: 0.35s;
    animation-duration: 0.35s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    /* Modifiers */
    /* States */
}

.modal__dialog {
    position: relative;
    max-width: 500px;
    padding: 20px;
    margin: auto;
    border-radius: 4px;
    background-color: #fff;
}

.modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0;
    border: none;
    color: #ccc;
    background-color: transparent;
    background-image: none;
}

.modal__close:focus {
    outline: 0;
}

.modal__header {
    border-bottom: 1px solid #e2e2e2;
}

.modal__title {
    margin: 0 0 15px;
}

.modal__content {
    padding: 10px 0;
    font-size: 13px;
    line-height: 1.6;
    color: #555;
}

.modal__footer {
    padding-top: 20px;
    border-top: 1px solid #e2e2e2;
    text-align: right;
}

.modal--fullscreen {
    padding: 5px;
}

.modal--fullscreen .modal__dialog {
    width: 100%;
    max-width: none;
    height: 100%;
    border-radius: 0;
}

.modal.is-modal-active {
    display: -webkit-box;
    display: flex;
}


/* Animation */

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.modal-card .modal-box {
    max-width: 600px;
    background: #FFFFFF;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    margin: 0 auto;
    overflow-y: auto;
}

.modal-card .modal-box .moda-header {
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    position: relative;
    color: #000000;
    background: #F3F3F3;
    text-align: center;
    padding: 10px 30px;
    border-bottom: 1px solid #E0E0E0;
    min-height: 35px;
}

.modal-card .modal-box .moda-header h4 {
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
}

#myModal > div > div.moda-header > button > img {
    width: 15px;
}

.modal-card .modal-box .moda-header .daily_deals__close {
    border: none;
    background: none;
    outline: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 12px;
    bottom: 0;
    text-align: right;
    line-height: normal;
    min-width: 0;
}

.modal-card .modal-box .modal-content-dd {
    display: flex;
    flex-direction: row;
    padding: 28px;
}

.modal-card .modal-box .modal-content-dd .modal-body {
    flex: 1;
    padding: 0 15px;
}

.modal-card .modal-box .modal-content-dd .product__modal__img {
    width: 22%;
}

.modal-card .modal-box .modal-content-dd .product__modal__img img {
    max-width: 100%;
}

.modal-card .modal-box .modal-content-dd .modal-body .note__product {
    display: block;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    color: #ED0000;
    margin-bottom: 10px;
}

.modal-card .modal-box .modal-content-dd .modal-body .title__products {
    font-size: 20px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 8px;
    display: block;
    text-decoration: none;
    font-weight: 600;
}

.view__counter h5 {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 16px;
    color: #ED0000;
}

.modal-card .modal-box .modal-content-dd .modal-body h4 {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
}

.modal-card .modal-box .modal-content-dd .modal-body h4 span {
    text-decoration: line-through;
    color: #BDBDBD;
    display: inline-flex;
    margin-left: 13px;
}

.modal__footer__content {
    padding: 16px 24px;
    background: #F9F9F9;
    /* Gray 5 */
    border-top: 1px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 0px 0px 8px 8px;
}

.modal__footer__content h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 14px;
    color: #000000;
    margin-top: 6px;
    margin-bottom: 12px;
}

.modal__footer__content h3 a {
    font-weight: normal;
    color: #2F80ED;
    text-decoration: none;
    font-size: 14px;
}

.modal__footer__content .col__half,
.modal__footer__content .modal__col {
    display: flex;
    margin: 0 -8.5px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.modal__footer__content .col__half .m__50,
.modal__footer__content .col__half {
    flex: 1;
    padding: 0 8.5px;
}

#myModal > div > div.modal__footer__content > div > div:nth-child(1) > div:nth-child(1) {
    max-width: 50%;
}

#myModal > div > div.modal__footer__content > div > div:nth-child(1) > div:nth-child(1) > img {
    max-width: 100%;
}

#myModal > div > div.modal__footer__content > div > div:nth-child(2) > div:nth-child(1) {
    max-width: 50%;
}

#myModal > div > div.modal__footer__content > div > div:nth-child(2) > div:nth-child(1) > img {
    max-width: 100%;
}

.modal__footer__content .col__half .m__50 a {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    line-height: 9px;
    color: #000000;
    text-decoration: none;
    margin-bottom: 8px;
    height: 20px;
    max-height: 20px;
    line-height: 14px;
}

.modal__footer__content .col__half .m__50 h2 {
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
    margin-bottom: 12px;
}

.modal__footer__content .col__half .m__50 .cta__add {
    font-weight: bold;
    font-size: 12px;
    line-height: 9px;
    color: #000000;
    background: #00badb;
    border: none;
    padding: 15px;
    width: 100%;
}

.modal__footer__content .col__half .m__50 .cta__add:hover {
    color: #000000;
}

.modal-card {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: scroll;
    display: none;
    padding: 0 15px;
}

.card-slide img {
    max-height: 325px;
}

/* .daily_deals__product-image img {
    max-height: 370px;
} */
.selectors { margin-top: 10px !important; }
/* .selectors .mz-thumb img { max-width: 56px; } */
.fixed {
    position: fixed;
}
.max-width {
    width: 100% !important;
}
.ff-width {
    width: 55% !important;
}

.deal__option__select {
    display: flex;
}

.deal__option__select label {
    display: block;
}

.deal__option__select .w-30 {
    width: 30%;
}

.deal__option__select .w-50 {
    width: 50%;
}

.deal__option__select {
    margin: 10px -7px 0;
}

.deal__option__select .form__group {
    padding: 0 7px;
}

.form__group--qty {
    width: 100px;
}

.form__group label {
    font-weight: 700;
    margin-bottom: 5px;
}

.form__control {
    width: 100%;
    height: 37px;
    padding: 2.5px 15px;
}

select.form__control {
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../images/down-arrow.svg);
    background-repeat: no-repeat;
    background-size: 11px;
    background-position: 92% center;
    text-align: left;
    text-align-last: left;
    border: 1px solid rgba(36,36,36,0.5);
}

.mobile_modal,
.modal-open {
    overflow: hidden;
}

.myModal-mobile {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    display: flex;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition: all .2s;
    transition-delay: .1s;
}

.mobile_modal .myModal-mobile {
    opacity: 1;
    visibility: visible;
}

.Inner__content {
    background-color: #fff;
    width: 100%;
    padding: 28px 40px;
}

.Inner__content h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 14px;
}

.media__slide {
    display: flex;
}

.media__slide .img__generate img {
    /* max-height: 100px; */
    max-width: 100px;
}

.media__slide .img__generate {
    padding: 0 8.5px;
    max-width: 40%;
}



.media__slide .media__bodies {
    flex: 1;
    padding: 0 8.5px;
}

.media__bodies p {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    margin-bottom: 10px;
}

.media__bodies h2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 18px;
}

.product-generate .swiper-pagination {
    position: relative;
    bottom: 0;
}

.product-generate .swiper-pagination-bullet {
    height: 5px;
    width: 5px;
    outline: none;
}

.product-generate .swiper-pagination-bullet {
    background: #C4C4C4;
    opacity: 1;
}

.product-generate .swiper-pagination-bullet-active {
    background: #545151;
}

.product-generate .daily_deals__cta {
    height: 38px;
    margin-top: 24px;
}

.order__footer {
    margin-top: 20px;
}

.order__footer h2 {
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 7px;
}

.order__footer p {
    text-align: center;
    margin-top: 5px;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    color: #219653;
}

.inner__slide .btn__control {
    text-align: center;
}

.inner__slide .btn__control button {
    background: #F3F3F3;
    border-radius: 8px 8px 0px 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    box-shadow: none;
    width: 129px;
    height: 41px;
    margin: 0;
    padding: 0;
}

.inner__slide {
    position: relative;
    bottom: -100%;
    transition: all 0.4s;
    width: 100%;
}

.mobile_modal .inner__slide {
    bottom: 0;
    transition: all 0.4s;
    /* transition-delay: .2s; */
}

.mobile_modal .inner__slide {
    bottom: 0;
}

.m__screen {
    display: none;
}

.container__modal {
    height: 100%;
    display: flex;
    align-items: flex-end;
    width: 100%;
}

.background-hide {
    background: none;
}

.daily_deals__flex-container {
    display: flex;
    padding: 20px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start;
    }

.daily_deals__flex-item:nth-child(1) {
    order: 0;
    align-self: auto;
    width: 15%;
    }

.daily_deals__flex-item:nth-child(2) {
    order: 0;
    flex: 2 1 auto;
    padding-left: 60px;
    width: 48%;
    align-self: auto;
    }

.daily_deals__flex-item:nth-child(3) {
    order: 0;
    flex: 1 1 auto;
    width: 23%;
    padding-top: 8px;
    align-self: auto;
    }

.daily_deals__flex-item:nth-child(1) img {
    max-height: 175px;
    max-width: 100%;
}

.daily_deals__flex-item:nth-child(2) .title__products:hover {
    text-decoration: underline;
}

.daily_deals__flex-item:nth-child(2) .title__products {
    font-size: 22px;
    text-decoration: none;
    line-height: 24px;
    color: #000000;
    margin-bottom: 8px;
    display: block;
    text-decoration: none;
    font-weight: 700;
    max-width: 90%;
}

.daily_deals__flex-item:nth-child(3) .title__products {
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 8px;
    display: block;
    text-decoration: none;
    font-weight: 700;
}

.daily_deals__flex-item:nth-child(3) .daily_deals__bonus_price {
    font-size: 28px;
    line-height: 29px;
    font-weight: bold;
    margin-bottom: 4px;
    color: #000000;
}

.pricing-price__savings {
    font-size: 13px;
    line-height: 16px;
    padding: 3px 7px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    display: inline-block;
    letter-spacing: -0.17px;
    margin-right: 4px;
    color: #fff;
    background-color: #bb0628;
}

.pricing-price__regular-price {
    font-style: normal;
    font-stretch: normal;
    display: inline-block;
    color: #000000;
    font-size: 14px;
    line-height: 17px;
}

.daily_deals__flex-container button {
    width: 100%;
    margin-top: 8px;
}

.daily_deals__bonus_deal_row {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #e0e6ef;
}

.bonus-deals-timer {
    font-weight: 600;
    width: 100%;
    margin-top: 8px;
    color: #000000;
}

.daily_deals__bonus_deal_row:last-child {
    border-bottom: 1px solid #e0e6ef;
}

.daily_deals__rating svg {
    color: goldenrod;
}

.hide-text-decorataion {
    text-decoration: none;
}
    .dd-pagination {
    text-align: center;
    list-style: none;
    font-size: 0.9375em;
    padding-top: 55px;
    }
    .dd-list-inline {
    padding: 0;
    margin: 0;
    }
    .dd-list-inline li {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    }
    .dd-btn {
    padding-left: 15px;
    padding-right: 15px;
    background-color: transparent;
    color: #3d4246;
    border: 1px solid #3d4246 !important;
    display: inline-block;
    width: auto;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 2px;
    padding: 6px 12px;
    font-family: "Work Sans",sans-serif;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    white-space: normal;
    font-size: 14px;
    }
    .dd-btn[disabled] {
    pointer-events: none;
    cursor: default;
    opacity: 0.5;
    }
    .dd-pagination-text {
    margin-left: 8px;
    margin-right: 8px;
    }


/* Grid Layout */

.daily_deals__container--grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
}

.daily_deals__container--grid .daily_deals__heading1 {
    grid-column: 1 / -1;
}

.daily_deals__container--grid .daily_deals__bonus_deal_row {
    border-top: none;
}

.daily_deals__container--grid .daily_deals__flex-container {
    display: flex;
    padding: 20px;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
}

.daily_deals__container--grid .daily_deals__flex-item:nth-child(1) {
    order: 0;
    /* align-self: flex-start; */
    width: 100%;
    /* justify-self: flex-start; */
    height: 175px;
    border: 1px solid #e3e3e3;
}

.daily_deals__container--grid .daily_deals__flex-item:nth-child(2) {
    /* order: 0; */
    padding-left: 0;
    width: 100%;
    justify-self: flex-start;
    margin-top: 1rem;
    flex: 1 1 100%;
}

.daily_deals__container--grid .daily_deals__flex-item:nth-child(2) .title__products {
    font-size: 16px;
    line-height: 18px;
    color: #000000;
}

.daily_deals__container--grid .daily_deals__flex-item:nth-child(3) {
    /* order: 0; */
    /* flex: 1 1 auto; */
    width: 100%;
    padding-top: 8px;
    align-self: flex-end;
}

.daily_deals__container--grid .daily_deals__flex-item:nth-child(3) .daily_deals__bonus_price {
    font-size: 18px;
    line-height: 20px;
}

.daily_deals__container--grid .daily_deals__flex-item:nth-child(1) img {
    width: 100%;
    object-fit: contain;
}