.dealProductSection {
    padding: 44px 0 14px;
    background: #f6f8fa;
}

.dealProductContent {
    position: relative;
    padding: 75px 0 0;
}

.dealProductContent h5 {
    font-size: 18px;
    line-height: 1;
    color: #7b9496;
    font-weight: 500;
    margin: 0 0 11px;
}

.dealProductContent h2 {
    font-size: 48px;
    line-height: 60px;
    margin: 0 0 16px;
}

.dealProductContent p {
    padding: 0 85px 0 0;
    margin: 0 0 28px;
}

.dpcPriceWrap {
    display: flex;
    margin: 0 0 29px;
}

.dpcPriceWrap .pi01Price {
    font-size: 36px;
    line-height: 48px;
    margin: 0 41px 0 0;
}

.pi01Price {
    font-family: 'Jost', sans-serif;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 21px;
    line-height: 30px;
    font-weight: 500;
    color: #7b9496;
    text-decoration: none;
    margin: 0 0 6px;
}

.pi01Price ins {
    text-decoration: none;
}

.dpcPriceWrap .pi01Price del {
    font-size: 24px;
    line-height: 1;
    color: #52586d;
    margin: 0 0 0 19px;
}

.pi01Price del {
    font-size: 16px;
    color: #aeb3c3;
    position: relative;
    text-decoration: none;
    padding: 0 6px;
    line-height: 1;
    margin: 0 0 0 13px;
    font-weight: 400;
}

.dpcPriceWrap .pi01Price del:after {
    background: #52586d;
    top: 11px;
}

.pi01Price del:after {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 100%;
    height: 1px;
    background: #aeb3c3;
    margin: 0;
}

.ulinaBTN {
    font-family: 'Jost', sans-serif;
    display: inline-block;
    position: relative;
    height: 48px;
    min-width: 155px;
    background: transparent;
    text-decoration: none;
    border-radius: 48px;
    font-size: 16px;
    line-height: 50px;
    color: #FFF;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    overflow: hidden;
    border: none;
}

.ulinaBTN:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background: #52586d;
    border-radius: inherit;
    opacity: 1;
    z-index: 2;
    transition: all ease 350ms;
}

.ulinaBTN span {
    position: relative;
    z-index: 3;
}

.ulinaBTN:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #9ebbbd;
    border-radius: inherit;
}

.ulinaBTN:hover:before {
    width: 100%;
    left: 0;
    right: auto;
}

.countDownWrap {
    position: relative;
}

.countDownWrap h6 {
    font-size: 18px;
    line-height: 1;
    margin: 0 0 15px;
}

.ulinaCountDown {
    position: relative;
    font-family: 'Jost', sans-serif;
}

.ulinaCountDown .countdown-row {
    display: block;
}

.ulinaCountDown .countdown-row span span:first-child {
    position: relative;
    display: block;
    height: 72px;
    width: 72px;
    background: #FFF;
    font-size: 30px;
    color: #52586d;
    line-height: 72px;
    text-align: center;
    font-weight: 400;
    border-radius: 50%;
    margin: 0 0 12px;
}

.ulinaCountDown .countdown-row span:last-child span:first-child:after {
    display: none;
}

.ulinaCountDown .countdown-row span {
    display: inline-block;
    width: 72px;
    margin-right: 28px;
}

.ulinaCountDown .countdown-row span span:first-child:after {
    content: ':';
    font-size: 25px;
    line-height: 1;
    color: #52586d;
    position: absolute;
    right: -18px;
    top: 23px;
}

.ulinaCountDown .countdown-row span span:last-child {
    display: block;
    font-size: 20px;
    color: #52586d;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}

.dealProductImage {
    position: relative;
    text-align: left;
    padding: 0 0 0 67px;
    margin: 0 0 0 33px;
}

.dealProductImage img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
    z-index: 2;
}

.dealProductImage:after {
    content: '';
    position: absolute;
    left: 0;
    top: 39px;
    width: 435px;
    height: 435px;
    background: #ddecea;
    border-radius: 50%;
    -webkit-animation: scalings 1.5s alternate infinite;
    -moz-animation: scalings 1.5s alternate infinite;
    -ms-animation: scalings 1.5s alternate infinite;
    -o-animation: scalings 1.5s alternate infinite;
    animation: scalings 1.5s alternate infinite;
}

@keyframes scalings {
    0% {
        transform: scale(1);
        opacity: 0.9;
    }

    100% {
        transform: scale(1.08);
        opacity: 1;
    }
}

@media (max-width: 991px) {


    .dealProductContent {
        padding: 40px 0 0;
        text-align: center;
    }

    .dealProductContent p {
        padding: 0;
        font-size: 14px !important;
        margin: 0 0 8px;
    }


    .dpcPriceWrap {
        justify-content: center;
        flex-wrap: wrap;
    }

    .dpcPriceWrap .pi01Price {
        margin: 0 0 20px !important;
        font-size: 21px;
        justify-content: center !important;
        width: 100% !important;
    }

    .countDownWrap {
        text-align: center;
    }

    .ulinaCountDown .countdown-row {
        text-align: center;
    }

    .dealProductImage {
        padding: 0;
        margin: 40px 0 0;
        text-align: center;
    }

    .dealProductImage {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .dealProductImage img {
        max-width: 80%;
    }

    .dealProductImage:after {
        left: auto;
        right: auto;
        margin: 0 auto;

    }

    .dealProductImage:after {
        width: 455px !important;
        height: 455px !important;
    }

    .dealProductContent h2 {
        font-size: 25px;
        margin: 0 0 0;
    }

}

@media (max-width: 575px) {

    .ulinaCountDown .countdown-row span span:first-child {
        width: 50px;
        height: 50px;
        line-height: 50px;
        /* IMPORTANT */
        font-size: 22px;
    }

    .dealProductImage:after {
        width: 360px !important;
        height: 360px !important;
    }

    .ulinaCountDown .countdown-row span {
        width: 50px;
        margin-right: 18px;
    }

    /* Colon alignment fix */
    .ulinaCountDown .countdown-row span span:first-child:after {
        right: -14px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 18px;
    }

    /* Last colon hide */
    .ulinaCountDown .countdown-row span:last-child span:first-child:after {
        display: none;
    }
}

@media (max-width: 400px) {
    .dealProductImage:after {
        width: 250px !important;
        height: 250px !important;
    }

    .ulinaCountDown .countdown-row span span:last-child {
        font-size: 12px;
    }

    .ulinaBTN {
        height: 45px;
        max-width: 136px;
        font-size: 12px;
    }
}