@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;500;700&family=Kaushan+Script&family=Montserrat:wght@400;800&display=swap');
.tms-store-dialog-wpdatatables {
    margin: 5vh auto 50px;
    overflow: hidden;
}
.tms-store-dialog {
    width: 82%;
    overflow: hidden;
    background: linear-gradient(90deg, #121821 0%, #7E4115 40%, #7E4115 60%, #121821 100%);
}

@media  (max-width: 1292px) {
    .tms-store-dialog {
        width: 86%;
    }
}

@media (max-width: 1232px){
    .tms-store-dialog {
        width: 90%;
    }
}

@media (max-width: 1177px){
    .tms-store-dialog {
        width: 95%;
    }
}

@media (max-width: 1116px){
    .tms-store-dialog {
        width: 98%;
    }
}

@media (max-width: 988px){
    .tms-store-dialog {
        width: 82% !important;
    }
}

.tms-store-dialog-header-image {
    margin: 60px auto;
    text-align: center;
}

.close-icon {
    content:url("../../img/icons/close-white.svg");
    position: absolute;
    top: 7px;
    right: 10px;
    cursor: pointer;
}

.tms-store-dialog-header-promo-img {
    max-width: 100%;
    height: auto;
    padding-bottom: 10px;
    content:url("../../img/promo/halloween-title.svg");
    visibility: initial !important;
}

.tms-store-dialog-header-left-img {
    max-width: 100%;
    height: auto;
    padding-bottom: 10px;
    content:url("../../img/promo/addons-branch.webp");
    visibility: initial !important;
    position: absolute;
    left: 0;
    top: 0;
    width: 221px;
}

@media (max-width: 740px) {
    .tms-store-dialog-header-left-img {
        left: -64px;
    }
}

@media (max-width: 600px) {
    .tms-store-dialog-header-left-img {
        left: -130px;
    }
}

@media (max-width: 400px) {
    .tms-store-dialog-header-left-img {
        left: -152px;
    }
}

.tms-store-dialog-header-right-img {
    max-width: 100%;
    height: auto;
    padding-bottom: 10px;
    content:url("../../img/promo/addons-bats.webp");
    visibility: initial !important;
    position: absolute;
    right: 0;
    top: 0;
    width: 218px;
}

@media (max-width: 540px) {
    .tms-store-dialog-header-right-img {
        right: -80px;
    }
}

#tms-store-live-counter {
    color: white;
    font-weight: 200;
    width: auto;
    max-width: 170px;
    margin: -81px auto 20px;
    border-radius: 10px;
    padding: 10px;
}

@media (min-width: 1600px) {
    #tms-store-live-counter {
        margin: -40px auto 20px;
    }
}

@media (max-width: 1600px) {
    #tms-store-live-counter {
        margin: -70px auto 20px;
    }
}

@media (max-width: 1300px) {
    #tms-store-live-counter {
        margin: -60px auto 20px;
    }
}

.wpdt-count-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    width: 100%;
}

.wpdt-count-numbers-string {
    display: none;
}

.wpdt-count-numbers span {
    font-family: DIN-Medium;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.03em;
    width: 30px;
    height: 30px;
    padding: 5px 0;
    display: flex!important;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 6px;
}
.wpdt-count-numbers-string span {
    font-family: DIN-Medium;
    font-size: 10px;
    font-weight: 400;
    margin-top: 0;
    line-height: 15px;
    letter-spacing: 0.03em;
}
.wpdt-count-numbers span,
.wpdt-count-numbers-string span {
    display: inline-block;
    width: 25%;
    text-align: center;
}

.tms-store-dialog-header-title {
    color: #FFFFFF;
    margin-bottom: 14px;
}

.tms-store-dialog-header-subtitle {
    color: #304464;
    font-family: graphik-regular, serif;
    padding-top: 0;
}

.tms-store-dialog-header-subtitle .tms-store-dialog-header-subtitle-bold {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #181059;
}
.tms-store-dialog-header-subtitle .tms-store-dialog-header-subtitle-white {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF;
}

.tms-store-dialog-header-subtitle .tms-store-dialog-header-subtitle-span-small {
    font-size: 11px;
}

.tms-store-dialog-body {
    padding: 20px 80px;
}
.tms-store-row .tms-store-switch-container {
    padding: 0 0 0px 0;
}
.tms-store-switch-button {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    width: 300px;
    height: 56px;
    margin-bottom: 30px;
}
.tms-store-row .tms-store-switch-label {
    position: relative;
    display: inline-block;
    width: 300px;
    height: 56px;
    vertical-align: middle;
}
.tms-store-row .tms-store-switch-label:after,
.tms-store-row .tms-store-switch-label:before {
    position: absolute;
    font-family: graphik-medium;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    z-index: 1;
    top: 10px;
}
.tms-store-row .tms-store-switch-label:before {
    content: 'Annual';
    left: 40px;
    color: #FFFFFF;
}
.tms-store-row .tms-store-switch-label:after {
    content: 'Lifetime';
    right: 50px;
    color: #ffffff;
}

.tms-store-switch-checkbox{
    display: none;
}

.tms-store-row .tms-store-switch-checkbox-slider {
    background: #FFFFFF;
    border-radius: 48px;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    -webkit-transition: .4s;
    transition: .4s;
}

.tms-store-row .tms-store-switch-checkbox-slider:after,
.tms-store-row .tms-store-switch-checkbox-slider:before {
    position: absolute;
    font-family: graphik-medium;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    z-index: 1;
    top: 10px;
}
.tms-store-row .tms-store-switch-checkbox-slider:after {
    content: 'Annual';
    left: 50px;
    color: #ffffff;
;
}
.tms-store-row .tms-store-switch-checkbox-slider.checked:after {
    color: #091D70 !important;
}
.tms-store-row .tms-store-switch-checkbox-slider:before {
    color: #091D70;
    content: 'Lifetime';
    right: 40px;
    left: auto;
    width: auto;
    background-color: transparent;
    transition: none;
    -webkit-transition: none;
}
.tms-store-row .tms-store-switch-checkbox-slider.checked:before {
    color: #ffffff !important;
    right: 75px;
}
.tms-store-switch-checkbox-button {
    position: absolute;
    height: 48px;
    width: 150px;
    left: 4px;
    top: 4px;
    background: #F48A00;
    border-radius: 56px;
    -webkit-border-radius: 56px;
    -webkit-transition: .4s;
    transition: .4s;
}
.tms-store-row .tms-store-switch-checkbox-slider.checked .tms-store-switch-checkbox-button {
    -webkit-transform: translateX(142px);
    -ms-transform: translateX(142px);
    transform: translateX(142px);
}

.tms-store-row .tms-store-switch-container p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    color: #091D70;
    opacity: 0.96;
}

.tms-store-row .tms-store-switch-container > div {
    padding-left: 0!important;
}

.tms-store-card {
    background-color: #fff;
    padding: 0 30px;
    border: none;
    overflow: unset;
    position: relative;
}
.tms-store-col-active .tms-store-card {
    overflow: hidden;
}
.tms-store-card-pro:hover,
.tms-store-card-pro-lifetime:hover {
    transform: translate3d(0,-2px,0);
}
.tms-store-card:hover {
    transition: all .35s;
    box-shadow: 0 25px 18px -11px rgb(0 0 0 / 10%);
}
.tms-store-col {
    padding: 0;
}
.tms-store-col:nth-child(1),
.tms-store-col:nth-child(3) {
    padding: 4px 0 0 0;
    z-index: 1;
}

@media (max-width: 1624px) {
    .tms-store-col:nth-child(1),
    .tms-store-col:nth-child(3) {
        padding: 5px 0 0 0;
    }
}

.tms-store-col:nth-child(2) {
    padding-bottom: 14px !important;
    background: #FFFFFF;
    border-radius: 24px 24px 0 0;
    z-index: 2;
}

.tms-store-col:nth-child(2) {
    padding-bottom: 24px !important;
}

@media (max-width: 1624px) {
    .tms-store-col:nth-child(2) {
        padding-bottom: 25px !important;
    }
}

.tms-store-col:nth-child(2):hover .tms-store-col-active, .tms-store-col:nth-child(2):hover {
    transition: none;
    padding: 0;
}
.tms-store-col:nth-child(1):hover .tms-store-col-active,
.tms-store-col:nth-child(3):hover .tms-store-col-active {
    transition: none;
    padding: 0;
}
.tms-store-card {
    border-radius: unset;
}
.tms-store-col:nth-child(1) .tms-store-card {
    border-radius: 24px 0 0 24px;
}
.tms-store-col:nth-child(2) .tms-store-card {
    border-radius: 24px;
    background: #231F1F;
    box-shadow: 0 12px 32px rgba(24, 16, 89, 0.3);
}

.tms-store-col:nth-child(3) .tms-store-card {
    border-radius: 0 24px 24px 0;
}
.tms-store-col:nth-child(1) .tms-store-card,
.tms-store-col:nth-child(3) .tms-store-card{
    margin: 20px 0 0 0;
}

@media (max-width: 974px) {
    .tms-store-col:nth-child(1) .tms-store-card,
    .tms-store-col:nth-child(3) .tms-store-card{
        padding-bottom: 0!important;
    }
}

@media (max-width: 961px) {
    .tms-store-col:nth-child(1) .tms-store-card,
    .tms-store-col:nth-child(3) .tms-store-card{
        margin: 0;
        padding-bottom: 0;
    }
}

.tms-store-card.tms-store-card-loading .tms-store-card-plan-discount {
    display: none;
}
.tms-store-col:nth-child(1) .tms-store-card-plan-name,
.tms-store-col:nth-child(2) .tms-store-card-plan-name,
.tms-store-col:nth-child(3) .tms-store-card-plan-name {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 29px;
    text-align: center;
    padding-top: 24px;
    text-transform: capitalize;
}

@media (max-width: 1200px) {

    .tms-store-col:nth-child(1) .tms-store-card-plan-name,
    .tms-store-col:nth-child(2) .tms-store-card-plan-name,
    .tms-store-col:nth-child(3) .tms-store-card-plan-name {
        margin: 0 30px!important;
    }
}

.tms-store-card-plan-name span {
    height: 29px;
    display: flex;
    justify-content: center;
}

@media (max-width: 1200px) {
    .tms-store-card-pro-lifetime .tms-store-card-plan-name span {
        flex-direction: column;
        padding-top: 10px;
    }
}

.tms-store-col:nth-child(1) .tms-store-card-plan-name,
.tms-store-col:nth-child(3) .tms-store-card-plan-name {
    color: #1B1B1B;
}
.tms-store-col:nth-child(2) .tms-store-card-plan-name {
    color: #ffffff;
    white-space: nowrap;
}

.tms-store-col:nth-child(2) .best-value {
    display:inline-block;
    margin-left: 5px;
    padding: 0 6px;
    background: #E37612;
    color: white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 14px;
    white-space: nowrap;
}

@media (max-width: 1200px) {
    .tms-store-col:nth-child(2) .tms-store-card-pro-lifetime .best-value-img {
        max-width: 100px;
        margin: 0 auto;
    }
}

.tms-store-col:nth-child(2) .tms-store-card-plan-name img {
    margin: 4px;
    content: url("../../img/promo/best-value.svg");
    visibility: initial;
}

.tms-store-card-plan-discount,
.tms-store-card-plan-price {
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.tms-store-col:nth-child(1) .tms-store-card-plan-discount-price-amount,
.tms-store-col:nth-child(1) .tms-store-card-plan-discount-price-currency,
.tms-store-col:nth-child(2) .tms-store-card-plan-discount-price-amount,
.tms-store-col:nth-child(2) .tms-store-card-plan-discount-price-currency,
.tms-store-col:nth-child(3) .tms-store-card-plan-discount-price-amount,
.tms-store-col:nth-child(3) .tms-store-card-plan-discount-price-currency {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 73px;
    opacity: 0.96;
}
.tms-store-col:nth-child(1) .tms-store-card-plan-discount-price-amount,
.tms-store-col:nth-child(1) .tms-store-card-plan-discount-price-currency,
.tms-store-col:nth-child(3) .tms-store-card-plan-discount-price-amount,
.tms-store-col:nth-child(3) .tms-store-card-plan-discount-price-currency {
    background: black;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.tms-store-col:nth-child(2) .tms-store-card-plan-discount-price-amount,
.tms-store-col:nth-child(2) .tms-store-card-plan-discount-price-currency {
    color: #ffffff;
}
.tms-store-card-plan-price-amount,
.tms-store-card-plan-price-currency {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: rgba(0, 0, 0, 0.5);
    position: relative;
}
.tms-store-col:nth-child(2) .tms-store-card-plan-price-amount,
.tms-store-col:nth-child(2) .tms-store-card-plan-price-currency {
    color: rgba(255, 255, 255, 0.5);
}

.tms-store-card-plan-price .tms-store-card-plan-price-year{
    font-size: 12px !important;
}

.tms-store-card-plan-price-amount::after{
    content: "";
    width: 160%;
    height: 2px;
    background: #181059;
    position: absolute;
    bottom: 20px;
    left: -25px;
    transform: rotate(-15deg);
}

.tms-store-col:nth-child(2) .tms-store-card-plan-price-amount::after {
    background: white;
    width: 181%;
}

.tms-store-col:nth-child(1) .tms-store-card-plan-price-year,
.tms-store-col:nth-child(2) .tms-store-card-plan-price-year,
.tms-store-col:nth-child(3) .tms-store-card-plan-price-year {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #181059;
    opacity: 0.68;
    margin-left: 10px;
}

.tms-store-col:nth-child(1) .tms-store-card-plan-price-year,
.tms-store-col:nth-child(3) .tms-store-card-plan-price-year {
    color: #181059;
}
.tms-store-col:nth-child(2) .tms-store-card-plan-price-year {
    color: #ffffff;
}

.tms-store-card-plan-description {
    font-family: graphik-light, serif;
    color: #394464;
    font-size: 14px;
    padding: 24px 0 0;
}
.tms-store-card-plan-description, .tms-store-col:hover .tms-store-card-plan-description, .tms-store-col-active .tms-store-card-plan-description{
    transition: none;
    padding-left:0;
}
.tms-store-card-plan-description ul {
    margin-bottom: 0 !important;
    padding-left: 0;
}

.tms-store-col:nth-child(1) .tms-store-card-plan-description li,
.tms-store-col:nth-child(3) .tms-store-card-plan-description li,
.tms-store-col:nth-child(2) .tms-store-card-plan-description li {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 16px;
}

.tms-store-col:nth-child(1) .tms-store-card-plan-description li,
.tms-store-col:nth-child(3) .tms-store-card-plan-description li {
    color: #1B1B1B;
}
.tms-store-col:nth-child(2) .tms-store-card-plan-description li {
    color: #ffffff;
}

.tms-store-col:nth-child(1) .tms-store-card-plan-description li::before,
.tms-store-col:nth-child(3) .tms-store-card-plan-description li::before {
    content: url('../../img/checker-list.png');
    margin-right: 10px;
    vertical-align: baseline;
}
.tms-store-col:nth-child(2) .tms-store-card-plan-description li::before {
    content: url('../../img/checker-list-white.png');
    margin-right: 10px;
    vertical-align: baseline;
}
.tms-store-col:nth-child(1) .tms-store-card-plan-description li:last-child,
.tms-store-col:nth-child(3) .tms-store-card-plan-description li:last-child,
.tms-store-col:nth-child(2) .tms-store-card-plan-description li:last-child {
    margin-bottom: 0;
}

.tms-store-col-active .tms-store-card {
    height: 420px;
}

@media (max-width: 988px) {
    .tms-store-col-active .tms-store-card {
        height: 439px;
    }
}

.tms-store-col-active .tms-store-card-pro.tms-store-card {
    height: 423px;
}

@media (max-width: 988px) {
    .tms-store-col-active .tms-store-card-pro.tms-store-card {
        height: 441px;
    }
}
.tms-store-card-plan-buy-now{
    padding: 24px 0 24px!important;
    transition: none;
}
.tms-store-card-plan-buy-now-button {
    margin: 0;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    border: none;
    border-radius: 12px;
    position: relative;
    cursor: pointer;
    padding: 14px 20px;
    width: 100%;
    font-family: 'Inter', serif !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 24px;
    color: #FFFFFF !important;
    background: linear-gradient(90deg, #121821 0%, #A45C27 50%, #121821 100%);
    transition: .3s ease-in-out;
    overflow: hidden;
    z-index: 1;
}

.tms-store-card-plan-buy-now-button:hover {
    transform: translate3d(0, -2px, 0);
    transition: .3s ease-in-out;
}

.tms-store-card-plan-buy-now-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: -1;
    pointer-events: none;
}

.tms-store-card-plan-buy-now-button:hover::before {
    opacity: 1;
}

.tms-store-col:nth-child(2) .tms-store-card-plan-buy-now-button {
    background-color: #FFFFFF !important;
    color: #091D70 !important;
}
.tms-store-col:nth-child(2) .tms-store-card-plan-buy-now-button {
    background: #F48A00 !important;
    transform: translate3d(0, 0, 0);
    color: #FFFFFF !important;
}

.tms-store-col:nth-child(2) .tms-store-card-plan-buy-now-button::before {
    background: rgba(246, 248, 250, 0.10);
}

.tms-store-col:nth-child(2) .tms-store-card-plan-buy-now-button::before {
    background: rgba(246, 248, 250, 0.10);
}

.tms-store-card-plan-ribbon {
    position: absolute;
    top: 20px !important;
    right: 6px !important;
    transition: all .3s ease-in-out
}

.tms-store-card-plan-ribbon .tms-store-card-plan-ribbon-text,
.tms-store-card-plan-ribbon .tms-store-card-plan-ribbon-banner {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

.tms-store-card-plan-ribbon .tms-store-card-plan-ribbon-banner {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    color: #fff;
    -webkit-font-smoothing: antialiased;
    display: block;
    float: right;
    position: relative;
    width: 100px
}

.tms-store-card-plan-ribbon-pro .tms-store-card-plan-ribbon-banner,
.tms-store-card-plan-ribbon-pro-lifetime .tms-store-card-plan-ribbon-banner {
    right: -19px;
    top: 2px;
    transition: all .3s ease-in-out;
}

.tms-store-card-plan-ribbon-basic .tms-store-card-plan-ribbon-banner,
.tms-store-card-plan-ribbon-basic-lifetime .tms-store-card-plan-ribbon-banner,
.tms-store-card-plan-ribbon-developer .tms-store-card-plan-ribbon-banner,
.tms-store-card-plan-ribbon-developer-lifetime .tms-store-card-plan-ribbon-banner {
    right: -19px;
    top: 2px;
    position: absolute;
}

.tms-store-card-plan-ribbon-basic .tms-store-card-plan-ribbon-banner,
.tms-store-card-plan-ribbon-basic-lifetime .tms-store-card-plan-ribbon-banner,
.tms-store-card-plan-ribbon-developer-lifetime .tms-store-card-plan-ribbon-banner,
.tms-store-card-plan-ribbon-developer-lifetime .tms-store-card-plan-ribbon-banner {
    right: -19px !important;
    top: 2px !important;
    position: absolute !important;
}

.tms-store-card-basic:hover .tms-store-card-plan-ribbon-basic .tms-store-card-plan-ribbon-banner,
.tms-store-card-basic-lifetime:hover .tms-store-card-plan-ribbon-basic-lifetime .tms-store-card-plan-ribbon-banner,
.tms-store-card-developer:hover .tms-store-card-plan-ribbon-developer .tms-store-card-plan-ribbon-banner,
.tms-store-card-developer-lifetime:hover .tms-store-card-plan-ribbon-developer-lifetime .tms-store-card-plan-ribbon-banner {
    top: 2px;
    transition: all .3s ease-in-out;
}


@media (min-width: 989px) and (max-width: 1081px) {
    .tms-store-card-basic-lifetime, .tms-store-card-developer-lifetime {
        padding-bottom: 0!important;
    }
}

.tms-store-card-plan-ribbon .tms-store-card-plan-ribbon-banner:before {
    content: '';
    display: block;
    height: 12px;
    position: absolute;
    width: 30px;
    background-color: #BCA61A;
    -webkit-transform: skewY(-45deg) translate(50%, 15px);
    -moz-transform: skewY(-45deg) translate(50%, 15px);
    -ms-transform: skewY(-45deg) translate(50%, 15px);
    -o-transform: skewY(-45deg) translate(50%, 15px);
    -webkit-transform-origin: 100% center;
    -moz-transform-origin: 100% center;
    -ms-transform-origin: 100% center;
    -o-transform-origin: 100% center;
    left: -44px
}

.tms-store-card-plan-ribbon .tms-store-card-plan-ribbon-banner:after {
    content: '';
    display: block;
    height: 12px;
    position: absolute;
    width: 30px;
    background-color: #BCA61A;
    -webkit-transform: translate(100%, -100%) skewY(45deg) translateX(-58%);
    -moz-transform: translate(100%, -100%) skewY(45deg) translateX(-58%);
    -ms-transform: translate(100%, -100%) skewY(45deg) translateX(-58%);
    -o-transform: translate(100%, -100%) skewY(45deg) translateX(-58%);
    -webkit-transform-origin: 0 center;
    -moz-transform-origin: 0 center;
    -ms-transform-origin: 0 center;
    -o-transform-origin: 0 center;
    right: -17px
}

.tms-store-card-plan-ribbon .tms-store-card-plan-ribbon-banner .tms-store-card-plan-ribbon-text {
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 6px 0;
    font-size: 14px;
    font-weight: bold !important;
    min-height: 18px;
    line-height: 18px;
    text-shadow: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #181059;
}

.tms-store-card-plan-ribbon .tms-store-card-plan-ribbon-banner .tms-store-card-plan-ribbon-text:before {
    content: '';
    display: block;
    height: 30px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background-color: #FFE224;
    -webkit-transform: translateX(-15%) skewX(-45deg);
    -moz-transform: translateX(-15%) skewX(-45deg);
    -ms-transform: translateX(-15%) skewX(-45deg);
    -o-transform: translateX(-15%) skewX(-45deg)
}

.tms-store-card-plan-ribbon .tms-store-card-plan-ribbon-banner .tms-store-card-plan-ribbon-text:after {
    content: '';
    display: block;
    height: 30px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background-color: #FFE224;
    -webkit-transform: translateX(15%) skewX(45deg);
    -moz-transform: translateX(15%) skewX(45deg);
    -ms-transform: translateX(15%) skewX(45deg);
    -o-transform: translateX(15%) skewX(45deg)
}

.tms-store-card-loader {
    border-top: 6px solid #0B94A1;
    margin: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.tms-store-dialog-footer {
    background-color: transparent;
    font-family: graphik-regular, serif;
    font-size: 11px;
    border-radius: unset;
    margin-top: 50px;
}
.tms-store-dialog-footer .tms-store-dialog-footer-span-bold {
    margin-bottom: 8px;
}

.tms-store-dialog-footer-span-bold {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    opacity: 0.68;
}
.tms-store-dialog-footer-span-regular {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    opacity: 0.68;
}
@media (max-width: 320px) {
    .tms-store-dialog {
        width: 95%;
    }
    .tms-store-col:nth-child(1),
    .tms-store-col:nth-child(2),
    .tms-store-col:nth-child(3) {
        padding-bottom: 20px;
    }
    .tms-store-col:nth-child(1) .tms-store-card,
    .tms-store-col:nth-child(3) .tms-store-card {
        border-radius: 24px;
    }
    #tms-store-live-counter {
        font-size: 30px;
        margin-top: -71px;
    }
    .tms-store-col:nth-child(2) {
        background: none;
    }
}

@media (min-width: 320px) and (max-width: 481px) {
    .tms-store-dialog-body {
        padding: 0 10px;
    }
    .tms-store-dialog {
        width: 95% !important;
    }
    .tms-store-col:nth-child(1),
    .tms-store-col:nth-child(2),
    .tms-store-col:nth-child(3) {
        padding-bottom: 20px;
    }
    .tms-store-col:nth-child(1) .tms-store-card,
    .tms-store-col:nth-child(3) .tms-store-card {
        border-radius: 24px;
    }
    .tms-store-col:nth-child(2) {
        background: none;
    }
}

@media (min-width: 481px) and (max-width: 641px) {
    .tms-store-dialog-body {
        padding: 0 10px;
    }
    .tms-store-dialog {
        width: 95% !important;
    }
    .tms-store-col:nth-child(1),
    .tms-store-col:nth-child(2),
    .tms-store-col:nth-child(3) {
        padding-bottom: 20px;
    }
    .tms-store-col:nth-child(1) .tms-store-card,
    .tms-store-col:nth-child(3) .tms-store-card {
        border-radius: 24px;
    }
    .tms-store-col:nth-child(2) {
        background: none;
    }
}
@media (min-width: 641px) and (max-width: 961px) {
    .tms-store-dialog-body {
        padding: 0 100px;
    }
    .tms-store-col:nth-child(1) .tms-store-card,
    .tms-store-col:nth-child(3) .tms-store-card {
        border-radius: 24px;
    }
    .tms-store-col:nth-child(1),
    .tms-store-col:nth-child(2),
    .tms-store-col:nth-child(3) {
        padding-bottom: 20px;
    }
    .tms-store-dialog {
        width: 95% !important;
    }
    .tms-store-col:nth-child(2) {
        background: none;
    }
}
@media (min-width: 961px) and (max-width: 1025px) {
    .tms-store-dialog-body {
        padding: 0 10px;
    }
    .tms-store-dialog {
        width: 97%;
    }
}

@media (min-width: 1025px) and (max-width: 1441px) {
    .tms-store-dialog-body {
        padding: 0 30px;
    }
}