body{
    font-size: 14px;
}

/* ----------- google login button------------------ */
.social-login-btn {
  padding: 1px;
  align-items: center;
  width: 230px;
  height: 40px;
  border-radius: 2px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25);
  display: inline-flex;
}
.google-btn {
  background-color: #4285f4;
}
.facebook-btn {
  background-color: #061d44;
}
.social-login-btn:hover{
    cursor: pointer;
}
.social-login-btn .google-icon-wrapper {
  width: 40px;
  height: 38px;
  border-radius: 2px;
  background-color: #fff;
}
.social-login-btn .google-icon {
  margin-top: 7px;
  max-height: 24px;
}
.social-login-btn .btn-text {
  flex: 1;
  color: #fff;
  font-size: 15px;
}
.social-login-btn:hover {
  box-shadow: 0 0 6px #4285f4;
}
.social-login-btn:active {
  background: #1669f2;
}
/* ------------------------------------ */

.contentFromDb p{
    margin-bottom: 4px;
}
.nav-item .dropdown-menu{
    padding: 10px;
}
.multi_lang img {
    width: 24px;
}
.nowrap{
    white-space: nowrap;
}
.multi_lang .dropdown-menu a{
    display: block;
}
.dotted-red-border{
    border:1px dotted red;
}
.underline{
    text-decoration: underline !important;
}
.color-red{
    color:red;
}
.color-blue{
    color:#0000d2;
}
.mouse-hover:hover{
    cursor: pointer;
}
.bold{
    font-weight: bold;
}
.alert{
    color:red;
    font-weight: bold;
    padding:0px !important;
}
.sm_btn{
    padding:2px 10px;
    position: relative;
}
.border_radius{
    border-radius: 5px;
}
.padding10{
    padding:10px;
}
.backgray{
    background-color:#e2e2e2;
}
.backred{
    background-color: rgb(253, 224, 224);
    color: black;
}
.border_top{
    border-top:1px solid lightgray;
}
.border_bottom{
    border-bottom:1px solid lightgray;
}
.red_border_message{
    padding:5px 10px;
    border: 1px solid red;
}
.text-center{
    text-align: center;
}
.d-flex{
    display: flex;
}
.margin-right10{
    margin-right: 10px;
}
.border{
    border: 1px solid lightgray;
}
a{
    color:#002e6b;
}
a:hover{
    color:#318aff;
    text-decoration: none;
}
.font16{
    font-size:16px;
}
.font14{
    font-size:14px;
}
.mb-10 {
    margin-bottom: 10px;
}
.error-message{
    color: #e60000;
    background-color: rgb(255 224 224);
    margin:10px 0px;
    padding:10px;
}
.success-message{
    color:green;
    background-color: rgb(225 255 208);
    margin:10px 0px;
    padding:10px;
}
.btn{
    vertical-align: top;
}
.mtt{
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    padding:5px 10px;
}
.mtt:focus{
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}
.margin10{
    margin: 10px;
}
.margintb10{
    margin-top: 10px;
    margin-bottom: 20px;
}
.content_database{
    font-size: 16px;
}
.content_database h1{ font-size: 2em; }
.content_database h2{ font-size: 1.5em; }
.content_database h3{ font-size: 1.17em; }
.content_database h4{ font-size: 16px; }
.content_database h5{ font-size: 0.83em; }
.content_database h6{ font-size: 0.67em; }
.mb{
    margin-bottom: 5px;
}
.align-center{
    align-items: center;
}
.margin0-row{
    margin-left: 0px;
    margin-right: 0px;
}
.smallpadding_td td{
    padding:5px;
}
.smallpadding_td{
    margin-bottom: 0px;
}
.page_main{
    font-size: 14px;
}
.page_title{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
}
.main-main{
    padding:10px;
    margin-bottom: 20px;
}
.detail_table{
    display: none;
}
.firma_div{
    padding:5px 0px;
}
.small_row{
    margin-left: 200px;
    margin-right: 200px;
}
.backsite{
    font-size: 16px;
}
.cms_div {
    margin: 6px auto;
}
.cms_link {
    padding: 0px 4px;
    border: 1px dotted black;
    margin-left: 3px;
}
.notification .badge {
    position: relative;
    top: -8px;
    left: -10px;
    padding: 3px 6px;
    border-radius: 50%;
    background-color: red !important;
    color: white;
}
.sidebar_meuns_title img {
    width: 40px;
    max-height: 40px;
}
.side_rub_link {
    display: flex;
    align-items: center;
}
.sidebar_meuns_title {
    font-size: 14px;
}
.website_mark{
    font-size: 20px;
}
.website_mark:hover{
    text-decoration: none;
}
.header_top_ul{
    align-items: center;
    flex-direction: row;
}
.responsive_table{
    overflow: auto;
}
.responsive_table table td{
    white-space: nowrap;
}
.mobile_header_logo{
    width:100px;
    height: 40px;
}
#responsive_div2 {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100vh;
    z-index: 10;
    background-color: black;
    opacity: 0.6;
    display: none;
}
.mobile_menu {
    position: fixed;
    top: 0px;
    margin-left: -230px;
    z-index: 100;
    height: 100vh;
    transition: 0.5s;
    padding: 20px;
}
.mobile_menu_icon{
    display: none;
}
.header_logo{
    margin: 3px 0px;
    display: block;
}
.menu_active {
    margin-left: 0px;
    overflow-y: auto;
}
.mobile_menu{
    background-color: white;
    z-index: 200;
}
.sidebar_meuns_title{
    font-size:14px;
}
.sidebar_meuns_main{
    margin-left: 20px;
}
.pay_des{
    border-radius: 5px;
    border:1px solid gray;
    background-color: lightgray;
    padding:5px 10px;
}
#data_table td, #data_table1 td, #data_table2 td{
    padding:5px;
    vertical-align: middle;
}
#data_table td .btn{
    padding:0px 10px;
}
.responsive_table .row{
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.custom_btn1{
    min-width:160px;
    background-color: #18bb00;
    padding: 6px 0px;
    border:none;
    color:white;
    font-size: 14px;
    font-weight: 500;
    margin: 5px 0px;
}
.custom_btn1:hover{
    background-color: #00cc32;
}
.custom_btn2{
    min-width:160px;
    background-color: white;
    padding: 6px 0px;
    border:1px solid #3665f3;
    color:#3665f3;
    font-size: 14px;
    font-weight: 500;
    margin: 5px 0px;
}
.custom_btn2:hover{
    border:1px solid blue;
    color:blue;
}
.custom_btn3{
    min-width:160px;
    background-color: #ce1100;
    padding: 6px 0px;
    border:none;
    color:white;
    font-size: 14px;
    font-weight: 500;
    margin: 5px 0px;
}
.custom_btn3:hover{
    background-color: #ec0000;
}
.custom_btn4{
    min-width:160px;
    background-color: #0071f3;
    padding: 6px 0px;
    border:none;
    color:white;
    font-size: 14px;
    font-weight: 500;
    margin: 5px 0px;
}
.custom_btn4:hover{
    background-color: #004ecc;
}
.custom_btn1:focus, .custom_btn2:focus{
    outline: none;
}
.flex_center{
    display:flex; 
    align-items:center; 
    flex-wrap:wrap; 
    justify-content: center;
}
.flex_between{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.konto_order_cancel .btn{
    padding:2px 6px;
}
.showmore{
    display: none;
}
.ad_data{
    border: 1px solid lightgray;
    margin: 0px 0px 20px 0px;
    padding:10px 0px 0px 0px;
}
.img_div{
    position: relative;
    background-repeat: no-repeat !important;
    background-size: auto 100% !important;
    background-position: center !important;
    background-color: rgb(226 226 226) !important;
}
.img_div1{
    position: relative;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
    background-position: center !important;
    background-color: rgb(226 226 226) !important;
}
.ad_img{
    height: 100px;
    margin-bottom: 10px;
}
.ad_des{
    margin-top: 10px;
}
.ad_func{
    padding-top: 4px;
    padding-bottom: 4px;
}
.ad_func a:hover{
    text-decoration: none;
}
/* ============== Strip card part ========================== */
#payment_modal_responsive .panel-default { border:1px solid #ddd; }
#payment_modal_responsive .panel-title{ font-size: 16px; }
#payment_modal_responsive .row{    display: flow-root; }
#payment_modal_responsive .pull-right{ float:right; }
#payment_modal_responsive .panel-heading {  padding: 10px 15px; background-color: #f5f5f5; display: flow-root; }
#payment_modal_responsive .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 4px;
}
#payment_modal_responsive .panel-body {  padding: 15px; }
#payment_modal_responsive .input-group-addon {
    background-color: #eee;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
#payment_modal_responsive .col-xs-7.col-md-7{ float:left; }
#payment_modal_responsive .row{
    margin-bottom: 0px;
}
/* ====================== Index page =========================== */
.checkbox-xl .custom-control-label::before, 
.checkbox-xl .custom-control-label::after {
  top: -3px;
  width: 1.85rem;
  height: 1.85rem;
}
#ui-datepicker-div{
    font-size: 13px !important;
    display: none;
}
.swiper-button-next, .swiper-button-prev {
    height: 20px;
    width: 20px;
    background: beige;
    border-radius: 50%;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 10px;
}
hr.line{
    border-top: 1px solid rgb(216 216 216);
}
#users_map{
    height: 350px;
}
.mapLinkPop{
    width: 30px;
    /* height: 30px; */
    object-fit: cover;
    margin-right: 10px;
    border-radius: 50%;
}
.gm-ui-hover-effect{
    outline: none !important;
}
#topads{
    border-radius: 10px;
}
.top_eachout{
    border-radius: 5px;
    padding:10px;
}
.top_imgdiv2{
    position: relative;
    top: -10px;
    left: 15px;
}
.top_imgdiv2{
    width: 30px;
    height: 30px;
    float: right;
    background: url(../img/top_mark2.png);
    background-size: 100% 100%;
}
.top_imgdiv{
    position: absolute;
    width: 30px;
    height: 30px;
    right:0px;
    bottom:0px;
    background: url(../img/top_mark.png);
    background-size: 100% 100%;
}
.new_imgdiv2{
    width: 40px;
    height: 40px;
    float: left;
    background: url(../img/new_mark2.png);
    background-size: 100% 100%;
}
.new_imgdiv{
    width: 40px;
    height: 40px;
    float: left;
    background: url(../img/new_mark.png);
    background-size: 100% 100%;
}
.topbar_img{
    width: 100%;
    margin-bottom: 5px;
    transition: transform .5s ease;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 2px #888888;
}
.topbar_img:hover{
    transform: scale(1.03);
    filter: brightness(1.3);
}
.search_drop_icon_div i{
    position: absolute;
    top: 8px;
    right: 7px;
}
.search_drop_icon_div{
    position: relative;
}
.search_drop_icon_div:before{
    content: '';
    border-radius: 0 4px 4px 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 23px;
    height: 100%;
    background: #1794ff;
}
.search_drop_icon_div:hover:before{
    background: #f5e492;
}
.search_eachinput{
    text-align: center;
}
.citysearch{
    margin-bottom: 10px;
    border:1px solid lightgray;
}
.citysearch td{
    padding:5px;
}
.gal_each_ad{
    margin: 10px 0px;
}
.gal_ad_img{
    width:100%;
    height: 150px;
    position: relative;
    margin-bottom: 5px;
    transition: transform .5s ease;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 2px #888888;
    max-width:220px;
}
.gal_ad_img:hover{
    transform: scale(1.03);
    filter: brightness(1.3);
}
.shop_ad_img{
    width:90%;
    height: 200px;
    position: relative;
    margin-bottom: 5px;
    transition: transform .5s ease;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 2px #888888;
}
.shop_ad_img:hover{
    transform: scale(1.03);
    filter: brightness(1.3);
}
.gal_uvp{
    position: absolute;
    top:60%;
    font-weight: 700;
    color:white;
    background-color: red;
    padding:2px 3px;
    text-decoration: line-through;
}
.gal_price{
    position: absolute;
    top:40%;
    font-weight: 700;
    color:white;
    background-color: green;
    padding:2px 3px;
}
.top_list_each{
    border: 1px dashed lightgray;
}
.rub_child{
    padding:0px 5px;
}
.big_ad_img{
    height: 140px;
}
.firma_div{
    background:rgb(231, 241, 249); 
    color:black !important;
}

/*=============== Footer ================================ */
.footer_social i{
    font-size: 35px;
    margin: 0px 10px;
}
.clickable:hover{
    cursor: pointer;
}
.footer_menu{
    padding-left: 50px;
    padding-right: 50px;
}
.footermenu_each{
    border-left: 1px dashed lightgray;
    margin-bottom: 5px;
}
.border-dashed-right{
    border-right: 1px dashed lightgray;
}
.border-dashed-left{
    border-left: 1px dashed lightgray;
}
.menufooter{
    margin-left: 5px;
    color: #00776c;
}
.footernewsletter1{
    border-radius: 10px;
}
.footer_newsl_check{
    margin-right: 20px;
    margin-top: 6px;
}
.footer_linkpatner{
    padding-top:5px;
    padding-bottom:5px;
    display: flex;
}
.footer_content_editor{
    flex-grow: 1;
    margin-left: 10px;
}
/* ================ AD page =============================== */
#heart_icon{
    font-size: 20px;
}
#heart_icon:hover{
    cursor: pointer;
}
.ad_main_img{
    height: 400px;
    margin: 5px 0px;
}
.ad_small_img{
    height: 100px;
    width:18%;
    margin: 5px 1%;
}
.ad_both_img{
    border: 2px solid rgb(179, 203, 220);
    border-radius: 10px;
}
.ad_both_img:hover{
    cursor: pointer;
    filter: brightness(1.1);
}
.ad_modal_big_img{
    width:100%;
    height: 400px;
}
.ad_modal_small_img{
    width:18%;
    height: 100px;
    margin: 0px 1%;
}
.ad_modal_small_img:hover{
    cursor: pointer;
}
.ad_modal_small_img.active{
    border:2px solid black;
}
#imagemodal .modal-dialog{
    max-width: 650px !important;
}
#imagemodal .carousel-indicators{
    margin: 5px 0 !important;
    position: relative !important;
    flex-wrap: wrap;
}
.ad_comment{
    padding:10px;
    border:1px solid gray;
}
/* ================ User area ============================= */
.auth-qrcode{
    width:200px;
    height: 200px;
}
#myTab .active{
    font-weight: bolder;
}
.notifi_message_success{
    border:1px solid green;
    background-color: rgb(245 255 230);
}
.ad_delete_icon:hover{
    cursor: pointer;
}
.reg_form_div{
    position: relative;
    font-size: 16px; 
}
.reg_category{
    display: none;
}
.reg_rub_cat_title{
    margin-top: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}
.reg_rub_div, .reg_cat_div{
    padding:5px 10px;
    border-bottom: 1px solid lightgray;
}
.reg_rub_div:hover, .reg_cat_div:hover{
    background: #ffe9c4;
    cursor: pointer;
}
.reg_act_div{
    background: #ffe9c4 !important;
}
.reg_sub_button{
    position: absolute;
    display: none;
    box-shadow: 0 0 0 2px #99c23d inset;
    background: #99c23d;
    color: #fff;
    cursor: pointer;
    padding: 6px 21px;
    font-weight: 500;
    transition: background 0.2s ease 0s, color 0.2s ease 0s, box-shadow 0.1s ease-in-out 0s;
    border-radius: 22px;
}
.reg_sub_button:hover{
    background: #fff;
    color: #99c23d;
}
.top_sub_button{
    top:10px;
    right:10px;
}
.bottom_sub_button{
    bottom:10px;
    right:10px;
}
.up_images{
    display: inline-block;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 1px #888888;
    margin-top: 10px;
}
.up_images1{
    display: inline-block;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 1px #888888;
    margin-top: 10px;
    background-size: 100% 100% !important;
}
.offline_img{
    opacity: 0.3;
}
.up_images:hover{
    cursor: pointer;
    filter: brightness(0.8);
}
.up_free{
    background: url('../img/kb.gif');
    background-size: 100% 100% !important;
}
.up_pay{
    background: url('../img/kb1.gif');
    background-size: 100% 100% !important;
    border:1px solid red;
}
.up_check{
    width:20px;
    height:20px;
    display: none;
}
.up_cancel{
    display: inline-block;
    width:20px;
    height:20px;
    background-size: 100% 100% !important;
}
.up_cancel:hover{
    cursor: pointer;
}
.up_file{
    display: none;
}
.up_label{
    width:100%;
}
.url_part{
    display: none;
}
.pay_url{
    border: 1px solid red;
}
.uvp_dis, .versand_dis, .add_fields{
    display: none;
}
.profile_img{
    width:130px;
    height: 90px;
}
.profile_img:hover{
    cursor: pointer;
}
#profile_icon{
    width: 50px;
    height: 47px;
    border-radius: 50%;
    border: 1px solid #c7c7c7;
}
#profile_icon:hover{
    cursor: pointer;
    filter: brightness(0.8);
}
#profile_dropdown_main{
    padding:10px 20px;
    white-space: nowrap;
}
#profile_icon1{
    width: 100px;
    height: 95px;
    border-radius: 50%;
    border: 1px solid #c7c7c7;
}
.firma_detail{
    border:1px dotted red;
    border-radius: 10px;
    padding:5px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.dirbuymodal .nowrap{
    white-space: nowrap;
}
.ad_gesamt{
    color:red;
    font-weight: bold;
    text-decoration: underline;
}
#google_map{
    height: 400px;
}
.ad_versand_part p{
    margin: 0px !important;
}
.comment_anzeige{
    background: #f7ffec;
    border:1px solid green;
}
.comment_anzeige div{
    padding:5px;
}
.show_more_part{
    padding:10px;
}
.show_more_btn, .no_show_more_btn{
    color:blue;
}
.show_more_btn:hover, .no_show_more_btn:hover{
    cursor: pointer;
    color:red !important;
}
.no_show{
    display: none;
}
/* ======== ad import page ======================== */
.csv_page_num{
    display: inline-block;
    background: #0e63d3;    
    line-height: 30px;
    width:30px;
    font-size: 16px;
    text-align: center;
    font-weight: bolder;
    border-radius: 100px;
    color:white;
}
.csv_page_des{
    padding: 20px 30px;
    border: 2px solid red;
    color: #ff6d00;
    background: #fff8e1;
    font-size: 14px;
    font-weight: 600;
}
.csv_up_div{
    position: relative;
}
.csv_file_div{
    position: absolute;
    z-index: -1;
}
#FileUploader{
    opacity: 0;
}
.csv_page_upfile{
    text-align: center;
    padding: 30px 0;
    font-size: 18px;
    font-weight: 600;
    border: 5px solid #e2e2e2;
}
.csv_page_upfile:hover{
    border: 5px solid #2b65f8;
    color:#2b65f8;
    cursor: pointer;
}
.chosenfile{
    border: 5px solid #00c853 !important;
    color:#00c853 !important;
}
.csv_submit{
    transition: all 0.2s ease;
    display: inline-block;
    background: #2b65f8;
    border-radius: 50px;
    color: #fff;
    font-family: Open Sans, arial;
    font-weight: bold;
    font-size: 14px;
    padding: 4px 15px;
    border: 0;
    border: 2px solid #2b65f8;
    outline: none;
}
.csv_submit:hover{
    background: #fff;
    cursor: pointer;
    color: #2b65f8;
}
.widthhalf{ 
    width:50%;
}
.border-right_gray{
    border-right: 1px solid gray;
}
.csv_fields{
    padding:20px 30px 20px 0px;
}
.csv_fields_main{
    padding:10px;
    background-color: #ececec;
    border-radius: 10px;
    overflow-wrap: break-word;
}
.csv_select{
    padding:30px 0px 20px 0px;
}
.csv_mark{
    margin-top: 10px;
    display: flex;
    align-items: center;
    column-gap: 7px;
    margin-left: -8px;
}
.first_mark{
    width: 15px;
    height: 15px;
    border-radius: 100px;
    border: 1px solid #bbb;
    background-color: white;
}
.second_mark{
    width: 10px;
    height: 10px;
    border-radius: 100px;
    background-color: lightgray;
}
/* ================== Review page ========================= */
.review_img{
    width:100px;
    height: 100px;
}
.reveiw_btn{
    min-width: 100px;
}
.ss{
    font-size: 18px;
    color:grey;
}
.ss:hover{
    cursor: pointer;
}
.review_user_poplink{
    color:darkred;
}
.review_user_poplink:hover{
    cursor: pointer;
}
#reveiw_popup_profile{
    width:40px;
    height:40px;
}
/* ================== Profile page ============================== */
.firma_profile_img{
    width:200px;
    height: 130px;
    display: inline-block;
}
/* ============== premium page =============================== */
.prem_div{
    width:350px;
    min-height: 300px;
    max-width: 100%;
    padding:30px 20px 20px 20px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px #aaaaaa;
    margin:20px;
}
.prem1{
    background-color: #f6fff7;
}
.prem2{
    background-color: #e0f2fd;
}
.prem3{
    background-color: #fff6fe;
}
.prem4{
    background-color: #ffffde;
}
.color-lightblue{
    color:#0086f9;
}
.font20-bold{
    font-size:18px; 
    font-weight:bold;
}
.prem_price_btn{
    padding:0px 20px 0px 50px;
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.prem_btns{
    outline: none;
    border: 2px solid;
    padding: 2px 24px;
    font-size: 16px;
    border-radius: 20px;
    background: transparent;
}
.prem_enable:hover{
    color: rgb(219, 116, 47);
}
.prem_enable:active{
    box-shadow: none;
}
.prem_enable{
    color: #04a327;
    box-shadow: 1px 1px 7px #aaaaaa;
}
.prem_disable{
    color: lightgray;
}
.up_main{
    width:400px;
    height: 300px;
}
.up_child{
    width:100%;
    height: 100px;
}
/* =================== SHop pages =================== */
.backlink_img{
    max-width: 100%;
}
/* =========Pagenation and sortpart=============== */
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #007aff;
    border-color: #007aff;
    cursor: default;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    background-color: #f7f7f7;
}
.pagination-here{
    display: inline-block;
    margin-bottom: 0px;
}

.sort_order {
    display: flex;
    color: black;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.sort, .order {
    margin-right: 10px;
    position: relative;
}
.sort_title, .order_title {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.sort_title, .sort_icon, .order_title {
    background-color: #e3e2e2;
}
.sort_value, .order_value {
    background-color: #c7c7c7;
}
.sort_title, .sort_value, .sort_icon, .order_title, .order_value {
    padding: 4px 10px;
}
.sort_detail {
    position: absolute;
    width: 100%;
    z-index: 100;
    margin-top: 5px;
    background-color: #e8e8e8;
    display: none;
}
.sort_icon:hover, .sort_value:hover, .order_value:hover {
    cursor: pointer;
}
.sort_detail div {
    border: 1px solid lightgray;
    padding: 5px 10px;
}
.sort_detail div:hover {
    background-color: #1d70a3;
    cursor: pointer;
    color: white;
}
.rubrik_filter {
    padding: 10px;
}
#main_right_ad {
    position: absolute;
    top: 180px;
    border: 1px solid rgb(124, 124, 124);
}
@media (max-width: 540px){
    .page_main{
        padding:10px 0px !important;
    }
    .small_row{
        margin-left: -15px;
        margin-right: -15px;
    }
    .text-right{
        text-align: left !important;
    }
    .mobile_menu_icon{
        display: block;
    }
    .header_logo{
        display: none;
    }
    .flex_between{
        flex-direction: column;
    }
    #payment_modal_responsive{
        max-width: 350px;
    }
    .sort, .order {
        margin-bottom: 10px;
    }
    .sort_order {
        flex-direction: column;
        align-items: center;
    }
    .ad_img{
        height: 200px;
    }
    .topbar_img{
        height: 120px !important;
    }
    .gal_ad_img{
        height: 220px;
        max-width:100%;
    }
    .gal_each_ad{
        padding:0px 10px !important;
    }
    .search_part{
        justify-content: center;
        align-items: center;
    }
    .search_eachinput{
        width:80%;
        margin-top: 5px;
    }
    .footermenu_each{
        border-left: none;
    }
    .border-dashed-right{
        border-right: none;
    }
    .footer_menu{
        padding-left: 0;
        padding-right: 0;
    }
    #imagemodal{
        max-width: 100% !important;
    }
    .big_ad_img, .ad_modal_big_img{
        height: 200px;
    }
    .ad_modal_small_img, .ad_small_img{
        height: 50px;
    }
    .ad_main_img{
        height: 250px;
    }
    .mobile_column{
        flex-direction: column;
    }
    .firma_profile_img{
        width:100% !important;
        height: 200px;
    }
    .prem_price_btn{
        padding:0px 20px 0px 20px;
    }
    .prem_div{
        margin:10px;
    }
    .auth-qrcode{
        width: 100%;
    }
    .footer_linkpatner{
        flex-direction: column;
    }
    .user_small_row{
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
    .up_main{
        width:100%;
        height: 250px;
    }
    .reg_rub_div:hover, .reg_cat_div:hover{
        background:none;
    }
    #main_right_ad{
        display: none;
    }
    .social-login-btn{
        margin-right: 0px !important;
    }
}
