.notice {
    display: none;
}
.wee-whizzie-wrap {
    opacity: 0;
    position: relative;
}

.wee-whizzie-wrap.loaded {
    opacity: 1;
    max-width: 700px !important;
    box-shadow: 0 0 12px #e2e2e2;
    border: none;
}

.wee-whizzie-wrap.spinning .step-loading {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.8);
}

.spinning .step-loading .spinner {
    float: none;
    position: absolute;
    top: 50%;
    left: 50%;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.spinning a.do-it {
    visibility: hidden;
}

.whizzie-menu li.step {
    visibility: hidden;
}

.whizzie-menu li.active-step {
    visibility: visible;
}

.loaded .whizzie-menu li.step {
    visibility: visible;
    display: none;
}

.loaded .whizzie-menu li.active-step {
    display: contents !important;
}

.spinning .spinner {
    visibility: visible;
    float: none;
    text-align: center;
}

.button-wrap {
    display: inline-block;
    margin: 1em 0;
}

.detail {
    opacity: 1;
    transition: all 1s;
    font-size: 15px;
    font-weight: 600;
}

.show-detail .detail {
    display: block;
    opacity: 1;
    transform: scaleY(1);
    transform-origin: top;
    transition: all 0.5s;
}

.whizzie-menu .detail ul {
    margin: 1em 0;
}

a.more-info {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    color: #007cba;
}

.button-wrap-one a,
.button-wrap-two a {
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
}

a.more-info:after {
    font-family: Dashicons;
    content: "\f347";
    padding-left: 0.25em;
    vertical-align: middle;
}

ul.whizzie-do-plugins li {
    padding: 0.5em 1em 0.5em 0;
}

ul.whizzie-do-plugins li:nth-child(odd) {
    background: #f9f9f9;
}

ul.whizzie-do-plugins li .wizard-plugin-title {
    float: right;
    position: relative;
}

ul.wee-whizzie-nav {
    list-style: none;
    display: -webkit-flex;
    display: webkit-flex;
    justify-content: center;
    padding-top: 0px;
    width: 100%;
    position: absolute;
    top: -100px;
    left: 0;
}

.card ul {
    width: 100%;
}

ul.wee-whizzie-nav li {
    opacity: 1;
    transition: all 0.25s;
    width: 25%;
}

ul.wee-whizzie-nav li[data-enable="0"] {
    cursor: auto;
}

ul.wee-whizzie-nav li.active-step {
    color: #0073aa;
    padding: 18px;
    background-color: white;
    font-size: 18px;
    font-weight: bold;
    margin-right: 0px;
    cursor: pointer;
    color: #7fb100;
}

ul.wee-whizzie-nav li.active-step img {
    filter: grayscale(1);
}

ul.wee-whizzie-nav li img {
    width: 35px;
}

ul.wee-whizzie-nav .dashicons {
    font-size: 2em;
}

.wizard-icon-nav li {
    cursor: pointer;
    padding: 15px;
    background-color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    margin-right: 10px;
    cursor: pointer;
    color: black;
}

.wee-whizzie-wrap.loaded .summary p {
    font-size: 17px;
    font-weight: 600;
}

.whizzie-menu h2 {
    font-size: 27px;
}

.step-done h2:before {
    content: "\f529";
    font-family: dashicons;
    font-weight: 400;
    display: inline-block;
    position: relative;
    top: 4px;
    padding-right: 10px;
}

/* ------- Setup Guid --------- */

.wp-setup-contact {
    display: none;
}

.wp-setup-widget {
    display: none;
}

.wp-setup-dots {
    text-align: center;
    padding-top: 25px;
}

#wp-demo-setup-guid .wp-setup-finish {
    text-align: center;
    padding-top: 20px;
}

#wp-demo-setup-guid ul li a {
    font-size: 15px;
    text-decoration: none;
    font-weight: 600;
    color: #56c7bf;
}

#wp-demo-setup-guid ul li a:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

#wp-demo-setup-guid ul li span {
    padding-right: 8px;
    color: #222;
}

.whizzie-menu .step-plugins {
    height: 100% !important;
}

.wp-setup-social-icon {
    display: none;
}

#wp-demo-setup-guid ul {
    display: flex;
    flex-wrap: wrap;
}

#wp-demo-setup-guid ul li {
    width: 50%;
    flex: 0 0 50%;
    padding-bottom: 18px;
    margin-top: 13px;
    border-bottom: 1px solid #e2e2e2;
}

/* -------- New Css --------- */
.whizzie-menu .button-wrap a,
.wp-setup-finish .button {
    padding: 3px 27px !important;
    font-size: 18px !important;
    background-color: #7fb100;
    border-color: #7fb100;
}

.whizzie-menu .button-wrap a:hover {
    background-color: #7fb100;
    border-color: #7fb100;
}

.wee-wizard-logo-wrap {
    display: none !important;
}

.button-wrap-importer {
    margin-left: 15px;
}

/* ---------- Other Products ------- */

.o-product-row,
.o-product-main-row {
    display: flex;
    flex-wrap: wrap;
}

.o-product-row .o-products-col {
    width: 29%;
    flex: 0 0 29%;
    box-sizing: border-box;
    box-shadow: 0 0 12px #e1e1e1;
    margin: 0 15px 30px 15px;
    background-color: #fff;
    text-align: center;
    padding-bottom: 16px;
}

.o-product-row .o-products-col .o-products-image {
    max-width: 100%;
    height: 273px;
    overflow-y: scroll;
}

.o-product-row .o-products-col h3 {
    font-size: 15px;
    font-weight: 600;
    color: #362f31;
    margin-top: 13px;
    text-align: center;
    padding: 0 10px;
}

.o-product-row .o-products-col a {
    font-size: 13px;
    color: #fff;
    padding: 6px 12px;
    background: linear-gradient(#6ccef5, #56c7bf);
    font-weight: 600;
    letter-spacing: 0px;
    display: inline-block;
    margin-top: 5px;
    border-radius: 4px;
    text-decoration: none;
}

.wizard-plugin-count {
    display: none;
}

.o-product-col-1 {
    width: 26%;
    flex: 0 0 26%;
    box-sizing: border-box;
    background-color: #fff;
    text-align: center;
    margin-bottom: 16px;
}

.o-product-col-2 {
    width: 70%;
    flex: 0 0 70%;
    box-sizing: border-box;
    background-color: #fff;
    text-align: center;
    margin-bottom: 16px;
    padding-top: 47px;
}

.o-product-col-1 ul {
    padding: 20px;
}

.o-product-col-1 ul li {
    background: #e2e2e2;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    padding: 10px 20px;
    cursor: pointer;
}

.o-product-col-1 ul li span {
    width: 20px;
    height: 14px;
    text-align: center;
    padding: 4px 0;
    display: inline-block;
    font-size: 12px;
    position: relative;
    top: -2px;
    float: right;
    color: #fff;
    background-color: #17a2b8;
}

.o-product-col-1 ul li.active {
    color: #fff;
    background: linear-gradient(#6ccef5, #56c7bf);
}

/* ------- Plugin Tab ---------- */
.plugin-col {
    width: 29%;
    flex: 0 0 29%;
    margin: 15px;
    box-shadow: 0 0 12px #e2e2e2;
    box-sizing: border-box;
    text-align: center;
    padding-bottom: 20px;
    background-color: #fff;
}

.plugin-col img {
    width: 100%;
}

.plugin-col h3 {
    padding: 0 15px;
}

.plugin-col p {
    font-size: 16px;
    padding: 0 16px;
}

.plugin-col a {
    font-size: 13px;
    color: #fff;
    padding: 8px 15px;
    background: linear-gradient(#6ccef5, #56c7bf);
    font-weight: 600;
    letter-spacing: 0px;
    display: inline-block;
    margin-top: 5px;
    border-radius: 4px;
    text-decoration: none;
}

.card .wee-whizzie-wrap .loaded ul {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.card .wee-whizzie-wrap .loaded ul>li {
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    display: inline-block;
}

/* width */
.o-product-row .o-products-col .o-products-image::-webkit-scrollbar {
    width: 7px;
}

/* Track */
.o-product-row .o-products-col .o-products-image::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.o-product-row .o-products-col .o-products-image::-webkit-scrollbar-thumb {
    background: #222f3e;
}

/* Handle on hover */
.o-product-row .o-products-col .o-products-image::-webkit-scrollbar-thumb:hover {
    background: #222f3e;
}

.wee-wizard-logo-wrap img {
    width: 128px;
}

.wee-wizard-logo-wrap {
    display: flex;
    align-items: center;
    background: #fff;
    max-width: 700px !important;
    padding: 10px 20px;
    box-sizing: border-box;
    box-shadow: 0 0 12px #e1e1e1;
    margin: 0 auto 0 auto;
    justify-content: center;
}

.wee-wizard-logo-wrap span {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

#wee_demo_offer .wee-whizzie-wrap {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    flex-wrap: wrap-reverse;
    width: 100%;
    display: inline-flex;
    width: 100%;
}

.col-right-inner #wp-demo-setup-guid {
    max-width: 100%;
    background: #fff;
    padding: 20px 20px;
    height: 470px;
}

.button-wrap-one {
    width: 262px;
    height: 200px;
    cursor: pointer;
}

.button-wrap-two {
    width: 262px;
    height: 200px;
    cursor: pointer;
}

.wizard-button-wrapper {
    text-align: center;
}

.wizard-button-wrapper .demo-type-text {
    font-size: 15px;
    font-weight: 700;
    color: #000;
    margin-top: 0;
    padding: 0 15px;
}

.step-widgets .button-wrap:nth-child(3) {
    display: block !important;
    margin-top: 20px;
    display: none;
}

.wp-setup-finish div {
    text-align: center;
}

#theme_info embed {
    margin-top: 20px;
}

.wp-setup-contact li {
    margin-top: 10px;
    line-height: 15px;
}

.finish-buttons {
    margin-bottom: 30px;
}

.finish-buttons a {
    font-weight: 600;
    font-size: 18px !important;
    color: #2271b1;
    border-color: #2271b1;
    background: #f6f7f7;
    border: 1px solid #2271b1;
    padding: 15px !important;
    text-decoration: none;
    line-height: 23px;
}

.whizzie-menu h2 {
    text-align: center !important;
    margin: 0px 0px 30px 0px;
}

.wrapper-info-content {
    max-width: 57%;
    margin: auto;
    text-align: center;
}

.wrapper-info-content p {
    font-size: 17px;
}

.wrapper-info-content h2 {
    font-size: 24px;
    font-weight: 700;
}

.finish-buttons .wz-btn-customizer,
.finish-buttons .wz-btn-builder {
    display: none;
}

.toplevel_page_mizan-wizard .wp-menu-image {
    width: 25px !important;
    position: relative;
    top: -2px;
    left: 8px;
}

.step-loading .spinner {
    width: 172px !important;
    background: none !important;
}

.step-loading .spinner img {
    position: relative;
    top: -104px;
}

.social-theme-search {
    text-align: right;
    position: relative;
    right: 32px;
    top: -28px;
}

ul.whizzie-do-plugins {
    max-width: 70%;
    margin: auto !important;
    text-align: left;
}

.step.step-widgets .button-wrap img {
    border: 2px solid #56c7bf;
    padding: 10px;
}

@keyframes mymove {
    100% {
        transform: rotate(360deg);
    }
}

#adminmenu .wp-menu-image img {
    opacity: 1 !important;
    width: 20px;
    position: relative;
    top: -1px;
    left: 1px;
}

.get-stared-page-wrap .wz-video-model {
    background: #fff;
    padding: 6px 20px 20px 20px;
    width: 56%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    display: none;
    box-shadow: 0 0 14px #e4e4e4;
}

.get-stared-page-wrap .wz-video-model iframe {
    height: 320px;
}

.wz-video-model .dashicons-no {
    width: 40px;
    height: 40px;
    color: #ffF;
    background: #56c7bf;
    border-radius: 3px;
    float: right;
    margin-bottom: 20px;
    cursor: pointer;
}

.wz-video-model .dashicons-no:before {
    padding: 10px 0;
    display: inline-block;
}

/* -------- Spinner --------- */
.wz-spinner-wrap {
    width: 100%;
    height: 300px;
    background: #fff;
    position: absolute;
    z-index: 6;
}

.wz-spinner-wrap .lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
}

.wz-spinner-wrap .lds-dual-ring:after {
    content: " ";
    display: block;
    width: 40px;
    height: 40px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #56c7bf;
    border-color: #56c7bf transparent #56c7bf transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*-------- Bundle Notice ---------*/
.bundle-notice {
    background-color: #e4f4fb;
    border: 2px dashed #0285ba;
    border-radius: 7px;
    padding: 30px;
}

.bundle-notice .theme_box,
.bundle-notice .bubdle_button {
    display: inline-block;
}

.bundle-notice .theme_box {
    width: 70%;
    position: relative;
}

.bundle-notice .bubdle_button {
    width: 25%;
    text-align: center;
    display: inline;
}

.bundle-notice .theme_box h3 {
    margin: 10px 0;
    font-size: 12px;
}

.bubdle_button .supportlink,
.bubdle_button p {
    color: #9b9b9b;
    text-decoration: none;
}

.bundle-notice .bubdle_button a {
    margin-top: 10px;
}

.bundle-notice .theme_box strong {
    color: #007cba;
    font-size: 15px;
}

@media screen and (max-width:768px) {

    .bundle-notice .theme_box,
    .bundle-notice .bubdle_button {
        width: 100%;
        text-align: center;
    }
}

/* ------ Wizard Licence ------- */
.wee-theme-wizard-key-status {
    color: #222;
    font-size: 20px;
    font-weight: 600;
    border-radius: 3px;
    text-align: left;
    padding-bottom: 20px;
    text-align: center;
}

.wee-theme-wizard-key-status span {
    display: inline-block;
    padding-left: 15px;
    font-size: 15px;
    font-weight: 600;
}

.wee-theme-option-tab #wee_theme_activation {
    position: relative;
}

.wee-theme-option-tab #wee_theme_activation input[type="text"] {
    border: 2px solid #222;
    padding: 3px 20px;
    font-size: 21px;
    letter-spacing: 2px;
    color: #222;
    width: 100%;
    border-radius: 5px;
    text-align: center;
}

.wee-theme-option-tab #wee_theme_activation input[type="text"]:focus {
    outline: none;
}

.wee-theme-option-tab #wee_theme_activation label {
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 11px;
    display: block;
    text-align: center;
}

.wee-theme-option-tab #wee_theme_activation button {
    padding: 6px 20px;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 18px;
    background-color: #7fb100 !important;
    color: white !important;
    border: none;
}

.next-button #start-now-next {
    margin-top: 4px !important;
    padding: 4px 35px !important;
}

.next-button button.active:after {
    content: unset;
}

.wee-theme-option-tab #wee_theme_activation button[disabled] {
    background-color: #000 !important;
    color: #febe00 !important;
}

.licence-key-button-wrap {
    text-align: center;
    margin-top: 20px;
}

.wee-theme-option-tab #wee_theme_activation svg {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.wee_theme_activation_spinner {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    left: 0;
    top: 0;
}

li.step-intro .wee-wizard-main-title {
    display: none;
}

#wee_theme_activation .theme-license-message {
    font-size: 16px;
    display: block;
    text-align: center;
    padding-bottom: 20px;
    font-weight: 600;
}

#wee_theme_activation .theme-license-message a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
}


/* new css */
#wpcontent {
    padding-left: 0 !important;
}

.wee-tab-sec.wee-theme-option-tab {
    padding: 20px;
    box-sizing: border-box;
    min-height: 100vh;
    height: 100%;
    margin-top: 65px;
}

.wee-tab-sec.wee-theme-option-tab .tab button {
    margin-inline-end: 30px;
    min-width: max-content;
    border: 1px solid #80808059;
    width: 170px;
    margin-left: 72px;
    padding: 15.5px;
}

.wee-theme-option-tab .wee-tab {
    margin: 0 0 30px 0;
}

.wee-theme-option-tab button.active {
    position: relative;
    color: #7fb100;
}

.wee-theme-option-tab .wee-tab button.active:after {
    content: "";
    width: 0;
    height: 0;
    border-right: 23px solid #7fb100;
    border-bottom: 22px solid transparent;
    position: absolute;
    bottom: -21px;
    right: 0;
    display: none;
}

.wee-theme-option-tab #wee_theme_activation .wee_theme_activation-wrapper {
    display: block;
    background: #fff;
    max-width: 671px;
    padding: 50px;
    box-sizing: border-box;
    box-shadow: 0 0 4px #e2e2e2;
    min-height: 300px;
    position: relative;
    margin: 0 auto
}

.wee-wrap {
    position: relative;
    min-width: 255px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 4%);
    background: #fff;
}

#wee_demo_offer {
    width: 75%;
    margin: 0 auto;
}

ul.wee-whizzie-nav li {
    margin: 0;
    padding: 18px;
}

.nav-step-intro,
.nav-step-plugins,
.nav-step-widgets,
.nav-step-done {
    position: relative;
    border: 1px solid #80808059;
}

ul.wee-whizzie-nav li.active-step img::before {
    position: absolute;
    content: 'Introduction';
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
}

ul.wee-whizzie-nav li.done-step span::before {
    content: url("check.jpg");
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    display: block;
    right: 78%;
    top: 19px;
}

@media screen and (max-width: 1920px) and (min-width: 1600px) {
    ul.wee-whizzie-nav li.done-step span::before {
        right: 69%;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {

    ul.wee-whizzie-nav li,
    ul.wee-whizzie-nav li.active-step {
        font-size: 12px;
    }

    ul.wee-whizzie-nav li.done-step {
        text-align: end;
    }

    ul.wee-whizzie-nav li.done-step span::before {
        right: 74%;
    }
}

@media screen and (max-width: 767px) and (min-width: 480px) {
    ul.wee-whizzie-nav {
        display: flex;
        flex-wrap: wrap;
    }

    ul.wee-whizzie-nav li {
        width: 38%;
    }

    ul.wee-whizzie-nav li,
    ul.wee-whizzie-nav li.active-step {
        font-size: 15px;
    }

    ul.wee-whizzie-nav li.done-step {
        text-align: end;
    }

    .card {
        padding: 1.7em 2em 1em;
    }

    .wee-tab-sec.wee-theme-option-tab {
        margin-top: 57px;
    }

    .wp-setup-finish div {
        text-align: center;
        display: flex;
        justify-content: center;
    }

}

@media screen and (max-width: 479px) and (min-width: 320px) {
    .wee-tab-sec.wee-theme-option-tab .tab button {
        margin-left: 52px;
    }

    .wee-wrap {
        min-width: 180px;
    }

    ul.wee-whizzie-nav {
        display: flex;
        flex-wrap: wrap;
        top: -106px;
        left: 0px;
    }

    ul.wee-whizzie-nav li {
        width: 35%;
    }

    ul.wee-whizzie-nav li,
    ul.wee-whizzie-nav li.active-step {
        font-size: 13px;
    }

    ul.wee-whizzie-nav li.done-step span::before {
        right: 75%;
    }

    ul.wee-whizzie-nav li.done-step span::before {
        display: none;
    }

    #wee_demo_offer {
        width: 100%;
        margin: unset;
    }

    .finish-buttons {
        display: flex;
    }
}

/* new css */
.main-grid-card.row, .main-grid-banner-parent .row {
    margin: 0 8%;
}
.main-grid-card-parent .main-grid-card-parent-inner {
    background: #FFFFFF;
    box-shadow: 0px 0px 12px #00000029;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}
.main-grid-card-parent-inner-description h3 {
    font-size: 20px;
    font-weight: 600;
    padding: 20px 0;
    margin-bottom: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.main-grid-card-parent-inner-button a, .main-grid-card-parent-inner-button .installed-btn {
    padding: 8px 18px;
    border-radius: 34px;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: bolder;
    display: inline-block;
    cursor: pointer;
}
.main-grid-card-parent-inner-button .main-grid-card-parent-inner-button-buy {
    border: 1px solid #000;
}
.main-grid-card-parent-inner-button .main-grid-card-parent-inner-button-buy:hover{
    border: 1px solid #3A57A6;
    background-color: #3A57A6;
    color: #fff;
}
.main-grid-card-parent-inner-button .main-grid-card-parent-inner-button-preview {
    border: 1px solid #3A57A6;
    background-color: #3A57A6;
    color: #fff;
    margin-left: 10px;
}
.main-grid-card-parent-inner-button .main-grid-card-parent-inner-button-preview:hover{
    border: 1px solid #000;
    background:transparent;
    color: #000;
}
.main-grid-card-parent-inner-image-head {
    height: 220px;
}
.main-grid-card-parent-inner-image-head img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.main-grid-card-parent .template_pagination, .main-grid-card-pagination .pagination-previous-btn, .main-grid-card-pagination .pagination-next-btn {
    padding: 12px 30px;
    border-radius: 34px;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: bolder;
    display: inline-block;
    background: #3A57A6;
    text-transform: uppercase;
    border: 1px solid #3A57A6 !important;
}

.main-grid-card-parent .template_pagination:hover {
    background: transparent;
    color: #000;
    border: 1px solid #000 !important;
}
.main-grid-card-parent-pulse {
    display: none;
    width: 35.2px;
    height: 35.2px;
    border-radius: 50%;
    background: #3a57a6;
    box-shadow: 0 0 0 0 rgba(58, 87, 166, 0.5);
    animation: pulse-kefe91hg 2.0999999999999996s infinite linear;
    /* position: relative; */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}
.main-grid-card-parent-pulse:before, .main-grid-card-parent-pulse:after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: 0 0 0 0 rgb(58, 87, 166, 0.5);
    animation: inherit;
    animation-delay: -0.7s;
}
.main-grid-card-parent-pulse:after {
    animation-delay: -1.4s;
}
@keyframes pulse-kefe91hg {
    100% {
       box-shadow: 0 0 0 70.4px #0000;
    }
}
.main-grid-card-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;
}
li:has(> a.dropdown-item.templates.selected) {
    background: #3A57A6;
}
li:has(> a.dropdown-item.templates.selected) p {
    color: #fff;
}
.dropdown-item.templates.selected {
    color: #FFFFFF;
    padding: 0;
}
.dropdown-item.templates:hover {
    background-color: unset;
}
.main-grid-card-parent .dropdown{
    width: max-content;
    position: relative;
}
.main-grid-card-parent .dropdown button{
    box-shadow: 0px 0px 10px #00000029;
    border-radius: 12px;
    background: #fff;
    padding: 10px 30px 10px 60px;
    background: transparent;
    color: #000;
    border: none; 
    font-size: 20px;
    font-weight: 600;
}
.dropdown svg{
    position: absolute;
    top: 15px;
    left: 14px;
    margin: 0 8px;
}
.main-grid-search{
    box-shadow: 0px 0px 10px #00000029 !important;
    border-radius: 12px !important;
    border: none !important;
    width: 100% !important;
    padding: 10px 20px !important;
    font-weight: 700;
    color: #000;
}
.main-grid-search-wrapper svg{
    position: absolute;
    right: 30px;
    height: 22px;
    color: #3A57A6;
    top: 15px;
    font-weight: 800;
}
.main-grid-card-parent .dropdown-menu.show{
    width: 100%;
    padding: 0;
}
.main-grid-card-parent  .dropdown li{
    margin: 0;
    padding: 13px 20px
}
.main-grid-card-parent  .dropdown li a, .main-grid-card-parent  .dropdown li p{
    font-weight: 600;
}
.main-grid-card-parent .dropdown-toggle::after{
    display:none;
}
.main-grid-card-parent .dropdown svg{
    height: 22px;
    vertical-align: middle;
}
.main-grid-card-parent .dropdown :not(.btn-check) + .btn:active,.main-grid-card-parent .btn:first-child:active {
    color: #000;
    background-color: transparent;
    border: none;
}
.main-grid-card-parent .dropdown :not(.btn-check) + .btn:active:focus-visible {
    box-shadow: none;
}
.main-grid-banner-coupon-parent {
    background-image: url('../../../assets/images/background.png');
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 10px #00000029;
    border-radius: 16px;
    padding: 25px 20px;
}
.main-grid-banner-head{
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 0px;
    color: #000;
    margin-bottom: 0;
}
.main-grid-banner-para{
    font-size: 22px;
    letter-spacing: 0px;
    color: #000;
}
.main-grid-banner-coupon-heading{
    font-size: 45px;
    line-height: 57px;
    letter-spacing: 0px;
    color: #000;
    font-weight: 800;
    margin-bottom: 0;
}
.main-grid-banner-coupon-para{
    font-size: 28px;
    line-height: 47px;
    letter-spacing: 0px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0;
}
#themeCouponCode {
    cursor: pointer;
    text-shadow: -1px 2px 3px rgba(0,0,0,0.3);
    font-weight: 700;
}

@media screen and (max-width: 1199px) and (min-width: 992px){
    .main-grid-card-parent-inner-button{
        display: flex;
    }
    .main-grid-card-parent-inner-button a{
        padding: 8px 13px;
        font-size: 14px;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px){

    .ele-banner-main{
        background-size: 100% 100% !important;
    }
    .ele-banner-main-content {
        max-width: 75% !important;
        
    }
    .ele-banner-heading{
        font-size: 30px !important;
    }
    .ele-banner-para{
        font-size: 20px !important;
        line-height: 35px !important;
    }
    .ele-banner-button a{
        font-size: 14px !important;
    }
    .main-grid-card-parent-inner-description h3 {
        font-size: 14px;
    }

    .main-grid-card-parent-inner-button a{
        padding: 6px 14px;
        font-size: 14px;
    }

}
@media screen and (max-width:767px) {
    .ele-banner-main-content{
        max-width: 100% !important;
    }
    .ele-banner-heading{
        line-height: 47px;
    }
    .ele-banner-button a{
        margin-bottom: 20px;
    }
    .main-grid-card-parent .dropdown{
        margin-bottom: 20px;
    }
}

/* Free theme page css START */
.main-grid-card-pagination .pagination-previous-btn, .main-grid-card-pagination .pagination-next-btn {
    align-items: center;
    justify-content: center;
    display: inline-flex;
    gap: 5px;
    padding: 0px 12px;
    vertical-align: middle;
}
.main-grid-card-parent-inner-description h6 {
    font-size: 14px;
    font-weight: 600;
    padding: 0 0 16px;
    margin-bottom: 0;
}
.main-grid-card-parent-free-loader{
    display: none;
    position: relative;
    height: 32px;
    width: 200px;
    background: #fff;
    border:2px solid #fff;
    color: #3A57A6;
    overflow: hidden;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}
.main-grid-card-parent-free-loader::before{
    content: '';
    background: #3A57A6;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    animation: loadingfree 10s linear infinite;
}
.main-grid-card-parent-free-loader:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    color: rgb(0,255,255);
    mix-blend-mode: difference;
    animation: freepercentage 10s linear infinite;
}
@keyframes loadingfree {
    0% { width: 0 }
    100% { width: 100% }
}
@keyframes freepercentage {
    0% { content: "0%"}
    5% { content: "5%"}
    10% { content: "10%"}
    20% { content: "20%"}
    30% { content: "30%"}
    40% { content: "40%"}
    50% { content: "50%"}
    60% { content: "60%"}
    70% { content: "70%"}
    80% { content: "80%"}
    90% { content: "90%"}
    95% { content: "95%"}
    96% { content: "96%"}
    97% { content: "97%"}
    98% { content: "98%"}
    99% { content: "99%"}
    100% { content: "100%"}
}
/* Free theme page css END */