{"id":1580,"date":"2021-05-20T11:03:46","date_gmt":"2021-05-20T11:03:46","guid":{"rendered":"https:\/\/www.lotteria.com.mm\/home\/?page_id=1580"},"modified":"2026-04-24T08:57:22","modified_gmt":"2026-04-24T08:57:22","slug":"stores","status":"publish","type":"page","link":"https:\/\/www.lotteria.com.mm\/home\/stores\/","title":{"rendered":"Stores"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1580\" class=\"elementor elementor-1580\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1e8903d elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle\" data-id=\"1e8903d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-a415ec1\" data-id=\"a415ec1\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-91f5a1c elementor-widget elementor-widget-heading\" data-id=\"91f5a1c\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Stores<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e4593b3 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"e4593b3\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-bdcd34c\" data-id=\"bdcd34c\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9a9501d elementor-widget-tablet__width-initial elementor-widget__width-inherit elementor-widget elementor-widget-html\" data-id=\"9a9501d\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\n    .grid-box {\n        display: grid;\n        grid-template-columns: auto auto;\n        gap: 12px;\n    }\n    .store-card {\n        display: flex;\n        padding: 25px;\n        margin-bottom: 10px;\n        background-color: #fff;\n        box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;\n        transition: .2s ease-in-out;\n    }\n    .store-card:hover {\n        transform: translateY(-8px);\n    }\n    .logo-section {\n        border-right: 1px solid grey;\n    }\n    .logo {\n        width: 80px;\n        object-fit: contain;\n    }\n    \/*.logo-image {*\/\n    \/*    background-image: url('https:\/\/www.lotteria.com.mm\/home\/wp-content\/uploads\/2023\/08\/lotteria-new-logo-2.png');*\/\n    \/*    background-size: contain;*\/\n    \/*    background-repeat: no-repeat;*\/\n    \/*    background-position: center;*\/\n    \/*}*\/\n    .text-section {\n        border-left: 1px solid yellow;\n        padding-left: 15px;\n        margin-left: 10px;\n    }\n    h6 {\n        margin: 0;\n        padding-bottom: 10px;\n    }\n\n.button {\n  --width: 120px;\n  --height: 40px;\n  --tooltip-height: 35px;\n  --tooltip-width: 90px;\n  --gap-between-tooltip-to-button: 18px;\n  --button-color: #ef233c;\n  --tooltip-color: #fff;\n  width: var(--width);\n  height: var(--height);\n  background: var(--button-color);\n  position: relative;\n  text-align: center;\n  border-radius: 0.45em;\n  font-family: \"Arial\";\n  transition: background 0.3s;\n  cursor: pointer;\n}\n\n\n.button::after,.button::before {\n  opacity: 0;\n  visibility: hidden;\n  transition: all 0.5s;\n}\n\n.text {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n\n.button-wrapper,.text,.icon {\n  overflow: hidden;\n  position: absolute;\n  width: 100%;\n  height: 100%;\n  left: 0;\n  color: #fff;\n}\n\n.text {\n  top: 0;\n}\n.text:link {\n    text-decoration: none;\n    color: white;\n}\n.text,.icon {\n  transition: top 0.5s;\n}\n\n.icon {\n  color: #fff;\n  top: 100%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n\n.icon svg {\n  width: 24px;\n}\n\n.button:hover {\n  background: #;\n}\n\n.button:hover .text {\n  top: -100%;\n}\n\n.button:hover .icon {\n  top: 0;\n}\n\n.button:hover:before,.button:hover:after {\n  opacity: 1;\n  visibility: visible;\n}\n\nsvg {\n  fill: white;\n}\n\n\n    .mb-5 {\n        margin-bottom: 14px;\n    }\n    .mt {\n        margin-top: 30px;\n    }\n    span {\n        margin-left: 5px;\n    }\n    svg{\n        width: 20px;\n        fill: #fff;\n        margin-right: 7px;\n    }\n    \n     \/* Media queries *\/\n     @media screen and (max-width: 992px) {\n    .grid-box{\n      grid-template-columns: auto auto;\n  }\n}\n    @media screen and (max-width: 768px) {\n    .grid-box{\n      grid-template-columns: auto;\n  }\n}\n<\/style>\n\n<div class=\"container\">\n    <h4>Yangon Branches<\/h4>\n    <div class=\"grid-box\">\n        <div class=\"store-card\">\n           \n            <img decoding=\"async\" src=\"https:\/\/www.lotteria.com.mm\/home\/wp-content\/uploads\/2023\/08\/lotteria-new-logo-2.png\" class=\"logo\"\/>\n           <div class=\"text-section\">\n               <h6>\n                   Lotteria Junction Square\n               <\/h6>\n               <h6>\n                   Junction Square Shopping Center,Kamayut Township, Yangon\n               <\/h6>\n               <h6 class=\"mb-5\">\n                   Phone Number: +95(9) 455308101\n               <\/h6>\n               \n               <div class=\"button\">\n                <div class=\"button-wrapper\">\n                      <div class=\"text\">Get Direction<\/div>\n                 <a href=\"https:\/\/www.google.com\/maps\/place\/LOTTERIA\/@16.8170952,96.0957965,13z\/data=!4m9!1m2!2m1!1slotteria+junction+square!3m5!1s0x30c1eb4a686efdcf:0x69ebd0125b2fa4a2!8m2!3d16.8170926!4d96.1308169!15sChhsb3R0ZXJpYSBqdW5jdGlvbiBzcXVhcmUiA4gBAVokCghsb3R0ZXJpYSIYbG90dGVyaWEganVuY3Rpb24gc3F1YXJlkgEUZmFzdF9mb29kX3Jlc3RhdXJhbnQ\" rel=\"noopener\" target=\"_blank\" class=\"icon\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"><!--!Font Awesome Free 6.5.2 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license\/free Copyright 2024 Fonticons, Inc.--><path d=\"M547.6 103.8L490.3 13.1C485.2 5 476.1 0 466.4 0H109.6C99.9 0 90.8 5 85.7 13.1L28.3 103.8c-29.6 46.8-3.4 111.9 51.9 119.4c4 .5 8.1 .8 12.1 .8c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.2 0 49.3-11.4 65.2-29c16 17.6 39.1 29 65.2 29c4.1 0 8.1-.3 12.1-.8c55.5-7.4 81.8-72.5 52.1-119.4zM499.7 254.9l-.1 0c-5.3 .7-10.7 1.1-16.2 1.1c-12.4 0-24.3-1.9-35.4-5.3V384H128V250.6c-11.2 3.5-23.2 5.4-35.6 5.4c-5.5 0-11-.4-16.3-1.1l-.1 0c-4.1-.6-8.1-1.3-12-2.3V384v64c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V384 252.6c-4 1-8 1.8-12.3 2.3z\"\/><\/svg>\n                <\/a>\n            <\/div>\n        <\/div>\n\n\n               \n           <\/div>\n        <\/div> \n        \n        <div class=\"store-card\">\n           \n            <img decoding=\"async\" src=\"https:\/\/www.lotteria.com.mm\/home\/wp-content\/uploads\/2023\/08\/lotteria-new-logo-2.png\" class=\"logo\"\/>\n           <div class=\"text-section\">\n               <h6>\n                  Lotteria Pearl Condo\n               <\/h6>\n               <h6>\n                   No. G-07,Pearl Condo,Kabaaye Pagoda Road,Bahan Township, Yangon\n               <\/h6>\n               <h6 class=\"mb-5\">\n                   Phone Number: +95(9) 772135402\n               <\/h6>\n               <div class=\"button\">\n                <div class=\"button-wrapper\">\n                    <div class=\"text\">Get Direction<\/div>\n                 <a href=\"https:\/\/www.google.com\/maps\/place\/Lotteria\/@16.8172665,96.1565958,18z\/data=!4m6!3m5!1s0x30c1edb6c506688f:0x7427d38a86b0bb22!8m2!3d16.8171048!4d96.1568412!16s%2Fg%2F11b6hmcbpd\" rel=\"noopener\" target=\"_blank\" class=\"icon\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"><!--!Font Awesome Free 6.5.2 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license\/free Copyright 2024 Fonticons, Inc.--><path d=\"M547.6 103.8L490.3 13.1C485.2 5 476.1 0 466.4 0H109.6C99.9 0 90.8 5 85.7 13.1L28.3 103.8c-29.6 46.8-3.4 111.9 51.9 119.4c4 .5 8.1 .8 12.1 .8c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.2 0 49.3-11.4 65.2-29c16 17.6 39.1 29 65.2 29c4.1 0 8.1-.3 12.1-.8c55.5-7.4 81.8-72.5 52.1-119.4zM499.7 254.9l-.1 0c-5.3 .7-10.7 1.1-16.2 1.1c-12.4 0-24.3-1.9-35.4-5.3V384H128V250.6c-11.2 3.5-23.2 5.4-35.6 5.4c-5.5 0-11-.4-16.3-1.1l-.1 0c-4.1-.6-8.1-1.3-12-2.3V384v64c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V384 252.6c-4 1-8 1.8-12.3 2.3z\"\/><\/svg>\n                <\/a>\n                <\/div>\n            <\/div>\n           <\/div>\n        <\/div> \n        \n        <div class=\"store-card\">\n           \n            <img decoding=\"async\" src=\"https:\/\/www.lotteria.com.mm\/home\/wp-content\/uploads\/2023\/08\/lotteria-new-logo-2.png\" class=\"logo\"\/>\n           <div class=\"text-section\">\n               <h6>\n                   Lotteria China Town\n               <\/h6>\n               <h6>\n                   No.817, Corner of Hledan Street and Mahabandoola Road, Lanmadaw, Yangon\n               <\/h6>\n               <h6 class=\"mb-5\">\n                   Phone Number: +95(9) 962041003\n               <\/h6>\n               <div class=\"button\">\n                <div class=\"button-wrapper\">\n                    <div class=\"text\">Get Direction<\/div>\n                    <a href=\"https:\/\/www.google.com\/maps\/place\/LOTTERIA+China+Town\/@16.7747399,96.1407868,17z\/data=!3m1!4b1!4m6!3m5!1s0x30c1eb78134490cf:0x8c845c0465983a60!8m2!3d16.7747348!4d96.1433617!16s%2Fg%2F11b6hspv3_\" rel=\"noopener\" target=\"_blank\" class=\"icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"><!--!Font Awesome Free 6.5.2 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license\/free Copyright 2024 Fonticons, Inc.--><path d=\"M547.6 103.8L490.3 13.1C485.2 5 476.1 0 466.4 0H109.6C99.9 0 90.8 5 85.7 13.1L28.3 103.8c-29.6 46.8-3.4 111.9 51.9 119.4c4 .5 8.1 .8 12.1 .8c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.2 0 49.3-11.4 65.2-29c16 17.6 39.1 29 65.2 29c4.1 0 8.1-.3 12.1-.8c55.5-7.4 81.8-72.5 52.1-119.4zM499.7 254.9l-.1 0c-5.3 .7-10.7 1.1-16.2 1.1c-12.4 0-24.3-1.9-35.4-5.3V384H128V250.6c-11.2 3.5-23.2 5.4-35.6 5.4c-5.5 0-11-.4-16.3-1.1l-.1 0c-4.1-.6-8.1-1.3-12-2.3V384v64c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V384 252.6c-4 1-8 1.8-12.3 2.3z\"\/><\/svg>\n                    <\/a>\n                <\/div>\n            <\/div>\n           <\/div>\n        <\/div>  \n        \n        <div class=\"store-card\">\n           \n            <img decoding=\"async\" src=\"https:\/\/www.lotteria.com.mm\/home\/wp-content\/uploads\/2023\/08\/lotteria-new-logo-2.png\" class=\"logo\"\/>\n           <div class=\"text-section\">\n               <h6>\n                   Lotteria Junction 8\n               <\/h6>\n               <h6>\n                   G21 to G24,Junction 8 Shopping Center,Kyaik Waing Pagoda Road,Mayangone Township, Yangon\n               <\/h6>\n               <h6 class=\"mb-5\">\n                   Phone Number: +95(9) 772135404\n               <\/h6>\n              <div class=\"button\">\n                <div class=\"button-wrapper\">\n                    <div class=\"text\">Get Direction<\/div>\n                    <a href=\"https:\/\/www.google.com\/maps\/place\/Lotteria\/@16.8653602,96.1401272,18.5z\/data=!4m12!1m6!3m5!1s0x30c19488609153b5:0xee873d9951fb1a0a!2sJunction+8!8m2!3d16.8650199!4d96.1406999!3m4!1s0x30c1952c303978bd:0x746182cb734ad79!8m2!3d16.8658304!4d96.1405752\" rel=\"noopener\" target=\"_blank\" class=\"icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"><!--!Font Awesome Free 6.5.2 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license\/free Copyright 2024 Fonticons, Inc.--><path d=\"M547.6 103.8L490.3 13.1C485.2 5 476.1 0 466.4 0H109.6C99.9 0 90.8 5 85.7 13.1L28.3 103.8c-29.6 46.8-3.4 111.9 51.9 119.4c4 .5 8.1 .8 12.1 .8c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.2 0 49.3-11.4 65.2-29c16 17.6 39.1 29 65.2 29c4.1 0 8.1-.3 12.1-.8c55.5-7.4 81.8-72.5 52.1-119.4zM499.7 254.9l-.1 0c-5.3 .7-10.7 1.1-16.2 1.1c-12.4 0-24.3-1.9-35.4-5.3V384H128V250.6c-11.2 3.5-23.2 5.4-35.6 5.4c-5.5 0-11-.4-16.3-1.1l-.1 0c-4.1-.6-8.1-1.3-12-2.3V384v64c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V384 252.6c-4 1-8 1.8-12.3 2.3z\"\/><\/svg>\n                    <\/a>\n                <\/div>\n            <\/div>\n           <\/div>\n        <\/div> \n        \n        <div class=\"store-card\">\n           \n            <img decoding=\"async\" src=\"https:\/\/www.lotteria.com.mm\/home\/wp-content\/uploads\/2023\/08\/lotteria-new-logo-2.png\" class=\"logo\"\/>\n           <div class=\"text-section\">\n               <h6>\n                   Lotteria Ocean Shwe Ghone Daing\n               <\/h6>\n               <h6>\n                   No 120, Ground Floor, Corner of Shwe Ghone Daing Street & Banyar Dala Street, Bahan Township, Yangon\n               <\/h6>\n               <h6 class=\"mb-5\">\n                   Phone Number: +95(9) 774560198\n               <\/h6>\n               <div class=\"button\">\n                <div class=\"button-wrapper\">\n                    <div class=\"text\">Get Direction<\/div>\n                    <a href=\"https:\/\/www.google.com\/maps\/place\/Lotteria+(Ocean+Shwe+Ghone+Daing)\/@16.8112228,96.1707619,20.58z\/data=!4m9!1m2!2m1!1sCorner+of+Shwe+Ghone+Daing+Street+%26+Banyar+Dala+Street,+Bahan!3m5!1s0x30c1ed34f6d4de21:0xaad036f8e02a87e!8m2!3d16.8114026!4d96.1706996!15sCj1Db3JuZXIgb2YgU2h3ZSBHaG9uZSBEYWluZyBTdHJlZXQgJiBCYW55YXIgRGFsYSBTdHJlZXQsIEJhaGFuWj4iPGNvcm5lciBvZiBzaHdlIGdob25lIGRhaW5nIHN0cmVldCAmIGJhbnlhciBkYWxhIHN0cmVldCBiYWhhbpIBFGZhc3RfZm9vZF9yZXN0YXVyYW50mgEgQ2hSRFNVaE5NRzluUzBWSlEwRm5TVU5wYlc5eldoQUI\" rel=\"noopener\" target=\"_blank\" class=\"icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"><!--!Font Awesome Free 6.5.2 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license\/free Copyright 2024 Fonticons, Inc.--><path d=\"M547.6 103.8L490.3 13.1C485.2 5 476.1 0 466.4 0H109.6C99.9 0 90.8 5 85.7 13.1L28.3 103.8c-29.6 46.8-3.4 111.9 51.9 119.4c4 .5 8.1 .8 12.1 .8c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.2 0 49.3-11.4 65.2-29c16 17.6 39.1 29 65.2 29c4.1 0 8.1-.3 12.1-.8c55.5-7.4 81.8-72.5 52.1-119.4zM499.7 254.9l-.1 0c-5.3 .7-10.7 1.1-16.2 1.1c-12.4 0-24.3-1.9-35.4-5.3V384H128V250.6c-11.2 3.5-23.2 5.4-35.6 5.4c-5.5 0-11-.4-16.3-1.1l-.1 0c-4.1-.6-8.1-1.3-12-2.3V384v64c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V384 252.6c-4 1-8 1.8-12.3 2.3z\"\/><\/svg>\n                    <\/a>\n                <\/div>\n            <\/div>\n           <\/div>\n        <\/div>\n        \n        <div class=\"store-card\">\n           \n            <img decoding=\"async\" src=\"https:\/\/www.lotteria.com.mm\/home\/wp-content\/uploads\/2023\/08\/lotteria-new-logo-2.png\" class=\"logo\"\/>\n           <div class=\"text-section\">\n               <h6>\n                   Lotteria Kyauktada\n               <\/h6>\n               <h6>\n                   No.79 \/ 81; Room 001\/002 ;between 39 & 40, Anawrahta road, 8 Quarter, Kyauktada Township\n               <\/h6>\n               <h6 class=\"mb-5\">\n                   Phone Number: +95(9) 966949707\n               <\/h6>\n                <div class=\"button\">\n                <div class=\"button-wrapper\">\n                    <div class=\"text\">Get Direction<\/div>\n                    <a href=\"https:\/\/www.google.com\/maps\/place\/Lotteria\/@16.8135668,96.108193,13z\/data=!4m10!1m2!2m1!1sLotteria+near+Kyauktada+Township,+Myanmar!3m6!1s0x30c1ec8885538359:0xd7c63ab5c8738a1!8m2!3d16.7765319!4d96.1638322!15sCilMb3R0ZXJpYSBuZWFyIEt5YXVrdGFkYSBUb3duc2hpcCwgTXlhbm1hciIDiAEBkgESY2hpY2tlbl9yZXN0YXVyYW504AEA!16s%2Fg%2F11hctfv2hg\" rel=\"noopener\" target=\"_blank\" class=\"icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"><!--!Font Awesome Free 6.5.2 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license\/free Copyright 2024 Fonticons, Inc.--><path d=\"M547.6 103.8L490.3 13.1C485.2 5 476.1 0 466.4 0H109.6C99.9 0 90.8 5 85.7 13.1L28.3 103.8c-29.6 46.8-3.4 111.9 51.9 119.4c4 .5 8.1 .8 12.1 .8c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.2 0 49.3-11.4 65.2-29c16 17.6 39.1 29 65.2 29c4.1 0 8.1-.3 12.1-.8c55.5-7.4 81.8-72.5 52.1-119.4zM499.7 254.9l-.1 0c-5.3 .7-10.7 1.1-16.2 1.1c-12.4 0-24.3-1.9-35.4-5.3V384H128V250.6c-11.2 3.5-23.2 5.4-35.6 5.4c-5.5 0-11-.4-16.3-1.1l-.1 0c-4.1-.6-8.1-1.3-12-2.3V384v64c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V384 252.6c-4 1-8 1.8-12.3 2.3z\"\/><\/svg>\n                    <\/a>\n                <\/div>\n            <\/div>\n           <\/div>\n        <\/div>\n        \n        <div class=\"store-card\">\n           \n            <img decoding=\"async\" src=\"https:\/\/www.lotteria.com.mm\/home\/wp-content\/uploads\/2023\/08\/lotteria-new-logo-2.png\" class=\"logo\"\/>\n           <div class=\"text-section\">\n               <h6>\n                   Lotteria Waizayandar\n               <\/h6>\n               <h6>\n                   No.54.56.58, City Mart Supermarket, Waizayandar Road, (8\/Setmhu) Ward, South Okkalapa Township, Yangon\n               <\/h6>\n               <h6 class=\"mb-5\">\n                   Phone Number: +95(9) 772135408\n               <\/h6>\n               <div class=\"button\">\n                <div class=\"button-wrapper\">\n                    <div class=\"text\">Get Direction<\/div>\n                    <a href=\"https:\/\/www.google.com\/maps\/place\/Lotteria\/@16.8369884,96.1737882,17z\/data=!3m1!4b1!4m5!3m4!1s0x30c19338d15c017d:0x2d6ea12797e92c02!8m2!3d16.8369884!4d96.1759769\" rel=\"noopener\" target=\"_blank\" class=\"icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"><!--!Font Awesome Free 6.5.2 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license\/free Copyright 2024 Fonticons, Inc.--><path d=\"M547.6 103.8L490.3 13.1C485.2 5 476.1 0 466.4 0H109.6C99.9 0 90.8 5 85.7 13.1L28.3 103.8c-29.6 46.8-3.4 111.9 51.9 119.4c4 .5 8.1 .8 12.1 .8c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.2 0 49.3-11.4 65.2-29c16 17.6 39.1 29 65.2 29c4.1 0 8.1-.3 12.1-.8c55.5-7.4 81.8-72.5 52.1-119.4zM499.7 254.9l-.1 0c-5.3 .7-10.7 1.1-16.2 1.1c-12.4 0-24.3-1.9-35.4-5.3V384H128V250.6c-11.2 3.5-23.2 5.4-35.6 5.4c-5.5 0-11-.4-16.3-1.1l-.1 0c-4.1-.6-8.1-1.3-12-2.3V384v64c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V384 252.6c-4 1-8 1.8-12.3 2.3z\"\/><\/svg>\n                    <\/a>\n                <\/div>\n            <\/div>\n           <\/div>\n        <\/div>\n        \n        <div class=\"store-card\">\n           \n            <img decoding=\"async\" src=\"https:\/\/www.lotteria.com.mm\/home\/wp-content\/uploads\/2023\/08\/lotteria-new-logo-2.png\" class=\"logo\"\/>\n           <div class=\"text-section\">\n               <h6>\n                   Lotteria 6 Miles\n               <\/h6>\n               <h6>\n                   No.2\/A, corner of Kan Street, Pyay Road, 6 Miles, Hlaing Township, Yangon\n               <\/h6>\n               <h6 class=\"mb-5\">\n                   Phone Number: +95(9) 772135410\n               <\/h6>\n               <div class=\"button\">\n                <div class=\"button-wrapper\">\n                    <div class=\"text\">Get Direction<\/div>\n                    <a href=\"https:\/\/www.google.com\/maps\/place\/Lotteria\/@16.8380578,96.1338079,19.25z\/data=!4m8!1m2!2m1!1s%09No.2%2FA,+corner+of+Kan+Street,+Pyay+Road,+6+Miles,+Hlaing!3m4!1s0x30c194b929845555:0x89bb3f36ecea91eb!8m2!3d16.8380675!4d96.1342315\" rel=\"noopener\" target=\"_blank\" class=\"icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"><!--!Font Awesome Free 6.5.2 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license\/free Copyright 2024 Fonticons, Inc.--><path d=\"M547.6 103.8L490.3 13.1C485.2 5 476.1 0 466.4 0H109.6C99.9 0 90.8 5 85.7 13.1L28.3 103.8c-29.6 46.8-3.4 111.9 51.9 119.4c4 .5 8.1 .8 12.1 .8c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.2 0 49.3-11.4 65.2-29c16 17.6 39.1 29 65.2 29c4.1 0 8.1-.3 12.1-.8c55.5-7.4 81.8-72.5 52.1-119.4zM499.7 254.9l-.1 0c-5.3 .7-10.7 1.1-16.2 1.1c-12.4 0-24.3-1.9-35.4-5.3V384H128V250.6c-11.2 3.5-23.2 5.4-35.6 5.4c-5.5 0-11-.4-16.3-1.1l-.1 0c-4.1-.6-8.1-1.3-12-2.3V384v64c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V384 252.6c-4 1-8 1.8-12.3 2.3z\"\/><\/svg>\n                    <\/a>\n                <\/div>\n            <\/div>\n           <\/div>\n        <\/div>\n        \n        <div class=\"store-card\">\n           \n            <img decoding=\"async\" src=\"https:\/\/www.lotteria.com.mm\/home\/wp-content\/uploads\/2023\/08\/lotteria-new-logo-2.png\" class=\"logo\"\/>\n           <div class=\"text-section\">\n               <h6>\n                   Lotteria Sanyeiknyein Gahmonpwint\n               <\/h6>\n               <h6>\n                  Gahmonepwint Shopping Mall, No.96, Ground Floor, Insein Road, Kamaryut Township, Yangon\n               <\/h6>\n               <h6 class=\"mb-5\">\n                   Phone Number: + 95(9) 772135412\n               <\/h6>\n               <div class=\"button\">\n                <div class=\"button-wrapper\">\n                    <div class=\"text\">Get Direction<\/div>\n                    <a href=\"https:\/\/www.google.com\/maps\/place\/Lotteria\/@16.8327213,96.1293673,20.25z\/data=!4m12!1m6!3m5!1s0x30c194c7d7cc6977:0x1512a308c17be173!2sGa+Mone+Pwint!8m2!3d16.8328391!4d96.1294785!3m4!1s0x30c194c8788e4e67:0x713608b206d059a1!8m2!3d16.832566!4d96.129457\" rel=\"noopener\" target=\"_blank\" class=\"icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"><!--!Font Awesome Free 6.5.2 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license\/free Copyright 2024 Fonticons, Inc.--><path d=\"M547.6 103.8L490.3 13.1C485.2 5 476.1 0 466.4 0H109.6C99.9 0 90.8 5 85.7 13.1L28.3 103.8c-29.6 46.8-3.4 111.9 51.9 119.4c4 .5 8.1 .8 12.1 .8c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.2 0 49.3-11.4 65.2-29c16 17.6 39.1 29 65.2 29c4.1 0 8.1-.3 12.1-.8c55.5-7.4 81.8-72.5 52.1-119.4zM499.7 254.9l-.1 0c-5.3 .7-10.7 1.1-16.2 1.1c-12.4 0-24.3-1.9-35.4-5.3V384H128V250.6c-11.2 3.5-23.2 5.4-35.6 5.4c-5.5 0-11-.4-16.3-1.1l-.1 0c-4.1-.6-8.1-1.3-12-2.3V384v64c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V384 252.6c-4 1-8 1.8-12.3 2.3z\"\/><\/svg>\n                    <\/a>\n                <\/div>\n            <\/div>\n           <\/div>\n        <\/div>\n        \n        <div class=\"store-card\">\n           \n            <img decoding=\"async\" src=\"https:\/\/www.lotteria.com.mm\/home\/wp-content\/uploads\/2023\/08\/lotteria-new-logo-2.png\" class=\"logo\"\/>\n           <div class=\"text-section\">\n               <h6>\n                   Lotteria Kabar Aye Gahmonpwint\n               <\/h6>\n               <h6>\n                   Gahmonepwint Shopping Center, Ground Floor, Kabaraye Pagoda Road, Mayangone Township, Yangon\n               <\/h6>\n               <h6 class=\"mb-5\">\n                   Phone Number: +95(9) 761670114\n               <\/h6>\n               <div class=\"button\">\n                <div class=\"button-wrapper\">\n                    <div class=\"text\">Get Direction<\/div>\n                    <a href=\"https:\/\/www.google.com\/maps\/place\/Lotteria+(Kabar+Aye+Gamone+Pwint)\/@16.8562553,96.1571003,21z\/data=!4m5!3m4!1s0x30c1937cba4f5e7b:0x2f2a086ade3fc563!8m2!3d16.8563086!4d96.1570408\" rel=\"noopener\" target=\"_blank\" class=\"icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"><!--!Font Awesome Free 6.5.2 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license\/free Copyright 2024 Fonticons, Inc.--><path d=\"M547.6 103.8L490.3 13.1C485.2 5 476.1 0 466.4 0H109.6C99.9 0 90.8 5 85.7 13.1L28.3 103.8c-29.6 46.8-3.4 111.9 51.9 119.4c4 .5 8.1 .8 12.1 .8c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.2 0 49.3-11.4 65.2-29c16 17.6 39.1 29 65.2 29c4.1 0 8.1-.3 12.1-.8c55.5-7.4 81.8-72.5 52.1-119.4zM499.7 254.9l-.1 0c-5.3 .7-10.7 1.1-16.2 1.1c-12.4 0-24.3-1.9-35.4-5.3V384H128V250.6c-11.2 3.5-23.2 5.4-35.6 5.4c-5.5 0-11-.4-16.3-1.1l-.1 0c-4.1-.6-8.1-1.3-12-2.3V384v64c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V384 252.6c-4 1-8 1.8-12.3 2.3z\"\/><\/svg>\n                    <\/a>\n                <\/div>\n            <\/div>\n           <\/div>\n        <\/div>\n        \n        <div class=\"store-card\">\n           \n            <img decoding=\"async\" src=\"https:\/\/www.lotteria.com.mm\/home\/wp-content\/uploads\/2023\/08\/lotteria-new-logo-2.png\" class=\"logo\"\/>\n           <div class=\"text-section\">\n               <h6>\n                   Lotteria Junction City\n               <\/h6>\n               <h6>\n                   Room 502, Level 5, Corner of ShweDaGon Pagoda Road & Bogyoke Aung San Road, Pabedan Township, Yangon\n               <\/h6>\n               <h6 class=\"mb-5\">\n                   Phone Number: +95(9) 457498615\n               <\/h6>\n               <div class=\"button\">\n                <div class=\"button-wrapper\">\n                    <div class=\"text\">Get Direction<\/div>\n                    <a href=\"https:\/\/www.google.com\/maps\/place\/Lotteria\/@16.7791486,96.1542056,19.5z\/data=!4m5!3m4!1s0x30c1ec818b89580d:0x27eac98be3942729!8m2!3d16.7788428!4d96.1542519\" rel=\"noopener\" target=\"_blank\" class=\"icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"><!--!Font Awesome Free 6.5.2 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license\/free Copyright 2024 Fonticons, Inc.--><path d=\"M547.6 103.8L490.3 13.1C485.2 5 476.1 0 466.4 0H109.6C99.9 0 90.8 5 85.7 13.1L28.3 103.8c-29.6 46.8-3.4 111.9 51.9 119.4c4 .5 8.1 .8 12.1 .8c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.2 0 49.3-11.4 65.2-29c16 17.6 39.1 29 65.2 29c4.1 0 8.1-.3 12.1-.8c55.5-7.4 81.8-72.5 52.1-119.4zM499.7 254.9l-.1 0c-5.3 .7-10.7 1.1-16.2 1.1c-12.4 0-24.3-1.9-35.4-5.3V384H128V250.6c-11.2 3.5-23.2 5.4-35.6 5.4c-5.5 0-11-.4-16.3-1.1l-.1 0c-4.1-.6-8.1-1.3-12-2.3V384v64c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V384 252.6c-4 1-8 1.8-12.3 2.3z\"\/><\/svg>\n                    <\/a>\n                <\/div>\n            <\/div>\n           <\/div>\n        <\/div>\n        \n        <div class=\"store-card\">\n           \n            <img decoding=\"async\" src=\"https:\/\/www.lotteria.com.mm\/home\/wp-content\/uploads\/2023\/08\/lotteria-new-logo-2.png\" class=\"logo\"\/>\n           <div class=\"text-section\">\n               <h6>\n                   Lotteria Ocean Hlaing Thar Yar\n               <\/h6>\n               <h6>\n                   No.246, Min Gyi Mahar Min Gaung Street, Hlaing Tharyar Industrial Zone, Hlaing Thar Yar Township, Yangon\n               <\/h6>\n               <h6 class=\"mb-5\">\n                   Phone Number: +95(9) 457498616\n               <\/h6>\n               <div class=\"button\">\n                <div class=\"button-wrapper\">\n                    <div class=\"text\">Get Direction<\/div>\n                    <a href=\"https:\/\/www.google.com\/maps\/place\/Lotteria\/@16.8569999,96.0774806,20.25z\/data=!4m12!1m6!3m5!1s0x30c1956546019c31:0xe942eeeb5d74e7c2!2sOcean+Supercenter+(Hlaing+Thar+Yar+Branch)!8m2!3d16.8567602!4d96.0774135!3m4!1s0x30c195654b871e6b:0x4e69df9e21ff2efa!8m2!3d16.8571202!4d96.0773847\" rel=\"noopener\" target=\"_blank\" class=\"icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"><!--!Font Awesome Free 6.5.2 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license\/free Copyright 2024 Fonticons, Inc.--><path d=\"M547.6 103.8L490.3 13.1C485.2 5 476.1 0 466.4 0H109.6C99.9 0 90.8 5 85.7 13.1L28.3 103.8c-29.6 46.8-3.4 111.9 51.9 119.4c4 .5 8.1 .8 12.1 .8c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.2 0 49.3-11.4 65.2-29c16 17.6 39.1 29 65.2 29c4.1 0 8.1-.3 12.1-.8c55.5-7.4 81.8-72.5 52.1-119.4zM499.7 254.9l-.1 0c-5.3 .7-10.7 1.1-16.2 1.1c-12.4 0-24.3-1.9-35.4-5.3V384H128V250.6c-11.2 3.5-23.2 5.4-35.6 5.4c-5.5 0-11-.4-16.3-1.1l-.1 0c-4.1-.6-8.1-1.3-12-2.3V384v64c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V384 252.6c-4 1-8 1.8-12.3 2.3z\"\/><\/svg>\n                    <\/a>\n                <\/div>\n            <\/div>\n           <\/div>\n        <\/div>\n        \n        <div class=\"store-card\">\n           \n            <img decoding=\"async\" src=\"https:\/\/www.lotteria.com.mm\/home\/wp-content\/uploads\/2023\/08\/lotteria-new-logo-2.png\" class=\"logo\"\/>\n           <div class=\"text-section\">\n               <h6>\n                   Lotteria City Mart Yay Kyaw\n               <\/h6>\n               <h6>\n                   No. 8,9,10,11, 1st Floor, Yay-Kyaw Market, Corner of Yay Kyaw Zay Road and Zezawah Street, Pazundaung Township, Yangon\n               <\/h6>\n               <h6 class=\"mb-5\">\n                   Phone Number: +95(9) 457498617\n               <\/h6>\n               <div class=\"button\">\n                <div class=\"button-wrapper\">\n                    <div class=\"text\">Get Direction<\/div>\n                    <a href=\"https:\/\/www.google.com\/maps\/place\/Lotteria+Ocean+Yay+Kyaw\/@16.7795047,96.170018,19z\/data=!4m10!1m2!2m1!1syay+kyaw+lotteria!3m6!1s0x30c1ed4edf5ba343:0x8ee2c8a0306d4570!8m2!3d16.7795163!4d96.1706219!15sChF5YXkga3lhdyBsb3R0ZXJpYSIDiAEBWhMiEXlheSBreWF3IGxvdHRlcmlhkgEUZmFzdF9mb29kX3Jlc3RhdXJhbnTgAQA!16s%2Fg%2F11w24hhs5z\" rel=\"noopener\" target=\"_blank\" class=\"icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"><!--!Font Awesome Free 6.5.2 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license\/free Copyright 2024 Fonticons, Inc.--><path d=\"M547.6 103.8L490.3 13.1C485.2 5 476.1 0 466.4 0H109.6C99.9 0 90.8 5 85.7 13.1L28.3 103.8c-29.6 46.8-3.4 111.9 51.9 119.4c4 .5 8.1 .8 12.1 .8c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.2 0 49.3-11.4 65.2-29c16 17.6 39.1 29 65.2 29c4.1 0 8.1-.3 12.1-.8c55.5-7.4 81.8-72.5 52.1-119.4zM499.7 254.9l-.1 0c-5.3 .7-10.7 1.1-16.2 1.1c-12.4 0-24.3-1.9-35.4-5.3V384H128V250.6c-11.2 3.5-23.2 5.4-35.6 5.4c-5.5 0-11-.4-16.3-1.1l-.1 0c-4.1-.6-8.1-1.3-12-2.3V384v64c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V384 252.6c-4 1-8 1.8-12.3 2.3z\"\/><\/svg>\n                    <\/a>\n                <\/div>\n            <\/div>\n           <\/div>\n        <\/div>\n        \n        <div class=\"store-card\">\n           \n            <img decoding=\"async\" src=\"https:\/\/www.lotteria.com.mm\/home\/wp-content\/uploads\/2023\/08\/lotteria-new-logo-2.png\" class=\"logo\"\/>\n           <div class=\"text-section\">\n               <h6>\n                  Lotteria City Mall St John\n               <\/h6>\n               <h6>\n                   Level-3, St John Shopping Complex, Corner of Pyay Road & Min Ye Kyaw Zwa Road, Dagon Township, Yangon\n               <\/h6>\n               <h6 class=\"mb-5\">\n                   Phone Number: +95(9) 457498618\n               <\/h6>\n               <div class=\"button\">\n                <div class=\"button-wrapper\">\n                    <div class=\"text\">Get Direction<\/div>\n                    <a href=\"https:\/\/www.google.com\/maps\/place\/Lotteria\/@16.7825634,96.1442267,19z\/data=!4m6!3m5!1s0x30c1eb7aff31e009:0x2872a056f64ece69!8m2!3d16.7827239!4d96.1444359!16s%2Fg%2F11ggsgc675\" rel=\"noopener\" target=\"_blank\" class=\"icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"><!--!Font Awesome Free 6.5.2 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license\/free Copyright 2024 Fonticons, Inc.--><path d=\"M547.6 103.8L490.3 13.1C485.2 5 476.1 0 466.4 0H109.6C99.9 0 90.8 5 85.7 13.1L28.3 103.8c-29.6 46.8-3.4 111.9 51.9 119.4c4 .5 8.1 .8 12.1 .8c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.2 0 49.3-11.4 65.2-29c16 17.6 39.1 29 65.2 29c4.1 0 8.1-.3 12.1-.8c55.5-7.4 81.8-72.5 52.1-119.4zM499.7 254.9l-.1 0c-5.3 .7-10.7 1.1-16.2 1.1c-12.4 0-24.3-1.9-35.4-5.3V384H128V250.6c-11.2 3.5-23.2 5.4-35.6 5.4c-5.5 0-11-.4-16.3-1.1l-.1 0c-4.1-.6-8.1-1.3-12-2.3V384v64c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V384 252.6c-4 1-8 1.8-12.3 2.3z\"\/><\/svg>\n                    <\/a>\n                <\/div>\n            <\/div>\n           <\/div>\n        <\/div>\n        \n        <div class=\"store-card\">\n           \n            <img decoding=\"async\" src=\"https:\/\/www.lotteria.com.mm\/home\/wp-content\/uploads\/2023\/08\/lotteria-new-logo-2.png\" class=\"logo\"\/>\n           <div class=\"text-section\">\n               <h6>\n                  Lotteria\tMyaynigone\n               <\/h6>\n               <h6>\n                   Ground Floor, City Mart Supermarket, Corner of Shin Saw Pu Street and Pyay Road, Sanchaung Township, Yangon\n               <\/h6>\n               <h6 class=\"mb-5\">\n                   Phone Number: +95(9) 954955519\n               <\/h6>\n               <div class=\"button\">\n                <div class=\"button-wrapper\">\n                    <div class=\"text\">Get Direction<\/div>\n                    <a href=\"https:\/\/www.google.com\/maps\/place\/Lotteria+(City+Mart+Myaynigone)\/@16.8015358,96.137447,20.25z\/data=!4m12!1m6!3m5!1s0x30c1eb43c3c35dad:0x6fddc640f2353863!2sCity+Mart!8m2!3d16.8018301!4d96.1376511!3m4!1s0x30c1eb43c2379c15:0x711bb445831828b3!8m2!3d16.8015594!4d96.1376738\" rel=\"noopener\" target=\"_blank\" class=\"icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"><!--!Font Awesome Free 6.5.2 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license\/free Copyright 2024 Fonticons, Inc.--><path d=\"M547.6 103.8L490.3 13.1C485.2 5 476.1 0 466.4 0H109.6C99.9 0 90.8 5 85.7 13.1L28.3 103.8c-29.6 46.8-3.4 111.9 51.9 119.4c4 .5 8.1 .8 12.1 .8c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.2 0 49.3-11.4 65.2-29c16 17.6 39.1 29 65.2 29c4.1 0 8.1-.3 12.1-.8c55.5-7.4 81.8-72.5 52.1-119.4zM499.7 254.9l-.1 0c-5.3 .7-10.7 1.1-16.2 1.1c-12.4 0-24.3-1.9-35.4-5.3V384H128V250.6c-11.2 3.5-23.2 5.4-35.6 5.4c-5.5 0-11-.4-16.3-1.1l-.1 0c-4.1-.6-8.1-1.3-12-2.3V384v64c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V384 252.6c-4 1-8 1.8-12.3 2.3z\"\/><\/svg>\n                    <\/a>\n                <\/div>\n            <\/div>\n           <\/div>\n        <\/div>\n        \n        <div class=\"store-card\">\n           \n            <img decoding=\"async\" src=\"https:\/\/www.lotteria.com.mm\/home\/wp-content\/uploads\/2023\/08\/lotteria-new-logo-2.png\" class=\"logo\"\/>\n           <div class=\"text-section\">\n               <h6>\n                  Lotteria Hledan\n               <\/h6>\n               <h6>\n                   No. 15\/17, Yangon - Insein Road, Kamaryut Township, Yangon\n               <\/h6>\n               <h6 class=\"mb-5\">\n                   Phone Number: +95(9) 962303120\n               <\/h6>\n               <div class=\"button\">\n                <div class=\"button-wrapper\">\n                    <div class=\"text\">Get Direction<\/div>\n                    <a href=\"https:\/\/www.google.com\/maps\/place\/Lotteria+(Hledan)\/@16.8284105,96.1275049,17z\/data=!3m1!4b1!4m6!3m5!1s0x30c1951e8bc4f339:0xf0dd9d48e84d465d!8m2!3d16.8284054!4d96.1300798!16s%2Fg%2F11s8x1vp2y\" rel=\"noopener\" target=\"_blank\" class=\"icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"><!--!Font Awesome Free 6.5.2 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license\/free Copyright 2024 Fonticons, Inc.--><path d=\"M547.6 103.8L490.3 13.1C485.2 5 476.1 0 466.4 0H109.6C99.9 0 90.8 5 85.7 13.1L28.3 103.8c-29.6 46.8-3.4 111.9 51.9 119.4c4 .5 8.1 .8 12.1 .8c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.2 0 49.3-11.4 65.2-29c16 17.6 39.1 29 65.2 29c4.1 0 8.1-.3 12.1-.8c55.5-7.4 81.8-72.5 52.1-119.4zM499.7 254.9l-.1 0c-5.3 .7-10.7 1.1-16.2 1.1c-12.4 0-24.3-1.9-35.4-5.3V384H128V250.6c-11.2 3.5-23.2 5.4-35.6 5.4c-5.5 0-11-.4-16.3-1.1l-.1 0c-4.1-.6-8.1-1.3-12-2.3V384v64c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V384 252.6c-4 1-8 1.8-12.3 2.3z\"\/><\/svg>\n                    <\/a>\n                <\/div>\n            <\/div>\n           <\/div>\n        <\/div>\n        \n        <div class=\"store-card\">\n           \n            <img decoding=\"async\" src=\"https:\/\/www.lotteria.com.mm\/home\/wp-content\/uploads\/2023\/08\/lotteria-new-logo-2.png\" class=\"logo\"\/>\n           <div class=\"text-section\">\n               <h6>\n                  Lotteria Ocean East Point\n               <\/h6>\n               <h6>\n                   Room-04, 3rd Floor, Ocean East Point Shopping Center, Maha Bandoola Rd, Cor of Tar Wa Tain Thar St, Pazundaung Township, Yangon\n               <\/h6>\n               <h6 class=\"mb-5\">\n                   Phone Number: +95(9) 953102323\n               <\/h6>\n               <div class=\"button\">\n                <div class=\"button-wrapper\">\n                    <div class=\"text\">Get Direction<\/div>\n                    <a href=\"https:\/\/www.google.com\/maps\/place\/Lotteria\/@16.7731876,96.1773466,18z\/data=!4m5!3m4!1s0x30c1edbe4c84e7dd:0xe47846f601105efb!8m2!3d16.7740028!4d96.1786653\" rel=\"noopener\" target=\"_blank\" class=\"icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"><!--!Font Awesome Free 6.5.2 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license\/free Copyright 2024 Fonticons, Inc.--><path d=\"M547.6 103.8L490.3 13.1C485.2 5 476.1 0 466.4 0H109.6C99.9 0 90.8 5 85.7 13.1L28.3 103.8c-29.6 46.8-3.4 111.9 51.9 119.4c4 .5 8.1 .8 12.1 .8c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.2 0 49.3-11.4 65.2-29c16 17.6 39.1 29 65.2 29c4.1 0 8.1-.3 12.1-.8c55.5-7.4 81.8-72.5 52.1-119.4zM499.7 254.9l-.1 0c-5.3 .7-10.7 1.1-16.2 1.1c-12.4 0-24.3-1.9-35.4-5.3V384H128V250.6c-11.2 3.5-23.2 5.4-35.6 5.4c-5.5 0-11-.4-16.3-1.1l-.1 0c-4.1-.6-8.1-1.3-12-2.3V384v64c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V384 252.6c-4 1-8 1.8-12.3 2.3z\"\/><\/svg>\n                    <\/a>\n                <\/div>\n            <\/div>\n           <\/div>\n        <\/div>\n        \n        <div class=\"store-card\">\n           \n            <img decoding=\"async\" src=\"https:\/\/www.lotteria.com.mm\/home\/wp-content\/uploads\/2023\/08\/lotteria-new-logo-2.png\" class=\"logo\"\/>\n           <div class=\"text-section\">\n               <h6>\n                  Lotteria Ocean North Point\n               <\/h6>\n               <h6>\n                   Room-05+06+07+08, Ground Floor, Ocean North Point Shopping Center, Taw Win Road and Corner of Pyay Road, Mayangone Township, Yangon\n               <\/h6>\n               <h6 class=\"mb-5\">\n                   Phone Number: +95(9) 895535624\n               <\/h6>\n               <div class=\"button\">\n                <div class=\"button-wrapper\">\n                    <div class=\"text\">Get Direction<\/div>\n                    <a href=\"https:\/\/www.google.com\/maps\/place\/Lotteria\/@16.8809539,96.1347075,19z\/data=!4m8!1m2!2m1!1sRoom-05%2B06%2B07%2B08,+Ground+Floor,+Ocean+North+Point+Shopping+Center,+Taw+Win+Road+and+Corner+of+Pyay+Road,+Mayangone!3m4!1s0x30c1954008bf6b67:0x7cc2204ea531e95b!8m2!3d16.8809938!4d96.1356465\" rel=\"noopener\" target=\"_blank\" class=\"icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"><!--!Font Awesome Free 6.5.2 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license\/free Copyright 2024 Fonticons, Inc.--><path d=\"M547.6 103.8L490.3 13.1C485.2 5 476.1 0 466.4 0H109.6C99.9 0 90.8 5 85.7 13.1L28.3 103.8c-29.6 46.8-3.4 111.9 51.9 119.4c4 .5 8.1 .8 12.1 .8c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.2 0 49.3-11.4 65.2-29c16 17.6 39.1 29 65.2 29c4.1 0 8.1-.3 12.1-.8c55.5-7.4 81.8-72.5 52.1-119.4zM499.7 254.9l-.1 0c-5.3 .7-10.7 1.1-16.2 1.1c-12.4 0-24.3-1.9-35.4-5.3V384H128V250.6c-11.2 3.5-23.2 5.4-35.6 5.4c-5.5 0-11-.4-16.3-1.1l-.1 0c-4.1-.6-8.1-1.3-12-2.3V384v64c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V384 252.6c-4 1-8 1.8-12.3 2.3z\"\/><\/svg>\n                    <\/a>\n                <\/div>\n            <\/div>\n           <\/div>\n        <\/div>\n        \n        <div class=\"store-card\">\n           \n            <img decoding=\"async\" src=\"https:\/\/www.lotteria.com.mm\/home\/wp-content\/uploads\/2023\/08\/lotteria-new-logo-2.png\" class=\"logo\"\/>\n           <div class=\"text-section\">\n               <h6>\n                  Lotteria Aeon Thanlyin\n               <\/h6>\n               <h6>\n                   No.37 B, Aung Chan Tha Ward, Thanlyin Township, Yangon\n               <\/h6>\n               <h6 class=\"mb-5\">\n                   Phone Number: +95(9) 967104127\n               <\/h6>\n               <div class=\"button\">\n                <div class=\"button-wrapper\">\n                    <div class=\"text\">Get Direction<\/div>\n                    <a href=\"https:\/\/www.google.com\/maps\/place\/Lotteria\/@16.7445388,96.2659111,19z\/data=!4m9!1m2!2m1!1sLotteria+Aeon+Thanlyin!3m5!1s0x30c1f383e29ed5a1:0xd23bd5b9294b3109!8m2!3d16.7446764!4d96.2662766!15sChZMb3R0ZXJpYSBBZW9uIFRoYW5seWluWicKDWxvdHRlcmlhIGFlb24iFmxvdHRlcmlhIGFlb24gdGhhbmx5aW6SAQpyZXN0YXVyYW50\" rel=\"noopener\" target=\"_blank\" class=\"icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"><!--!Font Awesome Free 6.5.2 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license\/free Copyright 2024 Fonticons, Inc.--><path d=\"M547.6 103.8L490.3 13.1C485.2 5 476.1 0 466.4 0H109.6C99.9 0 90.8 5 85.7 13.1L28.3 103.8c-29.6 46.8-3.4 111.9 51.9 119.4c4 .5 8.1 .8 12.1 .8c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.2 0 49.3-11.4 65.2-29c16 17.6 39.1 29 65.2 29c4.1 0 8.1-.3 12.1-.8c55.5-7.4 81.8-72.5 52.1-119.4zM499.7 254.9l-.1 0c-5.3 .7-10.7 1.1-16.2 1.1c-12.4 0-24.3-1.9-35.4-5.3V384H128V250.6c-11.2 3.5-23.2 5.4-35.6 5.4c-5.5 0-11-.4-16.3-1.1l-.1 0c-4.1-.6-8.1-1.3-12-2.3V384v64c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V384 252.6c-4 1-8 1.8-12.3 2.3z\"\/><\/svg>\n                    <\/a>\n                <\/div>\n            <\/div>\n           <\/div>\n        <\/div>\n        \n        <div class=\"store-card\">\n           \n            <img decoding=\"async\" src=\"https:\/\/www.lotteria.com.mm\/home\/wp-content\/uploads\/2023\/08\/lotteria-new-logo-2.png\" class=\"logo\"\/>\n           <div class=\"text-section\">\n               <h6>\n                  Lotteria City Mart Dagon Seikkan\n               <\/h6>\n               <h6>\n                   No 44\/1, Corner of Kyun Shwe War Street & Padauk Street, Dagon Seik Kan Township, Yangon\n               <\/h6>\n               <h6 class=\"mb-5\">\n                   Phone Number: +95(9) 408151928\n               <\/h6>\n               <div class=\"button\">\n                <div class=\"button-wrapper\">\n                    <div class=\"text\">Get Direction<\/div>\n                    <a href=\"https:\/\/www.google.com\/maps\/place\/Lotteria+Dagon+Seikkan\/@16.8273775,96.2699196,20.25z\/data=!4m12!1m6!3m5!1s0x30c18d137560221d:0x22204635015bd16d!2sCity+Mart+Supermarket+Dagon+Seikkan!8m2!3d16.8273803!4d96.2698652!3m4!1s0x30c18d4754e2305f:0xa5a94ff1cf65c500!8m2!3d16.8273448!4d96.2698121\" rel=\"noopener\" target=\"_blank\" class=\"icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"><!--!Font Awesome Free 6.5.2 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license\/free Copyright 2024 Fonticons, Inc.--><path d=\"M547.6 103.8L490.3 13.1C485.2 5 476.1 0 466.4 0H109.6C99.9 0 90.8 5 85.7 13.1L28.3 103.8c-29.6 46.8-3.4 111.9 51.9 119.4c4 .5 8.1 .8 12.1 .8c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.2 0 49.3-11.4 65.2-29c16 17.6 39.1 29 65.2 29c4.1 0 8.1-.3 12.1-.8c55.5-7.4 81.8-72.5 52.1-119.4zM499.7 254.9l-.1 0c-5.3 .7-10.7 1.1-16.2 1.1c-12.4 0-24.3-1.9-35.4-5.3V384H128V250.6c-11.2 3.5-23.2 5.4-35.6 5.4c-5.5 0-11-.4-16.3-1.1l-.1 0c-4.1-.6-8.1-1.3-12-2.3V384v64c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V384 252.6c-4 1-8 1.8-12.3 2.3z\"\/><\/svg>\n                    <\/a>\n                <\/div>\n            <\/div>\n           <\/div>\n        <\/div>\n        \n        <div class=\"store-card\">\n           \n            <img decoding=\"async\" src=\"https:\/\/www.lotteria.com.mm\/home\/wp-content\/uploads\/2023\/08\/lotteria-new-logo-2.png\" class=\"logo\"\/>\n           <div class=\"text-section\">\n               <h6>\n                  Lotteria City Mart Thamine\n               <\/h6>\n               <h6>\n                   No 114, Corner of Thamine Railway Road & Insein Main Road, Thamine Junction, Mayangone Township, Yangon\n               <\/h6>\n               <h6 class=\"mb-5\">\n                   Phone Number: +95(9) 954288929\n               <\/h6>\n               <div class=\"button\">\n                <div class=\"button-wrapper\">\n                    <div class=\"text\">Get Direction<\/div>\n                    <a href=\"https:\/\/www.google.com\/maps\/place\/Lotteria+Myanmar\/@16.8622323,96.1191001,17z\/data=!3m1!4b1!4m6!3m5!1s0x30c195ae57b12eb7:0x6d8cd6ed494652c1!8m2!3d16.8622272!4d96.121675!16s%2Fg%2F11j43fqvwx\" rel=\"noopener\" target=\"_blank\" class=\"icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"><!--!Font Awesome Free 6.5.2 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license\/free Copyright 2024 Fonticons, Inc.--><path d=\"M547.6 103.8L490.3 13.1C485.2 5 476.1 0 466.4 0H109.6C99.9 0 90.8 5 85.7 13.1L28.3 103.8c-29.6 46.8-3.4 111.9 51.9 119.4c4 .5 8.1 .8 12.1 .8c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.2 0 49.3-11.4 65.2-29c16 17.6 39.1 29 65.2 29c4.1 0 8.1-.3 12.1-.8c55.5-7.4 81.8-72.5 52.1-119.4zM499.7 254.9l-.1 0c-5.3 .7-10.7 1.1-16.2 1.1c-12.4 0-24.3-1.9-35.4-5.3V384H128V250.6c-11.2 3.5-23.2 5.4-35.6 5.4c-5.5 0-11-.4-16.3-1.1l-.1 0c-4.1-.6-8.1-1.3-12-2.3V384v64c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V384 252.6c-4 1-8 1.8-12.3 2.3z\"\/><\/svg>\n                    <\/a>\n                <\/div>\n            <\/div>\n           <\/div>\n        <\/div>\n        \n        <div class=\"store-card\">\n           \n            <img decoding=\"async\" src=\"https:\/\/www.lotteria.com.mm\/home\/wp-content\/uploads\/2023\/08\/lotteria-new-logo-2.png\" class=\"logo\"\/>\n           <div class=\"text-section\">\n               <h6>\n                  Lotteria City Mart Shwepyithar\n               <\/h6>\n               <h6>\n                   No(250\/251), industrial Zone , No(4) Main Road, Shwe Pyi Thar Township, Yangon\n               <\/h6>\n               <h6 class=\"mb-5\">\n                   Phone Number: +95(9) 405600230\n               <\/h6>\n               <div class=\"button\">\n                <div class=\"button-wrapper\">\n                    <div class=\"text\">Get Direction<\/div>\n                    <a href=\"https:\/\/www.google.com\/maps\/place\/Lotteria\/@16.9484937,96.1010361,19z\/data=!4m8!1m2!2m1!1sCity+Mart+Shwepyithar!3m4!1s0x30c19727f96373b3:0x83ac6000a212f459!8m2!3d16.9483991!4d96.1010626\" rel=\"noopener\" target=\"_blank\" class=\"icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"><!--!Font Awesome Free 6.5.2 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license\/free Copyright 2024 Fonticons, Inc.--><path d=\"M547.6 103.8L490.3 13.1C485.2 5 476.1 0 466.4 0H109.6C99.9 0 90.8 5 85.7 13.1L28.3 103.8c-29.6 46.8-3.4 111.9 51.9 119.4c4 .5 8.1 .8 12.1 .8c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.2 0 49.3-11.4 65.2-29c16 17.6 39.1 29 65.2 29c4.1 0 8.1-.3 12.1-.8c55.5-7.4 81.8-72.5 52.1-119.4zM499.7 254.9l-.1 0c-5.3 .7-10.7 1.1-16.2 1.1c-12.4 0-24.3-1.9-35.4-5.3V384H128V250.6c-11.2 3.5-23.2 5.4-35.6 5.4c-5.5 0-11-.4-16.3-1.1l-.1 0c-4.1-.6-8.1-1.3-12-2.3V384v64c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V384 252.6c-4 1-8 1.8-12.3 2.3z\"\/><\/svg>\n                    <\/a>\n                <\/div>\n            <\/div>\n           <\/div>\n        <\/div>\n        \n        <div class=\"store-card\">\n           \n            <img decoding=\"async\" src=\"https:\/\/www.lotteria.com.mm\/home\/wp-content\/uploads\/2023\/08\/lotteria-new-logo-2.png\" class=\"logo\"\/>\n           <div class=\"text-section\">\n               <h6>\n                  Lotteria North Dagon\n               <\/h6>\n               <h6>\n                    No.9, 30th Quarter, Pinlon Road, North Dagon Township, Yangon\n               <\/h6>\n               <h6 class=\"mb-5\">\n                   Phone Number: +95(9) 887928431\n               <\/h6>\n               <div class=\"button\">\n                <div class=\"button-wrapper\">\n                    <div class=\"text\">Get Direction<\/div>\n                    <a href=\"https:\/\/www.google.com\/maps\/place\/LOTTERIA+(N-Dagon)\/@16.8726642,96.1960109,19.75z\/data=!4m12!1m6!3m5!1s0x30c193278ee2bcd5:0x3f8fb6e5ebcdbd6e!2sLOTTERIA+(N-Dagon)!8m2!3d16.8725609!4d96.1959989!3m4!1s0x30c193278ee2bcd5:0x3f8fb6e5ebcdbd6e!8m2!3d16.8725609!4d96.1959989\" rel=\"noopener\" target=\"_blank\" class=\"icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"><!--!Font Awesome Free 6.5.2 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license\/free Copyright 2024 Fonticons, Inc.--><path d=\"M547.6 103.8L490.3 13.1C485.2 5 476.1 0 466.4 0H109.6C99.9 0 90.8 5 85.7 13.1L28.3 103.8c-29.6 46.8-3.4 111.9 51.9 119.4c4 .5 8.1 .8 12.1 .8c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.2 0 49.3-11.4 65.2-29c16 17.6 39.1 29 65.2 29c4.1 0 8.1-.3 12.1-.8c55.5-7.4 81.8-72.5 52.1-119.4zM499.7 254.9l-.1 0c-5.3 .7-10.7 1.1-16.2 1.1c-12.4 0-24.3-1.9-35.4-5.3V384H128V250.6c-11.2 3.5-23.2 5.4-35.6 5.4c-5.5 0-11-.4-16.3-1.1l-.1 0c-4.1-.6-8.1-1.3-12-2.3V384v64c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V384 252.6c-4 1-8 1.8-12.3 2.3z\"\/><\/svg>\n                    <\/a>\n                <\/div>\n            <\/div>\n           <\/div>\n        <\/div>\n        \n        <div class=\"store-card\">\n           \n            <img decoding=\"async\" src=\"https:\/\/www.lotteria.com.mm\/home\/wp-content\/uploads\/2023\/08\/lotteria-new-logo-2.png\" class=\"logo\"\/>\n           <div class=\"text-section\">\n               <h6>\n                  Lotteria NorthOkalaar (Thudhama)\n               <\/h6>\n               <h6>\n                   No.608, Thudhmama Road, (5) Ward,North Okkalapa Township, Yangon\n               <\/h6>\n               <h6 class=\"mb-5\">\n                   Phone Number: +95(9) 405600235\n               <\/h6>\n               <div class=\"button\">\n                <div class=\"button-wrapper\">\n                    <div class=\"text\">Get Direction<\/div>\n                    <a href=\"https:\/\/www.google.com\/maps\/place\/LOTTERIA+(Thudhama)\/@16.895346,96.159136,17.75z\/data=!4m5!3m4!1s0x30c1932c0b42e9c9:0xf2700d7e76c502b8!8m2!3d16.8960352!4d96.1591183\" rel=\"noopener\" target=\"_blank\" class=\"icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"><!--!Font Awesome Free 6.5.2 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license\/free Copyright 2024 Fonticons, Inc.--><path d=\"M547.6 103.8L490.3 13.1C485.2 5 476.1 0 466.4 0H109.6C99.9 0 90.8 5 85.7 13.1L28.3 103.8c-29.6 46.8-3.4 111.9 51.9 119.4c4 .5 8.1 .8 12.1 .8c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.2 0 49.3-11.4 65.2-29c16 17.6 39.1 29 65.2 29c4.1 0 8.1-.3 12.1-.8c55.5-7.4 81.8-72.5 52.1-119.4zM499.7 254.9l-.1 0c-5.3 .7-10.7 1.1-16.2 1.1c-12.4 0-24.3-1.9-35.4-5.3V384H128V250.6c-11.2 3.5-23.2 5.4-35.6 5.4c-5.5 0-11-.4-16.3-1.1l-.1 0c-4.1-.6-8.1-1.3-12-2.3V384v64c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V384 252.6c-4 1-8 1.8-12.3 2.3z\"\/><\/svg>\n                    <\/a>\n                <\/div>\n            <\/div>\n           <\/div>\n        <\/div>\n        \n        <div class=\"store-card\">\n           \n            <img decoding=\"async\" src=\"https:\/\/www.lotteria.com.mm\/home\/wp-content\/uploads\/2023\/08\/lotteria-new-logo-2.png\" class=\"logo\"\/>\n           <div class=\"text-section\">\n               <h6>\n                  Lotteria Sanpya\n               <\/h6>\n               <h6>\n                   No\/28, Lay-Dauk-Kan Raod, Lay-Dauk-Kan Street (6), Thingangyun Township, Yangon. \n               <\/h6>\n               <h6 class=\"mb-5\">\n                   Phone Number: +95(9) 269888837\n               <\/h6>\n               <div class=\"button\">\n                <div class=\"button-wrapper\">\n                    <div class=\"text\">Get Direction<\/div>\n                    <a href=\"https:\/\/www.google.com\/maps\/place\/Lotteria\/@16.8407262,96.1998981,17z\/data=!4m6!3m5!1s0x30c1938610c2f495:0x5981ec55c757e9cc!8m2!3d16.8402077!4d96.2029237!16s%2Fg%2F11rtrjh9s1\" rel=\"noopener\" target=\"_blank\" class=\"icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"><!--!Font Awesome Free 6.5.2 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license\/free Copyright 2024 Fonticons, Inc.--><path d=\"M547.6 103.8L490.3 13.1C485.2 5 476.1 0 466.4 0H109.6C99.9 0 90.8 5 85.7 13.1L28.3 103.8c-29.6 46.8-3.4 111.9 51.9 119.4c4 .5 8.1 .8 12.1 .8c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.2 0 49.3-11.4 65.2-29c16 17.6 39.1 29 65.2 29c4.1 0 8.1-.3 12.1-.8c55.5-7.4 81.8-72.5 52.1-119.4zM499.7 254.9l-.1 0c-5.3 .7-10.7 1.1-16.2 1.1c-12.4 0-24.3-1.9-35.4-5.3V384H128V250.6c-11.2 3.5-23.2 5.4-35.6 5.4c-5.5 0-11-.4-16.3-1.1l-.1 0c-4.1-.6-8.1-1.3-12-2.3V384v64c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V384 252.6c-4 1-8 1.8-12.3 2.3z\"\/><\/svg>\n                    <\/a>\n                <\/div>\n            <\/div>\n           <\/div>\n        <\/div>\n        \n        <div class=\"store-card\">\n           \n            <img decoding=\"async\" src=\"https:\/\/www.lotteria.com.mm\/home\/wp-content\/uploads\/2023\/08\/lotteria-new-logo-2.png\" class=\"logo\"\/>\n           <div class=\"text-section\">\n               <h6>\n                  Lotteria Terminal M\n               <\/h6>\n               <h6>\n                   No. 03 , Lower Ground , Terminal M Leisure Mall , No 3 Main Road & Corner of Khayaypin Road, Mingaladon Township, Yangon\n               <\/h6>\n               <h6 class=\"mb-5\">\n                   Phone Number: +95(9) 892999938\n               <\/h6>\n               <div class=\"button\">\n                <div class=\"button-wrapper\">\n                    <div class=\"text\">Get Direction<\/div>\n                    <a href=\"https:\/\/www.google.com\/maps\/place\/LOTTERIA+(+Terminal+M)\/@16.9370624,96.151167,17z\/data=!3m1!4b1!4m6!3m5!1s0x30c1913f1198f7a3:0xc89d7d1187fc5db8!8m2!3d16.9370573!4d96.1537419!16s%2Fg%2F11pzkd8m3j\" rel=\"noopener\" target=\"_blank\" class=\"icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"><!--!Font Awesome Free 6.5.2 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license\/free Copyright 2024 Fonticons, Inc.--><path d=\"M547.6 103.8L490.3 13.1C485.2 5 476.1 0 466.4 0H109.6C99.9 0 90.8 5 85.7 13.1L28.3 103.8c-29.6 46.8-3.4 111.9 51.9 119.4c4 .5 8.1 .8 12.1 .8c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.2 0 49.3-11.4 65.2-29c16 17.6 39.1 29 65.2 29c4.1 0 8.1-.3 12.1-.8c55.5-7.4 81.8-72.5 52.1-119.4zM499.7 254.9l-.1 0c-5.3 .7-10.7 1.1-16.2 1.1c-12.4 0-24.3-1.9-35.4-5.3V384H128V250.6c-11.2 3.5-23.2 5.4-35.6 5.4c-5.5 0-11-.4-16.3-1.1l-.1 0c-4.1-.6-8.1-1.3-12-2.3V384v64c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V384 252.6c-4 1-8 1.8-12.3 2.3z\"\/><\/svg>\n                    <\/a>\n                <\/div>\n            <\/div>\n           <\/div>\n        <\/div>\n        \n        <div class=\"store-card\">\n           \n            <img decoding=\"async\" src=\"https:\/\/www.lotteria.com.mm\/home\/wp-content\/uploads\/2023\/08\/lotteria-new-logo-2.png\" class=\"logo\"\/>\n           <div class=\"text-section\">\n               <h6>\n                  Lotteria City Mart South Dagan\n               <\/h6>\n               <h6>\n                   1\/B, Corner of Hlaw-kar Road and Myeik Road, South Dagon Township, Yangon\n               <\/h6>\n               <h6 class=\"mb-5\">\n                   Phone Number: +95(9) 269888839\n               <\/h6>\n               <div class=\"button\">\n                <div class=\"button-wrapper\">\n                    <div class=\"text\">Get Direction<\/div>\n                    <a href=\"https:\/\/www.google.com\/maps\/place\/LOTTERIA+(South+Dagon)\/@16.8484585,96.2330843,17z\/data=!3m1!4b1!4m6!3m5!1s0x30c1934066cf119f:0x44e3d947153c32ca!8m2!3d16.8484534!4d96.2356592!16s%2Fg%2F11qbc8zfq8\" rel=\"noopener\" target=\"_blank\" class=\"icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"><!--!Font Awesome Free 6.5.2 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license\/free Copyright 2024 Fonticons, Inc.--><path d=\"M547.6 103.8L490.3 13.1C485.2 5 476.1 0 466.4 0H109.6C99.9 0 90.8 5 85.7 13.1L28.3 103.8c-29.6 46.8-3.4 111.9 51.9 119.4c4 .5 8.1 .8 12.1 .8c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.2 0 49.3-11.4 65.2-29c16 17.6 39.1 29 65.2 29c4.1 0 8.1-.3 12.1-.8c55.5-7.4 81.8-72.5 52.1-119.4zM499.7 254.9l-.1 0c-5.3 .7-10.7 1.1-16.2 1.1c-12.4 0-24.3-1.9-35.4-5.3V384H128V250.6c-11.2 3.5-23.2 5.4-35.6 5.4c-5.5 0-11-.4-16.3-1.1l-.1 0c-4.1-.6-8.1-1.3-12-2.3V384v64c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V384 252.6c-4 1-8 1.8-12.3 2.3z\"\/><\/svg>\n                    <\/a>\n                <\/div>\n            <\/div>\n           <\/div>\n        <\/div>\n        \n        <div class=\"store-card\">\n           \n            <img decoding=\"async\" src=\"https:\/\/www.lotteria.com.mm\/home\/wp-content\/uploads\/2023\/08\/lotteria-new-logo-2.png\" class=\"logo\"\/>\n           <div class=\"text-section\">\n               <h6>\n                  Lotteria City Mall Shwe Pin Lon\n               <\/h6>\n               <h6>\n                   No.1 (A), Bayintnaung Road, Pin Lon Housing, North Dagon Township, Yangon.\n               <\/h6>\n               <h6 class=\"mb-5\">\n                   Phone Number: +95(9) 892999940\n               <\/h6>\n               <div class=\"button\">\n                <div class=\"button-wrapper\">\n                    <div class=\"text\">Get Direction<\/div>\n                    <a href=\"https:\/\/www.google.com\/maps\/place\/LOTTERIA+(City+Mall+Shwe+Pinlon)\/@16.8589278,96.1631829,14z\/data=!4m10!1m2!2m1!1sLOTTERIA+shwe+pinloon!3m6!1s0x30c1935f5aac0175:0x3c333ecc148850dd!8m2!3d16.8589278!4d96.1992318!15sChRMT1RURVJJQSBzaHdlIHBpbmxvbloWIhRsb3R0ZXJpYSBzaHdlIHBpbmxvbpIBFGZhc3RfZm9vZF9yZXN0YXVyYW504AEA!16s%2Fg%2F11t7lxf236\" rel=\"noopener\" target=\"_blank\" class=\"icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"><!--!Font Awesome Free 6.5.2 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license\/free Copyright 2024 Fonticons, Inc.--><path d=\"M547.6 103.8L490.3 13.1C485.2 5 476.1 0 466.4 0H109.6C99.9 0 90.8 5 85.7 13.1L28.3 103.8c-29.6 46.8-3.4 111.9 51.9 119.4c4 .5 8.1 .8 12.1 .8c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.2 0 49.3-11.4 65.2-29c16 17.6 39.1 29 65.2 29c4.1 0 8.1-.3 12.1-.8c55.5-7.4 81.8-72.5 52.1-119.4zM499.7 254.9l-.1 0c-5.3 .7-10.7 1.1-16.2 1.1c-12.4 0-24.3-1.9-35.4-5.3V384H128V250.6c-11.2 3.5-23.2 5.4-35.6 5.4c-5.5 0-11-.4-16.3-1.1l-.1 0c-4.1-.6-8.1-1.3-12-2.3V384v64c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V384 252.6c-4 1-8 1.8-12.3 2.3z\"\/><\/svg>\n                    <\/a>\n                <\/div>\n            <\/div>\n           <\/div>\n        <\/div>\n        \n        <div class=\"store-card\">\n           \n            <img decoding=\"async\" src=\"https:\/\/www.lotteria.com.mm\/home\/wp-content\/uploads\/2023\/08\/lotteria-new-logo-2.png\" class=\"logo\"\/>\n           <div class=\"text-section\">\n               <h6>\n                  Lotteria Domestic Terminal(T3)\n               <\/h6>\n               <h6>\n                   No; RT-01, Ground Floor, Domestic Terminal(T-3), Yangon International Airport , Mingaladon Township, Yangon.\n               <\/h6>\n               <h6 class=\"mb-5\">\n                   Phone Number: +95(9) 269888842\n               <\/h6>\n               <div class=\"button\">\n                <div class=\"button-wrapper\">\n                    <div class=\"text\">Get Direction<\/div>\n                    <a href=\"https:\/\/www.google.com\/maps\/place\/Domestic\/@16.9030086,96.1334732,17z\/data=!3m1!4b1!4m6!3m5!1s0x30c1941758155555:0x314efb04c40d2e3f!8m2!3d16.9030035!4d96.1360481!16s%2Fg%2F11txv1_ftv\" rel=\"noopener\" target=\"_blank\" class=\"icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"><!--!Font Awesome Free 6.5.2 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license\/free Copyright 2024 Fonticons, Inc.--><path d=\"M547.6 103.8L490.3 13.1C485.2 5 476.1 0 466.4 0H109.6C99.9 0 90.8 5 85.7 13.1L28.3 103.8c-29.6 46.8-3.4 111.9 51.9 119.4c4 .5 8.1 .8 12.1 .8c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.2 0 49.3-11.4 65.2-29c16 17.6 39.1 29 65.2 29c4.1 0 8.1-.3 12.1-.8c55.5-7.4 81.8-72.5 52.1-119.4zM499.7 254.9l-.1 0c-5.3 .7-10.7 1.1-16.2 1.1c-12.4 0-24.3-1.9-35.4-5.3V384H128V250.6c-11.2 3.5-23.2 5.4-35.6 5.4c-5.5 0-11-.4-16.3-1.1l-.1 0c-4.1-.6-8.1-1.3-12-2.3V384v64c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V384 252.6c-4 1-8 1.8-12.3 2.3z\"\/><\/svg>\n                    <\/a>\n                <\/div>\n            <\/div>\n           <\/div>\n        <\/div>\n        \n        <div class=\"store-card\">\n           \n            <img decoding=\"async\" src=\"https:\/\/www.lotteria.com.mm\/home\/wp-content\/uploads\/2023\/08\/lotteria-new-logo-2.png\" class=\"logo\"\/>\n           <div class=\"text-section\">\n               <h6>\n                  Lotteria Hlaingtharyar - Bo Aung Kyaw\n               <\/h6>\n               <h6>\n                   No (6\/614), Bo Aung Kyaw Road, (9) Quarter, Hlaingtharyar Township, Yangon \n               <\/h6>\n               <h6 class=\"mb-5\">\n                   Phone Number: +95(9) 880924043\n               <\/h6>\n               <div class=\"button\">\n                <div class=\"button-wrapper\">\n                    <div class=\"text\">Get Direction<\/div>\n                    <a href=\"https:\/\/www.google.com\/maps\/place\/LOTTERIA+(Bo+Aung+Kyaw)\/@16.8758639,96.048547,17z\/data=!3m1!4b1!4m6!3m5!1s0x30c1bf006b68b2bf:0xe465becc0a9c2f5d!8m2!3d16.8758588!4d96.0511219!16s%2Fg%2F11y49zvw7d\" rel=\"noopener\" target=\"_blank\" class=\"icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"><!--!Font Awesome Free 6.5.2 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license\/free Copyright 2024 Fonticons, Inc.--><path d=\"M547.6 103.8L490.3 13.1C485.2 5 476.1 0 466.4 0H109.6C99.9 0 90.8 5 85.7 13.1L28.3 103.8c-29.6 46.8-3.4 111.9 51.9 119.4c4 .5 8.1 .8 12.1 .8c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.2 0 49.3-11.4 65.2-29c16 17.6 39.1 29 65.2 29c4.1 0 8.1-.3 12.1-.8c55.5-7.4 81.8-72.5 52.1-119.4zM499.7 254.9l-.1 0c-5.3 .7-10.7 1.1-16.2 1.1c-12.4 0-24.3-1.9-35.4-5.3V384H128V250.6c-11.2 3.5-23.2 5.4-35.6 5.4c-5.5 0-11-.4-16.3-1.1l-.1 0c-4.1-.6-8.1-1.3-12-2.3V384v64c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V384 252.6c-4 1-8 1.8-12.3 2.3z\"\/><\/svg>\n                    <\/a>\n                <\/div>\n            <\/div>\n           <\/div>\n        <\/div>\n        \n        <div class=\"store-card\">\n           \n            <img decoding=\"async\" src=\"https:\/\/www.lotteria.com.mm\/home\/wp-content\/uploads\/2023\/08\/lotteria-new-logo-2.png\" class=\"logo\"\/>\n           <div class=\"text-section\">\n               <h6>\n                  Lotteria Htauk Kyant\n               <\/h6>\n               <h6>\n                   No.124, Bago Road Ward, Htauk Kyan, Mingaladon Township, Yangon \n               <\/h6>\n               <h6 class=\"mb-5\">\n                   Phone Number: +95(9) 757772144\n               <\/h6>\n               <div class=\"button\">\n                <div class=\"button-wrapper\">\n                    <div class=\"text\">Get Direction<\/div>\n                    <a href=\"https:\/\/www.google.com\/maps\/place\/LOTTERIA+Htauk+Kyant\/@17.0431462,96.1294323,17z\/data=!3m1!4b1!4m6!3m5!1s0x30c1990062636a13:0x32a353b15690bde3!8m2!3d17.0431411!4d96.1340457!16s%2Fg%2F11w218p635\" rel=\"noopener\" target=\"_blank\" class=\"icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"><!--!Font Awesome Free 6.5.2 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license\/free Copyright 2024 Fonticons, Inc.--><path d=\"M547.6 103.8L490.3 13.1C485.2 5 476.1 0 466.4 0H109.6C99.9 0 90.8 5 85.7 13.1L28.3 103.8c-29.6 46.8-3.4 111.9 51.9 119.4c4 .5 8.1 .8 12.1 .8c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.2 0 49.3-11.4 65.2-29c16 17.6 39.1 29 65.2 29c4.1 0 8.1-.3 12.1-.8c55.5-7.4 81.8-72.5 52.1-119.4zM499.7 254.9l-.1 0c-5.3 .7-10.7 1.1-16.2 1.1c-12.4 0-24.3-1.9-35.4-5.3V384H128V250.6c-11.2 3.5-23.2 5.4-35.6 5.4c-5.5 0-11-.4-16.3-1.1l-.1 0c-4.1-.6-8.1-1.3-12-2.3V384v64c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V384 252.6c-4 1-8 1.8-12.3 2.3z\"\/><\/svg>\n                    <\/a>\n                <\/div>\n            <\/div>\n           <\/div>\n        <\/div>\n        \n        <div class=\"store-card\">\n           \n            <img decoding=\"async\" src=\"https:\/\/www.lotteria.com.mm\/home\/wp-content\/uploads\/2023\/08\/lotteria-new-logo-2.png\" class=\"logo\"\/>\n           <div class=\"text-section\">\n               <h6>\n                  Lotteria Kantharyar Centre\n               <\/h6>\n               <h6>\n                   Ground Floor, Kantharyar Shopping Centre, Corner of Kan Yeik Thar Road and U Aung Myat Road, Mingalar Taung Nyunt Township, Yangon\n               <\/h6>\n               <h6 class=\"mb-5\">\n                   Phone Number: +95(9) 880924045\n               <\/h6>\n               <div class=\"button\">\n                <div class=\"button-wrapper\">\n                    <div class=\"text\">Get Direction<\/div>\n                    <a href=\"https:\/\/www.google.com\/maps\/place\/LOTTERIA+(Kantharyar+Centre)\/@16.7923545,96.1671982,17z\/data=!3m1!4b1!4m6!3m5!1s0x30c1ed002028ba4b:0x786f954e776d5258!8m2!3d16.7923494!4d96.1697731!16s%2Fg%2F11w4lpc3js\" rel=\"noopener\" target=\"_blank\" class=\"icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"><!--!Font Awesome Free 6.5.2 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license\/free Copyright 2024 Fonticons, Inc.--><path d=\"M547.6 103.8L490.3 13.1C485.2 5 476.1 0 466.4 0H109.6C99.9 0 90.8 5 85.7 13.1L28.3 103.8c-29.6 46.8-3.4 111.9 51.9 119.4c4 .5 8.1 .8 12.1 .8c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.2 0 49.3-11.4 65.2-29c16 17.6 39.1 29 65.2 29c4.1 0 8.1-.3 12.1-.8c55.5-7.4 81.8-72.5 52.1-119.4zM499.7 254.9l-.1 0c-5.3 .7-10.7 1.1-16.2 1.1c-12.4 0-24.3-1.9-35.4-5.3V384H128V250.6c-11.2 3.5-23.2 5.4-35.6 5.4c-5.5 0-11-.4-16.3-1.1l-.1 0c-4.1-.6-8.1-1.3-12-2.3V384v64c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V384 252.6c-4 1-8 1.8-12.3 2.3z\"\/><\/svg>\n                    <\/a>\n                <\/div>\n            <\/div>\n           <\/div>\n        <\/div>\n        \n        <div class=\"store-card\">\n           \n            <img decoding=\"async\" src=\"https:\/\/www.lotteria.com.mm\/home\/wp-content\/uploads\/2023\/08\/lotteria-new-logo-2.png\" class=\"logo\"\/>\n           <div class=\"text-section\">\n               <h6>\n                  Lotteria Kandawlay Gahmonpwint\n               <\/h6>\n               <h6>\n                   Ground Floor, Room No. SI, Kandawlay Ga Mone Pwint Shopping Mall, Myanma Gone Yi Road, (Near Theinphyu Post Office) Mingalar Taung Nyunt Township, Yangon\n               <\/h6>\n               <h6 class=\"mb-5\">\n                   Phone Number: +95(9) 9880924046\n               <\/h6>\n               <div class=\"button\">\n                <div class=\"button-wrapper\">\n                    <div class=\"text\">Get Direction<\/div>\n                    <a href=\"https:\/\/maps.app.goo.gl\/3DLVAjuFSYvuj8qdA\" rel=\"noopener\" target=\"_blank\" class=\"icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"><!--!Font Awesome Free 6.5.2 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license\/free Copyright 2024 Fonticons, Inc.--><path d=\"M547.6 103.8L490.3 13.1C485.2 5 476.1 0 466.4 0H109.6C99.9 0 90.8 5 85.7 13.1L28.3 103.8c-29.6 46.8-3.4 111.9 51.9 119.4c4 .5 8.1 .8 12.1 .8c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.2 0 49.3-11.4 65.2-29c16 17.6 39.1 29 65.2 29c4.1 0 8.1-.3 12.1-.8c55.5-7.4 81.8-72.5 52.1-119.4zM499.7 254.9l-.1 0c-5.3 .7-10.7 1.1-16.2 1.1c-12.4 0-24.3-1.9-35.4-5.3V384H128V250.6c-11.2 3.5-23.2 5.4-35.6 5.4c-5.5 0-11-.4-16.3-1.1l-.1 0c-4.1-.6-8.1-1.3-12-2.3V384v64c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V384 252.6c-4 1-8 1.8-12.3 2.3z\"\/><\/svg>\n                    <\/a>\n                <\/div>\n            <\/div>\n           <\/div>\n        <\/div>\n        \n        <div class=\"store-card\">\n           \n            <img decoding=\"async\" src=\"https:\/\/www.lotteria.com.mm\/home\/wp-content\/uploads\/2023\/08\/lotteria-new-logo-2.png\" class=\"logo\"\/>\n           <div class=\"text-section\">\n               <h6>\n                  Lotteria City Mart Pale\n               <\/h6>\n               <h6>\n                   Room #01-08, Ground Floor , No.410A\/, 532-B Ward, No. 3 Main Road, Pale Housing, Mingalardon Township, Yangon.\n               <\/h6>\n               <h6 class=\"mb-5\">\n                   Phone Number: +95(9) 775630948\n               <\/h6>\n               <div class=\"button\">\n                <div class=\"button-wrapper\">\n                    <div class=\"text\">Get Direction<\/div>\n                    <a href=\"https:\/\/maps.app.goo.gl\/BeSnYH5zjuKta3HT6\" rel=\"noopener\" target=\"_blank\" class=\"icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"><!--!Font Awesome Free 6.5.2 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license\/free Copyright 2024 Fonticons, Inc.--><path d=\"M547.6 103.8L490.3 13.1C485.2 5 476.1 0 466.4 0H109.6C99.9 0 90.8 5 85.7 13.1L28.3 103.8c-29.6 46.8-3.4 111.9 51.9 119.4c4 .5 8.1 .8 12.1 .8c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.2 0 49.3-11.4 65.2-29c16 17.6 39.1 29 65.2 29c4.1 0 8.1-.3 12.1-.8c55.5-7.4 81.8-72.5 52.1-119.4zM499.7 254.9l-.1 0c-5.3 .7-10.7 1.1-16.2 1.1c-12.4 0-24.3-1.9-35.4-5.3V384H128V250.6c-11.2 3.5-23.2 5.4-35.6 5.4c-5.5 0-11-.4-16.3-1.1l-.1 0c-4.1-.6-8.1-1.3-12-2.3V384v64c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V384 252.6c-4 1-8 1.8-12.3 2.3z\"\/><\/svg>\n                    <\/a>\n                <\/div>\n            <\/div>\n           <\/div>\n        <\/div>\n        \n        <div class=\"store-card\">\n           \n            <img decoding=\"async\" src=\"https:\/\/www.lotteria.com.mm\/home\/wp-content\/uploads\/2023\/08\/lotteria-new-logo-2.png\" class=\"logo\"\/>\n           <div class=\"text-section\">\n               <h6>\n                  Lotteria City Mart Kyan Sitt Min\n               <\/h6>\n               <h6>\n                   No. (2\/A), Corner of Kyan Sit Thar Road and Yaza Kumaya Road,(8) ward, Hlaing Taryar Township, Yangon.\n               <\/h6>\n               <h6 class=\"mb-5\">\n                   Phone Number: +95(9) 787735450\n               <\/h6>\n               <div class=\"button\">\n                <div class=\"button-wrapper\">\n                    <div class=\"text\">Get Direction<\/div>\n                    <a href=\"https:\/\/maps.app.goo.gl\/qSQ6wEmaEzwVo1V69\" rel=\"noopener\" target=\"_blank\" class=\"icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"><!--!Font Awesome Free 6.5.2 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license\/free Copyright 2024 Fonticons, Inc.--><path d=\"M547.6 103.8L490.3 13.1C485.2 5 476.1 0 466.4 0H109.6C99.9 0 90.8 5 85.7 13.1L28.3 103.8c-29.6 46.8-3.4 111.9 51.9 119.4c4 .5 8.1 .8 12.1 .8c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.2 0 49.3-11.4 65.2-29c16 17.6 39.1 29 65.2 29c4.1 0 8.1-.3 12.1-.8c55.5-7.4 81.8-72.5 52.1-119.4zM499.7 254.9l-.1 0c-5.3 .7-10.7 1.1-16.2 1.1c-12.4 0-24.3-1.9-35.4-5.3V384H128V250.6c-11.2 3.5-23.2 5.4-35.6 5.4c-5.5 0-11-.4-16.3-1.1l-.1 0c-4.1-.6-8.1-1.3-12-2.3V384v64c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V384 252.6c-4 1-8 1.8-12.3 2.3z\"\/><\/svg>\n                    <\/a>\n                <\/div>\n            <\/div>\n           <\/div>\n        <\/div>\n        \n        <div class=\"store-card\">\n           \n            <img decoding=\"async\" src=\"https:\/\/www.lotteria.com.mm\/home\/wp-content\/uploads\/2023\/08\/lotteria-new-logo-2.png\" class=\"logo\"\/>\n           <div class=\"text-section\">\n               <h6>\n                  Lotteria Thaketa (Ayarwun)\n               <\/h6>\n               <h6>\n                   Store Address: No. 7 Plot No. (3), (in front of City Mart) , 7\/West Ward, Ayarwun Road, Thaketa Township, Yangon\n               <\/h6>\n               <h6 class=\"mb-5\">\n                   Phone Number: +95(9) 791993151\n               <\/h6>\n               <div class=\"button\">\n                <div class=\"button-wrapper\">\n                    <div class=\"text\">Get Direction<\/div>\n                    <a href=\"https:\/\/maps.app.goo.gl\/z1k25W42ePWY7JUw7\" rel=\"noopener\" target=\"_blank\" class=\"icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"><!--!Font Awesome Free 6.5.2 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license\/free Copyright 2024 Fonticons, Inc.--><path d=\"M547.6 103.8L490.3 13.1C485.2 5 476.1 0 466.4 0H109.6C99.9 0 90.8 5 85.7 13.1L28.3 103.8c-29.6 46.8-3.4 111.9 51.9 119.4c4 .5 8.1 .8 12.1 .8c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.2 0 49.3-11.4 65.2-29c16 17.6 39.1 29 65.2 29c4.1 0 8.1-.3 12.1-.8c55.5-7.4 81.8-72.5 52.1-119.4zM499.7 254.9l-.1 0c-5.3 .7-10.7 1.1-16.2 1.1c-12.4 0-24.3-1.9-35.4-5.3V384H128V250.6c-11.2 3.5-23.2 5.4-35.6 5.4c-5.5 0-11-.4-16.3-1.1l-.1 0c-4.1-.6-8.1-1.3-12-2.3V384v64c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V384 252.6c-4 1-8 1.8-12.3 2.3z\"\/><\/svg>\n                    <\/a>\n                <\/div>\n            <\/div>\n           <\/div>\n        <\/div>\n        \n    <\/div>\n    \n    <h4 class=\"mt\">Mandalay Branches<\/h4>\n    <div class=\"grid-box\">\n        <div class=\"store-card\">\n           \n            <img decoding=\"async\" src=\"https:\/\/www.lotteria.com.mm\/home\/wp-content\/uploads\/2023\/08\/lotteria-new-logo-2.png\" class=\"logo\"\/>\n           <div class=\"text-section\">\n               <h6>\n                  Lotteria Ocean Mingalar Mandalay\n               <\/h6>\n               <h6>\n                   Ocean Super Center (Mingalar Mandalay), 73th Street, Between Thazin St & Ngu Shwe Wah Street, Chan Mya Thar Zi Township, Mandalay\n               <\/h6>\n               <h6 class=\"mb-5\">\n                   Phone Number: + 95(9) 772135406\n               <\/h6>\n               <div class=\"button\">\n                <div class=\"button-wrapper\">\n                    <div class=\"text\">Get Direction<\/div>\n                    <a href=\"https:\/\/www.google.com\/maps\/place\/Lotteria\/@21.9415872,96.0881393,17z\/data=!4m10!1m2!2m1!1sOcean+Supercenter+lotteria!3m6!1s0x30cb6d66c80551b3:0x779ee62775c1d162!8m2!3d21.9415447!4d96.0928785!15sChpPY2VhbiBTdXBlcmNlbnRlciBsb3R0ZXJpYSIDiAEBWhwiGm9jZWFuIHN1cGVyY2VudGVyIGxvdHRlcmlhkgEUZmFzdF9mb29kX3Jlc3RhdXJhbnTgAQA!16s%2Fg%2F11c6cqwzpy\" rel=\"noopener\" target=\"_blank\" class=\"icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"><!--!Font Awesome Free 6.5.2 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license\/free Copyright 2024 Fonticons, Inc.--><path d=\"M547.6 103.8L490.3 13.1C485.2 5 476.1 0 466.4 0H109.6C99.9 0 90.8 5 85.7 13.1L28.3 103.8c-29.6 46.8-3.4 111.9 51.9 119.4c4 .5 8.1 .8 12.1 .8c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.2 0 49.3-11.4 65.2-29c16 17.6 39.1 29 65.2 29c4.1 0 8.1-.3 12.1-.8c55.5-7.4 81.8-72.5 52.1-119.4zM499.7 254.9l-.1 0c-5.3 .7-10.7 1.1-16.2 1.1c-12.4 0-24.3-1.9-35.4-5.3V384H128V250.6c-11.2 3.5-23.2 5.4-35.6 5.4c-5.5 0-11-.4-16.3-1.1l-.1 0c-4.1-.6-8.1-1.3-12-2.3V384v64c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V384 252.6c-4 1-8 1.8-12.3 2.3z\"\/><\/svg>\n                    <\/a>\n                <\/div>\n            <\/div>\n           <\/div>\n        <\/div>\n        \n        <div class=\"store-card\">\n           \n            <img decoding=\"async\" src=\"https:\/\/www.lotteria.com.mm\/home\/wp-content\/uploads\/2023\/08\/lotteria-new-logo-2.png\" class=\"logo\"\/>\n           <div class=\"text-section\">\n               <h6>\n                  Lotteria 84th Street Mandalay Branch\n               <\/h6>\n               <h6>\n                   No.546, 84th Road, U Paing 46\/Kha, Yadanar-Bhumi Quarter, Between 35th St & 36th St, Maha Aung Myae Township, Mandalay\n               <\/h6>\n               <h6 class=\"mb-5\">\n                   Phone Number: + 95(9) 772135409\n               <\/h6>\n               <div class=\"button\">\n                <div class=\"button-wrapper\">\n                    <div class=\"text\">Get Direction<\/div>\n                    <a href=\"https:\/\/www.google.com\/maps\/place\/Lotteria\/@21.9691508,96.0764888,20z\/data=!4m5!3m4!1s0x30cb6d30229b573f:0x33989d3c29a61aaf!8m2!3d21.9691894!4d96.0768094\" rel=\"noopener\" target=\"_blank\" class=\"icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"><!--!Font Awesome Free 6.5.2 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license\/free Copyright 2024 Fonticons, Inc.--><path d=\"M547.6 103.8L490.3 13.1C485.2 5 476.1 0 466.4 0H109.6C99.9 0 90.8 5 85.7 13.1L28.3 103.8c-29.6 46.8-3.4 111.9 51.9 119.4c4 .5 8.1 .8 12.1 .8c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.2 0 49.3-11.4 65.2-29c16 17.6 39.1 29 65.2 29c4.1 0 8.1-.3 12.1-.8c55.5-7.4 81.8-72.5 52.1-119.4zM499.7 254.9l-.1 0c-5.3 .7-10.7 1.1-16.2 1.1c-12.4 0-24.3-1.9-35.4-5.3V384H128V250.6c-11.2 3.5-23.2 5.4-35.6 5.4c-5.5 0-11-.4-16.3-1.1l-.1 0c-4.1-.6-8.1-1.3-12-2.3V384v64c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V384 252.6c-4 1-8 1.8-12.3 2.3z\"\/><\/svg>\n                    <\/a>\n                <\/div>\n            <\/div>\n           <\/div>\n        <\/div>\n        \n        <div class=\"store-card\">\n           \n            <img decoding=\"async\" src=\"https:\/\/www.lotteria.com.mm\/home\/wp-content\/uploads\/2023\/08\/lotteria-new-logo-2.png\" class=\"logo\"\/>\n           <div class=\"text-section\">\n               <h6>\n                  Lottreia 30th Street Mandalay Branch\n               <\/h6>\n               <h6>\n                   30th Street, Between of 71st Street & 72nd Street, Chan Aye Thar Zan Township, Mandalay\n               <\/h6>\n               <h6 class=\"mb-5\">\n                   Phone Number: +95(9) 962065421\n               <\/h6>\n               <div class=\"button\">\n                <div class=\"button-wrapper\">\n                    <div class=\"text\">Get Direction<\/div>\n                    <a href=\"https:\/\/www.google.com\/maps\/place\/Lotteria\/@21.9388561,96.0873736,13.75z\/data=!4m9!1m2!2m1!1sLotteria,Chan+Aye+Thar+Zan+Township!3m5!1s0x0:0x779ee62775c1d162!8m2!3d21.941541!4d96.0928785!15sCiNMb3R0ZXJpYSxDaGFuIEF5ZSBUaGFyIFphbiBUb3duc2hpcCIDiAEBWjgKEWxvdHRlcmlhIHRvd25zaGlwIiNsb3R0ZXJpYSBjaGFuIGF5ZSB0aGFyIHphbiB0b3duc2hpcJIBFGZhc3RfZm9vZF9yZXN0YXVyYW50mgEkQ2hkRFNVaE5NRzluUzBWSlEwRm5TVVJCWjA5Mk5EaEJSUkFC\" rel=\"noopener\" target=\"_blank\" class=\"icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"><!--!Font Awesome Free 6.5.2 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license\/free Copyright 2024 Fonticons, Inc.--><path d=\"M547.6 103.8L490.3 13.1C485.2 5 476.1 0 466.4 0H109.6C99.9 0 90.8 5 85.7 13.1L28.3 103.8c-29.6 46.8-3.4 111.9 51.9 119.4c4 .5 8.1 .8 12.1 .8c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.2 0 49.3-11.4 65.2-29c16 17.6 39.1 29 65.2 29c4.1 0 8.1-.3 12.1-.8c55.5-7.4 81.8-72.5 52.1-119.4zM499.7 254.9l-.1 0c-5.3 .7-10.7 1.1-16.2 1.1c-12.4 0-24.3-1.9-35.4-5.3V384H128V250.6c-11.2 3.5-23.2 5.4-35.6 5.4c-5.5 0-11-.4-16.3-1.1l-.1 0c-4.1-.6-8.1-1.3-12-2.3V384v64c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V384 252.6c-4 1-8 1.8-12.3 2.3z\"\/><\/svg>\n                    <\/a>\n                <\/div>\n            <\/div>\n           <\/div>\n        <\/div>\n        \n        <div class=\"store-card\">\n           \n            <img decoding=\"async\" src=\"https:\/\/www.lotteria.com.mm\/home\/wp-content\/uploads\/2023\/08\/lotteria-new-logo-2.png\" class=\"logo\"\/>\n           <div class=\"text-section\">\n               <h6>\n                  Lotteria 19th Street Mandalay\n               <\/h6>\n               <h6>\n                   No. 46, Corner of 19th Street and between 58th Street & 59th Street, Ah-Hnate-Taw Quarter, Aung Myay Thar Zan Township, Mandalay \n               <\/h6>\n               <h6 class=\"mb-5\">\n                   Phone Number: +95(9) 405600236 \n               <\/h6>\n               <div class=\"button\">\n                <div class=\"button-wrapper\">\n                    <div class=\"text\">Get Direction<\/div>\n                    <a href=\"https:\/\/www.google.com\/maps\/place\/LOTTERIA+(19th+Street)\/@21.9921251,96.1143271,17z\/data=!3m1!4b1!4m6!3m5!1s0x30cb6d694fc11adb:0x7b1ce25ea47b6dd3!8m2!3d21.9921202!4d96.1189405!16s%2Fg%2F11sgxwr60x\" rel=\"noopener\" target=\"_blank\" class=\"icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"><!--!Font Awesome Free 6.5.2 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license\/free Copyright 2024 Fonticons, Inc.--><path d=\"M547.6 103.8L490.3 13.1C485.2 5 476.1 0 466.4 0H109.6C99.9 0 90.8 5 85.7 13.1L28.3 103.8c-29.6 46.8-3.4 111.9 51.9 119.4c4 .5 8.1 .8 12.1 .8c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.2 0 49.3-11.4 65.2-29c16 17.6 39.1 29 65.2 29c4.1 0 8.1-.3 12.1-.8c55.5-7.4 81.8-72.5 52.1-119.4zM499.7 254.9l-.1 0c-5.3 .7-10.7 1.1-16.2 1.1c-12.4 0-24.3-1.9-35.4-5.3V384H128V250.6c-11.2 3.5-23.2 5.4-35.6 5.4c-5.5 0-11-.4-16.3-1.1l-.1 0c-4.1-.6-8.1-1.3-12-2.3V384v64c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V384 252.6c-4 1-8 1.8-12.3 2.3z\"\/><\/svg>\n                    <\/a>\n                <\/div>\n            <\/div>\n           <\/div>\n        <\/div>\n        \n        <div class=\"store-card\">\n           \n            <img decoding=\"async\" src=\"https:\/\/www.lotteria.com.mm\/home\/wp-content\/uploads\/2023\/08\/lotteria-new-logo-2.png\" class=\"logo\"\/>\n           <div class=\"text-section\">\n               <h6>\n                  Lotteria Capital Center 80th Street\n               <\/h6>\n               <h6>\n                   3-14, 3-13, Level-3, The Capital Mall Mandalay, 80th Street Between 27th Street & 28th Street, Chanayetharzan Township, Mandalay\n               <\/h6>\n               <h6 class=\"mb-5\">\n                   Phone Number: +95(9) 269888841\n               <\/h6>\n               <div class=\"button\">\n                <div class=\"button-wrapper\">\n                    <div class=\"text\">Get Direction<\/div>\n                    <a href=\"https:\/\/www.google.com\/maps\/place\/LOTTERIA+(+Capital+80th+Street+Branch+)\/@21.9804161,96.0814997,17z\/data=!4m6!3m5!1s0x30cb6df59936d85d:0xf1aa3225649c6884!8m2!3d21.9806002!4d96.0841283!16s%2Fg%2F11v48n_1mb\" rel=\"noopener\" target=\"_blank\" class=\"icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"><!--!Font Awesome Free 6.5.2 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license\/free Copyright 2024 Fonticons, Inc.--><path d=\"M547.6 103.8L490.3 13.1C485.2 5 476.1 0 466.4 0H109.6C99.9 0 90.8 5 85.7 13.1L28.3 103.8c-29.6 46.8-3.4 111.9 51.9 119.4c4 .5 8.1 .8 12.1 .8c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.2 0 49.3-11.4 65.2-29c16 17.6 39.1 29 65.2 29c4.1 0 8.1-.3 12.1-.8c55.5-7.4 81.8-72.5 52.1-119.4zM499.7 254.9l-.1 0c-5.3 .7-10.7 1.1-16.2 1.1c-12.4 0-24.3-1.9-35.4-5.3V384H128V250.6c-11.2 3.5-23.2 5.4-35.6 5.4c-5.5 0-11-.4-16.3-1.1l-.1 0c-4.1-.6-8.1-1.3-12-2.3V384v64c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V384 252.6c-4 1-8 1.8-12.3 2.3z\"\/><\/svg>\n                    <\/a>\n                <\/div>\n            <\/div>\n           <\/div>\n        <\/div>\n    <\/div>\n    \n    <h4 class=\"mt\">Other Towns<\/h4>\n    <div class=\"grid-box\">\n        <div class=\"store-card\">\n           \n            <img decoding=\"async\" src=\"https:\/\/www.lotteria.com.mm\/home\/wp-content\/uploads\/2023\/08\/lotteria-new-logo-2.png\" class=\"logo\"\/>\n           <div class=\"text-section\">\n               <h6>\n                  Lotteria Junction Nay Pyi Taw\n               <\/h6>\n               <h6>\n                   Room No. 02-021, Level 2, Junction Centre, Yaza Thingaha Road, in front of Hotel Zone, Nay Pyi Taw\n               <\/h6>\n               <h6 class=\"mb-5\">\n                   Phone Number: +95(9) 953077422 \n               <\/h6>\n               <div class=\"button\">\n                <div class=\"button-wrapper\">\n                    <div class=\"text\">Get Direction<\/div>\n                    <a href=\"https:\/\/www.google.com.mm\/maps\/place\/LOTTERIA+in+Junction+Centre+Nay+Pyi+Taw\/@19.7141945,96.111247,19.5z\/data=!4m8!1m2!2m1!1sRoom+No.+02-021,+Level+2,+Junction+Centre,+Yaza+Thingaha+Road,+in+front+of+Hotel+Zone!3m4!1s0x30c8bd131d2ca2bd:0xec3c2bab3d533b09!8m2!3d19.7140856!4d96.1111895\" rel=\"noopener\" target=\"_blank\" class=\"icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"><!--!Font Awesome Free 6.5.2 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license\/free Copyright 2024 Fonticons, Inc.--><path d=\"M547.6 103.8L490.3 13.1C485.2 5 476.1 0 466.4 0H109.6C99.9 0 90.8 5 85.7 13.1L28.3 103.8c-29.6 46.8-3.4 111.9 51.9 119.4c4 .5 8.1 .8 12.1 .8c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.2 0 49.3-11.4 65.2-29c16 17.6 39.1 29 65.2 29c4.1 0 8.1-.3 12.1-.8c55.5-7.4 81.8-72.5 52.1-119.4zM499.7 254.9l-.1 0c-5.3 .7-10.7 1.1-16.2 1.1c-12.4 0-24.3-1.9-35.4-5.3V384H128V250.6c-11.2 3.5-23.2 5.4-35.6 5.4c-5.5 0-11-.4-16.3-1.1l-.1 0c-4.1-.6-8.1-1.3-12-2.3V384v64c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V384 252.6c-4 1-8 1.8-12.3 2.3z\"\/><\/svg>\n                    <\/a>\n                <\/div>\n            <\/div>\n           <\/div>\n        <\/div>\n        \n        <div class=\"store-card\">\n           \n            <img decoding=\"async\" src=\"https:\/\/www.lotteria.com.mm\/home\/wp-content\/uploads\/2023\/08\/lotteria-new-logo-2.png\" class=\"logo\"\/>\n           <div class=\"text-section\">\n               <h6>\n                  Lotteria Ocean Ottarathri\n               <\/h6>\n               <h6>\n                   128 Ground Floor, Ocean Otharathiri , Zay Ya Hta Ni Street Corner, Yadanar Theikdi Ward Oak, Ottarathiri  Thiri Tsp, Mandalay Street, Nay Pyi Daw.\n               <\/h6>\n               <h6 class=\"mb-5\">\n                   Phone Number: +95(9) 405600233 \n               <\/h6>\n               <div class=\"button\">\n                <div class=\"button-wrapper\">\n                    <div class=\"text\">Get Direction<\/div>\n                    <a href=\"https:\/\/www.google.com.mm\/maps\/place\/Lotteria\/@19.8167354,96.1544561,18z\/data=!4m12!1m6!3m5!1s0x30c8b99023c9b76b:0x97e1aabf035d57c4!2sLotteria!8m2!3d19.8170414!4d96.1544412!3m4!1s0x30c8b99023c9b76b:0x97e1aabf035d57c4!8m2!3d19.8170414!4d96.1544412\" rel=\"noopener\" target=\"_blank\" class=\"icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"><!--!Font Awesome Free 6.5.2 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license\/free Copyright 2024 Fonticons, Inc.--><path d=\"M547.6 103.8L490.3 13.1C485.2 5 476.1 0 466.4 0H109.6C99.9 0 90.8 5 85.7 13.1L28.3 103.8c-29.6 46.8-3.4 111.9 51.9 119.4c4 .5 8.1 .8 12.1 .8c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.2 0 49.3-11.4 65.2-29c16 17.6 39.1 29 65.2 29c4.1 0 8.1-.3 12.1-.8c55.5-7.4 81.8-72.5 52.1-119.4zM499.7 254.9l-.1 0c-5.3 .7-10.7 1.1-16.2 1.1c-12.4 0-24.3-1.9-35.4-5.3V384H128V250.6c-11.2 3.5-23.2 5.4-35.6 5.4c-5.5 0-11-.4-16.3-1.1l-.1 0c-4.1-.6-8.1-1.3-12-2.3V384v64c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V384 252.6c-4 1-8 1.8-12.3 2.3z\"\/><\/svg>\n                    <\/a>\n                <\/div>\n            <\/div>\n           <\/div>\n        <\/div>\n        \n        <div class=\"store-card\">\n           \n            <img decoding=\"async\" src=\"https:\/\/www.lotteria.com.mm\/home\/wp-content\/uploads\/2023\/08\/lotteria-new-logo-2.png\" class=\"logo\"\/>\n           <div class=\"text-section\">\n               <h6>\n                  Lotteria Moe Thiri Mega Store\n               <\/h6>\n               <h6>\n                   Room No. S-1, Unit No.280-B,Coner of Pyinmana Taungnyo Road and Zambu-Thapyae Road, Thapyaygone Ward, ZabuThiri Township, Nay Pyi Taw.\n               <\/h6>\n               <h6 class=\"mb-5\">\n                   Phone Number: +95(9) 775637649 \n               <\/h6>\n               <div class=\"button\">\n                <div class=\"button-wrapper\">\n                    <div class=\"text\">Get Direction<\/div>\n                    <a href=\"https:\/\/maps.app.goo.gl\/2Q6PievVcqBvT6UD9\" rel=\"noopener\" target=\"_blank\" class=\"icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"><!--!Font Awesome Free 6.5.2 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license\/free Copyright 2024 Fonticons, Inc.--><path d=\"M547.6 103.8L490.3 13.1C485.2 5 476.1 0 466.4 0H109.6C99.9 0 90.8 5 85.7 13.1L28.3 103.8c-29.6 46.8-3.4 111.9 51.9 119.4c4 .5 8.1 .8 12.1 .8c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.2 0 49.3-11.4 65.2-29c16 17.6 39.1 29 65.2 29c4.1 0 8.1-.3 12.1-.8c55.5-7.4 81.8-72.5 52.1-119.4zM499.7 254.9l-.1 0c-5.3 .7-10.7 1.1-16.2 1.1c-12.4 0-24.3-1.9-35.4-5.3V384H128V250.6c-11.2 3.5-23.2 5.4-35.6 5.4c-5.5 0-11-.4-16.3-1.1l-.1 0c-4.1-.6-8.1-1.3-12-2.3V384v64c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V384 252.6c-4 1-8 1.8-12.3 2.3z\"\/><\/svg>\n                    <\/a>\n                <\/div>\n            <\/div>\n           <\/div>\n        <\/div>\n        \n        <div class=\"store-card\">\n           \n            <img decoding=\"async\" src=\"https:\/\/www.lotteria.com.mm\/home\/wp-content\/uploads\/2023\/08\/lotteria-new-logo-2.png\" class=\"logo\"\/>\n           <div class=\"text-section\">\n               <h6>\n                  Lotteria Pyay\n               <\/h6>\n               <h6>\n                   No. 13A, Bogyoke Road, Ywa-Be Quarter, Pyay, Bago Division\n               <\/h6>\n               <h6 class=\"mb-5\">\n                   Phone Number: +95(9) 952254425 \n               <\/h6>\n               <div class=\"button\">\n                <div class=\"button-wrapper\">\n                    <div class=\"text\">Get Direction<\/div>\n                    <a href=\"https:\/\/www.google.com.mm\/maps\/place\/Lotteria\/@18.8199763,95.2232613,19z\/data=!4m8!1m2!2m1!1sNo.+13A,+Bogyoke+Road,+Ywa-Be+Quarter,+Pyay,+Bago+Division!3m4!1s0x30c7834f3b45eea9:0xbfd5eb8a9768fed5!8m2!3d18.8203143!4d95.2239681\" rel=\"noopener\" target=\"_blank\" class=\"icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"><!--!Font Awesome Free 6.5.2 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license\/free Copyright 2024 Fonticons, Inc.--><path d=\"M547.6 103.8L490.3 13.1C485.2 5 476.1 0 466.4 0H109.6C99.9 0 90.8 5 85.7 13.1L28.3 103.8c-29.6 46.8-3.4 111.9 51.9 119.4c4 .5 8.1 .8 12.1 .8c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.2 0 49.3-11.4 65.2-29c16 17.6 39.1 29 65.2 29c4.1 0 8.1-.3 12.1-.8c55.5-7.4 81.8-72.5 52.1-119.4zM499.7 254.9l-.1 0c-5.3 .7-10.7 1.1-16.2 1.1c-12.4 0-24.3-1.9-35.4-5.3V384H128V250.6c-11.2 3.5-23.2 5.4-35.6 5.4c-5.5 0-11-.4-16.3-1.1l-.1 0c-4.1-.6-8.1-1.3-12-2.3V384v64c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V384 252.6c-4 1-8 1.8-12.3 2.3z\"\/><\/svg>\n                    <\/a>\n                <\/div>\n            <\/div>\n           <\/div>\n        <\/div>\n        \n        <div class=\"store-card\">\n           \n            <img decoding=\"async\" src=\"https:\/\/www.lotteria.com.mm\/home\/wp-content\/uploads\/2023\/08\/lotteria-new-logo-2.png\" class=\"logo\"\/>\n           <div class=\"text-section\">\n               <h6>\n                  Lotteria Ocean Pathein\n               <\/h6>\n               <h6>\n                   Room No : 23, Third Floor, Ocean Super Centre, Kann Nar Rd, No.4 Ward, U Paing No.3(kha), Pathein, Ayeyarwady Division\n               <\/h6>\n               <h6 class=\"mb-5\">\n                   Phone Number: +95(9) 44731226 \n               <\/h6>\n               <div class=\"button\">\n                <div class=\"button-wrapper\">\n                    <div class=\"text\">Get Direction<\/div>\n                    <a href=\"https:\/\/www.google.com.mm\/maps\/place\/Ocean+Supercenter+(Pathein)\/@16.7823629,94.7309522,21z\/data=!4m12!1m6!3m5!1s0x30bfea0bcf2fa389:0x12103f402d89fe89!2sOcean+Supercenter+(Pathein)!8m2!3d16.7823718!4d94.7309064!3m4!1s0x30bfea0bcf2fa389:0x12103f402d89fe89!8m2!3d16.7823718!4d94.7309064\" rel=\"noopener\" target=\"_blank\" class=\"icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"><!--!Font Awesome Free 6.5.2 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license\/free Copyright 2024 Fonticons, Inc.--><path d=\"M547.6 103.8L490.3 13.1C485.2 5 476.1 0 466.4 0H109.6C99.9 0 90.8 5 85.7 13.1L28.3 103.8c-29.6 46.8-3.4 111.9 51.9 119.4c4 .5 8.1 .8 12.1 .8c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.2 0 49.3-11.4 65.2-29c16 17.6 39.1 29 65.2 29c4.1 0 8.1-.3 12.1-.8c55.5-7.4 81.8-72.5 52.1-119.4zM499.7 254.9l-.1 0c-5.3 .7-10.7 1.1-16.2 1.1c-12.4 0-24.3-1.9-35.4-5.3V384H128V250.6c-11.2 3.5-23.2 5.4-35.6 5.4c-5.5 0-11-.4-16.3-1.1l-.1 0c-4.1-.6-8.1-1.3-12-2.3V384v64c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V384 252.6c-4 1-8 1.8-12.3 2.3z\"\/><\/svg>\n                    <\/a>\n                <\/div>\n            <\/div>\n           <\/div>\n        <\/div>\n        \n        <div class=\"store-card\">\n           \n            <img decoding=\"async\" src=\"https:\/\/www.lotteria.com.mm\/home\/wp-content\/uploads\/2023\/08\/lotteria-new-logo-2.png\" class=\"logo\"\/>\n           <div class=\"text-section\">\n               <h6>\n                  Lotteria Ocean Mawlamyine\n               <\/h6>\n               <h6>\n                   Ocean Super Center, Thanlwin Garden, between Theinkone Street, Tanintharyee Street, Upper Mawlamyine Road, Bohgone Qtr, Mawlamyine, Mon State\n               <\/h6>\n               <h6 class=\"mb-5\">\n                   Phone Number:  +95 (9) 457203811 \n               <\/h6>\n               <div class=\"button\">\n                <div class=\"button-wrapper\">\n                    <div class=\"text\">Get Direction<\/div>\n                    <a href=\"https:\/\/www.google.com.mm\/maps\/place\/Lotteria\/@16.4689452,97.6265167,18.25z\/data=!4m12!1m6!3m5!1s0x30c2a8bdc423043f:0x77b6f712c8e07d17!2zT2NlYW4gU3VwZXJjZW50ZXIgKE1hd2xhbXlpbmUp4YCZ4YCQ4YC64YCZ4YCc4YCu4YCv!8m2!3d16.4688021!4d97.6266535!3m4!1s0x30c2a8bdc6741ec7:0x6d65a2a53e20410b!8m2!3d16.4684863!4d97.6268355\" rel=\"noopener\" target=\"_blank\" class=\"icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"><!--!Font Awesome Free 6.5.2 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license\/free Copyright 2024 Fonticons, Inc.--><path d=\"M547.6 103.8L490.3 13.1C485.2 5 476.1 0 466.4 0H109.6C99.9 0 90.8 5 85.7 13.1L28.3 103.8c-29.6 46.8-3.4 111.9 51.9 119.4c4 .5 8.1 .8 12.1 .8c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.2 0 49.3-11.4 65.2-29c16 17.6 39.1 29 65.2 29c4.1 0 8.1-.3 12.1-.8c55.5-7.4 81.8-72.5 52.1-119.4zM499.7 254.9l-.1 0c-5.3 .7-10.7 1.1-16.2 1.1c-12.4 0-24.3-1.9-35.4-5.3V384H128V250.6c-11.2 3.5-23.2 5.4-35.6 5.4c-5.5 0-11-.4-16.3-1.1l-.1 0c-4.1-.6-8.1-1.3-12-2.3V384v64c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V384 252.6c-4 1-8 1.8-12.3 2.3z\"\/><\/svg>\n                    <\/a>\n                <\/div>\n            <\/div>\n           <\/div>\n        <\/div>\n        \n        <div class=\"store-card\">\n           \n            <img decoding=\"async\" src=\"https:\/\/www.lotteria.com.mm\/home\/wp-content\/uploads\/2023\/08\/lotteria-new-logo-2.png\" class=\"logo\"\/>\n           <div class=\"text-section\">\n               <h6>\n                  Lotteria Grand Mawlamyine\n               <\/h6>\n               <h6>\n                   Grand Mawlamyine Shopping Mall, \n                   Corner of Tharthana Baikman St and Thahton Bridge St,\n                     Phat Tan Qts, Mawlamyine City, Mon State\n               <\/h6>\n               <h6 class=\"mb-5\">\n                   Phone Number:  +95 (9) 682853737 \n               <\/h6>\n               <div class=\"button\">\n                <div class=\"button-wrapper\">\n                    <div class=\"text\">Get Direction<\/div>\n                    <a href=\"https:\/\/maps.app.goo.gl\/tfZgPPWh4rvJRGUJ9\" rel=\"noopener\" target=\"_blank\" class=\"icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"><!--!Font Awesome Free 6.5.2 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license\/free Copyright 2024 Fonticons, Inc.--><path d=\"M547.6 103.8L490.3 13.1C485.2 5 476.1 0 466.4 0H109.6C99.9 0 90.8 5 85.7 13.1L28.3 103.8c-29.6 46.8-3.4 111.9 51.9 119.4c4 .5 8.1 .8 12.1 .8c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.2 0 49.3-11.4 65.2-29c16 17.6 39.1 29 65.2 29c4.1 0 8.1-.3 12.1-.8c55.5-7.4 81.8-72.5 52.1-119.4zM499.7 254.9l-.1 0c-5.3 .7-10.7 1.1-16.2 1.1c-12.4 0-24.3-1.9-35.4-5.3V384H128V250.6c-11.2 3.5-23.2 5.4-35.6 5.4c-5.5 0-11-.4-16.3-1.1l-.1 0c-4.1-.6-8.1-1.3-12-2.3V384v64c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V384 252.6c-4 1-8 1.8-12.3 2.3z\"\/><\/svg>\n                    <\/a>\n                <\/div>\n            <\/div>\n           <\/div>\n        <\/div>\n        \n        <div class=\"store-card\">\n           \n            <img decoding=\"async\" src=\"https:\/\/www.lotteria.com.mm\/home\/wp-content\/uploads\/2023\/08\/lotteria-new-logo-2.png\" class=\"logo\"\/>\n           <div class=\"text-section\">\n               <h6>\n                  Lotteria Ocean Monywa\n               <\/h6>\n               <h6>\n                   Ocean Super Center, No-681, Corner of Bogyoke Road and Strand Road, South-Monywa Ward, Monywa City, Sagaing Division\n               <\/h6>\n               <h6 class=\"mb-5\">\n                   Phone Number:  +95 (9) 962021013 \n               <\/h6>\n               <div class=\"button\">\n                <div class=\"button-wrapper\">\n                    <div class=\"text\">Get Direction<\/div>\n                    <a href=\"https:\/\/www.google.com\/maps\/place\/Lotteria\/@22.0995839,95.1400437,20.04z\/data=!4m6!3m5!1s0x30ca9ed26127bff9:0xe369484e264e5f3c!8m2!3d22.0994875!4d95.1403208!16s%2Fg%2F11c2l1s7p6\" rel=\"noopener\" target=\"_blank\" class=\"icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"><!--!Font Awesome Free 6.5.2 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license\/free Copyright 2024 Fonticons, Inc.--><path d=\"M547.6 103.8L490.3 13.1C485.2 5 476.1 0 466.4 0H109.6C99.9 0 90.8 5 85.7 13.1L28.3 103.8c-29.6 46.8-3.4 111.9 51.9 119.4c4 .5 8.1 .8 12.1 .8c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.2 0 49.3-11.4 65.2-29c16 17.6 39.1 29 65.2 29c4.1 0 8.1-.3 12.1-.8c55.5-7.4 81.8-72.5 52.1-119.4zM499.7 254.9l-.1 0c-5.3 .7-10.7 1.1-16.2 1.1c-12.4 0-24.3-1.9-35.4-5.3V384H128V250.6c-11.2 3.5-23.2 5.4-35.6 5.4c-5.5 0-11-.4-16.3-1.1l-.1 0c-4.1-.6-8.1-1.3-12-2.3V384v64c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V384 252.6c-4 1-8 1.8-12.3 2.3z\"\/><\/svg>\n                    <\/a>\n                <\/div>\n            <\/div>\n           <\/div>\n        <\/div>\n        \n        <div class=\"store-card\">\n           \n            <img decoding=\"async\" src=\"https:\/\/www.lotteria.com.mm\/home\/wp-content\/uploads\/2023\/08\/lotteria-new-logo-2.png\" class=\"logo\"\/>\n           <div class=\"text-section\">\n               <h6>\n                  Lotteria Taungoo Branch\n               <\/h6>\n               <h6>\n                   Ground Floor, Ikon Mart Shopping Center, Old Yangon-Mandalay Road and Than Taung Gyi Road, Taungoo Town Bago Division\n               <\/h6>\n               <h6 class=\"mb-5\">\n                   Phone Number:  +95(9) 405600232 \n               <\/h6>\n               <div class=\"button\">\n                <div class=\"button-wrapper\">\n                    <div class=\"text\">Get Direction<\/div>\n                    <a href=\"https:\/\/www.google.com\/maps\/place\/Lotteria+-+Taungoo\/@18.9423856,96.442035,18z\/data=!3m1!4b1!4m6!3m5!1s0x30c5d91b62a4ddf7:0x86dab9d3637cd24f!8m2!3d18.9423831!4d96.4433225!16s%2Fg%2F11tj9m93vh\" rel=\"noopener\" target=\"_blank\" class=\"icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"><!--!Font Awesome Free 6.5.2 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license\/free Copyright 2024 Fonticons, Inc.--><path d=\"M547.6 103.8L490.3 13.1C485.2 5 476.1 0 466.4 0H109.6C99.9 0 90.8 5 85.7 13.1L28.3 103.8c-29.6 46.8-3.4 111.9 51.9 119.4c4 .5 8.1 .8 12.1 .8c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.2 0 49.3-11.4 65.2-29c16 17.6 39.1 29 65.2 29c4.1 0 8.1-.3 12.1-.8c55.5-7.4 81.8-72.5 52.1-119.4zM499.7 254.9l-.1 0c-5.3 .7-10.7 1.1-16.2 1.1c-12.4 0-24.3-1.9-35.4-5.3V384H128V250.6c-11.2 3.5-23.2 5.4-35.6 5.4c-5.5 0-11-.4-16.3-1.1l-.1 0c-4.1-.6-8.1-1.3-12-2.3V384v64c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V384 252.6c-4 1-8 1.8-12.3 2.3z\"\/><\/svg>\n                    <\/a>\n                <\/div>\n            <\/div>\n           <\/div>\n        <\/div>\n        \n        <div class=\"store-card\">\n           \n            <img decoding=\"async\" src=\"https:\/\/www.lotteria.com.mm\/home\/wp-content\/uploads\/2023\/08\/lotteria-new-logo-2.png\" class=\"logo\"\/>\n           <div class=\"text-section\">\n               <h6>\n                  Lotteria Myeik\n               <\/h6>\n               <h6>\n                   Shop No. 6B 7B, Yay Pon Yat, Stand Road,  Myeik Town, Taninthayi Division\n               <\/h6>\n               <h6 class=\"mb-5\">\n                   Phone Number: +95(9) 405600234\n               <\/h6>\n               <div class=\"button\">\n                <div class=\"button-wrapper\">\n                    <div class=\"text\">Get Direction<\/div>\n                    <a href=\"https:\/\/www.google.com.mm\/maps\/place\/Lotteria\/@12.4555714,98.598534,19z\/data=!4m12!1m6!3m5!1s0x30fbb15193f2114f:0x2e243e59ba140309!2sLotteria!8m2!3d12.4557417!4d98.5980577!3m4!1s0x30fbb15193f2114f:0x2e243e59ba140309!8m2!3d12.4557417!4d98.5980577\" rel=\"noopener\" target=\"_blank\" class=\"icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"><!--!Font Awesome Free 6.5.2 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license\/free Copyright 2024 Fonticons, Inc.--><path d=\"M547.6 103.8L490.3 13.1C485.2 5 476.1 0 466.4 0H109.6C99.9 0 90.8 5 85.7 13.1L28.3 103.8c-29.6 46.8-3.4 111.9 51.9 119.4c4 .5 8.1 .8 12.1 .8c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.2 0 49.3-11.4 65.2-29c16 17.6 39.1 29 65.2 29c4.1 0 8.1-.3 12.1-.8c55.5-7.4 81.8-72.5 52.1-119.4zM499.7 254.9l-.1 0c-5.3 .7-10.7 1.1-16.2 1.1c-12.4 0-24.3-1.9-35.4-5.3V384H128V250.6c-11.2 3.5-23.2 5.4-35.6 5.4c-5.5 0-11-.4-16.3-1.1l-.1 0c-4.1-.6-8.1-1.3-12-2.3V384v64c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V384 252.6c-4 1-8 1.8-12.3 2.3z\"\/><\/svg>\n                    <\/a>\n                <\/div>\n            <\/div>\n           <\/div>\n        <\/div>\n    <\/div>\n    \n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Stores Yangon Branches Lotteria Junction Square Junction Square Shopping Center,Kamayut Township, Yangon Phone Number: +95(9) 455308101 Get Direction Lotteria Pearl Condo No. G-07,Pearl Condo,Kabaaye Pagoda Road,Bahan Township, Yangon Phone Number: +95(9) 772135402 Get Direction Lotteria China Town No.817, Corner of Hledan Street and Mahabandoola Road, Lanmadaw, Yangon Phone Number: +95(9) 962041003 Get Direction Lotteria Junction [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_theme","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-1580","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.lotteria.com.mm\/home\/wp-json\/wp\/v2\/pages\/1580","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.lotteria.com.mm\/home\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.lotteria.com.mm\/home\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.lotteria.com.mm\/home\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.lotteria.com.mm\/home\/wp-json\/wp\/v2\/comments?post=1580"}],"version-history":[{"count":347,"href":"https:\/\/www.lotteria.com.mm\/home\/wp-json\/wp\/v2\/pages\/1580\/revisions"}],"predecessor-version":[{"id":3183,"href":"https:\/\/www.lotteria.com.mm\/home\/wp-json\/wp\/v2\/pages\/1580\/revisions\/3183"}],"wp:attachment":[{"href":"https:\/\/www.lotteria.com.mm\/home\/wp-json\/wp\/v2\/media?parent=1580"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}