﻿/*------------------------------------------------------------------*/
/* Essa parte deve ser personalizada na tela de cores do backoffice */
/*------------------------------------------------------------------*/
:root {
  --backgroung-header-color: #fff;
  --font-header-color: #000;
  --backgroung-footer-color: #fff;
  --font-footer-color: #000;
  --menu-item-color: #555;
  --link-color: var(--primary-color);
  --background-site: #fff;
}

@media screen and (max-width: 700px) {
  #header .menu-mobile-wrapper > button.btn > i.fa,
  #header ul.busca-mobile > li.search > a > i.fa {
    color: var(--font-header-color) !important;
  }
}

section {
  background-color: var(--background-site) !important;
}

#footer {
  background: var(--backgroung-footer-color) !important;
}

#footer,
#footer a,
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
  color: var(--font-footer-color) !important;
}

.imgDesktopDefault {
  color: var(--font-header-color) !important;
}

#header {
  box-shadow: 0 3px 3px rgba(187, 187, 187, 0.16),
    0 3px 6px rgba(190, 190, 190, 0.23) !important;
  border: 0 !important;
}

header,
#header {
  background-color: var(--backgroung-header-color) !important;
  color: var(--font-header-color) !important;
}
#topMain.nav-pills > li > a,
.sobre-usuario div.dropdown a.dropdown-toggle {
  color: var(--font-header-color) !important;
}

#topMain.nav-pills > li > a {
  color: var(--menu-item-color);
}

#topMain.nav-pills > li > a:hover {
  color: var(--link-color);
  font-weight: normal;
}

.page-item.active .page-link {
  background-color: var(--link-color);
  border-color: var(--link-color);
}
.badge.badge-carrinho {
  background-color: var(--link-color);
}

.form-busca-avancada i.fa-times-circle.clear-icon,
#header ul.nav-second-main li i,
#header ul.nav-second-main li > a {
  color: var(--link-color);
  opacity: 1;
}
#header ul.nav-second-main li i:hover,
#header ul.nav-second-main li > a:hover {
  opacity: 0.8;
}

#topBar ul.top-links li a:hover,
#topMain.nav-pills > li > a.dropdown-toggle:hover {
  color: var(--link-color);
}

/*--------------------------------*/

section.page-header.page-header-xs {
  padding: 10px 0 10px 0;
}

section.login,
.pagina-conteudo section,
.pagina-produtos section,
.vitrine section {
  padding: 20px 0;
  border: 0;
}

section.pagination {
  padding: 0px 0;
  border: 0;
}

section.login .box-title {
  padding-bottom: 15px;
  margin-bottom: 30px;
}

section.login .box-title h2 {
  margin-bottom: 5px;
}

ul.pagination li.page-item a.page-link {
  min-width: 30px;
  min-height: 30px;
  text-align: center;
}

.page-item.active .page-link,
ul.pagination li.page-item a.page-link:hover {
  background-color: #ccc !important;
  border-color: #ccc !important;
}
ul.pagination li.page-item a.page-link:hover {
  background-color: #f0f0f0 !important;
}

ul.pagination li.page-item.first a.page-link,
ul.pagination li.page-item.prev a.page-link,
ul.pagination li.page-item.next a.page-link,
ul.pagination li.page-item.last a.page-link {
  font-size: 80%;
  padding-top: 6px;
}

ol.breadcrumb {
  text-transform: uppercase;
}

a.btn.btn-success {
  color: #fff;
}

.vitrine .thumbnail {
  border: 0;
}

.vitrine section .heading-title,
h2.owl-featured {
  text-align: center;
}

#topBar ul.top-links > li {
  border-right: 0;
}

#header ul.nav-second-main {
  margin-top: 25px;
  border-left: 0;
}

#header ul.nav-second-main li {
  margin-left: 20px;
}

#header li.quick-cart .quick-cart-box {
  z-index: 1001;
  border-top: rgba(0, 0, 0, 0.07) 1px solid;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

#header ul.nav-second-main li.quick-cart i {
  font-size: 45px;
  height: inherit;
  width: inherit;
}

#header ul.nav-second-main li.search-icon {
  margin-top: 10px;
  padding: 0;
}

#header ul.nav-second-main li.search {
  margin-left: 0;
}

#header ul.nav-second-main li.search input {
  border-radius: 3px;
  height: 45px;
  /* min-width: 450px; */
}

#header ul.nav-second-main li.promocao i {
  font-size: 45px;
  height: inherit;
  width: inherit;
}

div.shop-item-name {
  height: 50px;
  overflow: hidden;
}

#footer > .container {
  padding-top: 0;
  margin-bottom: 0;
}
#footer ul.footer-list li {
  border: 0;
}

.card-custom {
  background-color: #ed8527;
  color: #fff;
  padding: 30px 15px;
}

.card-custom-msg {
  font-size: small;
  color: red;
  display: none;
}

.card-custom-msg-active {
  font-size: small;
  color: red;
  display: block;
}

ul.selos-produto {
  list-style: none;
  position: absolute;
  max-width: 80px;
  min-width: 50px;
  top: 15px;
  left: 0;
  padding: 0;
  margin: 0;
  z-index: 1;
}
ul.selos-produto li {
  margin-bottom: 2px;
  font-size: smaller;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  direction: ltr;
}
ul.selos-produto li div {
	border-radius: 0 6px 6px 0;
  padding: 1px 3px 0px 3px;
}
.round {
  color: #333;
  padding: 8px 14px;
  border-radius: 25px;
  background-color: #ddd;
  font-weight: bold;
}
.owl-carousel .owl-item img {
  width: auto !important;
}

@media only screen and (max-width: 768px) {
  .ocultar-xs {
    display: none;
  }
}

button:disabled {
  cursor: not-allowed;
  pointer-events: all !important;
}

.mat-menu-panel {
  min-width: 270px !important;
  /* max-width: 280px; */
}

img.icon-mini {
  max-height: 17px;
  max-width: 17px;
}
.text-end {
  text-align: end !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #d0d0d0;
  opacity: 1; /* Firefox */
  font-size: small;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #d0d0d0;
  font-size: small;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #d0d0d0;
  font-size: small;
}

section.home.page-block {
  margin: 0;
  padding: 40px 0 40px 0;
}

.page-block {
  width: 100%;
  padding: 36px 0 24px 0;
}
