@font-face {
    font-family: 'iransans';
    src: url("IRANSansWeb.woff2") format("woff2"), url("IRANSansWeb.woff") format("woff");
    font-weight: normal; }
@font-face {
    font-family: 'iransans';
    src: url("IRANSansWeb-Bold.woff2") format("woff2"), url("IRANSansWeb-Bold.woff") format("woff");
    font-weight: bold; }
body,input::placeholder,.btn,.turbo-air__news_and_events .news_container .news_event_box .news_event_desc_box .news_event_desc .state,.text-center,.date
,p,div,a,li,b,span,.MegaMenu-item,h1,h2,h3,h4,h5,label,input{
    font-family: iransans !important;
}
.hide{
    display: none;
}
#sign-in {
    max-width: 400px;
    margin: auto;
    padding: 140px 0;
}

.product_category_sidebar_nav{
    text-align: right;
    direction: rtl;
}
.turbo-air .product_category_sidebar_nav ul.navigation li span{
    padding-right: 15px;
}
.turbo-air .product_category_sidebar_nav ul.navigation ul.sub-category{
    padding-right: 15px;
}
.turbo-air .product_category_sidebar_nav__title:before{
    margin-left: 5px;
}
.space-bar-top-page{
    height: 160px;
}
.sort-by-type-of-view-container{
    float: left !important;
}
.turbo-air .product_filter_navigation .showing-products{
    float: right;
}
.turbo-air .product_filter_navigation .sort-by{
    margin-left: 15px;
}
.turbo-air .product_filter_navigation .sort-by::after, .turbo-air .product_filter_navigation .sort-by::before{
    right: auto;
    left: 5px;
}
.turbo-air .product_filter_navigation .sort-by select{
    padding-right: 10px;
    padding-left: 25px;
}
.news_event_box {
    direction: ltr;
}
.image-box-new{
    background-color: white;
    margin-right: 50px;
    overflow: hidden;
    box-shadow: 5px 7px 23px 0 rgba(0, 0, 0, 0.3);

    max-width: 255.12px !important;
    min-height: 265px !important;
    position: relative;
    text-align: center;
}
.image-box-new .slick-slide-new{
    text-align: center;
}
.new_released_img_corner:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 65px 70px 0 0;
    border-color: #AE4B4B transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.image-box-new img {
    margin-top: 70px;
    width: 80%;
    display: initial;
}
.turbo-air__newsletter__form .gform_wrapper .gform_footer input[type=image]{
    float: left;
    margin-left: 10px !important;
}
.turbo-air .product_details .features_nav ul.navigation li a:after{
    right: auto;
    left: -12px;
}
.turbo-air__footer__container__important-links ul li a:before{
    right: auto;
    left: -10px;
}
.CompareBtn{
    direction: ltr;
}

.btn-addto-cart{
    padding: 5px 10px ;
    border-radius: 10px;
    border: solid 1px #222;
    color: #000;
}
.turbo-air__new_released .new_released_slider_container{
    height: auto;
}
@media (min-width: 1024px) {
    .navbar_holder_cus {
        position: sticky;
        top: 90px;
        z-index: 5;
    }



}
@media (max-width: 1024px) {

    .image-box-new{
        margin-right: 0;
        margin-top: 15px;
    }
    .moreSpaceSubTopPages{
        height: 20px;
        opacity: 0.1;
        overflow: hidden;
    }
    .dashboard_right_holder{
        width: 100%;
        margin-bottom: 25px;
    }

}

.brands-soon-desc{
    font-size: 14px;
    text-align: center;
    padding-top: 75px;
}

.errorsHolder{
    color: #f00;
    background: #f7dbdb;
    border: solid 1px #f37c7c;
    padding: 10px;
    margin: 15px 0;
    border-radius: 10px;
}
.rightHolder{
    color: #087b08;
    background: #dbf7db;
    border: solid 1px #7cf37c;
    padding: 10px;
    margin: 15px 0;
    border-radius: 10px;
}

.add-to-compare-btn{
    color: #ffab71;
    display: none;
    font: 12px / 14px Arial;
    margin-top: 8px;
    opacity: 0;
    transition: opacity 1s ease-out;
    font-family: 'Arial', sans-serif;
}
.turbo-air__new_released .new_released_product_title{
    top: 20px !important;
}

.container img{
    max-width: 100%;
}

.dashboard_right_holder {
    background-color: #f9f9f9; /* Light background color */
    border-radius: 10px; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Soft shadow */
    padding: 20px;
    width: 300px; /* Set a fixed width or adjust as needed */
}

.dashboard_right_holder ul {
    list-style: none; /* Remove bullet points */
    padding: 0; /* Remove default padding */
    margin: 0; /* Remove default margin */
}

.dashboard_right_holder li {
    margin-bottom: 15px; /* Space between list items */
}

.dashboard_right_holder a {
    display: flex;
    align-items: center; /* Center align icon and text */
    text-decoration: none; /* Remove underline */
    color: #333; /* Neutral text color */
    padding: 10px;
    border-radius: 5px; /* Slight rounding for links */
    transition: background-color 0.3s ease, color 0.3s ease;
}

.dashboard_right_holder a:hover {
    background-color: #007BFF; /* Highlight on hover */
    color: #fff; /* White text on hover */
}

.dashboard_right_holder i {
    font-size: 18px; /* Icon size */
    margin-right: 10px; /* Space between icon and text */
    color: #007BFF; /* Icon color */
}

.dashboard_right_holder a:hover i {
    color: #fff; /* Icon color changes on hover */
}

.notFoundHolder{
    padding: 25px;
    text-align: center;
}
.profileH1{
    font-size: 28px;
}


.normalSelect {
    width: 100%;
    padding: 6px;
    border: solid 1px #ccc;
}
.table-striped tbody tr:nth-of-type(odd){
    background-color: rgb(228 235 249) !important;
}

.btnFilePlus{
    padding: 5px;
    background: #809cd1;
    border-radius: 15px;
    width: 40px;
    margin-bottom: 20px;
    border: 1px;
    color: #fff;
}
.blog_post_detail_holder h1{
    font-size: 18px;
    padding: 10px ;
    margin-top: 15px;
}
.social-icons a{
    padding-left: 2px !important;
    padding-right: 2px !important;
}
.social-icons{
    float: right;

}
.social-icons img{
    width: 20px;
}

.scrollToTop{
    display: none !important;
}

.floating-section {
    position: fixed; /* یا absolute بسته به نیاز */
    bottom: 20px;
    right: 20px;
    background-color: rgba(255, 255, 255, 0.8); /* پس‌زمینه سفید با شفافیت */
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    z-index: 999; /* اطمینان از قرارگیری روی لایه‌های دیگر */
}

.floating-section a {
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    margin-bottom: 5px;
    transition: all 0.3s ease;
}

.floating-section a:hover {
    color: #007bff;
    font-size: 18px;
}

.floating-section i {
    margin-right: 5px;
}

.pro_img_part_holder{
    margin-bottom: 20px;
}

@media (max-width: 860px) {
    .turbo-air .open-menu-btn {
        padding: 9px 12px !important;
        padding-bottom: 4px !important;
    }

    #menu-sub-navbar{
        margin-top: 65px !important;
    }

}




