  /* latin-ext */
  @font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/raleway/v17/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvoorCGPrEHJA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/raleway/v17/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvoorCIPrE.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  

  /* latin-ext */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/raleway/v17/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/raleway/v17/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }

  
  /* latin-ext */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/raleway/v17/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/raleway/v17/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  
  body {
      background-color: #f7f7f7;
      font-family: 'Proxima Nova', sans-serif;
  }

  .box-main-categories.new{
    display: block !important;
    padding: 0px 0px 5px 0px !important;
    margin: 0px auto 0 !important;
}
.beneficios.new {
    display: grid !important;
}

  /* EDICAO FAQ BAR */
body .header-faq {
    background-color: #f3dfd4;
}
body .header-faq .atendimento a.phone{
    color: #000;
}
#container .header-faq .atendimento .btn-faq a{
    color:#fff;
    border-radius:2px;
    background-color: #d08f73;
}
#container .header-faq .atendimento .btn-faq a:hover{
    color: #fff;
    background-color: #cc6e4a;
    text-decoration:none;
}
/* FIM EDICAO FAQ BAR */


  
  .main-links a:before,
  .main-links a:after {
      /* width:100%; */
      /* opacity: 0; */
      /* left: 0; */
  }
  
  .main-links a.selected:after,
  .main-links a:before,
  .main-links a:after {
      height: 2px;
      background-color: unset;
      z-index: -2;
      bottom: 0px;
      opacity: 1;
      z-index: -1;
      background-size: cover;
      background: unset;
      background-color: rgb(204 72 72 / 0%);
  }
  
  .btn-ofertas:hover,
  .main-links a.selected:after,
  .main-links a.selected:before,
  .main-links a.selected:hover:after,
  .main-links a.selected:hover:before,
  .main-links a:hover:before,
  .main-links a:hover:after {
      opacity: 1;
      background-color: #cc6e4a !important;
  }
  
  
  /* BOTAO OFERTAS */
  
  .btn-ofertas {
      text-transform: uppercase;
      position: relative;
      background-color: rgb(255 255 255 / 0%);
      /* border-left: 0px solid rgba(255, 255, 255, 0); */
      /* border-right: 0px solid rgba(255, 255, 255, 0.12); */
      border: 0;
      color: #000000;
      border-bottom: 0px solid #ffffff00;
      padding: 12px 15px;
      font-size: 13px;
      font-weight: 400;
      border-radius: 0;
      top: 0px;
      right: 30px;
      cursor: pointer;
      transition: .2s;
  }
  
  .btn-ofertas .icon,
  .btn-ofertas span.titulo {
      display: inline-block;
      margin: 0 2px;
  }
  
  .btn-ofertas .icon {
      margin-right: 5px;
      color: #d08f73;
  }
  .btn-ofertas:hover .icon {
      color: #ffffff;
  }
  .btn-ofertas:hover {
      color: #ffffff;
      border-bottom: 0px solid #ffffff;
  }
  
  /* FIM BOTAO OFERTAS */
  
  
  .box ul.box-category li.menu-lateral.bestseller {
      display: table;
  }
  
  .main-links a.menu-central.bestseller {
      display: inline-block;
  }
  
  #footer .column .menu-footer.bestseller {
      display: block;
  }
  
  .lazyOwl,
  .lazyload {
      opacity: 1;
  }
  
  #header {
      background-color: #fff;
      height: 140px;
      /* border-bottom: 3px solid #FABA00; */
  }
  
  #container.stick #header {
      box-shadow: 0px 4px 17px rgba(25, 25, 25, 0.13);
  }
  
  .background-header .img-header:before {
      
/* background-position: center; */
      
background-color: #f9eee3;
      
transition: .2s;
  }
  
  #container.stick .background-header .img-header:before {
      /* background-position: 0 center; */
  }
  
  .background-header .overlay-header {
      opacity: 1;
      /* background-image: unset; */
      /* background-image: unset; */
      /* background-color: transparent; */
      background-image: unset;
      /* background-image: unset; */
      background-color: transparent;
      transition: .5s;
  }
  
  #container.stick .background-header .overlay-header {
      background-color: #00000000;
      opacity: 1;
  }
  
  
  
  
  .ripple {
      background: #2f6da55c;
  }
  
  .ripple-product,
  .ripple-promo-item {
      background: #2f6da54f;
  }
  
  @media (max-width:1300px) {
      .img-categories {
          max-width: 96%;
          border: 0px solid #ffffff7d !important;
          grid-template-columns: 1fr 1fr 1fr 1fr !important;
      }
  
      .img-categories .categ {
          margin-top: 0px !important;
          padding: 5px !important;
      }
  }
  
  @media (max-width:700px) {
      .img-categories {
          grid-template-columns: 1fr 1fr !important;
          background-color: #fff !important;
          box-shadow: 0px 1px 2px rgba(25, 25, 25, 0.12);
      }
  
      .home.banner {
          background-image: unset;
          height: auto;
          padding-bottom: 0;
      }
  }
  
  .centered-content.user-account,
  .page-content, #container+.centered-content,
  .centered-content.home.banner {
      padding-top: 180px !important;
  }
  
  .centered-content.home.banner {
      background-position: center 39px;
      background-size: inherit;
      background-repeat: inherit;
  }
  
  #header #search input:hover,
  #header #search input:focus {
      border: 1px solid #ffffff54 !important;
  }
  
  html.searching #header #search #search-form-bot #doSearch {
      color: #ffffff;
  }
  
  html.searching #header #search #search-form-bot #doSearch:hover {
      color: #ffffff !important;
  }
  
  #search-form-bot {
      width: 80px;
  }
  
  #doSearch {
      background-color: #D08F73;
      color: #ffffff;
      font-size: 18px;
      /* border: 1px solid #fff; */
      border-top-right-radius: 2px;
      border-bottom-right-radius: 2px;
      top: 0px;
      right: 0px;
      line-height: 44px;
      width: 80px;
      height: 40px;
      transition: .2s;
  }
  
  #doSearch:after {
      content: 'buscar';
      font-size: 12px;
      text-transform: uppercase;
      top: -1px;
      left: 16px;
      position: absolute;
      /* font-weight: 600; */
  }
  
  #doSearch i {
      display: none;
  }
  
  #doSearch:hover {
      background-color: #CC6E4A;
      color: #ffffff;
  }
  
  #containerk #logo a span,
  #logo a span {
      background-image: url(/catalog/view/theme/theme03-template/image/cristo-e-livros/logo.svg);
  }
  
  #logo a span {
      width: 310px !important;
      height: 73px !important;
  }
  
  #logo {
      width: initial;
      height: initial;
      top: 33px;
      left: 24px;
      z-index: 2;
  }
  
  #container.stick #logo {
      top: 8px;
      width: unset;
      left: 24px;
  }
  
  #logo a span {
      width: 131px;
      height: 80px;
      background-position: center;
      background-size: cover;
  }
  
  #container.stick #logo a span {
      width: 310px !important;
      height: 73px !important;
  }
  
  #container.stick #logo a span {
      width: 83px;
      height: 66px;
  }
  
  #header #search {
      margin: 57px auto 0;
      width: 574px;
  }
  
  .login-cart {
      top: 54px;
  }
  
  #container.stick .login-cart {
      top: 27px;
  }
  
  #cart .icon,
  #cart .icon.inside {
      display: inline-block;
      font-size: 24px;
      vertical-align: top;
  }
  
  #login-info:hover .icon,
  #cart:hover .icon {
      color: #cc6e4a;
  }
  
  #login-info .user,
  #login-info .user a,
  #cart .title-cart {
      color: #000000;
      /* font-weight: 700; */
      font-family: 'Proxima Nova', sans-serif;
      /* font-family: 'Vollkorn', sans-serif; */
  }
  
  #header #search:before {
      content: "\f002";
      top: 11px;
      left: 16px;
      position: absolute;
      font-family: "Font Awesome 6 Free";
      font-weight: 700;
      color: #000000;
  }
  
  #login-info .icon,
  #cart .icon,
  #cart .icon.inside {
      color: #cab3a9;
      transition: .2s;
  }
  
  #notification-container {
      top: 5px;
  }
  
  .box.latest {
      /* margin-top: 45px; */
  }
  
  .latest-products .price .sale-price,
  .price .sale-price,
  .price span.price-new {
      font-weight: bold;
      /* font-family: 'Raleway'; */
      font-size: 18px;
  }
  
  .latest-products .price,
  div.price {
      color: #303030;
      text-align: center;
      font-size: 19px;
  }
  
  .painel-lateral .price {
      text-align: left;
  }
  
  span.prefix {
      color: #949494;
      font-family: 'Raleway';
  }
  
  #btn-category.open {
      color: #FFF;
  }
  
  .link-like-button {
      padding: 0 25px !important;
      line-height: 37px !important;
  }
  
  #button-login {
      width: 200px !important;
  }
  
  #button-account {
      /* background-color:#303030 !important; */
      background-image: unset !important;
      font-size: 12px;
  }
  
  #button-account:hover {
      /* background-color:#000 !important; */
  }
  
  #container {
      height: 150px;
      background-color: transparent;
  }
  
  #menu a.selected,
  #menu a:hover {
      border-bottom: 2px solid #fff
  }
  
  #btn-category-mobile {
      color: #000000;
  }
  
  .login-box-left {
      background-color: #d08f73;
      background-image: unset;
      height: 81px;
      background-position: center;
  }
  
  .box-category.open .label-category .icon,
  .box-category.open .label-category .title-category {
      color: #212121;
      font-weight: 600;
      font-size: 13px;
  }
  
  .home.banner .box .box-content {
      position: relative;
      max-width: 1600px;
      margin: auto;
  }
  
  .box .box-content {
      position: relative;
      max-width: 1600px;
      margin: auto;
  }
  
  .box ul.box-category.open {
      top: 125px;
      left: -8px;
      right: unset;
      border-radius: 2px;
      grid-template-columns: 1fr 1fr 1fr;
      max-width: 860px;
      padding: 62px 30px 30px 30px;
  }
  
  #search-form-bot {
      color: #000000;
      transition: .2s;
  }
  
  #footer .copyright,
  .menu-bar {
      color: #fff;
      /* background-color:unset; */
  }
  
  #footer .copyright {
      background-color: #cc6e4a;
      color: #ffffff;
      background-position: center bottom;
      font-weight: 300;
      text-transform: uppercase;
      font-size: 12px;
  }
  
  .menu-bar {
      height: 41px;
      /* max-width: 1600px; */
      top: -46px;
      overflow: hidden;
      box-shadow: 0px 5px 8px rgba(25, 25, 25, 0);
      /* z-index: -8; */
      position: relative;
      /* background-image: linear-gradient(to right, #fbc129, #f9ba13, #ffbf10, #f9c947, #ffbd0a); */
      background-color: transparent;
  }
  
  #container.stick .menu-bar {
      height: 0;
      top: 0px;
      overflow: hidden;
      /* margin-top: -5px; */
  }
  
  .main-links a {
      color: #000000;
      padding: 10px 20px;
      height: 41px;
      font-weight: 400;
      font-size: 13px;
      z-index: 1;
      transition: .2s;
  }
  
  .main-links a.selected,
  .main-links a:hover {
      color: #823016;
  }
  
  .menu-bar .main-links {
      position: absolute;
      left: 0;
      right: 0
  }
  
  #container.stick .menu-bar .main-links {
      overflow: hidden;
      height: 0;
  }
  
  #btn-category {
      color: #000000;
      font-weight: normal;
      left: 7px;
      top: 1px !important;
      font-weight: bold;
      line-height: 41px;
      font-size: 14px;
      position: relative;
      display: inline-block;
      float: left;
      font-weight: 400;
      font-size: 13px;
  }
  
  @media screen and (min-width:1000px) {
      ul.box-category a {
          padding: 5px;
          color: rgb(0, 0, 0);
          font-weight: 400;
      }
  
      ul.box-category a:hover {
          color: rgb(0, 0, 0) !important;
      }
  
      #container {
          height: 170px !important;
          padding-top: 175px;
      }
  
      #container.stick {
          height: 100px !important;
      }
  }
  
  #header #search input {
      background-color: #ffffff;
      border: 1px solid #ffffff1a !important;
      border-radius: 2px !important;
      color: #000000;
      text-transform: uppercase;
      font-size: 14px;
      height: 35px;
      padding: 0px 15px 0px 45px !important;
      box-shadow: 0px 2px 2px rgb(0 0 0 / 8%);
  }
  
  html.searching .close-search {
      height: 40px;
      line-height: 40px;
      color: #000;
  }
  
  
  @media screen and (max-width:1000px) {
      html.searching .close-search {
          color: #000;
      }
  }
  
  html.searching #header #search input {
      /* box-shadow: unset; */
      background-color: #fff;
      border: 1px solid #fff !important;
      color: #000;
  }
  
  #header #search input::placeholder {
      color: #0000009c;
  }
  
  html.searching #header #search input::placeholder {
      color: #00000061;
  }
  
  .menu-bar,
  .menu-bar .content {
      position: unset !important;
  }
  
  .menu-bar {
      position: initial !important;
      top: 130px;
      margin-top: 0px;
      background-position: bottom;
      background-color: #f3dfd4;
      /* background-image: url(/catalog/view/theme/theme03-template/image/edicoes-livre/background-menu.jpg); */
  }
  
  .social-media {
      bottom: unset;
      top: 0 !important;
      width: 100%;
      height: 35px;
      right: 0;
      text-align: right;
      max-width: 1600px;
      margin: auto;
      left: 0;
      right: 0;
      padding-right: 20px;
      transition: .2s;
  }
  
  .social-media:before {
      content: '';
      width: 100%;
      height: 50px;
      /* background-color: #0f5b7b; */
      /* background: linear-gradient(#00000094, #00000000); */
      display: block;
      position: fixed;
      left: 0;
      right: 0;
      z-index: -1;
  }
  
  .social-media .info-top {
      font-size: 12px;
      line-height: 35px;
      /* padding-left:20px; */
      color: #000000;
      left: 0;
      right: 0;
      position: absolute;
      /* margin: auto; */
      text-align: center;
      z-index: -1;
  }
  
  .social-media .icon {
      display: inline-block;
  }
  
  #container.stick .social-media {
      height: 0;
      opacity: 1;
      top: -35px !important;
  }
  
  .social-media div a {
      font-size: 13px !important;
      color: #000000a6;
      line-height: 35px;
  }
  
  .social-media a:hover {
      color: #d08f73;
  }
  
  #search-form-bot:hover {
      color: #ffffff;
  }
  
  #owl-top-author .owl-item .item .name a,
  .img-categories .categ .label-categ,
  .box-heading,
  .sub-alone,
  .categories .alone {
      font-weight: normal;
      font-style: normal;
      color: #191919;
      /* font-family: inherit; */
  }
  
  #owl-top-author .owl-item .item .name a {
      font-weight: bold;
      font-size: 17px;
  }
  
  .owl-buttons .owl-prev,
  .owl-buttons .owl-next {
      width: 40px;
      height: 40px;
      cursor: pointer;
      position: absolute;
      text-align: center;
      font-size: 31px;
      line-height: 43px;
      border-radius: 50%;
      background-color: transparent;
      box-shadow: unset;
      transition: .2s;
  }
  
  .owl-buttons .owl-prev {
      left: -10px;
  }
  
  .owl-buttons .owl-next {
      right: -10px;
  }
  
  .box-heading {
      margin-left: 0;
  }
  
  .img-categories .categ a {
      display: table;
      position: relative;
      left: unset;
      background-color: #ffffff;
      box-shadow: 0px 1px 1px rgba(25, 25, 25, 0.12);
      box-shadow: 0px 1px 0px rgba(25, 25, 25, 0.08);
      top: 5px;
      border-radius: 0;
      /* filter: brightness(100%); */
      /* border-top: 1px solid #f3f3f3; */
      transition: .2s;
  }
  
  .img-categories .categ:hover a {
      /* top: 0; */
      box-shadow: 0px 7px 13px -11px rgba(0, 0, 0, 0.4);
      /* filter: brightness(90%); */
      background-color: #cc6e4a;
      /* transform: scale(1.1); */
  }
  
  .img-categories .categ .label-categ {
      bottom: 16px;
      left: 0;
      position: relative;
      padding-top: 84px;
      font-size: 12px;
      line-height: 15px;
      text-transform: uppercase;
      color: #303030;
      font-weight: bold;
      height: auto;
      min-height: auto;
      display: table-cell;
      vertical-align: middle;
      font-family: 'Raleway', 'Proxima Nova', sans-serif;
  }
  
  .box-heading {
      color: #303030;
      border-bottom: 0px solid #203A25;
  }
  
  .user-account .register-user .content span.required {
      padding-left: 8px;
      font-weight: bold;
  }
  
  #owl-banner {
      padding-bottom: 0;
  }
  
  #owl-banner .owl-item .item {
      margin: 13px auto 0;
      background-position: center;
      position: relative;
      max-width: 1600px;
      border-radius: 5px;
      box-shadow: 0px 1px 4px rgba(25, 25, 25, 0.12);
  }
  
  .box-main-categories {
      padding: 15px 0px 25px 0px;
      position: relative;
      /* max-width: 1600px; */
      margin: 28px auto 0;
      border-radius: 0;
      background-position: top;
  }
  
  
  .banner-fixo-inline {
      text-align: center;
      background-color: #232121;
  }
  
  .banner-fixo-inline a img {
      margin: auto;
      width: 100%;
      max-width: 1200px;
  }
  
  .beneficios {
      margin: -35px auto 0;
      position: relative;
      background-color: #fff;
      box-shadow: 0px 1px 0px rgba(25, 25, 25, 0.05);
      /* grid-template-columns: 1fr 1fr 1fr 1fr; */
  }
  
  .banner-top.bestseller {
      display: none;
  }
  
  .centered-content.bestseller {
      padding-top: 161px !important;
  }
  
  @media (max-width:1600px) {
      #owl-banner .owl-item .item {
          margin: 0px auto 0;
          border-radius: 0;
      }
  }
  
  @media (max-width:1360px) {
      .banner-top.bestseller {
          position: absolute;
          width: 105%;
          height: 100px;
          background-size: cover;
      }
  
      .centered-content.bestseller {
          padding-top: 160px !important;
      }
  
      .beneficios {
          /* grid-template-columns: 1fr 1fr; */
          padding: 0px 10px !important;
          margin: 25px auto 0px !important;
      }
  
      .beneficios .benef {
          margin: 0px !important;
      }
  }
  
  @media (max-width:1000px) {
      #container.stick #logo {
          /* top: 5px !important; */
          width: unset;
          left: 0;
      }
  
      #cart .icon,
      #btn-category-mobile {
          color: #823016;
      }
  
      .login-box-left .icon {
          color: #ffffff8c !important;
      }
  
      .login-box-left .user a {
          color: #ffffff !important;
      }
  
      .painel-lateral .price {
          text-align: center;
      }
  
      .banner-top.bestseller {
          top: 135px;
          background-position: center;
      }
  
      .centered-content.bestseller {
          padding-top: 150px !important;
      }
  
      .product-list .product {
          margin: 0 !important;
      }
  }
  
  @media (max-width:500px) {
      .beneficios {
          /* grid-template-columns: 1fr 1fr; */
          margin: 20px auto 0 !important;
      }
  
      .beneficios .benef-label {
          font-weight: normal !important;
          line-height: 14px !important;
          font-size: 12px !important;
      }
  
      .beneficios .benef-icon {
          position: inherit;
          width: 100%;
          margin: 10px 0px 10px;
          font-size: 16px;
      }
  }
  
  .img-categories .icon-categ {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background-size: cover;
      color: #ffffff;
  }
  
  .img-categories .icon-categ svg use {
      transform: scale(0.92) translate(28%) translateY(27%) !important;
  }
  
  .img-categories .categ.matrimonio .icon-categ svg use {
      transform: scale(0.65) translate(25%) translateY(30%) !important;
  }
  
  .beneficios {
      margin: 35px auto 35px;
      padding: 0px 0;
      border-radius: 5px;
  }
  
  .beneficios .benef-icon {
      color: #d4d4d4;
  }
  
  .beneficios .benef-label {
      font-weight: 600;
      color: #303030;
      text-transform: unset;
      font-size: 14px;
      line-height: 15px;
  }
  
  .beneficios .benef {
      text-align: center;
      background-color: transparent;
      border: 0px solid #ececec;
      border-radius: 5px;
      padding: 15px 10px;
      /* box-shadow: 0px 1px 2px rgba(25, 25, 25, 0.12); */
  }
  
  .beneficios .benef:last-child {
      margin-right: unset;
  }
  
  .beneficios .benef:first-child {
      margin-left: unset;
  }
  
  .img-categories .categ {
      margin: -1px;
      margin-top: 0px;
      position: relative;
      background-color: transparent;
      box-shadow: unset;
      transition: .2s;
      height: auto;
      border: 0px;
      border: 0px solid #efefef29;
      border: 0px solid #ffffff4d;
      overflow: unset;
      border-bottom: 0px solid transparent;
      /* padding: 0 4px; */
  }
  
  .img-categories .categ:hover {
      box-shadow: 0px 0px 0px rgba(25, 25, 25, 0);
      background-color: transparent;
      z-index: 2;
  }
  
  .img-categories .categ:before,
  .img-categories .categ:after {
      content: '';
      width: 0;
      height: 3px;
      background-color: #FFC733;
      position: absolute;
      bottom: 0;
      transition: .2s;
  }
  
  .img-categories .categ:before,
  .img-categories .categ:after {
      height: 0;
      background-color: unset;
      z-index: -2;
      bottom: -3px;
      background-color: #eff3f5;
  }
  
  .img-categories .categ:before,
  .img-categories .categ:after {
      left: 50%;
      transition: .2s;
  }
  
  .img-categories .categhover:before {
      left: 0;
  }
  
  .img-categories .categ:hover:before,
  .img-categories .categ:hover:after {
      width: 50%;
  }
  
  .img-categories .categ:hover:before {
      width: 50%;
      left: 1px;
      /* top: -5px; */
  }
  
  
  .box-main-categories .box-heading {
      max-width: 1600px;
      /* opacity: 0.7; */
      margin: 0px auto 40px;
      padding: 10px !important;
      margin: 0px auto 17px !important;
      /* text-align: center; */
      /* color: #fff; */
      /* font-weight: bold; */
      font-size: 26px;
      text-transform: unset;
      /* background-color: #0000001c; */
      /* border-bottom: 2px solid #ffffff0f; */
      /* font-family: 'Oswald'; */
  }
  
  @media (max-width: 500px) {
      .benef {
          margin: -1px -1px 0 !important;
          border-radius: 0 !important;
      }
  }
  
  .sub-alone,
  .categories .alone {
      position: relative;
  }
  
  .sub-alone:after,
  .categories .alone:after,
  .box-heading:after {
      content: '';
      width: 100%;
      height: 2px;
      background-size: cover;
      background-position: center;
      display: block;
      position: absolute;
      bottom: 0px;
      left: 0;
      background: linear-gradient(120deg, #215686 0%, #2872b5 10%, #2f6da5 26%, #0c3c67 30%, #2f6da5 35%, #5ca7ea 54%, #2f6da5 69%, #6f8fad 73%, #2f6da5 78%, #0e2438 100%);
      opacity: 0;
  }
  
  .sub-alone,
  .categories .alone {
      padding: 0;
      width: 100%;
  }
  
  .product-detail #related .box-heading,
  .box-heading,
  .sub-alone,
  .categories .alone {
      border-bottom: unset;
      text-transform: unset;
      padding-left: 15px;
  }
  
  
  .centered-content.home .box-heading,
  .product-detail #related .box-heading,
  .box-heading,
  .sub-alone,
  .categories .alone {
      color: #3c1e20;
      font-size: 22px;
      text-transform: UPPERCASE;
      font-weight: 500;
      line-height: 25px;
      letter-spacing:2px;
      font-family: 'Raleway';
  }
  
  .see-all {
      letter-spacing: 0px;
  }
  
  
  .box-main-categories .box-heading {
      /* color:#fff !important; */
  }
  
  .img-categories .icon-categ {
      color: #29292933;
  }
  
  .img-categories {
      border-radius: 0;
      /* overflow: hidden; */
      padding: 0;
      height: auto;
      background-color: transparent;
      border: 0px solid #ffffff26;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  
  .img-categories .icon-categ i {
      line-height: 65px;
  }
  
  .img-categories .categ:hover .icon-categ {
      color: #ffffff7a;
      /* background-color: #000000; */
  }
  
  .img-categories .categ:hover .label-categ {
      color: #ffffff;
  }
  
  .img-categories .categ:hover .label-categ {
      /* color:initial */
  }
  
  .img-categories .icon-categ {
      position: relative;
      font-size: 26px;
      width: 65px;
      height: 65px;
      display: block;
      position: absolute;
      top: 6px;
      left: 0;
      right: 0;
      border-radius: 50%;
      /* background-color: white; */
      /* box-shadow: 0px 1px 2px rgba(25, 25, 25, 0.12); */
  }
  
  .img-categories .icon-categ,
  .img-categories .categ.filosofia .icon-categ {
      margin: 0px auto 0 auto;
  }
  
  .img-categories .icon-categ svg use {
      transform: scale(.85) translate(10px, 17px);
  }
  
  .img-categories .recomendacoes .icon-categ svg use {
      transform: scale(.95) translate(13px, 13px);
  }
  
  
  @media (max-width: 700px) {
      .img-categories .icon-categ {
          display: none;
      }
  
      .img-categories .categ .label-categ {
          bottom: unset;
          left: unset;
          position: unset;
          font-size: 13px;
          /* line-height: 16px; */
          font-weight: bold;
          height: auto;
          min-height: auto;
          display: table-cell;
          vertical-align: middle;
      }
  
      .img-categories .categ:hover {
          border: 1px solid #e2e2e2;
      }
  
      .img-categories .categ:hover a {
          box-shadow: unset;
          top: 0px;
          transform: scale(1);
      }
  }
  
  
  
  
  .back-menu {
      background-color: #d08f73;
      color: #ffffff;
  }
  
  #gototop {
      background-color: #000000;
      color: #ffffff;
      border-radius: 50%;
  }
  
  #footer .footer-content {
      background-color: #ffffff;
      border-top: 1px solid #eaeaea;
  }
  
  .product-info .category {
      padding: 0 15px;
      text-transform: uppercase;
  }
  
  .main-panel,
  .product-info.with-related .details {
      background-color: #fff;
      border: 0px solid #E8E8E8;
      box-shadow: 0px 4px 17px rgba(25, 25, 25, 0.1);
  }
  
  .product-detail {
      padding-top: 218px !important;
  }
  
  .product-detail .image,
  .painel-lateral {
      height: auto;
      margin-bottom: 40px;
  }
  
  .product-info .image img {
      height: auto;
  }
  
  .painel-lateral .product-name span {
      color: #303030;
      font-family: 'Raleway';
  }
  
  #footer,
  #footer .column a,
  #footer .made-by a {
      color: #000000;
  }
  
  #footer h4 {
      color: #000000;
  }
  
  #footer .pag span {
      background-color: #fff;
      outline: 1px solid #e2e2e2;
  }
  
  #footer .centered-content.icons {
      background-color: #ffffff;
      border-top: 1px solid #eaeaea;
  }
  
  #footer .centered-content.icons .column .icon {
      color: #dadada;
  }
  
  #footer .centered-content.icons .column .info {
      color: #000000;
      text-transform: uppercase;
      font-weight: bold;
  }
  
  .box-category a.active,
  .box-category .active>a,
  .box-category a:hover {
      color: #000000 !important;
      text-decoration: underline;
  }
  
  .login .link-like-button,
  .link-like-button.cart {
      background-color: #fff !important;
      color: #3c1e20 !important;
      line-height: 36px !important;
      /* background-image: linear-gradient(to right, #303030, #303030); */
      background-color: #3c1e20 !important;
  }
  
  .login .link-like-button:hover,
  .link-like-button.cart:hover {
      /* background-image: linear-gradient(to right, #943131, #943131) !important; */
      background-color: #3c1e20 !important;
  }
  
  .account .content .link-like-button {
      padding: 5px;
      margin: 0 20px;
      background: transparent !important;
      width: 227px !important;
      border-radius: 45px;
      border: 2px solid #b3b3b3 !important;
  }
  
  .account .content .link-like-button:hover {
      background: #303030 !important;
      border: 2px solid #303030 !important;
  }
  
  
  .centered-content.user-account.address-list .content .link-like-button {
      color: #a0a0a0 !important;
      border: 0px solid !important;
      width: auto !important;
      padding-left: 0px !important;
      padding: 0 !important;
  }
  
  .centered-content.user-account.address-list .content .link-like-button:hover {
      color: #303030 !important;
      background-color: #fff !important;
      border: 0px solid !important;
      width: auto !important;
  }
  
  .centered-content.user-account.address-list .link-like-button {
      color: #000000 !important;
      /* border: 2px solid #505050 !important; */
      border: 2px solid #000000 !important;
      padding-left: 40px !important;
  }
  
  .centered-content.user-account.address-list .link-like-button:hover {
      border: 2px solid #FABA00 !important;
      color: #000 !important;
  }
  
  .user-account input.save-form,
  #login #button-login input.save-form,
  .link-like-button,
  .order-detail a.btn,
  .checkout-checkout #confirm .right input,
  .checkout-checkout #button-confirm span,
  .user-account .register-user .buttons #button-register,
  .user-account .register-user .buttons input[type=submit],
  #button-login,
  .login-content .buttons input[type=submit],
  .product-info #button-cart,
  .checkout-cart a.link-like-button.finalizar-compra,
  #cart .link-like-button.finish,
  .latest-products .button,
  .product-list .product .button {
      color: #ffffff !important;
      /* background-image: linear-gradient(to right, #11ce5e, #11ce5e); */
      background-color: #d08f73  !important;
      transition: background-color .15s !important;
      border-radius: 2px;
      border: 2px solid #d08f73;
      letter-spacing: 0px;
      outline: none;
      /* transition: background-color .2s !important; */
      transition: background-color 0.2s ease, border-color 0.2s ease !important;
  }
  
  .generic-form input.save-form {
      border: 2px solid #303030 !important;
  }
  
  .user-account .register-user .buttons #button-register:hover,
  .user-account input.save-form:hover,
  #login #button-login:hover,
  input.save-form:hover,
  .link-like-button:hover,
  .order-detail a.btn:hover,
  .checkout-checkout #confirm .right input:hover,
  .checkout-checkout #button-confirm:hover span,
  .user-account .register-user .buttons input[type=submit]:hover,
  #button-login:hover,
  .login-content .buttons input[type=submit]:hover,
  .latest-products .button:hover,
  .product-list .product .button:hover .latest-products .button:hover,
  .product-list .product .button:hover,
  .checkout-cart a.link-like-button.finalizar-compra:hover,
  .product-info #button-cart-redirect:hover,
  .product-info #button-cart:hover,
  #cart .link-like-button.finish:hover,
  .cart .button.nwa_list_button_custom:hover {
      /* background-image: linear-gradient(to right, #08ba50, #08ba50)  !important; */
      background-color: #cc6e4a !important;
      color: #ffffff !important;
      outline: none;
      border: 2px solid #cc6e4a !important;
  }
  
  #coupon .link-like-button.button.coupon-text {
      border: 1px solid #c1c1c1 !important;
      color: #00001d !important;
      line-height: 20px !important;
      background-color: #dedede !important;
  }
  
  #coupon .link-like-button.button.coupon-text:hover {
      border: 1px solid #c1c1c1 !important;
      background-color: #303030 !important;
      color: #fff !important
  }
  
  .link-like-button.button.coupon-text {
      border: 2px solid #303030 !important;
      color: #303030 !important;
  }
  
  .link-like-button.button.coupon-text-cancel:hover {
      background-color: #000 !important;
      color: #fff !important;
  }
  
  .buttons-buy .btn-buy,
  .buttons-buy .btn-buy-redirect {
      border-radius: 0;
  }
  
  .latest-products .button,
  .product-list .product .button {
      font-weight: bold;
      /* border:0px solid; */
      box-shadow: 0px 0px 18px #0cffc000;
      transition: .2s;
  }
  
  .latest-products .button:hover,
  .product-list .product .button:hover {
      box-shadow: 0px 0px 18px #0cffc042;
  }
  
  .latest-products .button.nwa_list_button_custom,
  .cart .button.nwa_list_button_custom {
      display: block;
      width: 144px;
      height: 33px;
      background-color: rgb(255, 255, 255);
      /* background-image: linear-gradient(to right, #868686, #464646) !important; */
      color: #3c1e20 !important;
      background-color: #ffffff !important;
      border: 2px solid #3c1e20;
  }
  
  .cart .button.nwa_list_button_custom:hover {
      background-color: #cc6e4a !important;
  }
  
  .cart .button.nwa_list_button_custom:hover {
      /* color: #292929 !important; */
  }
  
  .resumo-carrinho,
  .conteudo-carrinho {
      border-radius: 0px;
      box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.11);
  }
  
  .painel-lateral .links a:hover,
  .add-wishlist a:hover {
      color: #F44336;
  }
  
  .checkout-checkout #button-confirm span {
      font-family: unset;
      border: 2px solid #3c1e20 !important;
      line-height: 30px !important;
      font-weight: bold !important;
      padding: 4px 25px !important;
      font-size: 14px !important;
      border-radius: 4px !important;
      /* background-color: #252525 !important; */
      transition: .2s;
  }
  
  .checkout-checkout #confirm .right input {
      border: 2px solid #000000 !important;
      line-height: 30px !important;
      border-radius: 4px;
      padding: 5px 20px;
  }
  
  .checkout .login-content p.aviso {
      /* font-weight:bold; */
      border: 1px solid #e2e2e2;
      max-width: 500px;
      padding: 20px;
      border-radius: 5px;
      background-color: #ffffff;
      color: #303030;
      text-transform: uppercase;
      margin: auto;
      font-size: 15px;
  }
  
  .dados_cartao {
      box-shadow: 0 0 0px transparent !important;
  }
  
  .order-list .products li .name {
      color: #303030;
  }
  
  .blog-item h2 {
      color: #303030;
  }
  
  .one_post a {
      color: #303030;
  }
  
  .user-account .register-user h2 {
      color: #303030;
  }
  
  input.save-form {
      background-color: #fff;
      border: 2px solid #303030 !important;
      color: #303030 !important;
      border-radius: 5px;
      font-size: 12px;
      font-weight: bold;
      cursor: pointer;
      transition: .2s;
  }
  
  input.save-form:hover {
      background-color: #303030 !important;
      color: #fff !important;
  }
  
  .generic-form h2 {
      color: #303030;
  }
  
  #owl-top-author .owl-item .item {
      border: 0px solid #efefef;
      background-color: #ffffff;
      box-shadow: 0px 1px 2px rgba(25, 25, 25, 0.2);
      border-radius: 5px;
      height: 350px;
      transition: .2s;
  }
  
  #owl-top-author .owl-item .item:hover {
      border: 0px solid #0000001f;
      background-color: #fff;
      box-shadow: 0px 9px 35px -22px rgba(0, 0, 0, 0.5);
  }
  
  #owl-top-author .owl-item .item>a {
      position: absolute;
      display: block;
      top: 0;
      height: 100%;
  }
  
  #owl-top-author .owl-item .image {
      border-radius: 50%;
      overflow: hidden;
      width: 130px;
      height: 130px;
      position: relative !important;
      display: block;
      margin: 20px auto 0;
      border: 0px solid #fff;
      transition: .2s;
  }
  
  #owl-top-author .owl-item .item>a:before {
      content: '';
      /* opacity: 0.1; */
      background-color: #f7f7f7;
      /* background-image: linear-gradient(-48deg, #0000009c 20%, #00000000 60%, #000000fc 100%); */
      position: absolute;
      left: 0;
      right: 0;
      z-index: 0;
      width: 145px;
      height: 145px;
      border-radius: 50%;
      margin: 12px auto 0;
      display: block;
      transition: .2s;
  }
  
  #owl-top-author .owl-item:hover .item>a:before {
      background-color: #d08f7352;
      /* background-image: linear-gradient(-48deg, #186a9a 0%, #70ab2b 30%, #FFC107 80%, #e9ff07 100%); */
  }
  
  #owl-top-author .owl-item:hover .image {
      border: 0px solid #fff;
  }
  
  #owl-top-author .owl-item img {
      margin: 0;
      z-index: 1;
      display: block;
  }
  
  #owl-top-author .owl-item .item .name {
      margin-top: 160px;
      margin-left: 0;
      text-align: center;
  }
  
  #owl-top-author .owl-item .item .name a {
      color: #3c1e20 !important;
      font-family: 'Raleway';
      text-transform: uppercase;
      font-weight: 600;
      font-size: 15px;
      letter-spacing: 3px;
      text-decoration: none;
  }
  
  #owl-top-author .owl-item:hover .item .name a {
      /* color: #00304f !important; */
  }
  
  #owl-top-author .owl-item .item .description {
      width: auto;
      margin-top: 10px;
      padding: 5px;
      max-height: 146px;
      overflow: hidden;
      font-size: 14px;
      line-height: 22px;
      text-align: center;
      color: #3c4250;
  }
  
  .owl-carousel .owl-page span {
      background-color: transparent !important;
      margin: 0px auto !important;
      width: 100% !important;
      height: 100% !important;
  }
  
  .owl-carousel .owl-page span:before {
      content: '';
      width: 7px;
      height: 7px;
      background-color: #ababab;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      vertical-align: middle;
      border-radius: 50%;
      transition: .2s;
  }
  
  .owl-carousel .owl-page span:hover:before,
  .owl-carousel .owl-page.active span:before {
      width: 13px;
      height: 13px;
      background-color: #cc6e4a;
  }
  
  .owl-carousel .owl-page {
      width: 36px;
      height: 30px;
      vertical-align: middle;
      margin: 0;
      border-radius: 0;
  }
  
  .owl-carousel .owl-page span:hover,
  .owl-carousel .owl-page.active span {
      background-color: transparent !important;
      width: 100% !important;
      height: 100% !important;
  }
  
  #owl-top-author .owl-item .item .more {
      width: 100%;
      text-align: center;
      right: 0;
  }
  
  #owl-top-author .owl-item .item .more a {
      color: #303030;
  }
  
  .manufactures-list .btn-letter.selected,
  .manufactures-list .btn-letter:hover {
      color: #fff;
      background-color: #303030;
      border-right: 1px solid #303030;
  }
  
  .manufacturer-list ul li a {
      color: #303030;
      transition: .2s;
  }
  
  .manufacturer-list ul li:hover a {
      color: #ffffff;
  }
  
  .manufacturer-list ul li {
      border: 1px solid #d6d6d6;
      background-color: #f9f9f9;
      transition: .2s;
  }
  
  .manufacturer-list ul li {
      text-transform: uppercase;
      font-size: 13px;
      font-weight: bold;
  }
  
  .manufacturer-list ul li:hover {
      border: 1px solid #303030;
      background-color: #303030;
  }
  
  #filterInput {
      border: 2px solid #dcdcdc !important;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: bold;
  }
  
  #filterInput:hover {
      border: 2px solid #c5c5c5 !important;
  }
  
  #cart .cont {
      color: #ffffff;
      background-color: #CC6E4A;
      box-shadow: unset;
      /* box-shadow: 0px 2px 5px rgb(0 0 0 / 79%); */
  }
  
  .cart-link,
  .cart-link:hover {
      color: #303030;
  }
  
  #cart .link-like-button.cart:hover {
      background-color: #cc6e4a !important;
      border: 2px solid #cc6e4a !important;
      color: #fff !important;
  }
  
  #cart .link-like-button.finish {
      line-height: 39px;
      border: 2px solid #d08f73 !important;
      background-color: #d08f73 !important;
      color: #fff !important;
  }
  
  #cart .link-like-button.finish:hover {
      line-height: 39px;
      border: 2px solid #cc6e4a !important;
      background-color: #cc6e4a !important;
      color: #fff !important;
  }
  
  .checkout-cart a.link-like-button.finalizar-compra {
      color: #ffffff !important;
      padding: 0 23px;
      line-height: 35px;
      background-color: #d08f73 !important;
      border: 2px solid #d08f73 !important;
  }
  
  #cart .link-like-button.cart {
      line-height: 39px;
      border: 2px solid #d08f73 !important;
      background-color: #d08f73 !important;
      color: #ffffff !important;
  }
  
  .user-account .register-user .buttons #button-register,
  .user-account .register-user .buttons input[type=submit],
  #button-login,
  .login-content .buttons input[type=submit],
  .latest-products .button,
  .product-info #button-cart,
  .product-list .product .button {
      color: #fff;
      font-weight: bold;
      border-radius: 2px;
      box-shadow: 0px 0px 18px #0cffc000;
      transition: .2s;
      /* width: 81%; */
      /* border-radius: 0px; */
      line-height: 30px;
      /* font-size: 13px; */
      bottom: -1px;
      /* height: 40px; */
      /* font-family: 'Oswald', 'Proxima-Nova', sans-serif; */
  }
  
  .user-account .register-user .content .small select,
  .user-account .register-user .content input[type=password],
  .user-account .register-user .content input[type=text],
  .login-content .login input[type=text],
  .login-content .login input[type=password] {
      /* border-radius: 0px !important; */
      box-shadow: 0px 1px 3px rgba(25, 25, 25, 0);
      border: 1px solid #dedede !important;
      box-shadow: unset !important;
  }
  
  .user-account .register-user .content .small select:hover,
  .user-account .register-user .content input[type=password]:hover,
  .user-account .register-user .content input[type=text]:hover,
  .login-content .login input[type=text],
  .login-content .login input[type=password]:hover {
      /* border: 1px solid #b7b7b7 !important; */
  }
  
  .user-account .register-user .content span {
      padding-left: 5px;
      font-weight: bold;
  }
  
  .user-account .buttons a.link-like-button .icon {
      color: #000000 !important;
      transition: .2s;
  }
  
  .content.outros-dados .buttons a.link-like-button .icon,
  .content.dados .buttons a.link-like-button .icon {
      color: #00000091;
  }
  
  .content.outros-dados .buttons a.link-like-button:hover .icon,
  .content.dados .buttons a.link-like-button:hover .icon {
      color: #fff;
  }
  
  .user-account .content .buttons {
      margin: 10px 0px 30px 00px;
  }
  
  .user-account .content b {
      padding-left: 5px;
  }
  
  .user-account input.save-form,
  .user-account .register-user .buttons input[type=submit] {
      padding: 0 20px !important;
  }
  
  input.save-form,
  .link-like-button {
      width: auto !important;
      padding: 0 40px;
      /* border-radius: 0px; */
      border: 2px solid #d08f73 !important;
  }
  
  input.save-form {
      font-family: unset;
      padding: 0 0px !important;
  }
  
  .checkout-checkout .checkout #login b {
      margin-left: 5px;
  }
  
  #colorbox #cboxLoadedContent #nwa_list_box_title {
      display: block !important;
      text-transform: uppercase;
      padding: 0px;
      color: #303030;
  }
  
  #nwa_list #nwa_list_box_description {
      margin: 20px 0;
  }
  
  #cboxLoadedContent #nwa_list .link-like-button {
      background-color: #303030;
  }
  
  #button-login:hover,
  .login-content .buttons input[type=submit]:hover,
  .latest-products .button:hover,
  .product-list .product .button:hover {
      box-shadow: 0px 0px 18px #0cffc000;
      color: #303030;
  }
  
  #login #button-login {
      border: 0px;
      line-height: 38px !important;
      background-image: unset;
      color: #000000 !important;
      border: 2px solid #000000 !important;
      background-color: #fff !important;
  }
  
  #login #button-login:hover {
      background-image: unset !important;
  }
  
  .conteudo-carrinho .item-cart-content .name a {
      color: #303030;
  }
  
  #make-review,
  .generic-form .content span.required,
  .one_post a,
  .user-account .register-user .content span.required {
      padding-left: 5px;
  }
  
  textarea,
  select,
  input[type="text"],
  input[type=password] {
      /* border-radius: 3px !important; */
      font-size: 13px;
  }
  
  .order-detail a.btn {
      border-radius: 4px;
  }
  
  
  #content.success .content .buttons .left a.button {
      background-color: #000000 !important;
      text-transform: uppercase;
      transition: .2s;
  }
  
  .success .image {
      color: #8BC34A;
  }
  
  #content.success .content .buttons .left a.button:hover {
      background-color: #FABA00 !important;
      color: #000 !important;
  }
  
  
  .checkout-checkout #button-confirm span:hover {
      /* background-color: #000000 !important; */
  }
  
  .page_navigation a {
      color: #303030;
  }
  
  .page_navigation a:hover {
      background-color: #303030;
      border: 1px solid #303030;
      color: rgb(255, 255, 255);
  }
  
  .page_navigation a.active_page {
      color: rgb(255, 255, 255);
      background-color: #000;
      border: 1px solid #000;
  }
  
  .product-info .review .share a:hover {
      /* color: #303030; */
  }
  
  .cart-proccess .left-column a:hover,
  .checkout-checkout .left-column a:hover,
  .user-account .left-column a.selected,
  .user-account .left-column a:hover {
      border-bottom: 2px solid #000;
      color: #000;
  }
  
  .products-table td a {
      color: #000;
  }
  
  #content.centered-content.cart.checkout-checkout,
  #container+.centered-content:first-child {
      padding-top: 175px !important;
  }
  
  .checkout-content table.radio label:hover {
      color: #000;
      text-decoration: underline;
  }
  
  .checkout-checkout div.active .checkout-heading {
      border-bottom: 0px solid;
      background-color: #cc6e4a;
      color: #fff;
      border-top-left-radius: 7px;
      border-top-right-radius: 7px;
  }
  
  .checkout-checkout div.active .checkout-heading .checkout-icon {
      color: #ffffff;
  }
  
  .checkout-checkout div.active {
      border-radius: 0px !important;
  }
  
  .back-category a:hover {
      color: #303030;
  }
  
  .box-subcategory li a:hover {
      color: #000;
      border: 1px solid #000;
      text-decoration: none;
      color: #fff;
      background-color: #cc6e4a;
      border: 1px solid #cc6e4a;
      text-decoration: none;
  }
  
  .box-subcategory.open li a:hover {
      border: 1px solid #303030;
      border-bottom: 1px solid #e2e2e2;
  }
  
  .product-filter select:focus {
      border: 1px solid #303030;
  }
  
  .box-subcategory li.more-sub-category {
      font-weight: bold;
      border: 1px solid #d4d4d4;
      background-color: #e4e4e4;
      color: #303030;
      cursor: pointer;
  }
  @media (max-width:1900px) {
      #container.stick .background-header .img-header:before,
      .background-header .img-header:before {
          /* background-position: center; */
      }
  }
  @media (max-width:1360px) {
    #logo{
      top: 38px;
    }
      #container.stick #logo {
          top: 7px !important;
      }
  #container.stick #logo a span,
      #logo a span {
          width: 257px !important;
          height: 60px !important;
          background-position: center !important;
      }
  
      .background-header .img-header:before {
          /* background-position: -230px 0px; */
      }
  
      #container.stick .background-header .img-header:before {
          /* background-position: -230px center; */
      }
  
      #container.stick .background-header .img-header:before {
          /* background-position: -230px -48px; */
          /* background-position: -166px -37px; */
      }
  
  
      .img-categories .categ:hover {
          /* border-bottom: 3px solid #fff; */
      }
  }
  
  @media screen and (max-width:1000px) {
      html.searching #doSearch {
          color: #fff !important;
          border-radius: 0;
      }
  
      #container.stick .background-header .img-header:before,
      .background-header .img-header:before {
          background-position: left -30px;
          /* background-position: -477px -10px; */
      }
  
      #container.stick .background-header .img-header:before {
          /* background-position: -424px -48px; */
      }
  
      .background-header .overlay-header {
          opacity: 1;
          /* background-image: radial-gradient(farthest-corner at 50% 50% , rgba(16, 16, 16, 0.65) 0%, rgba(16, 16, 16, 0.55) 70%); */
          background-color: #3c1e2000;
      }
  
      .product-info.with-related {
          margin-top: 168px;
      }
  }
  
  @media screen and (max-width:560px) {
  
      #container.stick .background-header .img-header:before,
      .background-header .img-header:before {
          background-position: -477px -10px;
          /* background-position: top; */
      }
  
      #container.stick .background-header .img-header:before {
          /* background-position: -370px 189px; */
          /* background-position: center center; */
          /* background-position: -467px -48px; */
      }
  
      #container.stick .background-header .overlay-header,
      .background-header .overlay-header {
          /* opacity: 1; */
          /* background-color: #00000099; */
      }
  
  }
  
  
  
  @media screen and (max-width:1000px) {
  
      #content.centered-content.cart.checkout-checkout,
      #container+.centered-content:first-child {
          padding-top: 130px !important;
      }
  
      .product-detail {
          padding-top: 0px !important;
      }
  
      .img-categories .categ:before,
      .img-categories .categ:after {
          display: none;
      }
  
      .box-main-categories .box-heading {
          text-align: center;
      }
  
      .centered-content.home .box-heading {
          margin: 0px auto 10px !important;
          padding-top: 40px !important;
      }
  
      .see-all {
          top: 40px;
      }
  
      .centered-content.home .box.authors .box-heading {
          padding-right: 85px;
      }
  
      .product-detail #related .box-heading,
      .box-heading,
      .sub-alone,
      .categories .alone,
      .box-main-categories .box-heading {
          font-size: 24px;
      }
  
      .resumo-carrinho.invisivel .content {
          display: unset;
      }
  
  
      #owl-banner .owl-item .item {
          border-radius: 0;
      }
  
      #column-right {
          padding: 20px 0px;
      }
  
      .categories .alone {
          margin-top: 48px;
          margin-bottom: 0;
          padding-left: 0;
      }
  
      .box-subcategory li a,
      .more-sub-category {
          transition: unset !important;
      }
      .box-subcategory li.active{
          margin:0;
      }
      .box .box-content {
          margin: unset;
          box-shadow: unset !important;
      }
  
      .box ul.box-category.open {
          padding: 0 !important;
          left: 0;
          border-radius: 0;
          max-width: 100%;
      }
      .box-subcategory li a, 
      .more-sub-category{
          border-radius:0px !important;
          margin-top: -1px;
      }
      .home.banner .box .box-content {
          margin: 0 !important;
      }
  
      #header {
          height: 121px;
          background-position: 80% 0px;
          box-shadow: 0px 4px 8px rgba(25, 25, 25, 0.25);
          border-top: 0px solid #943131;
      }
  
      #container {
          height: 121px !important;
          background-image: unset;
      }
  
      .centered-content.user-account,
      .page-content, #container+.centered-content{
          padding-top: 121px !important;
      }
  
      #search-form-bot {
          right: 0px;
      }
      #doSearch {
          border-top-right-radius: 0px;
          border-bottom-right-radius: 0px;
      }
      #header #search {
          margin: 0px auto 0;
          width: 100%;
          top: 81px;
          padding: 0 0px;
      }
      #header #search input{
          border-radius:0 !important;
          box-shadow: 0px 2px 6px rgb(0 0 0 / 0%);
      }
      #header #search:before {
          left: 13px;
      }
  
      #btn-category-mobile,
      .login-cart {
          top: 15px !important;
      }
  
      .menu-bar {
          opacity: 0;
      }
  
      #logo {
          top: 7px !important;
          left: 0;
          width: 100%;
      }
  
      #btn-category-mobile,
      .login-cart {
          top: 18px !important;
      }
  
      #logo a span {
          width: 260px !important;
          height: 61px !important;
          background-position: 0px 82px;
      }
  
      #container.stick #logo a span {
          width: 260px !important;
          height: 61px !important;
      }
  
      .box ul.box-category li:first-child {
          border-top: 0px solid;
      }
  
      #footer .column {
          border-top: 1px solid #d8d8d81f;
      }
  
      .alone.open {
          color: #fff;
          background-color: #cc6e4a;
          padding: 0 50px;
      }
  
      #footer .footer-content {
          /* border-top: 1px solid #2d6f57; */
          background-image: unset;
          /* background-color: #2d6f57; */
      }
  }
  
  
  
  
  @media screen and (max-width:560px) {
  
      #container.stick #logo,
      #logo {
          top: 13px !important;
      }
  
      #container.stick #logo a span,
      #logo a span {
          width: 204px !important;
          height: 48px !important;
      }
  }
  
  
  
  .author-detail .pagination .links b,
  .blog-top .pagination .links b,
  .categories .pagination .links b,
  .order .pagination .links b,
  .search .pagination .links b {
      background-color: #cc6e4a;
      color: rgb(255, 255, 255);
      user-select: none;
  }
  
  .author-detail .pagination .links a,
  .author-detail .pagination .links b,
  .blog-top .pagination .links a,
  .blog-top .pagination .links b,
  .categories .pagination .links a,
  .order .pagination .links a,
  .order .pagination .links b,
  .search .pagination .links b,
  .search .pagination .links a {
      color: #909090;
      font-weight: normal;
  }
  
  .pagination .links a:hover {
      color: #000000;
  }
  
  .pagination .links b {
      color: #fff !important;
      /* border-radius: 0 !important; */
      font-weight: unset !important;
  }
  
  .box-subcategory li a,
  .more-sub-category {
      background-color: white;
      color: #303030;
      border-radius: 45px;
      border: 1px solid #d0d0d0;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: bold;
      transition: .2s;
  }
  
  .product-filter b {
      color: #303030;
  }
  
  .clear-input {
      top: 10px;
  }
  
  .clear-input:hover {
      color: #960815;
  }
  
  .product-filter select {
      border: 1px solid #fff !important;
  }
  
  .product-info #button-cart {
      font-weight: 600;
      color: #d08f73 !important;
      /* border-radius: 3px; */
      background-color: #ffffff !important;
      border: 2px solid #d08f73 !important;
  }
  
  .product-info #button-cart-redirect {
      border: 2px solid #d08f73;
      background-color: #d08f73;
      color: #ffffff;
      font-weight: 700;
      border-radius: 2px;
  }
  
  .product-info #button-cart-redirect:hover,
  .product-info #button-cart:hover {
      /* border: 2px solid #3c1e20 !important; */
      color: #fff;
      /* background-color: #3c1e20 !important; */
  }
  
  .product-list .product {
      margin: 6px 2px;
  }
  
  .latest-products .name a.product-name,
  .product-list .product .name a.product-name {
      /* font-weight: 500; */
      font-size: 14px;
      /* font-family: 'Vollkorn', sans-serif; */
      line-height: 15px;
      min-height: 30px;
      max-height: 30px;
  }
  
  .product-list .product .author {
      line-height: 15px;
  }
  
  .product-list .product .author a {
      /* font-family: 'Vollkorn', sans-serif; */
      /* font-weight: 700; */
      /* color:#000; */
      padding: 2px;
  }
  
  .product .flags {
      /* bottom: 60px; */
  }
  
  .product-list .product .item-product {
      /* border-radius: 0px !important; */
      box-shadow: 0px 1px 2px rgba(25, 25, 25, 0.2);
      border: 0px solid #e4e4e4;
      text-align: center;
      border-radius: 5px;
  }
  
  .product-list .product:hover .item-product {
      box-shadow: 0px 7px 20px rgba(25, 25, 25, 0.2);
      border: 0px solid #fff;
  }
  
  @media screen and (max-width:1000px) {
      .product-list .product .item-product {
          border: 1px solid #e8e8e8 !important;
          border-radius: 0 !important;
      }
  
      .product-list .product .cart {
          bottom: 0px !important;
      }
  
      .product .flags {
          text-align: center;
          bottom: 60px;
      }
  
      .product .flags .flag {
          /* border-top-left-radius: 10px !important; */
          /* border-bottom-left-radius: 10px !important; */
      }
  
  }
  
  @media (max-width:700px) {
  
      .img-categories .categ:nth-child(2),
      .img-categories .categ:nth-child(7),
      .img-categories .categ:first-child,
      .img-categories .categ:last-child {
          border-top-left-radius: 0px;
          border-top-right-radius: 0px;
          border-bottom-right-radius: 0px;
          border-bottom-left-radius: 0px;
      }
  
      .img-categories .categ {
          border: 1px solid #f9f9f9;
          height: 60px;
          margin: 0 !important;
          padding: 0 !important;
      }
  
      .img-categories .categ a {
          box-shadow: unset;
          top: 0px;
      }
  
      .img-categories .categ .label-categ {
          border: 0px solid;
          /* font-weight: normal; */
          font-size: 12px;
          padding-top: 0;
      }
  
      .product-list .product:hover .item-product {
          box-shadow: 0px 0px 0px rgba(25, 25, 25, 0);
          border: 1px solid #e8e8e8;
      }
  
      .img-categories .categ:nth-child(1),
      .img-categories .categ:nth-child(3),
      .img-categories .categ:nth-child(5),
      .img-categories .categ:nth-child(7),
      .img-categories .categ:nth-child(9),
      .img-categories .categ:nth-child(11),
      .img-categories .categ:nth-child(13) {
          border-right: unset;
      }
  
  
  }