html {
  font-size: 14px !important; }

html.search-open,
body.search-open {
  overflow: hidden; }

body {
  font-size: 1rem; }

.visible-mobile {
  display: none !important; }

.custom-menu-wrapper {
  background-color: #000;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1009;
  line-height: 1.5;
  font-family: "helveticaneue",Arial,sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  right: 0;
  text-align: left; }

.custom-menu-wrapper * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff; }

.custom-menu-wrapper a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  outline: 0;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in; }

.custom-menu-wrapper a:hover,
.custom-menu-wrapper a.active,
.custom-menu-wrapper a:focus,
.custom-menu-wrapper a:active {
  color: #ff7900;
  text-decoration: none; }

.app-section-footer {
  align-items: center;
  align-self: center; }

.app-section-footer .icon-app {
  max-width: 140px;
  width: 140px;
  max-height: 43px; }

.toberemove {
  display: none; }

.app-section-footer .link-app-wrapper:first-child {
  margin-left: 10px; }

.app-section-footer .link-app-wrapper:not(:last-child) {
  margin-right: 10px; }

.app-section-footer .link-app-wrapper {
  display: inline-block; }

@media screen and (max-width: 991px) {
  .app-section-footer {
    flex-direction: column;
    flex-wrap: wrap; }
  .app-section-footer .link-app-wrapper:first-child {
    margin-left: 0;
    margin-bottom: 15px; } }

@media screen and (max-width: 768px) {
  .social-section-footer {
    flex-direction: column; }
  .app-section-footer .title-section-app {
    margin-bottom: 20px !important;
    margin-top: 20px; }
  .app-section-footer {
    margin-left: 0 !important;
    align-self: flex-start;
    justify-content: flex-start;
    align-items: flex-start; } }

.custom-menu-wrapper .top-section {
  border-bottom: 1px solid #606060; }

.page-center {
  max-width: 1320px;
  margin: 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
  position: relative;
  width: 100%; }

.page-center-wrapper {
  margin: 0 -1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.custom-menu-wrapper .top-section {
  font-size: 1em; }

.custom-menu-wrapper .bottom-section {
  border-bottom: 1px solid #000; }

.custom-menu-wrapper ul {
  margin: 0;
  padding: 0; }

.custom-menu-wrapper .left-menu,
.custom-menu-wrapper .right-menu,
.custom-menu-wrapper .bottom-left-menu,
.custom-men-wrapper .bottom-right-menu {
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem; }

.custom-menu-wrapper ul li {
  list-style-type: none;
  display: inline-block;
  width: auto; }

.custom-menu-wrapper .top-section ul {
  margin: 0.5rem 0; }

.custom-menu-wrapper .top-section ul li {
  margin-right: 0.5rem; }

.custom-menu-wrapper .top-section ul li:last-child {
  margin-right: 0; }

.custom-menu-wrapper .right-menu ul {
  margin: 0.5rem 0 0.3rem; }

.custom-menu-wrapper .right-menu ul li a .link-right {
  display: flex; }

.custom-menu-wrapper .right-menu ul li a .link-right > * {
  align-items: center; }

.custom-menu-wrapper .right-menu,
.custom-menu-wrapper .bottom-right-menu {
  padding: 0 1rem;
  margin-left: auto; }

.custom-menu-wrapper .parrent-link {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  cursor: pointer;
  position: relative;
  margin-right: 30px !important; }
  .custom-menu-wrapper .parrent-link:after {
    content: '';
    left: 0;
    width: 0;
    bottom: -17px;
    background-color: #ff7900;
    height: 2px;
    position: absolute;
    transition: all .5s ease-in;
    z-index: 3; }
  .custom-menu-wrapper .parrent-link:hover:after, .custom-menu-wrapper .parrent-link.active:after {
    width: 100%; }
  @media screen and (max-width: 1199px) {
    .custom-menu-wrapper .parrent-link {
      font-size: 14px;
      margin-right: 15px !important; } }
.custom-menu-wrapper .business-submenu .submenuNew {
  margin-left: 166px; }

.custom-menu-wrapper .submenuNew {
  border-top: 1px solid #333;
  margin-left: 85px;
  margin-bottom: 20px;
  padding-top: 21px;
  display: none; }
  .custom-menu-wrapper .submenuNew__header {
    font-size: 20px;
    line-height: 23px; }
  .custom-menu-wrapper .submenuNew .close {
    font-size: 11px;
    line-height: 12px;
    color: #fff;
    font-weight: normal;
    opacity: 1; }
  .custom-menu-wrapper .submenuNew-content {
    display: flex;
    width: 100%; }
  .custom-menu-wrapper .submenuNew .childrenWrapper {
    display: flex;
    margin-top: 20px; }
    .custom-menu-wrapper .submenuNew .childrenWrapper-main {
      width: 330px; }
      .custom-menu-wrapper .submenuNew .childrenWrapper-main .main-children {
        font-weight: bold;
        font-size: 20px;
        line-height: 30px;
        color: #fff;
        margin-bottom: 8px;
        width: 100%;
        display: block; }
    .custom-menu-wrapper .submenuNew .childrenWrapper-second {
      width: 395px;
      display: flex;
      flex-direction: column;
      margin-top: -40px;
      margin-left: 100px; }
      .custom-menu-wrapper .submenuNew .childrenWrapper-second .more {
        border-bottom: 1px solid #333;
        width: 100%;
        color: #fff;
        font-size: 13px;
        line-height: 16px;
        font-weight: bold;
        margin-bottom: 9px;
        padding-bottom: 4px; }
      .custom-menu-wrapper .submenuNew .childrenWrapper-second .summenu-wrapp {
        display: flex;
        justify-content: space-between; }
      .custom-menu-wrapper .submenuNew .childrenWrapper-second .childrenWrapper-col1,
      .custom-menu-wrapper .submenuNew .childrenWrapper-second .childrenWrapper-col2 {
        display: flex;
        flex-direction: column;
        flex: 0 50%; }
        .custom-menu-wrapper .submenuNew .childrenWrapper-second .childrenWrapper-col1 .secondary-links,
        .custom-menu-wrapper .submenuNew .childrenWrapper-second .childrenWrapper-col2 .secondary-links {
          font-size: 13px;
          line-height: 18px;
          margin-bottom: 8px;
          font-weight: bold; }
  .custom-menu-wrapper .submenuNew.open {
    display: block; }

.custom-menu-wrapper .scroll .submenuNew {
  margin-left: 60px; }

.mr-30px {
  margin-right: 30px !important; }
  @media screen and (max-width: 1199px) {
    .mr-30px {
      margin-right: 15px !important; } }
.link-special {
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  margin-right: 4px;
  margin-left: 5px; }
  @media screen and (max-width: 1199px) {
    .link-special {
      display: none !important; } }
.desktop-no-margin {
  margin-left: 8px; }

/* Style for bottom Section */
.bottom-section {
  padding: 1rem 0; }

.custom-menu-wrapper .bottom-left-menu ul,
.custom-menu-wrapper .bottom-right-menu {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.custom-menu-wrapper .bottom-left-menu ul li {
  margin-right: 1rem;
  line-height: 1; }

.custom-menu-wrapper .bottom-left-menu ul li.mrg-1 {
  margin-right: 1rem; }

.custom-menu-wrapper .bottom-left-menu ul li.mr-1half {
  margin-right: 1.5rem; }

.custom-menu-wrapper .bottom-left-menu {
  font-size: 1.1em; }

.custom-menu-wrapper .bottom-right-menu {
  text-align: right;
  font-size: 0;
  margin-bottom: -2px; }

.custom-menu-wrapper .bottom-right-menu .cart-icon {
  position: relative;
  display: block; }

.bottom-right-menu a:hover,
.custom-menu-wrapper .bottom-right-menu .cart-icon:hover .qnbsk,
.custom-menu-wrapper .bottom-right-menu .cart-icon:active .qnbsk,
.custom-menu-wrapper .bottom-right-menu .cart-icon:active .qnbsk-business,
.custom-menu-wrapper .bottom-right-menu .cart-icon:active .qnbsk-business,
.custom-menu-wrapper .bottom-right-menu .qnbskFavo {
  color: #fff !important; }

.custom-menu-wrapper .bottom-right-menu .cart-icon .qnbsk,
.custom-menu-wrapper .bottom-right-menu .cart-icon .qnbsk-business,
.custom-menu-wrapper .bottom-right-menu .qnbskFavo {
  background: #527edb 0 0;
  border-radius: 10px;
  display: flex;
  font-size: 12px;
  height: 20px;
  padding: 2px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -5px;
  width: 20px;
  line-height: 21px;
  justify-content: center;
  align-items: center;
  font-weight: bold; }

.custom-menu-wrapper .bottom-right-menu img {
  max-width: 25px;
  display: inline-block; }

.custom-menu-wrapper .bottom-right-menu ul li {
  margin-right: 1.7rem; }

.custom-menu-wrapper .bottom-right-menu ul li:last-child {
  margin-right: 0; }

/* Style for Submenu */
.submenu-container .custom-submenu {
  padding: 2rem 1rem;
  width: 100%;
  font-size: 0.9em; }

.submenu-container {
  display: none; }
  .submenu-container.active {
    box-shadow: 0 20px 34px rgba(160, 160, 160, 0.4); }

.special-true {
  color: #ff7900 !important; }

.custom-submenu .close-section {
  border-top: 1px solid #8F8F8F;
  /*	margin-top: 20px;*/
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: right; }

.custom-submenu .hidden {
  display: none; }

.parent-link.active {
  color: #ff7900; }

.title-section {
  font-size: 2em;
  font-weight: 700;
  display: block;
  margin-top: 5px; }

.title-section a {
  color: #fff !important;
  outline: 0; }

.title-section a:hover,
.title-section a:focus,
.title-section a:active {
  color: #ff7900 !important;
  outline: 0; }

.menuShortcut {
  padding-top: 27px; }

.custom-submenu .submenu-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 20px; }

.custom-submenu .submenu-block .submenu-column {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 10px; }

.custom-submenu .submenu-block .submenu-column a {
  width: 100%;
  display: block; }

.submenu-column .subcategory {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 1.3em;
  margin-top: 1.5em; }

@media (min-width: 768px) {
  .desktop-no-margin {
    margin-right: 0 !important; } }

@media (max-width: 768px) {
  .mobile-hide {
    display: none !important; }
  .visible-mobile {
    display: inline-block !important; }
  .site-logo {
    max-height: 45px;
    max-width: 45px;
    line-height: 45px; }
  #mobilenav {
    vertical-align: bottom;
    line-height: 1;
    margin-bottom: 0px; }
  #mobilenav i {
    font-size: 25px; }
  .custom-menu-wrapper .bottom-right-menu ul li {
    margin-right: 20px;
    margin-bottom: 3px; }
  .bottom-section {
    padding: 0.7rem 0; }
  .logo-sm {
    width: 40px !important; }
  .logo-big {
    padding-top: 5px; } }

/* Style for search box */
.search-wrap {
  background: #000000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  overflow: hidden;
  z-index: 99999;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translate(0, -100%) scale(0, 0);
  transform: translate(0, -100%) scale(0, 0);
  opacity: 0;
  display: block; }

.search-wrap .close {
  position: fixed;
  right: 30px;
  top: 30px;
  font-size: 50px;
  color: #fff;
  background-color: #FF7900;
  border-color: #FF7900;
  opacity: 1;
  padding: 5px 15px;
  border: none;
  font-weight: bold;
  cursor: pointer;
  margin-top: 30px; }
  @media screen and (max-width: 768px) {
    .search-wrap .close {
      display: none; } }
  @media screen and (min-width: 769px) {
    .search-wrap .close.mobile {
      display: none; } }
  @media screen and (max-width: 768px) {
    .search-wrap .close.mobile {
      display: block;
      background: transparent;
      padding: 0;
      position: relative;
      top: 0;
      right: 0;
      margin: 0;
      width: 20px; } }
.search-wrap.open {
  -webkit-transform: translate(0, 0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1);
  opacity: 1; }

.iconmenu {
  margin: 0 auto; }

.search-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  height: 100vh;
  overflow: hidden;
  width: 100%;
  flex-direction: column; }
  @media screen and (min-width: 769px) {
    .search-content {
      padding-top: 15% !important; } }
  @media screen and (max-width: 768px) {
    .search-content {
      align-items: flex-start;
      justify-content: flex-start;
      padding: 0 20px !important; } }
  @media screen and (min-width: 769px) {
    .search-content {
      padding-top: 15% !important; } }
  .search-content .faq-wrapper {
    margin-top: 20px; }
    .search-content .faq-wrapper .header {
      color: #fff; }
      @media screen and (max-width: 768px) {
        .search-content .faq-wrapper .header {
          text-align: left;
          margin-top: 40px; } }
    .search-content .faq-wrapper .options {
      display: flex;
      margin-top: 15px; }
      .search-content .faq-wrapper .options-item {
        background-color: #454545;
        color: #fff;
        font-weight: normal;
        padding: 5px 10px; }
        .search-content .faq-wrapper .options-item:not(:last-child) {
          margin-right: 10px; }
        .search-content .faq-wrapper .options-item a {
          color: #fff;
          font-weight: normal; }
        @media screen and (max-width: 768px) {
          .search-content .faq-wrapper .options-item {
            margin-top: 10px; } }
      @media screen and (max-width: 768px) {
        .search-content .faq-wrapper .options {
          flex-wrap: wrap; } }
  @media screen and (min-width: 769px) {
    .search-content .close-mobile {
      display: none; } }
@media screen and (min-width: 769px) {
  .search-mobile {
    display: none; } }

@media screen and (min-width: 768px) {
  .show-desktop {
    display: block !important; } }

#start_button {
  border-radius: 50%;
  background: #fff;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  left: -50px;
  transition: all .3s ease-in;
  z-index: 20;
  padding: 5px; }
  @media screen and (max-width: 768px) {
    #start_button {
      right: 23px;
      top: 29px;
      left: auto;
      width: 27px;
      height: 27px; } }
  #start_button svg {
    width: 20px;
    height: 22px; }
  #start_button.recording {
    animation: pulse 2s infinite;
    background: green; }
    #start_button.recording svg {
      fill: #fff !important; }

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 green; }
  70% {
    -webkit-box-shadow: 0 0 0 4px green; }
  100% {
    -webkit-box-shadow: 0 0 0 0 green; } }

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 green;
    box-shadow: 0 0 0 0 green; }
  70% {
    -moz-box-shadow: 0 0 0 4px green;
    box-shadow: 0 0 0 4px green; }
  100% {
    -moz-box-shadow: 0 0 0 0 green;
    box-shadow: 0 0 0 0 green; } }

.search-content ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
  opacity: 1; }

.search-content ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  opacity: 1; }

.search-content :-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
  opacity: 1; }

.search-content :-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  opacity: 1; }

.search-content #search_form {
  width: 60%;
  text-align: center;
  position: relative;
  overflow: visible !important; }

.search-content .btn-src {
  background: transparent;
  border: 0;
  color: #ff7900;
  font-size: 30px;
  right: 0;
  top: 8px;
  position: absolute; }

.search-wrap #search_form .st-default-search-input {
  background-image: none !important;
  background-color: transparent !important;
  text-align: left !important;
  border: 0 !important;
  border-bottom: 1px solid #fff !important;
  width: 100% !important;
  padding: 5px 20px !important;
  font-size: 30px !important;
  line-height: 1.5 !important;
  color: #fff !important;
  display: inline-block !important;
  margin: 0 auto !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  outline: 0 !important;
  border-radius: 0 !important;
  height: auto !important;
  position: relative !important;
  visibility: visible !important; }
  @media screen and (max-width: 768px) {
    .search-wrap #search_form .st-default-search-input {
      margin-top: 25px !important;
      background: #fff !important;
      color: #000 !important;
      font-size: 16px !important;
      line-height: 19px !important;
      padding: 8px 36px !important; } }
.search-wrap .btn-src {
  height: auto !important;
  font-size: 30px !important; }

.search-wrap .st-default-search-input:focus,
.search-wrap .st-default-search-input:hover,
.search-wrap .st-default-search-input:active {
  border-bottom: 1px solid #fff; }

@media (max-width: 768px) {
  .search-content #search_form {
    width: 100%;
    display: flex; }
  .search-content #search_form .btn-src {
    top: 32px;
    color: #000;
    font-weight: normal;
    padding: 0;
    left: 10px;
    width: 20px; }
  .search-wrap .search-content {
    margin: 0; } }

@media (max-width: 768px) {
  #mobilenav > div {
    background: transparent;
    margin: 0;
    padding: 0;
    width: 46px;
    height: 41px;
    text-align: center; }
  #mobilenav > div svg {
    width: 62px;
    height: 49px;
    cursor: pointer;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  #mobilenav > div svg path {
    fill: none;
    -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    stroke-width: 40px;
    stroke-linecap: round;
    stroke: #fff;
    stroke-dashoffset: 0px; }
  path#top,
  path#bottom {
    stroke-dasharray: 240px 950px; }
  path#middle {
    stroke-dasharray: 240px 240px; }
  .open-m path#top,
  .open-m path#bottom {
    stroke-dashoffset: -650px; }
  .open-m path#middle {
    stroke-dashoffset: -115px;
    stroke-dasharray: 1px 220px; }
  .desktop-no-margin {
    margin-right: 0 !important; } }

/* End style for mobile menu */
.shortcutLink {
  padding-right: 15px;
  padding-bottom: 10px;
  display: inline-block;
  padding-left: 25px;
  padding-top: 3px; }

.custom-submenu .moreLink {
  font-size: 0.8em; }

.deconectare a,
.mobile-menu li.logoutBtn a {
  display: none;
  font-size: 12px; }

.logo-big {
  font-size: 0px; }

.logo-big .inactive {
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0; }

.remove_later {
  background-color: red; }

.cart-icon {
  position: relative;
  top: 2px; }

.m-top-contact .link-right,
.m-top-shop .link-right {
  transition: all .4s ease;
  margin-right: 0px;
  margin-left: 20px; }

.m-top-contact:hover .link-right,
.m-top-shop:hover .link-right {
  color: #ff7900; }

.m-top-contact .icon-svg svg .has-hover,
.m-top-shop .icon-svg svg .has-hover {
  transition: all .4s ease; }

.m-top-contact:hover .icon-svg svg .has-hover {
  fill: #ff7900 !important; }

.m-top-shop:hover .icon-svg svg .has-hover {
  fill: #ff7900 !important; }

.ml-2 {
  margin-left: 0.5rem !important; }

.ml-1 {
  margin-left: 0.25rem !important; }

.wh-55 {
  width: 55px;
  height: 55px; }

.wh-30 {
  width: 30px;
  height: 30px; }

.alert.alert-alertboxnewsletter {
  background-color: #4BB4E6 !important;
  position: fixed !important;
  padding: 1rem 1.25rem;
  right: -50px;
  bottom: 68px;
  transform: translate(-20%, 0%);
  border-radius: 0;
  border: none;
  z-index: 101;
  width: 346px;
  color: #fff;
  display: none; }

.alert.alert-alertboxnewsletter.vertical-align {
  display: flex;
  align-items: center;
  margin-top: 10px;
  width: 40px;
  height: 40px; }

@media screen and (max-width: 668px) {
  .alert.alert-alertboxnewsletter {
    transform: translate(0%, 0%);
    width: 94%;
    bottom: 80px;
    right: 13px; } }

.notif {
  padding-top: 5px; }

.alerta {
  position: relative;
  padding: 7px 0 7px 26px;
  margin: 0;
  color: white; }

.color-dark .alerta {
  color: black; }

.alerta-eroare::before {
  content: '';
  position: absolute;
  background: url("https://www.orange.ro/imagini/nl/alerta-eroare.png");
  left: 0;
  top: 7px;
  width: 18px;
  height: 16px; }

.alerta-succes::before {
  content: '';
  position: absolute;
  background: url("https://www.orange.ro/imagini/nl/alerta-succes.png");
  background-repeat: no-repeat;
  left: 0;
  top: 10px;
  width: 18px;
  height: 16px; }

.eroare {
  border: 1px solid #cd3c14 !important; }

@media screen and (min-width: 769px) {
  .menu-wrapper-m {
    display: none !important; } }

.menu-wrapper-m {
  display: none;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  background-color: #ffffff;
  overflow-y: scroll;
  overflow-x: hidden; }

body.open-m,
html.open-m {
  overflow-y: hidden;
  position: relative; }

.open-m .menu-wrapper-m {
  position: fixed;
  display: block;
  opacity: 1;
  z-index: 999999;
  visibility: visible;
  height: 100%;
  text-align: left !important; }

.menu-m {
  display: flex;
  width: 100vw;
  flex-direction: column; }
  .menu-m-top {
    background-color: #F6F6F6;
    padding: 1rem 0; }
    .menu-m-top #magazin-section,
    .menu-m-top #myacc-section,
    .menu-m-top #prepay-section,
    .menu-m-top #help-section {
      display: none; }
  .menu-m .logo {
    height: 32px; }
  .menu-m .intro-text {
    font-size: 14px;
    padding: 20px; }
  .menu-m .link-grey {
    color: #666666;
    outline: none; }
  .menu-m-content {
    background-color: #ffffff;
    position: relative;
    padding: 0 20px !important;
    box-sizing: border-box; }
    .menu-m-content ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      .menu-m-content ul li {
        border-bottom: 1px solid #EBEBEB;
        padding: 14px 0;
        font-size: 16px; }
        .menu-m-content ul li a {
          color: inherit;
          font-size: 16px;
          font-weight: bold;
          letter-spacing: -0.39px; }
      .menu-m-content ul .more {
        font-size: 15px;
        font-weight: bold; }
        .menu-m-content ul .more > svg {
          width: 11px;
          height: 11px; }
    .menu-m-content .submenu-new {
      display: none;
      position: absolute;
      height: 100%;
      top: 0;
      background: #ffffff;
      width: 100%;
      left: 0;
      overflow-y: scroll; }
      .menu-m-content .submenu-new li {
        padding: 0;
        border-bottom: 0; }
        .menu-m-content .submenu-new li div {
          padding-top: 14px;
          padding-bottom: 14px;
          border-bottom: 1px solid #EBEBEB; }
      .menu-m-content .submenu-new svg {
        width: 11px;
        height: 11px; }
      .menu-m-content .submenu-new .parent {
        background: #F6F6F6;
        padding: 10px; }
        .menu-m-content .submenu-new .parent svg {
          display: none; }
        .menu-m-content .submenu-new .parent span {
          font-size: 24px;
          color: #666666;
          font-weight: 400; }
    .menu-m-content .show-submenu .submenu-new {
      display: block; }
  .menu-m .business-link {
    background: #ffffff;
    padding: 23px 20px;
    position: relative;
    z-index: 2; }
    .menu-m .business-link a {
      outline: none;
      font-weight: 400;
      color: #000000; }
  .menu-m-footer {
    font-size: 12px;
    background-color: #F6F6F6;
    position: relative; }
    .menu-m-footer a {
      color: #000000;
      margin-bottom: 10px; }
    .menu-m-footer .bottom-item {
      flex: 0 50%;
      margin-bottom: 18px; }
      .menu-m-footer .bottom-item .email {
        width: 20px;
        height: 20px; }
  .menu-m #back-to-menu {
    font-size: 13px;
    color: #666666;
    font-weight: bold; }
  .menu-m .section-image {
    max-width: 40px;
    max-height: 40px; }
  .menu-m .section-title {
    font-size: 24px;
    color: #666666; }
  .menu-m .notifications {
    position: relative; }
    .menu-m .notifications .notification {
      max-width: 29px;
      max-height: 29px; }
    .menu-m .notifications .notification-info {
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background: #527EDB;
      color: #ffffff;
      font-size: 11px;
      position: absolute;
      top: -4px;
      right: -4px;
      display: none;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      z-index: 2; }
  .menu-m .shop-images {
    width: 25px; }
  .menu-m .mag .cart-items {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #527EDB;
    color: #ffffff;
    font-size: 13px;
    position: absolute;
    top: -3px;
    left: 30px;
    display: none;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    z-index: 2; }

.sb {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  background: #fff;
  z-index: 2;
  transition: all .3s ease-in; }
  .sb.open {
    right: 0;
    visibility: visible;
    opacity: 1; }

.custom-menu-wrapper {
  z-index: 998 !important; }

.logIn .arrow {
  height: 12px; }

.back-label {
  margin-top: -2px; }

#logOut {
  display: none;
  padding: 55px 20px;
  border-top: 1px solid #EBEBEB; }
  #logOut #logOut-button .logout-text {
    line-height: 1;
    position: relative; }
  #logOut img {
    width: 17px;
    height: 21px; }

.border-0 div {
  border: 0 !important; }

.line-height1x {
  line-height: 1 !important; }

.f-24 {
  font-size: 24px !important; }

.d-flex {
  display: flex; }

.d-inline-block {
  display: inline-block; }

.d-none {
  display: none; }

.flex-column {
  flex-direction: column; }

.font-weight-bold {
  font-weight: bold; }

.ml-auto {
  margin-left: auto; }

.align-self-center {
  align-self: center; }

.mr-2 {
  margin-right: 0.5rem; }

.mr-1 {
  margin-right: 0.25rem; }

.p-0 {
  padding: 0 !important; }

.px-0 {
  padding-left: 0;
  padding-right: 0; }

.px-3 {
  padding-left: 1rem;
  padding-right: 1rem; }

.px-4 {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.py-4 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }

.mr-4 {
  margin-right: 1.5rem; }

.ml-3 {
  margin-left: 1rem; }

.b-gray-8 {
  background-color: #F6F6F6; }

.d-inline-block {
  display: inline-block; }

.menu-business .section-name,
.menu-personal .section-name {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.34px; }

.menu-business .business-link a.mb-0,
.menu-personal .business-link a.mb-0 {
  margin-bottom: 0; }

.menu-business .business-link .arrow,
.menu-personal .business-link .arrow {
  position: relative;
  top: 3px; }

.menu-business .business-link:not(:last-child),
.menu-personal .business-link:not(:last-child) {
  border-bottom: 1px solid #EBEBEB; }

.menu-business .description,
.menu-personal .description {
  color: #9B9B9B;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.29px; }

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

.bg-white {
  background-color: #fff; }

.pt-5 {
  padding-top: 3rem !important; }

.pb-5 {
  padding-bottom: 3rem !important; }

.p-3 {
  padding: 1rem !important; }

.pl-3 {
  padding-left: 1rem !important; }

.bottom-item.mb-0 {
  margin-bottom: 0; }

.custom-padding {
  padding-left: 20px;
  padding-right: 20px; }

.call-img {
  width: 20px;
  height: 20px; }

.test-remove-later {
  color: red; }

#custom-alert {
  background-color: #4bb4e6;
  position: absolute;
  transform: translateY(17px);
  top: 100%;
  right: 10px;
  z-index: 998;
  width: 320px;
  padding: 10px;
  display: none;
  color: #fff;
  border-radius: 5px; }
  #custom-alert .close-bnt {
    margin-left: auto;
    font-size: 20px;
    font-weight: bold;
    padding: 0 7px;
    cursor: pointer;
    line-height: 1; }
  #custom-alert #alertMsj {
    align-self: center;
    font-size: 13px; }
  @media screen and (max-width: 560px) {
    #custom-alert {
      width: 95%; } }
@media screen and (min-width: 769px) {
  #algoliaSearch .mobile-close {
    display: none; } }

@media screen and (max-width: 768px) {
  #algoliaSearch .mobile-close {
    position: absolute;
    right: -12px;
    top: -38px; }
    #algoliaSearch .mobile-close svg {
      width: 100%; } }

.aa-SubmitIcon {
  fill: #000 !important; }

.aa-ItemWrapper {
  height: 40px;
  display: flex !important; }
  .aa-ItemWrapper a {
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
    text-decoration: none !important; }

.custom-menu-wrapper .bottom-left-menu .newMenuMainLink {
  margin-right: 42px !important;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  cursor: pointer; }
  @media screen and (max-width: 1250px) {
    .custom-menu-wrapper .bottom-left-menu .newMenuMainLink {
      margin-right: 15px !important; } }
  @media screen and (max-width: 1099px) {
    .custom-menu-wrapper .bottom-left-menu .newMenuMainLink {
      font-size: 15px; } }
  @media screen and (max-width: 992px) {
    .custom-menu-wrapper .bottom-left-menu .newMenuMainLink {
      font-size: 14px; }
      .custom-menu-wrapper .bottom-left-menu .newMenuMainLink:not(:last-child) {
        margin-right: 10px !important; } }
.newMenu {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 55px;
  display: flex; }
  .newMenu .newMenuCols {
    flex-grow: 1;
    display: flex;
    flex-direction: column; }
    .newMenu .newMenuCols:not(:last-child) {
      padding-right: 20px; }
  .newMenu .newMenuParent {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -.15px;
    text-align: left;
    line-height: 18px;
    text-decoration: underline;
    display: flex;
    width: 100%;
    margin-bottom: 25px;
    flex-direction: column;
    align-items: flex-start; }
    .newMenu .newMenuParent:hover {
      text-decoration: underline; }
    .newMenu .newMenuParent .iconCateg {
      margin-bottom: 15px; }
  .newMenu .newMenuChildren {
    margin-bottom: 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -.1px;
    line-height: 18px; }

@media screen and (max-width: 992px) {
  .labelMenu {
    display: none; } }

.newMenuClose {
  opacity: 1; }
  .newMenuClose svg {
    width: 17px;
    height: 17px; }
    .newMenuClose svg path {
      fill: #ff7900; }

#newOption {
  position: absolute;
  top: 105%;
  background: #fff;
  color: #000;
  z-index: 2;
  border-radius: 4px;
  display: none; }
  #newOption .optionMenu {
    padding: 22px 13px;
    margin: 0;
    min-width: 187px;
    list-style: none; }
    #newOption .optionMenu li {
      width: 100%; }
      #newOption .optionMenu li a {
        color: #000;
        font-weight: normal;
        font-size: 14px; }
        #newOption .optionMenu li a:hover {
          color: #ff7900; }
    #newOption .optionMenu li:not(:last-child) {
      border-bottom: 1px solid #484646;
      padding-bottom: 18px; }
    #newOption .optionMenu li:last-child {
      padding-top: 18px; }
  #newOption.show {
    display: block; }

.actionMenuItem {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  .actionMenuItem .labelMenu {
    opacity: 1;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center; }

.topNewLink {
  font-size: 14px !important;
  margin-right: 0 !important;
  margin-left: 37px !important; }

.noMarginMenu {
  margin: 0 !important; }
  .noMarginMenu li {
    margin: 0 !important; }

.custom-menu-wrapper .top-section {
  padding-top: 6px;
  padding-bottom: 6px; }

.scrollMenu .labelMenu {
  display: none; }

.scrollMenu .actionMenuItem svg {
  width: 30px;
  height: 30px; }

.newBottomMenuRight ul {
  margin: 0; }

.newBottomMenuRight ul li {
  margin: 0 !important;
  padding: 0 24px;
  border-right: .2px solid #ddd;
  position: relative;
  cursor: pointer; }
  @media screen and (max-width: 1099px) {
    .newBottomMenuRight ul li {
      padding: 0 14px; } }
  @media screen and (max-width: 991px) {
    .newBottomMenuRight ul li {
      padding: 0 7px;
      border: 0; } }
@media screen and (max-width: 991px) {
  .newBottomMenuRight {
    padding-left: 0 !important; } }

.actionMenuItem {
  position: relative; }
  .actionMenuItem .qnbskFavo {
    font-weight: bold !important;
    right: -10px !important;
    top: -3px !important; }

@media screen and (max-width: 768px) {
  .actionMenuItem svg {
    width: 30px;
    height: 30px; }
  .actionMenuItem .labelMenu {
    display: none; }
  .newBottomMenuRight ul li {
    padding: 0 12px;
    border: 0; }
    .newBottomMenuRight ul li.desktop-no-margin {
      padding-right: 0 !important; }
  .newBottomMenuRight #mobilenav {
    padding: 0; }
  .newMenuMobile li {
    border: 0 !important;
    padding-bottom: 0 !important; }
  .newMenuMobile .parentNew {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 14px; }
  .newMenuMobile .customNewSubmenu {
    border-bottom: 1px solid #ebebeb !important;
    padding-bottom: 14px !important;
    padding-left: 20px !important; } }

#myAccountMenuNew {
  border-radius: 3px;
  box-shadow: -12px 2px 16px rgba(0, 0, 0, 0.5);
  opacity: 0.89;
  background-color: black;
  position: fixed;
  right: -470px;
  width: 450px;
  padding: 32px 26px;
  z-index: 100;
  height: 100svh;
  top: 116px; }
  #myAccountMenuNew.show {
    right: 0; }
  #myAccountMenuNew.scrolled {
    top: 57px; }
  #myAccountMenuNew .actionZone {
    justify-content: space-between;
    margin-top: 22px; }
    #myAccountMenuNew .actionZone a {
      width: 48%; }
  #myAccountMenuNew .newMenu_myAccountMenu {
    padding: 0;
    margin: 40px 0 0; }
  #myAccountMenuNew .newMenu_myAccountMenu__Item__1iKwB {
    display: flex;
    padding: 13px 0;
    border-bottom: 1px solid #484646;
    opacity: 1;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    text-align: left;
    line-height: 13px;
    align-items: center; }
    #myAccountMenuNew .newMenu_myAccountMenu__Item__1iKwB svg {
      margin-right: 10px;
      width: 24px;
      height: 24px; }
  #myAccountMenuNew .logoutNEw {
    padding: 13px 0;
    border-bottom: 1px solid #484646;
    opacity: 1;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    text-align: left;
    line-height: 13px;
    align-items: center; }
    #myAccountMenuNew .logoutNEw svg {
      margin-right: 10px;
      width: 24px;
      height: 24px; }

.iconLogout {
  width: 24px;
  height: 24px; }

.favItemNew {
  text-align: left;
  display: flex;
  align-items: center;
  margin-bottom: 1rem !important; }
  .favItemNew .labelFav {
    color: #333 !important;
    font-size: 12px;
    font-weight: normal !important; }
  .favItemNew .elTitleFav {
    color: #333 !important;
    font-size: 14px;
    font-weight: bold; }
  .favItemNew img {
    width: 58px;
    height: 58px;
    max-width: 100% !important; }
  .favItemNew .footerOptions {
    margin-left: 5px; }

.aa-PanelLayout {
  display: flex;
  flex-direction: column; }
  .aa-PanelLayout .aa-Source[data-autocomplete-source-id="brand"] {
    order: 3;
    padding-bottom: 30px; }
    .aa-PanelLayout .aa-Source[data-autocomplete-source-id="brand"] .aa-List {
      display: flex; }
      @media screen and (max-width: 768px) {
        .aa-PanelLayout .aa-Source[data-autocomplete-source-id="brand"] .aa-List {
          flex-direction: column;
          justify-content: center;
          flex: 1; } }
    .aa-PanelLayout .aa-Source[data-autocomplete-source-id="brand"] .aa-Item {
      flex: 0 25%; }
      @media screen and (max-width: 768px) {
        .aa-PanelLayout .aa-Source[data-autocomplete-source-id="brand"] .aa-Item {
          flex: 1; } }
    @media screen and (max-width: 768px) {
      .aa-PanelLayout .aa-Source[data-autocomplete-source-id="brand"] {
        padding-bottom: 30px; } }
  .aa-PanelLayout .aa-Source[data-autocomplete-source-id="recentSearchesPlugin"] {
    order: 2;
    padding-bottom: 30px; }
    @media screen and (max-width: 768px) {
      .aa-PanelLayout .aa-Source[data-autocomplete-source-id="recentSearchesPlugin"] {
        padding-bottom: 0; } }
  .aa-PanelLayout .aa-Source[data-autocomplete-source-id="querySuggestionsPlugin"] {
    order: 1;
    padding-bottom: 30px; }
    @media screen and (max-width: 768px) {
      .aa-PanelLayout .aa-Source[data-autocomplete-source-id="querySuggestionsPlugin"] {
        padding-bottom: 0; } }
.aa-SourceHeaderLine,
.aa-SourceHeaderTitle,
.aa-SourceHeader {
  display: block;
  font-weight: bold !important; }

.aa-SourceHeaderTitle {
  font-size: 23px !important;
  font-weight: 700;
  letter-spacing: -0.82px;
  text-align: left;
  color: #000 !important; }
  @media screen and (max-width: 768px) {
    .aa-SourceHeaderTitle {
      font-size: 18px !important; } }
.aa-SourceHeader .aa-SourceHeaderLine {
  position: relative;
  top: auto;
  bottom: 0;
  padding-top: 10px; }

@media screen and (max-width: 768px) {
  .shopItem-categ {
    flex-direction: row !important;
    align-items: center; }
    .shopItem-categ .customImage {
      width: 55px;
      height: 55px; }
  .aa-Panel--scrollable {
    padding-bottom: 100px !important; } }

@media screen and (min-width: 769px) {
  .aa-Panel--scrollable {
    height: 450px !important;
    padding: 20px 25px !important; } }
