.page_main{
    padding:10px 0px;
}

.header_top{
    display: flex;
    align-items: center;
    font-size: 14px;
    justify-content: space-between;
    padding-top:5px;
    padding-bottom:5px;
}
.header_top_logo{
    width: auto;
    height: 50px;
}
.header_top_ul li{
    margin: 0px 10px;
}
.login_user_icon{
    width: 45px;
    height: auto;
    border-radius: 50%;
}
.reg_button{
    background: #ff8300;
    color: white !important;
    font-weight: bold;
}
.reg_button:hover{
    background: #fba040;
    color: white;
}
.top_logo{
    border-right: 1px solid lightgray;
    padding-right: 10px;
}
#mobile_cate {
    display: none;
    padding: 5px 15px;
}
.slick-dots {
    display: none !important;
}
.slick-slide {
    height: auto !important;
    text-align: center;
    margin: 0px 7px;
}
.cat_icon {
    width: 50%;
    margin: auto;
    height: 80px;
}
.gal_each_ad{
    padding:0px 10px;
}
#visitedads{
    padding-bottom:10px;
    margin-bottom: 20px;
    border-radius: 10px;
}
#topads{
    padding:10px 10px 0px 10px;
}
#sidebar_rub_cat{
    margin-top: 10px;
    border-radius: 10px;
}
#sidebar_rub_cat .line{
    margin-top: 10px;
    margin-bottom: 10px;
}
#firma_profile{
    border-radius: 10px;
    padding:0px 30px 10px 30px;
}
.index_firma_img{
    height: 200px;
}
#footer_tip{
    border-radius: 10px;
    border: 1px solid orange;    
}
.tip_mark{
    background-color: #ff9000;
    color:white;
    font-size: 20px;
    font-weight: 600;
    padding:4px 0px;
    width: 100%;
    text-align: center;
    border-radius: 10px;
}
#design2_last_statics{
    padding:10px 0px;
    background-color: #282828;
    color: white;
}
.foot2_menus_title{
    border-bottom: 1px dotted gray;
    margin-bottom: 5px;
    font-weight: 700;
}
.foot2_menus_main{
    border-left: 1px dotted gray;
    padding-left: 5px;
    margin-bottom: 15px;
}
.design2_user_status{
    margin-top: 20px;
}
.user_page_main {
    font-size: 14px;
}
.user_sidebar{
    display: none;
}
.user_small_row{
    margin-left: 250px;
    margin-right: 250px;
}
.design2_verify_img{
    filter: invert(1);
}
.shop_index_main{
    border:1px solid lightgray;
    padding:20px;
}
.shop_footer_menus{
    display: inline-block;
}
.shop_menu_right{
    float: right;
}
@media (max-width: 540px){
    .top_topbar{
        background-color: #66bc29 !important;
    }
    .top_logo{
        display: none;
    }
    .header_top_statics{
        display: none;
    }
    .menu_dropdown{
        transform: translate3d(-99px, 61px, 0px) !important;
    }
    #mobile_cate {
        display: block;
    }
    #visitedads, #sidebar_rub_cat{
        display: none;
    }
    .foot2_menus{
        display: none !important;
    }
    #firma_profile{
        border-radius: 10px;
        padding:0px 10px 10px 10px;
    }
    .shop_menu_right{
        float: left;
    }
    .shop_index_main{
        padding:10px;
    }
}