.elementor-208 .elementor-element.elementor-element-25210a2{--display:flex;}#elementor-popup-modal-208{background-color:#0000004A;justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-208 .dialog-message{height:199px;align-items:flex-start;}#elementor-popup-modal-208 .dialog-close-button{display:flex;}#elementor-popup-modal-208 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-208 .dialog-close-button i{color:#1B3E85;}#elementor-popup-modal-208 .dialog-close-button svg{fill:#1B3E85;}@media(max-width:767px){.elementor-208 .elementor-element.elementor-element-58032ca{margin:12px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}#elementor-popup-modal-208 .dialog-message{width:705px;height:132px;}#elementor-popup-modal-208{justify-content:center;align-items:flex-start;}#elementor-popup-modal-208 .dialog-widget-content{border-radius:10px 10px 10px 10px;}#elementor-popup-modal-208 .dialog-close-button{top:2%;font-size:16px;}body:not(.rtl) #elementor-popup-modal-208 .dialog-close-button{right:3%;}body.rtl #elementor-popup-modal-208 .dialog-close-button{left:3%;}}/* Start custom CSS for html, class: .elementor-element-58032ca */.tikstore-search-wrap {
    direction: rtl;
    width: 100%;
    padding: 14px 16px 18px;
    box-sizing: border-box;
    background: #F7F6E5;
}

/* خود نوار جستجو */

.tikstore-search-inner {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
}

.tikstore-search-input-wrap {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 62px;
    padding: 6px;
    box-sizing: border-box;

    background: #ffffff;

    border: 1.5px solid rgba(15, 40, 84, 0.14);
    border-radius: 18px;

    box-shadow:
        0 8px 25px rgba(15, 40, 84, 0.10),
        0 2px 5px rgba(15, 40, 84, 0.04);

    transition: .25s ease;
}

.tikstore-search-input-wrap:focus-within {
    border-color: #1B2CC1;

    box-shadow:
        0 10px 30px rgba(27, 44, 193, 0.14),
        0 0 0 4px rgba(27, 44, 193, 0.06);
}

/* آیکن سمت راست */

.tikstore-search-leading {
    width: 46px;
    height: 46px;

    flex: 0 0 46px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 13px;

    background: #F7F6E5;
    color: #05339C;

    font-size: 25px;
    font-weight: bold;

    line-height: 1;
}

/* Input */

#tikstoreSearchInput {
    flex: 1;

    width: 100%;
    height: 50px;

    padding: 0 14px;

    border: none !important;
    outline: none !important;
    box-shadow: none !important;

    background: transparent !important;

    color: #0F2854;

    font-family: Tahoma, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;

    direction: rtl;
}

#tikstoreSearchInput::placeholder {
    color: #7d8795;
    opacity: 1;
}

/* دکمه جستجو */

#tikstoreSearchButton {
    width: 50px;
    height: 50px;

    flex: 0 0 50px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0;

    border: none;
    border-radius: 14px;

    background: #FF9100;
    color: #ffffff;

    cursor: pointer;

    box-shadow: 0 5px 12px rgba(255, 145, 0, 0.25);

    transition:
        transform .2s ease,
        background .2s ease,
        box-shadow .2s ease;
}

#tikstoreSearchButton span {
    font-size: 27px;
    line-height: 1;
    transform: rotate(-15deg);
}

#tikstoreSearchButton:hover {
    background: #1B2CC1;

    transform: translateY(-1px);

    box-shadow: 0 7px 16px rgba(27, 44, 193, 0.25);
}

#tikstoreSearchButton:active {
    transform: scale(.95);
}

/* نتایج */

#tikstoreSearchResults {
    width: 100%;
    max-width: 850px;

    margin: 12px auto 0;
}

/* موبایل */

@media (max-width: 767px) {

    .tikstore-search-wrap {
        padding: 11px 12px 15px;
    }

    .tikstore-search-input-wrap {
        height: 56px;
        padding: 5px;
        border-radius: 16px;
    }

    .tikstore-search-leading {
        width: 42px;
        height: 42px;
        flex-basis: 42px;

        border-radius: 11px;
        font-size: 22px;
    }

    #tikstoreSearchInput {
        height: 44px;
        padding: 0 9px;
        font-size: 13px;
    }

    #tikstoreSearchButton {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
        border-radius: 12px;
    }

    #tikstoreSearchButton span {
        font-size: 23px;
    }
}/* End custom CSS */