/*INICIO: Estilo header top bar Black Friday*/
.notMobile.skin-black .header-top-bar {
    background-size: cover;
    /* background: linear-gradient(180deg, #030303 0%, #242424 70%, black 100%);*/
    color: var(--header-top-bar-color, #fff);
    padding: 5px 0;
    text-align: center;
    font-size: 14px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    line-height: 17px;
}

/*FIM:  Estilo header top bar Black Friday*/

/*INICIO: Estilo header top bar Esquenta Black Friday*/
.skin-esquenta .header-top-bar {
    background-size: cover;
    /* background: linear-gradient(180deg, #030303 0%, #242424 70%, black 100%);*/
    color: var(--header-top-bar-color, #fff);
    padding: 5px 0;
    text-align: center;
    font-size: 14px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    line-height: 17px;
    cursor: pointer;
}
.skin-esquenta.isMobile .header-top-bar {
    background-image: url("https://img.panoramamoveis.com.br/imagem/525013/banner-navbar-mobile.webp");
}
.header-top-bar {
    background: #ffb800;
    color: var(--header-top-bar-color), #fff;
    padding: 5px 0;
    text-align: center;
    font-size: 14px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    line-height: 17px;
    cursor: pointer;
}

/*FIM:  Estilo header top bar Esquenta Black Friday*/

/*Codigo Nav Bar*/

/*FIM: Codigo Nav Bar*/


/*INICIO: Estilo header top bar
.header-top-bar {
  background: var(--header-top-bar-background, var(--color-primary));
  color: var(--header-top-bar-color, #fff);
  padding: 5px 0;
  text-align: center;
  font-size: 14px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
}*/
/*FIM:  Estilo header top bar*/

header .header-top .cartInfo .fil0, header .header-top .menu .fil0 {
  fill: #ED2D3B;
}
/*Config. Logo*/
header .logo g {
  fill: #e23b40 !important;
}

/*Logo Natal*/
/*.logo svg {
    width: 280px;
    height: 45px;
    opacity: 0;
    transition: 75ms linear opacity;
}
header .logo path {
    fill: #f1f1f1;
}
.logo a {
    opacity: 0;
    transition: 75ms linear opacity;
}*/
/*fim: Config. Logo*/
header .searchForm input {
    width: 100%;
    border: 1px solid #e9e9e9;
    padding: 0 15px;
    border-radius: 2px;
    font-family: Arial;
    font-size: 11px;
    line-height: 28px;
    height: 38px;
    vertical-align: middle;
    background-color: #ffffff;
    color: #8a8a8a;
}
header .searchForm input:active {
  background: #ffffff38 !important;
}
header .searchForm input[type=checkbox]:focus, header .searchForm input[type=date]:focus, header .searchForm input[type=password]:focus, header .searchForm input[type=tel]:focus {
  outline: 0;
  border-color: #da3222 !important;
  box-shadow: 0 2px 5px #1c328647 !important;
}
header .searchForm input[type=text]:focus {
  outline: 0;
  border-color: #da3222 !important;
  box-shadow: 0 2px 5px #1c328647 !important;
  background: #ffffff38;
}
header .searchForm select:focus {
  outline: 0;
  border-color: #da3222 !important;
  box-shadow: 0 2px 5px #1c328647 !important;
}
header .searchForm button {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 31px;
  height: 28px;
  cursor: pointer;
  border: none;
  padding: none;
  border-radius: 2px;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.6422 8.54775C22.7059 11.6114 22.7059 16.5786 19.6422 19.6422C16.5786 22.7059 11.6114 22.7059 8.54775 19.6422C5.48408 16.5786 5.48408 11.6114 8.54775 8.54775C11.6114 5.48408 16.5786 5.48408 19.6422 8.54775' stroke='%23ED2D3B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M23.7492 23.7492L19.6367 19.6367' stroke='%23ED2D3B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-color: #e23b4000;
  background-repeat: no-repeat;
  background-position: 50%;
}
.notMobile .header-user-icon {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 5A11.2 11.2 0 1 1 5 21 11.2 11.2 0 0 1 21 5' stroke='%23ED2D3B' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.5 8.4a3.5 3.5 0 1 1-5 5 3.5 3.5 0 0 1 5-5M20.1 21.7a9.8 9.8 0 0 0-14.2 0' stroke='%23ED2D3B' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.notMobile header .cartInfo .dropdown:before {
  content: "";
  position: absolute;
  top: -12px;
  right: 35px;
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid #e23b40;
}
/*.isMobile header .cartInfo .dropdown {
  right: 10px;
  top: 55px;
  z-index: 900;
  position: absolute;
  border-top: 5px solid #e23b40;
}*/
.isMobile header .cartInfo .dropdown:before {
  right: 8px;
  /*content: "";
  position: absolute;
  top: -13px;
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid #e23b40;*/
}