@font-face {
  font-family: "Yekan-Li";
  font-style: normal;
  src: url("../fonts/iranyekanweblightfanum.woff");
  src: url("../fonts/iranyekanweblightfanum.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Yekan-Re";
  font-style: normal;
  src: url("../fonts/iranyekanwebregularfanum.woff");
  src: url("../fonts/iranyekanwebregularfanum.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Yekan-Md";
  font-style: normal;
  src: url("../fonts/iranyekanwebmediumfanum.woff");
  src: url("../fonts/iranyekanwebmediumfanum.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Yekan-Bold";
  font-style: normal;
  src: url("../fonts/iranyekanwebboldfanum.woff");
  src: url("../fonts/iranyekanwebboldfanum.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Yekan-ExtraBold";
  font-style: normal;
  src: url("../fonts/iranyekanwebextraboldfanum.woff");
  src: url("../fonts/iranyekanwebextraboldfanum.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Yekan-Black";
  font-style: normal;
  src: url("../fonts/iranyekanwebblackfanum.woff");
  src: url("../fonts/iranyekanwebblackfanum.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "bidad-extraBold";
  font-style: normal;
  src: url("../fonts/Bidad-ExtraBold.woff");
  src: url("../fonts/Bidad-ExtraBold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "bidad-heavy";
  font-style: normal;
  src: url("../fonts/Bidad-SuperHeavy.woff");
  src: url("../fonts/Bidad-SuperHeavy.woff") format("woff");
  font-display: swap;
}
.fm-re {
  font-family: "Yekan-Re" !important;
}
.fm-md {
  font-family: "Yekan-Md" !important;
}
.fm-b {
  font-family: "Yekan-Bold" !important;
}
.fm-eb {
  font-family: "Yekan-ExtraBold" !important;
}
.fm-bl {
  font-family: "Yekan-Black" !important;
}
.fm-ebl {
  font-family: "Yekan-ExtraBlack" !important;
}
.fm-li {
  font-family: "Yekan-Li";
}

body {
  font-family: "Yekan-Re" !important;
}

.primary-color {
  color: #004c98;
}

.secondary-color {
  color: #fe8c0e;
}

.white-color {
  color: #fff;
}

.dark-color {
  color: #1a1a1a;
}

.primary-bg {
  background: #004c98;
}

.secondary-bg {
  background: #fe8c0e;
}

.white-bg {
  background: #fff;
}

.dark-bg {
  background: #1a1a1a;
}

.primary-btn {
  background-color: #004c98;
  color: #fff;
  border-radius: 10px;
  font-size: 14px;
  padding: 8px 10px;
  transition: 0.3s;
  border: 1px solid #004c98;
}
.primary-btn:hover {
  box-shadow: inset 0 0 30px 0 rgba(0, 0, 0, 0.3);
}

.primary-outline-btn {
  border: 1px solid #004c98;
  color: #004c98;
  background: transparent;
  border-radius: 10px;
  font-size: 14px;
  padding: 8px 10px;
  transition: 0.3s;
}
.primary-outline-btn:hover {
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.w-100 {
  width: 100% !important;
}

.d-flex {
  display: flex !important;
}

.d-block {
  display: block !important;
}

.d-none {
  display: none !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-relative {
  position: relative !important;
}

.btn {
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
}

.no-scroll {
  overflow: hidden;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.menu-sidebar {
  width: 350px;
  opacity: 0;
  box-shadow: -30px 0 100px rgba(0, 0, 0, 0.5);
  background: #fff;
  transform: translateX(400px);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99;
  padding: 10px;
  height: 100vh;
  transition: 0.3s;
  overflow: auto;
}
.menu-sidebar .accordion-item {
  border-bottom: 1px solid #d7d7d7;
}
.menu-sidebar .accordion-item .cat {
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: 14px;
  color: #737373;
}
.menu-sidebar .accordion-item.active .accordion-header::after {
  transform: rotate(180deg);
}
.menu-sidebar .accordion-item.active .inner .accordion-header::after {
  transform: none;
}
.menu-sidebar .accordion-item .inner .accordion-item:last-child {
  border-bottom: 0;
}
.menu-sidebar .accordion-item .inner .accordion-header {
  padding: 10px 0;
  gap: 0px;
}
.menu-sidebar .accordion-item .inner .accordion-header img {
  width: 20px;
  height: 20px;
}
.menu-sidebar .accordion-item .inner .accordion-item.active .accordion-header::after {
  transform: rotate(180deg);
}
.menu-sidebar .accordion-item .inner .accordion-content {
  background: #dcecfe;
  border-radius: 10px;
}
.menu-sidebar .accordion-item .inner .accordion-content .level-three li {
  margin-bottom: 6px;
}
.menu-sidebar .accordion-item .inner .accordion-content .level-three a {
  color: #444;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  padding: 2px 8px;
}
.menu-sidebar .accordion-item .inner .accordion-content .level-three a .circle {
  width: 4px;
  height: 4px;
  background: #444;
  border-radius: 50%;
}
.menu-sidebar .accordion-item .accordion-header {
  padding: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 14px;
  gap: 8px;
  position: relative;
}
.menu-sidebar .accordion-item .accordion-header::after {
  content: "";
  position: absolute;
  transition: 0.3s;
  left: 0;
  top: 0;
  bottom: 0;
  align-content: center;
  background-image: url("../images/chevron-down-menu.svg");
  background-size: 100% 100%;
  width: 18px;
  height: 100%;
}
.menu-sidebar .accordion-item .accordion-header img {
  height: 26px;
}
.menu-sidebar .accordion-item .accordion-content {
  display: none;
  padding: 8px;
  background: #f2f8ff;
  border-radius: 14px;
  margin-bottom: 10px;
}
.menu-sidebar .links {
  margin-top: 20px;
}
.menu-sidebar .links li {
  margin-bottom: 4px;
}
.menu-sidebar .links li a {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  color: #1a1a1a;
}
.menu-sidebar .links li a img {
  height: 24px;
}
.menu-sidebar .links li:not(:last-child) {
  border-bottom: 1px solid #d7d7d7;
}
.menu-sidebar .subject {
  color: #737373;
  font-size: 12px;
  font-family: "Yekan-Li";
  margin-bottom: 4px;
}
.menu-sidebar.show {
  animation: menu 0.3s ease-in-out;
  opacity: 1;
  transform: translateX(0);
}
.menu-sidebar .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu-sidebar .header button {
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
}
.menu-sidebar .header button img {
  width: 26px;
}
.menu-sidebar .header a {
  display: flex;
}
.menu-sidebar .header a img {
  width: 100px;
}

nav {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0 0 20px 20px;
}
nav .cart {
  position: relative;
}
nav .cart span {
  position: absolute;
  top: -6px;
  right: -4px;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #1a1a1a;
  color: #fff;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  text-align: center;
}
nav .search {
  position: relative;
  margin-right: 40px;
  margin-bottom: 8px;
}
nav .search-input {
  background-color: #ebebeb;
  border-radius: 14px;
  font-size: 14px;
  color: #1a1a1a;
  border: 0;
  padding: 12px 40px 12px 12px;
  width: 100%;
  transition: 0.5s;
}
nav .search-input:focus {
  outline: none;
}
nav .search-input::placeholder {
  color: #a6a6a6;
  font-family: "Yekan-Li";
}
nav .search button {
  border: 0;
  box-shadow: none;
  padding: 0;
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  cursor: pointer;
}
nav .top {
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
nav .top-right {
  display: flex;
  align-items: center;
}
nav .top-left ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  gap: 16px;
}
nav .top-left ul .devider {
  color: #aaaaaa;
}
nav .top-left ul a {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  padding: 6px 10px;
}
nav .top-left ul a.primary-outline-btn {
  padding: 5px !important;
  border-radius: 8px;
}
nav .bottom {
  border-top: 1px solid #d9d9d9;
  margin-top: 12px;
  padding-top: 8px;
}
nav .bottom ul {
  padding: 0;
  margin: 0;
}
nav .bottom ul.end-ul {
  margin-right: auto;
}
nav .bottom ul li {
  list-style: none;
}
nav .bottom ul li.mega .mega-menu {
  position: absolute;
  display: none;
  top: 100%;
  right: 0;
  left: 0;
  background: #fff;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
  z-index: 2;
  border-radius: 0 0 16px 16px;
  align-items: flex-start;
  overflow: hidden;
}
nav .bottom ul li.mega .mega-menu .tabs {
  border-left: 1px solid #ddd;
}
nav .bottom ul li.mega .mega-menu .tabs li {
  margin-left: 0;
}
nav .bottom ul li.mega .mega-menu .tabs button {
  width: 100%;
  font-family: "Yekan-Re";
  background: #fff;
  padding: 8px 20px;
  border: 0;
  border-bottom: 1px solid #ddd;
  color: #1a1a1a;
  opacity: 0.4;
  font-size: 14px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  justify-content: center;
}
nav .bottom ul li.mega .mega-menu .tabs button.active {
  color: #000;
  opacity: 1;
}
nav .bottom ul li.mega .mega-menu .contents {
  max-height: 23rem;
  overflow: auto;
}
nav .bottom ul li.mega .mega-menu .contents .tab-content {
  display: none;
  padding: 8px;
}
nav .bottom ul li.mega .mega-menu .contents .tab-content .mega-items {
  column-count: 3;
  column-gap: 15px;
}
nav .bottom ul li.mega .mega-menu .contents .tab-content .mega-items .main-li {
  margin-bottom: 1.5rem;
}
nav .bottom ul li.mega .mega-menu .contents .tab-content .mega-items li {
  break-inside: avoid;
  margin: 0;
}
nav .bottom ul li.mega .mega-menu .contents .tab-content .mega-items li a {
  font-size: 14px;
  margin-bottom: 2px;
  padding: 4px;
}
nav .bottom ul li.mega .mega-menu .contents .tab-content .mega-items li a .circle {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #888;
  margin-left: 6px;
  margin-right: 6px;
}
nav .bottom ul li.mega .mega-menu .contents .tab-content .mega-items li a.cat {
  font-size: 16px;
  color: #000;
  margin-bottom: 4px;
}
nav .bottom ul li.mega .mega-menu .contents .tab-content a {
  gap: 2px;
  font-size: 12px;
}
nav .bottom ul li.mega .mega-menu .contents .tab-content a::before {
  content: unset !important;
}
nav .bottom ul li.mega .mega-menu .contents .tab-content.show {
  display: block;
}
nav .bottom ul li.mega:hover .mega-menu {
  display: flex;
}
nav .bottom ul li:not(:last-child) {
  margin-left: 34px;
}
nav .bottom ul li a {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 6px 14px 6px;
  color: #3f3f3f;
  font-size: 14px;
  font-family: "Yekan-Md" !important;
  transition: 0.3s;
  position: relative;
}
nav .bottom ul li a::before {
  content: "";
  height: 2px;
  width: 0;
  transition: 0.3s;
  background: #fe8c0e;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
nav .bottom ul li a:hover {
  color: #1a1a1a;
}
nav .bottom ul li a:hover::before {
  width: 100%;
}
nav .mobile-menu {
  margin-top: 12px;
}
nav .mobile-menu .sidebar-btn {
  background-color: transparent;
  padding: 0;
  border: 0;
  cursor: pointer;
}
nav .app-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.1);
  z-index: 4;
  background: #fff;
  padding: 8px 0;
}
nav .app-nav .row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
nav .app-nav .row .col {
  width: 20%;
}
nav .app-nav .row .col button {
  background: transparent;
  border: 0;
  padding: 0;
  width: 100%;
  font-family: "Yekan-Re";
  cursor: pointer;
}
nav .app-nav .row .col a,
nav .app-nav .row .col button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  color: #1a1a1a;
  opacity: 0.8;
  font-size: 10px;
}
nav .app-nav .row .col a img,
nav .app-nav .row .col button img {
  height: 18px;
}
nav .app-nav .row .col a.active,
nav .app-nav .row .col button.active {
  opacity: 1;
}

.socials {
  gap: 12px;
  margin-top: 20px !important;
}
.socials a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background: #004c98;
  border-radius: 8px;
  padding: 4px;
}
.socials a img {
  width: 75%;
  margin: auto;
}

.product-card {
  text-align: right;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  padding: 0 8px 8px 8px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}
.product-card:hover {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}
.product-card .tag {
  position: absolute;
  height: max-content;
  transform: rotate(-45deg);
  background: #fe8c0e;
  color: #1a1a1a;
  position: absolute;
  top: 20px;
  left: -32px;
  text-align: center;
  padding: 4px 30px;
  font-size: 12px;
  font-family: "Yekan-ExtraBold";
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
}
.product-card .info {
  margin-top: 8px;
  border-top: 1px solid #cecece;
}
.product-card .info .title {
  text-align: right;
  font-size: 14px;
  color: #1a1a1a;
  margin-top: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  height: 2.75rem;
  align-content: center;
}
.product-card .info .rate {
  margin-top: 6px;
  gap: 4px;
}
.product-card .info .rate img {
  width: 18px;
  height: 18px;
}
.product-card .info .rate span {
  color: #1a1a1a;
  font-size: 14px;
}
.product-card .info .timer {
  margin-top: 6px;
  gap: 4px;
  color: #fe8c0e;
  font-size: 14px;
}
.product-card .info .timer .countdown {
  gap: 2px;
}
.product-card .info .timer img {
  width: 20px;
  height: 20px;
}
.product-card .info .old-price {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 1.25rem;
}
.product-card .info .old-price .percent {
  background-color: #fe8c0e;
  color: #fff;
  padding: 2px 6px;
  font-size: 12px;
  border-radius: 6px;
}
.product-card .info .old-price del {
  color: #999999;
  font-size: 14px;
}
.product-card .info .price {
  margin-top: 2px;
}
.product-card .info .price p {
  font-size: 18px;
  color: #1a1a1a;
  text-align: left;
}
.product-card .info .price p.non-existent {
  color: rgb(194, 0, 0) !important;
  text-align: center;
  font-size: 16px;
}
.product-card .info .price p span {
  font-size: 14px;
}
.product-card button {
  margin-top: 6px;
  width: 100%;
  font-family: "Yekan-Md";
  font-size: 14px;
  cursor: pointer;
}

footer {
  margin-top: 60px;
}
footer .rare-pro {
  background: #004c98;
  text-align: center;
  padding: 20px 0;
}
footer .rare-pro a {
  display: block;
  background: #fe8c0e;
  color: #fff;
  padding: 8px 14px;
  border-radius: 10px;
  width: max-content;
  max-width: 100%;
  margin: auto;
  font-family: "Yekan-Bold";
  margin-top: 10px;
}
footer .rare-pro span {
  display: block;
  margin-top: 8px;
  color: #fff;
}
footer .rare-pro p {
  color: #fff;
  font-size: 20px;
  font-family: "Yekan-ExtraBold";
}
footer .row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 16px 0;
  color: #1a1a1a;
}
footer .row p {
  font-family: "Yekan-ExtraBold";
  font-size: 18px;
}
footer .row .footer-card {
  padding: 10px;
}
footer .row .footer-card ul {
  margin-top: 8px;
  column-count: 2;
}
footer .row .footer-card ul.call {
  column-count: unset !important;
}
footer .row .footer-card ul.call li {
  break-inside: unset !important;
}
footer .row .footer-card ul li {
  break-inside: avoid;
  margin-bottom: 6px;
}
footer .row .footer-card ul .location {
  font-size: 14px;
  gap: 6px;
}
footer .row .footer-card ul a {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #3f3f3f;
  transition: 0.3s;
  font-size: 14px;
  padding: 4px;
  font-family: "Yekan-Md";
}
footer .row .footer-card ul a:hover {
  color: #1a1a1a;
}
footer .row .footer-card ul a span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fe8c0e;
}
footer .row .footer-card .about {
  font-size: 14px;
  line-height: 1.75;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* number of lines to show */
  line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-top: 8px;
}
footer .row .footer-card .about-link {
  color: #004c98;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 2px;
  font-family: "Yekan-Bold";
  margin-top: 4px;
}
footer .row .footer-card .about-link img {
  width: 14px;
}
footer .row .namad {
  column-count: unset !important;
  justify-content: center;
  display: flex;
  margin: auto;
  margin-top: 8px;
}
footer .row .namad li {
  break-inside: unset !important;
}
footer .row .namad li img {
  width: 50px;
}

@media (max-width: 992px) {
  nav {
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid #e2e2e2;
  }
  nav .cart span {
    background: #004c98 !important;
  }
  nav .mobile-menu .bottom-mobile .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  nav .mobile-menu .bottom-mobile .row .search {
    width: 90%;
    margin: 0;
  }
  nav .mobile-menu .bottom-mobile .row .user {
    text-align: left;
    width: 10%;
  }
  .category .row .cat-card img {
    height: 100px !important;
  }
  .category .row .cat-card {
    width: 120px !important;
  }
  .category .row {
    gap: 18px !important;
  }
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .menu-sidebar {
    display: none;
  }
  .app-nav {
    display: none;
  }
}
@media (max-width: 576px) {
  .container {
    width: 100%;
    max-width: 100%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  nav .search {
    padding-left: 6px;
  }
  nav .search input {
    padding: 10px 40px 10px 10px;
  }
  nav .user img {
    max-width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .container {
    width: 540px;
    max-width: 540px;
    margin: auto;
  }
  footer .footer-card {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .container {
    width: 720px;
    max-width: 720px;
    margin: auto;
  }
  footer .footer-card {
    width: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .container {
    width: 960px;
    max-width: 960px;
    margin: auto;
  }
  nav .top-right .search {
    width: 300px;
  }
  nav .bottom ul li:not(:last-child) {
    margin-left: 10px;
  }
  nav .bottom ul li:not(:last-child) a {
    font-size: 12px;
  }
  nav .bottom ul li:not(:last-child) a img {
    width: 16px;
  }
  nav .bottom .mega-menu .tabs {
    width: 26%;
  }
  nav .bottom .mega-menu .contents {
    width: 74%;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .container {
    width: 1140px;
    max-width: 1140px;
    margin: auto;
  }
  nav .top-right .search {
    width: 400px;
  }
  nav .bottom ul li:not(:last-child) {
    margin-left: 20px;
  }
  nav .bottom .mega-menu .tabs {
    width: 26%;
  }
  nav .bottom .mega-menu .contents {
    width: 74%;
  }
  footer .footer-card {
    width: 25%;
  }
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .container {
    width: 1320px;
    max-width: 1320px;
    margin: auto;
  }
  nav .top-right .search {
    width: 500px;
  }
  nav .bottom .mega-menu .tabs {
    width: 20%;
  }
  nav .bottom .mega-menu .contents {
    width: 80%;
  }
  footer .footer-card {
    width: 25%;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1480px;
    max-width: 1480px;
    margin: auto;
  }
  nav .top-right .search {
    width: 600px;
  }
  nav .bottom .mega-menu .tabs {
    width: 20%;
  }
  nav .bottom .mega-menu .contents {
    width: 80%;
  }
  footer .footer-card {
    width: 25%;
  }
}
@keyframes menu {
  0% {
    display: none;
    opacity: 0;
    transform: translateX(400px);
  }
  100% {
    display: block;
    opacity: 1;
    transform: translate(0);
  }
}

/*# sourceMappingURL=public.css.map */
.gmile-msg {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.gmile-msg > div{
    display:table-cell;
    vertical-align:middle;
}
/* Modal Content */
.msg-content {
	direction:rtl;
    position: relative;
    margin: auto;
    padding: 0;
    max-width:400px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: showmsg;
    -webkit-animation-duration: 0.4s;
    animation-name: showmsg;
    animation-duration: 0.4s;
	border-radius:5px;
    border-radius:5px;
}
.msg-body {
    padding: 20px 16px 2px 16px;
    background-color: white;
    min-height:200px;
    text-align:center;
    border-top-right-radius:5px;
    border-top-left-radius:5px;
}

.msg-footer {
    padding: 15px 16px;
    background-color: white;
	text-align:center;
	font-size:13px;
    border-bottom-right-radius:5px;
    border-bottom-left-radius:5px;
}
.msg-btn{

}
.msg-btn-1{
    background-color:#fb6025;
    color:black;
    border-radius: 0px !important;
}
.msg-btn-2{
    background-color:rgba(39, 38, 38, 0.94);
    color:white;
    border-radius: 0px !important;
}
/* Add Animation */
@-webkit-keyframes showmsg {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes showmsg {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.msg-icon{
    height: 100px;
    width: 100px;
    border: 6px solid #8edd8e70;
    display: table;
    margin: 20px auto;
    border-radius: 100%;
    position:relative;
}
.msg-icon img{
    max-width:55px;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
}