@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/Segoe%20UI.ttf')  format('truetype');
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeue-Regular.ttf') format('truetype');
}
.header-banner-img {
    position: relative;
    width: 100%;
    height: 46px;
}
.header-banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0px 0px 10px #00000029;
    border-radius: 6px;
}
.header-banner-inner {
    position: absolute;
    top: 5px;
}
.popup-header-inner {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 10px 20px;
    box-shadow: 0px 3px 6px #00000029;
    position: sticky;
}
.popup-main {
    background: #FFFFFF;
    border-radius: 6px;
}
.header-btn {
    display: flex;
    gap: 14px;
}
.header-banner-inner h3 {
    font: 700 26px / 36px Segoe UI;
    padding-left: 30px;
    letter-spacing: 0px;
    color: #3A57A6;
}
.header-btn a,
.header-btn button {
    background: #3A57A6;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 6px;
    width: max-content;
    font: normal normal 600 16px / 25px Segoe UI;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding: 6px 17px;
    border: none;
    display: flex;
    gap: 35px;
    align-items: center;
}
.cancel-btn-main {
    padding: 6px 14px !important;
}
.popup-content-inner {
    display: flex;
}
.popup-content-left {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 3px 6px 6px #00000029;
    border-radius: 0 0 6px 0;
    width: 100%;
    max-width: 16%;
}
.main-grid-search-wrapper {
    width: 70%;
    margin: 0 auto;
}
.popup-content-cards-outer{
    height: 100%;
    max-height: 550px;
    overflow-y: auto;
    position: relative;
    scrollbar-color: #FFFFFF #DCE0E3;
}
.popup-content-cards-main {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: auto;
    grid-gap: 15px;
    padding: 10px;
}
.main-grid-card-parent-inner {
    background: #FFFFFF;
    padding: 15px;
    box-shadow: 0px 0px 7px #0000001F;
    border-radius: 15px;
}
.main-grid-card-parent-inner-image-head {
    height: 138px;
}
.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-inner-description h3 {
    font-size: 16px;
    font-weight: 600;
    padding: 8px 0;
    margin-bottom: 0;
    text-align: center;
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 55px;
}
.main-grid-card-parent-inner-button a {
    padding: 6px 17px;
    border-radius: 34px;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-weight: bolder;
    display: inline-block;
    border: 1px solid #000;
    align-self: center;
    width: max-content;
    display: flex;
    gap: 5px;
    align-items: center;
}
.main-grid-card-parent-inner-button a:hover {
    border: 1px solid #3A57A6;
    background-color: #3A57A6;
    color: #fff;
}
.main-grid-card-parent-inner-button-preview:hover svg path {
    fill: #fff;
}
#wpel-theme-upsell-popup .dialog-widget-content {
    left: 0 !important;
    right: 0 !important;
    top: 45px !important;
    width: 85%;
    height: max-content;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 6px !important
}
.popup-content-right .wpel-main-grid-search {
    border: none !important;
    width: 100% !important;
    padding: 15px 20px !important;
    font-weight: 700;
    color: #000;
    box-shadow: 0px 0px 10px #00000029;
    border-radius: 5px;
    background: #fff;
}
.popup-content-right .main-grid-search-wrapper svg {
    position: absolute;
    right: 25px;
    height: 16px;
    color: #3A57A6;
    top: 16px;
    font-weight: 800;
}
.popup-content-right {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.popup-content-left input[type=checkbox] {
    background-color: #fff;
}
.main-grid-card-parent-inner-button {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.main-grid-card-parent-inner-button-preview svg path {
    fill: #000;
}
.popup-content-left h3 {
    font: normal normal 600 20px / 40px Segoe UI;
    letter-spacing: 0px;
    color: #161616;
    padding: 0 10px;
}
.wpel-popup-collections-wrap {
    overflow-y: auto;
    position: relative;
    scrollbar-color: #FFFFFF #DCE0E3;
    max-height: 325px;
    padding-left: 10%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    height: 100%;
}
.wpel-popup-collections-wrap li {
    display: flex;
    align-items: center;
    gap: 10px;
}
.wpel-popup-collections-wrap li span {
    font: normal normal normal 17px / 32px Segoe UI;
    color: #707070;
}
.wpel-popup-collections-wrap input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0;
    cursor: pointer;
}
.wpel-popup-collections-wrap input[type="checkbox"] {
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 18px;
    height: 18px;
    border: none !important;
    border-radius: 0.15em;
    transform: translateY(-0.075em);
}
.wpel-popup-collections-wrap .form-control+.form-control {
    margin-top: 1em;
}
.wpel-popup-collections-wrap input[type="checkbox"] {
    display: grid;
    place-content: center;
    background: transparent !important
}
.wpel-popup-collections-wrap input[type="checkbox"]::before {
    content: "";
    width: 14px !important;
    height: 14px !important;
    transition: 120ms transform ease-in-out !important;
    box-shadow: inset 1em 1em var(--form-control-color);
    border: 1px solid #3A57A6;
    border-radius: 3px;
}
.wpel-popup-collections-wrap input[type="checkbox"]:checked::before {
    transform: scale(1);
    background: #3A57A6;
    border-width: 0px !important;
}
.popup-left-btm-banner {
    background: #3A57A6;
    box-shadow: 3px 0px 6px #00000029;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: center;
    padding: 8px 4px;
    margin-top: 20px;
}
.popup-left-btm-banner h4 {
    font:500 24px / 24px Bebas Neue;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
}
.popup-left-btm-banner p {
    font: 400 13px / 15px Segoe UI;
    color: #FFFFFF;
}
.popup-left-btm-banner a {
    box-shadow: 0px 3px 2px #00000029;
    border-radius: 3px;
    width: max-content;
    margin: 0 auto;
    display: inline-block;
    background: #FD9D1F;
    padding: 6px 25px;
    font-weight: 700;
}
.popup-cat {
    padding: 10px 10px 0;
}
.popup-content-right .main-grid-card-load-more-parent {
    text-align: center;
}
.popup-content-right .btn-primary.wpel_popup_template_pagination {
    padding: 12px 30px;
    border-radius: 34px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: bolder;
    display: inline-block;
    background: #3A57A6;
    text-transform: uppercase;
    border: 1px solid #3A57A6 !important;
    margin-top: 10px;
}
.header-btn a:hover {
    color: #fff;
}
.header-btn a,
.header-btn button,
.wpel_popup_template_pagination {
    cursor: pointer;
}
.elementor-add-section-area-button.elementor-add-theme-upsell-button {
    background: #3A57A6 !important;
}
.elementor-add-new-section .elementor-add-theme-upsell-button .eicon-download-bold {
    color: #fff !important;
}
@media (min-width: 1601px) and (max-width: 1650px) {
    #wpel-theme-upsell-popup .dialog-widget-content {
        width: 92%;
    }
    .popup-content-left h3 {
        font: normal normal 600 19px / 40px Segoe UI;
    }
}
@media (min-width: 1200px) and (max-width: 1600px) {
    #wpel-theme-upsell-popup .dialog-widget-content {
        width: 97%;
    }
    .popup-content-left {
        max-width: 25%;
    }
    .popup-content-cards-main {
        grid-template-columns: repeat(3, 1fr);
    }
    .popup-header-inner>img {
        width: 150px;
    }
    .header-banner-inner h3 {
        font: 700 18px / 36px Segoe UI;
        padding-left: 10px;
    }
    .popup-content-left h3 {
        font: normal normal 600 18px / 40px Segoe UI;
    }
}
@media (min-width: 1024px) and (max-width: 1199px) {
    #wpel-theme-upsell-popup .dialog-widget-content {
        width: 90%;
    }
    .popup-content-left {
        max-width: 25%;
    }
    .popup-content-cards-main {
        grid-template-columns: repeat(2, 1fr);
    }
    .popup-content-left h3 {
        font: normal normal 600 18px / 40px Segoe UI;
    }
    .header-btn a,
    .header-btn button {
        gap: 10px;
    }
    .header-btn {
        gap: 5px;
    }
    .header-btn a,
    .header-btn button {
        font: normal normal 600 14px / 25px Segoe UI;
        padding: 6px 12px;
    }
    .popup-header-inner>img {
        width: 150px;
    }
    .header-banner-inner h3 {
        font: 700 18px / 36px Segoe UI;
        padding-left: 10px;
    }
}
@media screen and (max-width: 1023px) {
    .popup-content-left {
        display: none;
    }
    #wpel-theme-upsell-popup .dialog-widget-content {
        width: 95%;
    }
    .popup-header-inner {
        flex-direction: column;
    }
    .popup-content-inner {
        justify-content: center;
    }
}