@keyframes loading_anim { 0%{ left:-40%; } 100%{ left:100%; } }
@font-face {
    font-family: vfont;
    src: url('../Font/new/IRANYekanXVF.woff') format('woff-variations'),
    url('../Font/new/IRANYekanXVF.woff') format('woff');
    font-weight:100 1000;
    font-display:fallback;
}
@font-face {
    font-family:font;font-style:normal;font-weight:300;
    src:url('../Font/new/Woff/IRANYekanXFaNum-Light.woff') format('woff'),
    url('../Font/new/Woff2/IRANYekanXFaNum-Light.woff2') format('woff2');
}
@font-face {
    font-family:font;font-style:normal;font-weight:400;
    src: url('../Font/new/Woff/IRANYekanXFaNum-Regular.woff') format('woff'),
    url('../Font/new/Woff2/IRANYekanXFaNum-Regular.woff2') format('woff2');
}
@font-face {
    font-family:font;font-style:normal;font-weight:600;
    src:url('../Font/new/Woff/IRANYekanXFaNum-DemiBold.woff') format('woff'),
    url('../Font/new/Woff2/IRANYekanXFaNum-DemiBold.woff2') format('woff2');
}
@font-face {
    font-family:font;font-style:normal;font-weight:800;
    src:url('../Font/new/Woff/IRANYekanXFaNum-ExtraBold.woff') format('woff'),
    url('../Font/new/Woff2/IRANYekanXFaNum-ExtraBold.woff2') format('woff2');
}
@font-face {
    font-family:font;font-style:normal;font-weight:950;
    src:url('../Font/new/Woff/IRANYekanXFaNum-ExtraBlack.woff') format('woff'),
    url('../Font/new/Woff2/IRANYekanXFaNum-ExtraBlack.woff2') format('woff2');
}

:root {
    --light:300;
    --regular:400;
    --semibold:600;
    --bold:800;
    --black:950;
}

body { margin:0;direction:rtl;font-weight:400;font-size:9pt;letter-spacing:0pt; }

input,select,textarea { font-size:9pt; }
* { font-family:font,tahoma; }
@supports (font-variation-settings: normal) {
    * { font-family:vfont,font,tahoma;font-variation-settings:"dots" 1;-moz-font-feature-settings:"ss02";
    -webkit-font-feature-settings:"ss02";font-feature-settings:"ss02"; }
}
.tbl { display:table; }
.tbl > div { display:table-cell;vertical-align:middle; }
a { text-decoration:none;color:#000; }
img { vertical-align:middle; }
.clr { clear:both; }

#home { position:fixed;left:0;top:0;width:100%;height:100%;z-index:+1; }
#home_back { width:100%;height:100%;object-position:center;object-fit:cover; }
#home_back_image { position:fixed;left:0;top:0;background-size:cover;background-position:center;width:100%;height:100%; }
#home_container { position:fixed;left:0;top:0;width:100%;height:100%;z-index:+2;overflow-y:auto; }
#home_logo { margin:50px auto 20px;text-align:center; }
#home_logo img { width:70%;max-width:200px; }
#home_category1 { width:90%;margin:0px auto 20px; }
#home_category2 { width:90%;margin:0px auto 20px; }
#home_category3 { width:90%;position:fixed;left:5%;bottom:15px; }
#home_category4 { width:100%;position:fixed;left:0;bottom:0;overflow-x:auto;overflow-y:hidden;background-color:#222;
white-space:nowrap;padding:10px 5px;box-sizing:border-box; }

.home_category1 { width:50%;float:right; }
.home_category1 > div { margin:5px;border-radius:10px;background-color:rgba(255,255,255,0.2);text-align:center;
text-align:center;padding:15px 10px;font-weight:600;font-size:11pt; }
.home_category1 > div img { width:80%; }
.home_category1 > div > div { height:25px;line-height:25px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; }

.home_category2 { width:33.33%;float:right; }
.home_category2 > div { margin:5px;border-radius:10px;background-color:rgba(255,255,255,0.2);text-align:center;
text-align:center;padding:15px 10px;font-weight:600;font-size:11pt; }
.home_category2 > div img { width:100%; }
.home_category2 > div > div { height:25px;line-height:25px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; }

.home_category3 { display:block;margin-top:15px; }
.home_category3 > div {  }
.home_category3 > div img { display:inline-block;vertical-align:middle;width:120px;height:auto;margin-left:10px; }
.home_category3 > div div { display:inline-block;vertical-align:middle;font-size:11pt;font-weight:600; }

.home_category4 { width:130px;display:inline-block;vertical-align:middle;margin:0px 5px;text-align:center; }
.home_category4 > div { display:inline-block;vertical-align:middle;padding:15px 10px;
border-radius:10px;background-color:rgba(255,255,255,0.1); }
.home_category4 > div img { width:100%;height:auto;margin-left:10px; }
.home_category4 > div div { font-size:10pt;font-weight:600;height:25px;line-height:25px;overflow:hidden;
text-overflow:ellipsis;white-space:nowrap; }

#section1 { display:block; }
#section2 { display:none; }


#category_back { padding:10px 15px;font-weight:600;font-size:10pt;cursor:pointer;text-align:center; }
#category_back > div img { width:80%;max-width:60px; }
#category_header { position:sticky;top:0px;width:100%;margin:0px auto 0px;background-color:#fff;
padding:15px 5px;box-sizing:border-box;white-space:nowrap;overflow-x:auto;z-index:+10;
box-shadow:0px 0px 20px 2px rgba(0,0,0,0.2); }
.cat { display:inline-block;vertical-align:middle;margin:0px 5px;padding:7px 12px;border-radius:20px;
border:2px solid #fff;background-color:#fff; }
.cat img { width:50px; }
.cat div { display:inline-block;vertical-align:middle;font-size:10pt;font-weight:600;margin-right:10px; }

#category_header::-webkit-scrollbar { display:none; }
#category_header { -ms-overflow-style:none;scrollbar-width:none; }

#foods { margin:20px auto 0px;padding:0px 15px 100px; }

.cat_title { font-size:15pt;margin-top:40px;margin-bottom:0px;letter-spacing:-0.5pt;text-align:center;
font-weight:950; }

.food1 {  }
.food1 > div { width:100%;display:table;padding:20px 0px;border-bottom:2px dashed #ccc; }
.food1 > div > div { display:table-cell;vertical-align:top; }
.food1 > div > div:nth-child(1) { width:130px;overflow:hidden;padding-left:10px; }
.food1 > div > div:nth-child(1) img { width:100%;border-radius:6px; }
.food1 > div > div:nth-child(2) { position:relative;line-height:25px;padding-bottom:30px; }
.food1 > div > div:nth-child(2) > div:nth-child(1) { font-weight:600;font-size:12pt;letter-spacing:-0.4pt; }
.food1 > div > div:nth-child(2) > div:nth-child(2) { font-size:8pt;color:#aaa;margin-top:0px; }
.food1 > div > div:nth-child(2) > div:nth-child(3) { font-size:8pt;color:#aaa;margin-top:0px; }
.food1 > div > div:nth-child(2) > div:nth-child(4) { font-size:8pt;color:#aaa;margin-top:0px; }
.food1 > div > div:nth-child(2) > div:nth-child(5) { margin-top:0px;font-size:11pt; }
.food1 > div > div:nth-child(2) > div:nth-child(6) { position:absolute;left:0;bottom:0;width:100%; }

.food2 {  }
.food2 > div { width:100%;box-sizing:border-box;padding:20px 0px;border-bottom:2px dashed #ccc; }
.food2 > div > div:nth-child(1) { width:100%;border-radius:5px;overflow:hidden; }
.food2 > div > div:nth-child(1) img { width:100%; }
.food2 > div > div:nth-child(2) { position:relative;margin-top:10px;line-height:25px; }
.food2 > div > div:nth-child(2) > div:nth-child(1) { font-weight:600;font-size:12pt;letter-spacing:-0.4pt; }
.food2 > div > div:nth-child(2) > div:nth-child(2) { font-weight:600;font-size:8pt;color:#aaa;margin-top:0px; }
.food2 > div > div:nth-child(2) > div:nth-child(3) { font-weight:600;font-size:8pt;color:#aaa;margin-top:0px; }
.food2 > div > div:nth-child(2) > div:nth-child(4) { font-weight:600;font-size:8pt;color:#aaa;margin-top:0px; }
.food2 > div > div:nth-child(2) > div:nth-child(5) { margin-top:0px;font-size:11pt; }

#food_detail_button { margin:20px 10px 10px; }








#t1_options { width:100%;height:100%;position:fixed;left:0;top:0;z-index:+10;background-color:rgba(0,0,0,0.6);display:none; }
#t1_options > div { text-align:center; }
#option_window { width:90%;max-width:450px;margin:0px auto;border-radius:10px;background-color:#fff;overflow:hidden;text-align:right; }
#option_window > div:nth-child(1) { width:100%;border-bottom:1px solid #eee; }
#option_window > div:nth-child(1) > div:nth-child(1) { padding:10px 15px;font-size:14pt;font-family:black,tahoma; }
#option_window > div:nth-child(1) > div:nth-child(2) { padding:10px 15px;text-align:left; }
#option_window > div:nth-child(1) > div:nth-child(2) img { height:14px;cursor:pointer; }
#option_window > div:nth-child(2) { max-height:400px;overflow-y:auto;padding:20px; }
.option_item { display:block;margin-bottom:15px; }
.option_item > input { display:inline-block;vertical-align:middle;margin-left:10px; }
.option_item > span:nth-child(2) { display:inline-block;vertical-align:middle;margin-left:10px;font-family:bold,tahoma;font-size:11pt; }
.option_item > span:nth-child(3) { display:inline-block;vertical-align:middle;font-size:9pt;color:#888; }
#option_add_note { display:block;border-radius:5px;text-align:center;padding:10px 0px; }


#note_button { position:fixed;left:0px;bottom:0px;width:100%;padding:20px 0px;text-align:center;font-size:10pt;
z-index:1000;display:none; }
#note_button span { display:inline-block;vrtical-align:middle;margin-right:10px;font-size:10pt;width:30px;height:30px;
line-height:30px;border-radius:100%;background-color:rgba(0,0,0,0.3); }
#note_window { position:fixed;background-color:#fff;left:0;top:150%;width:100%;height:100%;overflow-y:auto;z-index:+1001;letter-spacing:0; }
#note_window > div { padding:20px;display:none; }
#note_window > div > div:nth-child(1) { width:100%;margin-bottom:20px; }
#note_window > div > div:nth-child(1) > div:nth-child(1) { font-size:14pt;text-align:right;font-family:bold,tahoma; }
#note_window > div > div:nth-child(1) > div:nth-child(1) > i { display:inline-block;vertical-align:middle;
width:30px;height:30px;background-size:100%;background-image:url('../Temp/b_right.png');cursor:pointer;margin-left:10px; }
#note_window > div > div:nth-child(1) > div:nth-child(2) { text-align:left; }
#note_window > div > div:nth-child(1) > div:nth-child(2) > i { display:inline-block;vertical-align:middle;
width:12px;height:12px;background-size:100%;background-image:url('../Temp/close_black.png');cursor:pointer; }

.note_item { width:100%;padding:10px;border-radius:10px;border:1px dashed #ddd;margin-top:15px;box-sizing:border-box; }
.note_item > div { vertical-align:top; }
.note_item > div:nth-child(1) { width:140px;padding-left:15px; }
.note_item > div:nth-child(1) img { width:100%;border-radius:5px; }
.note_item > div:nth-child(2) > div:nth-child(1) { font-size:12pt;font-family:bold,tahoma; }
.note_item > div:nth-child(2) > div:nth-child(2) { color:#aaa;font-size:9pt; }
.note_item > div:nth-child(2) > div:nth-child(3) { font-size:12pt;text-align:left;margin-top:10px; }
.note_item > div:nth-child(2) > div:nth-child(3) > i { cursor:pointer;display:inline-block;
vertical-align:middle;width:20px;height:20px;background-size:100%; }
.note_item > div:nth-child(2) > div:nth-child(3) > span { padding:0px 10px; }
.note_item > div:nth-child(2) > div:nth-child(3) > i:nth-child(1) { background-image:url('../Temp/order_increase.png'); }
.note_item > div:nth-child(2) > div:nth-child(3) > i:nth-child(3) { background-image:url('../Temp/order_decrease.png'); }

#note_sum { margin-top:20px;padding:10px 10px;background-color:#f1f1f1;font-family:bold,tahoma;font-size:11pt;
border-radius:10px;text-align:center;margin-bottom:15px; }
.order_comment { border-radius:10px;margin-bottom:20px;padding:20px;background-color:#faf9ed;}
.order_mode { padding:20px;text-align:center;font-family:bold,tahoma;font-size:12pt;border:1px solid #ddd;
cursor:pointer;text-align:center;border-radius:10px;margin-top:20px; }
.order_mode img { margin-bottom:10px;width:100%;max-width:110px; }

.order_forms { width:90%;max-width:450px;margin:0px auto; }
#order_factor1 { padding:15px;border-radius:10px;border:1px dashed #ddd;margin-bottom:30px; }
#order_factor1 > div > span:nth-child(1) { font-family:bold,tahoma;margin-left:10px;color:#aaa; }
#order_factor2 { padding:15px;border-radius:10px;border:1px dashed #ddd;margin-bottom:30px; }
#order_factor2 > div > span:nth-child(1) { font-family:bold,tahoma;margin-left:10px;color:#aaa; }
.order_payment { margin-bottom:15px; }
.order_payment > label { display:block;font-family:bold,tahoma; }
.order_payment > label input { vertical-align:middle;margin-left:10px; }
.order_form { margin-bottom:20px; }
.order_form > label { display:block;font-family:bold,tahoma;margin-bottom:5px; }
.order_form > input { width:100%;height:40px;border-radius:5px;border:1px solid #ddd;padding:5px 10px;box-sizing:border-box; }
.order_form > select { width:100%;height:40px;border-radius:5px;border:1px solid #ddd;padding:5px 10px;box-sizing:border-box; }
.order_form > textarea { width:100%;height:120px;border-radius:5px;border:1px solid #ddd;padding:5px 10px;box-sizing:border-box; }
.order_map { margin-bottom:20px; }
.order_map > label { display:block;font-family:bold,tahoma;margin-bottom:5px; }
#map { position:relative;width:100%; }
#mapid { width:100%;direction:ltr;height:300px; }
#map > i { display:block;width:40px;height:40px;background-size:100%;position:absolute;left:calc(50% - 20px);top:calc(50% - 20px);
background-image:url('../Temp/map_location.png')z-index:+1000; }
.order_form_button { margin-top:30px;text-align:center; }
.order_form_button > span { padding:10px 20px;border-radius:10px;background-color:#369e54;
font-size:11pt;color:#fff;font-family:regular,tahoma;cursor:pointer; }
#delivery_button { display:none; }

.hide_links { display:none; }
#note_items > div:nth-child(3) { text-align:center;margin-top:30px;font-family:bold,tahoma;padding-bottom:15px; }
#note_items > div:nth-child(3) img { height:20px;margin-left:10px; }
#note_order_button { margin-right:15px;padding:10px 20px;border-radius:10px;background-color:#369e54;
font-size:11pt;color:#fff;font-family:regular,tahoma; }


#t1_detail { width:100%;height:100%;position:fixed;left:0;top:0;z-index:+10;background-color:rgba(0,0,0,0.6);display:none; }
#t1_detail > div { text-align:center; }
#detail_window { width:90%;max-width:450px;margin:0px auto;border-radius:10px;background-color:#fff;overflow:hidden;text-align:right; }
#detail_window > div:nth-child(1) { width:100%;border-bottom:1px solid #eee; }
#detail_window > div:nth-child(1) > div:nth-child(1) { padding:10px 15px;font-size:14pt;font-family:black,tahoma; }
#detail_window > div:nth-child(1) > div:nth-child(2) { padding:10px 15px;text-align:left; }
#detail_window > div:nth-child(1) > div:nth-child(2) img { height:14px;cursor:pointer; }
#detail_window > div:nth-child(2) { height:350px;overflow-y:auto;padding:20px; }
#detail_window > div:nth-child(2) img { width:100%;border-radius:5px;margin-bottom:15px; }

.t8_food_button { margin:10px 0px 0px;border-radius:6px;text-align:center;padding:0px 0px;font-weight:600; }
.t8_food_button > * { display:block;padding:4px 0px; }

#t9_contact_window { position:fixed;left:-120%;top:0;width:100%;height:100%;z-index:+10;background-color:#fff;color:#fff;text-align:center; }
#t9_contact_window a { color:#fff; }
#t9_contact_close { position:fixed;left:20px;top:20px;width:30px;height:30px;background-size:50%;background-repeat:no-repeat;background-position:center;
background-image:url('../Temp/close_white.png');cursor:pointer;display:none;z-index:+11; }

#t9_contact { position:fixed;left:0;bottom:30px;z-index:+10; }
#t9_contact > span { padding:15px 15px;font-size:11pt;border-top-right-radius:30px;border-bottom-right-radius:30px;font-family:bold,tahoma;cursor:pointer; }
#t9_contact > span img { margin-left:10px;height:20px; }

.t8_contact { margin-top:0px;font-size:9pt;font-family:light,tahoma;width:50%;float:right;display:block; }
.t8_contact > div { margin:6px;border-radius:10px;text-align:center;background-color:rgba(255,255,255,0.05);padding:15px 10px; }
.t8_contact > div img { width:40px; }
.t8_contact > div > div:nth-child(2) { margin-top:5px;color:#fff; }
.t8_contact > div > div:nth-child(2) a { color:#fff; }
.t8_contact_address { width:100%;float:none; }
.t8_contact_address { font-size:11pt; }

#t9_star { position:fixed;right:0;bottom:30px;z-index:+10; }
#t9_star > span { padding:15px 15px;border-top-left-radius:30px;border-bottom-left-radius:30px;font-family:bold,tahoma;cursor:pointer; }
#t9_star > span img { margin-right:10px;height:20px; }


#t9_star_window { position:fixed;right:-120%;top:0;width:100%;height:100%;z-index:+10;background-color:#fff;color:#fff;text-align:center; }
#t9_star_window a { color:#fff; }
#t9_star_close { position:fixed;left:20px;top:20px;width:30px;height:30px;background-size:50%;background-repeat:no-repeat;background-position:center;
background-image:url('../Temp/close_white.png');cursor:pointer;display:none;z-index:+11; }
.t9_star_button { display:none; }
#t9_star_window > div > div { text-align:right; }
#t9_star_window > div > div > * { display:inline-block;vertical-align:middle;padding:10px 20px;border-top-left-radius:40px;
border-bottom-left-radius:40px;cursor:pointer;font-size:12pt;font-family:bold,tahoma;min-width:250px;text-align:center; }
#t9_star_window > div > div:nth-child(even) { text-align:left; }
#t9_star_window > div > div:nth-child(even) > * { border-top-left-radius:0px;border-top-right-radius:40px;
border-bottom-left-radius:0px;border-bottom-right-radius:40px; }


#t9_user_window { position:fixed;left:-120%;top:0;width:100%;height:100%;z-index:+1002;background-color:#fff;color:#fff;text-align:center; }
#t9_user_window a { color:#fff; }
#t9_user_close { position:fixed;left:20px;top:20px;width:30px;height:30px;background-size:50%;background-repeat:no-repeat;background-position:center;
background-image:url('../Temp/close_white.png');cursor:pointer;display:none;z-index:+1003; }

#t9_user { position:fixed;left:0;top:30px;z-index:+10; }
#t9_user > span { padding:15px 15px;font-size:11pt;border-top-right-radius:30px;border-bottom-right-radius:30px;font-family:bold,tahoma;cursor:pointer; }
#t9_user > span img { margin-left:10px;height:20px; }

#t9_login_sec1 { display:block; }
#t9_login_sec2 { display:none; }

#t9_login_header { width:90%;max-width:100px;margin:0px auto 40px; }
#t9_login_header img { width:100%;opacity:0.1; }
.t9_login_form { width:90%;max-width:200px;margin:0px auto 20px;text-align:right; }
.t9_login_form label { display:block;margin-bottom:-2px; }
.t9_login_form input { width:100%;padding:8px 10px;box-sizing:border-box;border-style:none;border-bottom:1px solid #fff;
background:none;border-radius:0px;font-size:12pt;color:#fff; }
.t9_login_button { width:90%;max-width:200px;margin:15px auto 0px; }
.t9_login_button > span { padding:10px 30px;border-radius:8px;background-color:#fff;cursor:pointer;color:#000;
font-size:11pt;display:block;text-align:center;letter-spacing:-0.5pt; }

#t9_dashboard_window { position:fixed;left:-120%;top:0;width:100%;height:100%;z-index:+10;background-color:#fff;
overflow-y:auto;color:#fff;text-align:center; }
#t9_dashboard_window > div { padding:35px 0px; }
#t9_dashboard_window a { color:#fff; }
#t9_dashboard_close { position:fixed;left:20px;top:20px;width:30px;height:30px;background-size:50%;background-repeat:no-repeat;background-position:center;
background-image:url('../Temp/close_white.png');cursor:pointer;display:none;z-index:+11; }

#t9_dashboard_container { width:90%;max-width:350px;margin:0px auto; }
.t9_dash_title { width:100%;margin-bottom:20px;margin-top:40px; }
.t9_dash_title > div:nth-child(1) { font-size:14pt;color:#fff;font-family:light,tahoma;text-align:right; }
.t9_dash_title > div:nth-child(2) { text-align:left; }
.t9_dash_title > div:nth-child(2) select { border-radius:10px;background:none;color:#fff;
padding:5px 10px;font-size:10pt;letter-spacing:-0.4pt;background-color:rgba(255,255,255,0.05); }
.t9_dash_title > div:nth-child(2) option { color:#000; }
.t9_dash_null { padding:50px 0px;text-align:center;font-size:10pt;background-color:rgba(0,0,0,0.2);
color:#fff;border-radius:10px;font-family:light,tahoma; }
.t9_dash_title > div:nth-child(2) span { color:#fff;font-family:bold,tahoma;cursor:pointer; }

#t9_dashboard_address { display:none;width:90%;max-width:300px;margin:0px auto; }
#dashadr_title { margin-bottom:30px;text-align:right; }
#dashadr_title > span { display:inline-block;vertical-align:middle; }
#dashadr_title > span:nth-child(1) { font-size:10pt;font-family:bold,tahoma;margin-left:30px;cursor:pointer; }
#dashadr_title > span:nth-child(2) { font-size:15pt;font-family:light,tahoma; }
.dashadr_form { margin-bottom:15px;text-align:right; }
.dashadr_form label { display:block; }
.dashadr_form input { width:100%;border-style:none;background:none;color:#fff;border-bottom:1px solid #fff;
padding:5px 10px;box-sizing:border-box;font-size:11pt; }
.dashadr_button { margin-top:40px; }
.dashadr_button > span { padding:10px 30px;border-radius:10px;background-color:#fff;color:#000;cursor:pointer;font-size:12pt; }

.t9_order_info { text-align:right;padding:5px 0px;border-bottom:1px solid rgba(255,255,255,0.1); }
.t9_order_info:last-child { border-style:none; }
.t9_order_info > span { display:inline-block;vertical-align:middle; }
.t9_order_info > span:nth-child(1) { font-size:11pt;font-family:light,tahoma;margin-left:20px;opacity:0.6; }

.t9_order_item { text-align:right;padding:5px 0px;border-bottom:1px solid rgba(255,255,255,0.1); }
.t9_order_item:last-child { border-style:none; }
.t9_order_item > span { display:inline-block;vertical-align:middle; }
.t9_order_item > span:nth-child(1) { font-size:11pt;font-family:light,tahoma;margin-left:10px;opacity:0.6; }

#t9_order_detail_title { font-size:13pt;text-align:right;font-family:bold,tahoma;margin-top:30px;margin-bottom:10px; }

#t9_dashboard_order { display:none;width:90%;max-width:300px;margin:0px auto; }
#dashord_title { margin-bottom:30px;text-align:right; }
#dashord_title > span { display:inline-block;vertical-align:middle; }
#dashord_title > span:nth-child(1) { font-size:10pt;font-family:bold,tahoma;margin-left:30px;cursor:pointer; }
#dashord_title > span:nth-child(2) { font-size:15pt;font-family:light,tahoma; }

.t9_dash_adr { padding:10px 15px;margin-top:10px;text-align:right;
background-image:linear-gradient(to left,rgba(0,0,0,0.3),rgba(0,0,0,0));background-image:-moz-linear-gradient(to left,rgba(0,0,0,0.3),rgba(0,0,0,0));
background-image:-webkit-linear-gradient(to left,rgba(0,0,0,0.3),rgba(0,0,0,0)); }
.t9_dash_adr > div { display:inline-block;vertical-align:middle;line-height:25px; }
.t9_dash_adr > div:nth-child(1) { font-size:12pt;font-family:light,tahoma;margin-left:20px; }
.t9_dash_adr > div:nth-child(2) { margin-top:0px; }
.t9_dash_adr > div:nth-child(2) > span { font-family:bold,tahoma;padding:0px 10px;border:1px solid #fff;border-radius:30px;
margin-left:5px;display:inline-block;vertical-align:middle; }

.t9_dash_ord { padding:10px 15px;margin-top:10px;text-align:right;
background-image:linear-gradient(to left,rgba(0,0,0,0.3),rgba(0,0,0,0));background-image:-moz-linear-gradient(to left,rgba(0,0,0,0.3),rgba(0,0,0,0));
background-image:-webkit-linear-gradient(to left,rgba(0,0,0,0.3),rgba(0,0,0,0));}
.t9_dash_ord > div { display:inline-block;vertical-align:middle; }
.t9_dash_ord > div:nth-child(1) { font-size:12pt;font-family:light,tahoma;margin-left:20px; }
.t9_dash_ord > div:nth-child(2) { font-size:9pt;font-family:light,tahoma; }

#adr_map { position:relative;width:100%;border-radius:10px;overflow:hidden; }
#adr_map > div { width:100%;direction:ltr;height:200px; }
#adr_map > i { display:block;width:40px;height:40px;background-size:100%;position:absolute;left:calc(50% - 20px);
top:calc(50% - 20px);background-image:url('../Temp/map_location.png');z-index:+1000; }