body.has-df-pro-bar {
    transition: padding .4s;
}
.df-topbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    background-color: red;
    padding: 5px 20px;
    color: #fff;
    box-sizing: border-box;
    background-size: cover;
    background-repeat: no-repeat;
    transition: transform .4s;
}
.df-bottombar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    background-color: red;
    padding: 5px 20px;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    transform: translateY(0);
    transition: transform .4s;
}
.df-bottombar.hide {
    transform: translateY(100%);
}
.has-df-pro-bar #main-header {
    transition: background-color .4s,color .4s,transform .4s,opacity .4s ease-in-out,-webkit-transform .4s, top .4s;
}

.df-topbar.hide {
    transform: translateY(-100%);
}

/* topbar layout */
.df-topbar-inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 20px;
}
.df-topbar-inner .col {
    justify-self: center;
    align-self: center;
}
.df-topbar-inner .col.col-first {}
.df-topbar-inner .col.col-center {
    /* justify-self: center; */
}
.df-topbar-inner .col.col-last {
    /* justify-self: end; */
}
/* bottom bar layout */
.df-bottombar-inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 20px;
}
.df-bottombar-inner .col {
    justify-self: center;
    align-self: center;
}

/* top bar elements */
.dfpb-tbar-promo-text {
    font-size: 23px;
    font-weight: 900;
    font-family: 'Gilroy - ExtraBold',Helvetica,Arial,Lucida,sans-serif!important;
}
.dfpb-tbar-cta {
    font-size: 16px;
    font-weight: 500;
    background: aliceblue;
    padding: 10px 20px;
    border-radius: 25px;
    border: 1px solid white;
    display: block;
}
.top-bar-btn {
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    padding: 0;
    width: 27px;
    height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: none;
}
.top-bar-btn .et-pb-icon{
    font-size: 18px;
    transform: rotate(0deg);
    line-height: 1.2;
    transition: transform .2s;
}
/* bottom bar elements */
.dfpb-bbar-promo-text {
    font-size: 23px;
    font-weight: 900;
    font-family: 'Gilroy - ExtraBold',Helvetica,Arial,Lucida,sans-serif!important;
}
.dfpb-bbar-cta {
    font-size: 16px;
    font-weight: 500;
    background: aliceblue;
    padding: 10px 20px;
    border-radius: 25px;
    border: 1px solid white;
    display: block;
}
.bottom-bar-btn {
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    padding: 0;
    width: 27px;
    height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: none;
}
.bottom-bar-btn .et-pb-icon{
    font-size: 18px;
    transform: rotate(0deg);
    line-height: 1.2;
    transition: transform .2s;
}
/* timer */
.dfpb-timer {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.dfpb-timer li {
    text-align: center;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    gap: 0;
}
.dfpb-timer li span:not(.label) {
    display: block;
    text-align: center;
    padding: 9px 0;
    background-color: #fefefe;
    color: #333333;
    font-size: 22px;
    border-radius: 4px;
    min-height: 45.19px;
    font-weight: 700;
}
.dfpb-timer li span.label {
    line-height: 1.3em;
}

/* mobile bar */
.dfpb-mobile-bar {
    background-color: red;
    position: fixed;
    left:0;
    right: 0;
    bottom: 0;
    z-index: 999;
    transition: transform .4s;
    transform: translateY(0);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: -1px;
}
.dfpb-mobile-bar.hide {
    transform: translateY(100%);
}
.dfpb-mobile-bar-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 7px 0;
}
.dfpb-mobile-bar .mobile-bar-btn {
    position: absolute;
    transform: translateY(-100%);
    right: 0;
    border: none;
    background-color: #6c19f2;
    color: #fff;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    cursor: pointer;
}
.dfpb-mobile-bar .mobile-bar-btn .et-pb-icon {
    font-size: 20px;
    transform: rotate(180deg);
    line-height: 1;
    transition: transform .2s;
}
.dfpb-mobile-bar .mobile-bar-btn.close .et-pb-icon {
    transform: rotate(0deg);
}
.dfpb-mbar-promo-text {
    font-size: 23px;
    font-weight: 900;
    font-family: 'Gilroy - ExtraBold',Helvetica,Arial,Lucida,sans-serif!important;
}
.dfpb-mobile-bar .dfpb-timer li {
    text-align: center;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    gap: 0;
}
.dfpb-mobile-bar .dfpb-timer li span:not(.label) {
    text-align: center;
    background-color: #fefefe;
    color: #333333;
    font-size: 18px;
    border-radius: 4px;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    min-height: auto;
    font-weight: 700;
}
.dfpb-mobile-bar .dfpb-timer li span.label {
    line-height: 1.3em;
}
/* hover */
.dfpb-tbar-cta,
.dfpb-bbar-cta {
    transition: transform .3s ease;
    transform: scaleX(1) scaleY(1);
}
.dfpb-tbar-cta:hover,
.dfpb-bbar-cta:hover {
    transform:  scaleX(1.12) scaleY(1.12);
}
/* reposive settings */
@media (max-width: 1080px) {
    .df-topbar,
    .df-bottombar {
        display: none;
    }
}
@media (min-width: 1081px) {
    .dfpb-mobile-bar {
        display: none;
    }
}

/* Modal */
.dfpb-modal {
    z-index: -10;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffffab;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity .2s linear;
    visibility: hidden;
}
.dfpb-modal.show {
    z-index: 999999;
    opacity: 1;
    visibility: visible;
}
.dfpb-content-wrap {
    width: 600px;
    background-color: #3b0aa0;
    position: relative;
    transform: translateY(50px);
    transition: transform .4s linear;
    display: flex;
    justify-content: center;
}
.dfpb-modal.show .dfpb-content-wrap {
    transform: translateY(0px);
}
.modal-close-btn {
    z-index: 99;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(-50%) translateX(50%);
    border-radius: 50%;
    padding: 0;
    width: 27px;
    height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: none;
    background-color: #F72585;
    box-shadow: 0px 0px 7px 0px #3333338a;
}
.modal-close-btn .et-pb-icon{
    font-size: 18px;
    transform: rotate(0deg);
    line-height: 1.2;
    transition: transform .2s;
    color: #fff;
}
.dfpb-content-wrap-inner {
    width: 100%;
}
p.dfpb-modal-text {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 0 36px;
    line-height: 1.4em;
}
.dfpb-modal-cta {
    font-size: 16px;
    font-weight: 500;
    background: aliceblue;
    padding: 10px 20px;
    border-radius: 25px;
    border: 1px solid white;
    display: block;
    color: #ffffff;
    background-image: linear-gradient(135deg,rgb(251,0,99) 0%,rgb(155,81,224) 100%);
}
.dfpb-modal .dfpb-timer li span.label {
    line-height: 1.3em;
    color: #fff;
}