.oew-elementor-widget-countdown-with-image {
    .oew-countdown-content {
        margin-bottom: 35px;
        text-align: center;

        @media (min-width: 768px) {
            margin-bottom: 0;
        }
        @media (min-width: 992px) {
            margin-top: 30px;
        }
        @media (min-width: 1200px) {
            margin-top: 36px;
        }

        .oew-section-title {
            margin-bottom: 30px;
            text-align: center;

            .oew-heading-title {
                margin-top: 0;
                margin-bottom: 20px;
                font-size: 30px;
                font-weight: 700;
                color: #222;
                font-style: normal;
            }

            .oew-description {
                font-size: 14px;
                line-height: 22px;
                color: #636363;
                margin-bottom: 0;
            }
        }

        .oew-countdown {
            display: flex;
            justify-content: center;
            margin-bottom: 25px;
            margin-left: auto;
            margin-right: auto;
            opacity: 0.7;

            @media (max-width: 768px) {
                width: 100%;
            }

            .oew-data {
                display: inline-flex;
                flex-direction: column;
                justify-content: center;
                max-width: 80px;
                width: 100%;
                height: 90px;
                padding-top: 5px;
                padding-bottom: 5px;
                border-radius: 3px;
                background: #222;
                text-align: center;
                color: #222;
                position: relative;

                &:not(:last-child) {
                    margin-right: 20px;

                    &:after {
                        content: ':';
                        position: absolute;
                        font-size: 30px;
                        right: -15px;
                        top: 50%;
                        margin-top: -18px;
                        line-height: 1;
                    }
                }

                .oew-time {
                    display: block;
                    font-size: 34px;
                    color: #f7941d;
                    line-height: 1;
                    margin-bottom: 15px;
                }

                .oew-text {
                    display: block;
                    color: #acacac;
                    font-size: 15px;
                    letter-spacing: 3px;
                }
            }
        }

        .icon {
            font-size: 24px;
            color: #acacac;
            display: block;
        }

        .oew-default-btn {
            margin-top: 30px;

            a {
                display: inline-flex;
                align-items: center;
                min-height: 50px;
                padding: 9px 22px;
                border: 2px solid #f7941d;
                font-size: 18px;
                color: #f7941d;
                position: relative;
                -webkit-transition: all 0.3s ease 0s;
                -moz-transition: all 0.3s ease 0s;
                -o-transition: all 0.3s ease 0s;
                transition: all 0.3s ease 0s;

                &:hover {
                    background: #f77436;
                    border-color: #f77436;
                    color: #fff;
                }
            }
        }
    }

    .oew-image {
        img {
            width: 100%;
        }
    }
}
