/*
Theme Name: Flatsome Child
Description: این قالب نسخه چایلد از قالب فلتسام می باشد. توجه داشته باشید این نسخه از قالب به ندرت آپدیت می شود و بر روی سایت تان تنها کافی است نسخه اصلی قالب را بروزرسانی کنید.
Author: ایران فلتسام
Theme URI: http://flatsomee.ir/
Author URI: http://flatsomee.ir/
Template: flatsome
Version: 3.16.3
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}


.product_title{
	color:black!important;
}


/* فهرست مطالب چسبنده - فقط یک خط کلاس دادی، همیشه کار می‌کنه */
@media screen and (min-width: 850px) {
    .sidebar-left .col:first-child > .col-inner {
        position: -webkit-sticky !important;
        position: sticky !important;
        top: 110px !important;               /* اگه هدر sticky داری 110–120 بذار، اگه نه 30–50 */
        align-self: flex-start !important;
        z-index: 10 !important;
        max-height: calc(100vh - 130px) !important;
        overflow-y: auto !important;
        background: #fff !important;
        border-radius: 20px !important;
        box-shadow: 0 10px 40px rgba(0,0,0,0.04) !important;
        padding: 30px 25px !important;
    }
}

/* یا می‌تونید از position: sticky استفاده کنید (بدون نیاز به JavaScript) */
.sticky-menu {
    position: sticky;
    top: 20px;
    align-self: flex-start;
}


/* اسکرول نرم برای تمام لینک‌های داخلی (Anchor Links) در سایت */
html {
    scroll-behavior: smooth !important;
}