.main-header .logo {
  display: flex !important;
  align-items: center;
  line-height: initial;
}

.main-header .logo .logo-lg {
  display: flex;
  align-items: center;
  line-height: initial;
}

.main-header .logo-lg svg {
  display: block;
  margin: 5px;
}

.main-header .logo-mini svg {
  margin: 7px;
}

.admin-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.admin-btns {
  display: flex;
  align-items: center;
  margin: 0 10px;
}

.admin-controls .header-btn {
  margin: 0 10px;
  padding: 6px 20px;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.admin-controls .header-btn.shop {
  border: 1px solid #c5c8cd;
  box-sizing: border-box;
  border-radius: 6px;
  color: #3d4857;
}

.admin-controls .header-btn.shop::before {
  content: "";
  display: block;
  width: 20px;
  height: 22px;
  margin-right: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='22' viewBox='0 0 20 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.98949 2.28005C2.99868 1.15692 3.7279 0.955078 5.04635 0.955078H14.7671C15.5582 0.955078 16.6357 0.974611 17.811 2.28005C19.1832 3.80652 17.9787 6.20286 15.9261 6.20286H3.8768C1.82389 6.20286 0.617042 3.80676 1.98949 2.28005ZM19.1978 19.2995C19.1978 20.2631 18.3644 21.0444 17.3389 21.0444H2.47455C1.44908 21.0444 0.61569 20.2631 0.61569 19.2995V14.125C0.61569 13.6117 1.03181 13.1956 1.54512 13.1956C2.05843 13.1956 2.47455 13.6117 2.47455 14.125V14.9405C2.47455 15.9042 3.25578 16.6854 4.21947 16.6854H15.594C16.5577 16.6854 17.3389 15.9042 17.3389 14.9405V14.125C17.3389 13.6117 17.755 13.1956 18.2684 13.1956C18.7817 13.1956 19.1978 13.6117 19.1978 14.125V19.2995ZM17.0524 11.4279C15.0829 11.3758 13.1394 8.98952 13.1394 7.0623C13.1394 8.99278 11.541 11.4279 9.57142 11.4279C7.59862 11.4279 6.0002 8.98952 6.0002 7.0623C6.0002 8.99278 5.25145 11.5906 2.43223 11.4279C2.35 11.4231 2.26931 11.416 2.19013 11.4066C-1.10046 11.0158 1.55055 7.0623 4.86426 7.0623H6.00345H13.1394H14.6049C17.8019 7.0623 20.2492 11.4658 17.0524 11.4279Z' fill='%233D4857'/%3E%3C/svg%3E");
}

html[dir="rtl"] .admin-controls .header-btn.shop::before {
  margin-right: 0px;
  margin-left: 10px;
}

.admin-controls .header-btn.product {
  background: #5797fc;
  border-radius: 6px;
  color: white;
}

.admin-controls .header-btn.product::after {
  content: "";
  display: block;
  width: 20px;
  height: 22px;
  margin-left: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='22' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8.04395' cy='8' r='8' fill='white'/%3E%3Cpath d='M7.49795 9.052H5.01995V7.694H7.49795V5.09H8.91195V7.694H11.3899V9.052H8.91195V11.656H7.49795V9.052Z' fill='%235797FC'/%3E%3C/svg%3E%0A");
}

html[dir="rtl"] .admin-controls .header-btn.product::after {
  margin-right: 10px;
  margin-left: 0px;
}

.fancybox-stage {
  direction: inherit;
}
.fancybox-content {
  text-align: initial;
}
