/*MENU TOPO SAUDAÇÃO*/
.nav-saudacao {
  background: #139ad1;
  color: aliceblue;
}

.nav-saudacao a {
  color: aliceblue;
  text-decoration: none;
}

.nav-saudacao a:hover {
  color: #c9c9ca;
}

/*TOP MENU*/
.menu_top {
  background-color: #ffffff;
  width: 100%;
  margin-top: 114px;
  position: fixed;
  z-index: 2;
}

.menu_top a {
  float: left;
  display: block;
  color: #585353;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.modal-body {
  padding: 0 !important;
}

.menu-geral {
  max-width: 260px;
  position: relative;
}

.todas-categorias {
  font-size: 17px;
  border: none;
  outline: none;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  color: #a19a9a;
}

.menu-geral-dropdown {
  list-style: none;
  position: absolute;

  width: 100%;
  top: 55px;
  left: 70px;

  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);

  opacity: 0;
  visibility: hidden;
}

.menu-geral-dropdown li a {
  display: block;
  width: 100%;

  text-align: left;
  border-bottom: 1px solid rgba(221, 221, 221, 0.432);
}

.submenu-geral-dropdown {
  list-style: none;
  position: absolute;

  width: 100%;
  left: 260px;

  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);

  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.submenu-geral-dropdown li a{
  background:rgb(241, 240, 240);
}


.menu_top .icon {
  display: none;
}

.menu-dropdown {
  float: left;
  overflow: hidden;
}

.menu-dropdown .drop-btn {
  font-size: 17px;
  border: none;
  outline: none;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  color: #a19a9a;
}

.conteudo-menu-dropdown {
  display: none;
  position: fixed;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.conteudo-menu-dropdown a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.menu_top a:hover,
.menu-dropdown:hover .drop-btn {
  background-color: #008cba;
  color: white;
}

.conteudo-menu-dropdown a:hover {
  background-color: #ddd;
  color: black;
}

.menu-dropdown:hover .conteudo-menu-dropdown {
  display: block;
}

.progress-page {
  position: fixed;
  width: 100%;
  height: 9px;
  #top: 167px;
  z-index: 2;
}

@media screen and (max-width: 600px) {

  .menu_top a:not(:first-child),
  .menu-dropdown .drop-btn {
    display: none;
  }

  .menu_top a.icon {
    float: right;
    display: block;
  }

  .todas-categorias {
    display: none;
  }

  .menu-geral {
    width: 100%;
    max-width: 1960px;
    margin-left: 0px;
  }

  .menu-geral-dropdown {
    opacity: 0;
    visibility: hidden;
    top: -50px;
    left: 0;
  }

  .submenu-geral-dropdown {
    opacity: 1;
    visibility: visible;
    left: 0;
    position: relative;
    display: none;
    box-shadow: none;
    background: #f2f2f2;
  }
}

@media screen and (max-width: 600px) {
  .menu_top.menu-responsivo {
    #position: relative;
  }

  .menu_top.menu-responsivo .icon {
    position: absolute;
    right: 15px;
    top: 0;
  }

  .menu_top.menu-responsivo a {
    float: none;
    display: block;
    text-align: left;
  }

  .menu_top.menu-responsivo .menu-dropdown {
    float: none;
  }

  .menu_top.menu-responsivo .conteudo-menu-dropdown {
    position: relative;
  }

  .menu_top.menu-responsivo .menu-dropdown .drop-btn {
    display: block;
    width: 100%;
    text-align: left;
  }
}


/***GRADE PRODUTO***/
.card-product-list,
.card-product-grid {
  margin-bottom: 0;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.10rem;
  margin-top: 10px;
}

.card-product-grid:hover {
  -webkit-box-shadow: 0 4px 15px rgba(153, 153, 153, 0.3);
  box-shadow: 0 4px 15px rgba(153, 153, 153, 0.3);
  -webkit-transition: .3s;
  transition: .3s;
}

.card-product-grid .img-wrap {
  #border-radius: 0.2rem 0.2rem 0 0;
  #height: 220px;
}

.card .img-wrap {
  overflow: hidden;
}

.card-lg .img-wrap {
  height: 280px;
}

.card-product-grid .img-wrap {
  border-radius: 0.2rem 0.2rem 0 0;
  height: 230px;
  padding: 1px;
}

[class*='card-product'] .img-wrap img {
  height: 100%;
  max-width: 100%;
  width: auto;
  display: inline-block;
  -o-object-fit: cover;
  object-fit: cover;
}

.img-wrap {
  width: 100%;
  text-align: center;
  display: block;
  #padding: 0 !important;
}

.card-product-grid .info-wrap {
  overflow: hidden;
  padding: 18px 20px;
}

[class*='card-product'] a.title {
  color: #666;
  display: block;
  height: 60px;
  font-size: 13px;
}

a.title:hover {
  color: #1e9bb8;
  text-decoration: none;
}

.card-product-grid .bottom-wrap {
  padding: 18px;
  border-top: 1px solid #e4e4e4;
  #background-color: #f5f5f5;
}

.price {
  font-weight: 600;
  padding-top: 15px;
}

.price-ant {
  font-weight: 600;
  padding-top: 15px;
  padding-left: 10px;
  font-size: 16px;
  color: #cc7335;
  text-decoration: line-through;
  font-weight: 400;
}

.btn {
  display: inline-block;
  font-weight: 400;
  #color: #343a40;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  #background-color: transparent;
  #border: 1px solid transparent;
  padding: 0.45rem 0.85rem;
  font-size: 1rem;
  line-height: 1.5;
  cursor: pointer;
}

.btn-tema {
  background-color: #008cba;
  border: 1px solid aquamarine;
  #background-image: linear-gradient(141deg, #9fb8ad 0%, #1fc8db 51%, #2cb5e8 75%);
  #background-image: linear-gradient(141deg, #26a498 10%, #008cba 75%);
  #background-image: linear-gradient(141deg, #5fbdb4 10%, #008cba 75%);
}

.btn-tema:hover {
  background-color: #008cba;
  #background-image: linear-gradient(141deg, #008cba 10%, #5fbdb4 75%);
  background-image: linear-gradient(141deg, #5fbdb4 10%, #008cba 75%);
  border: 1px solid #26a498;
}

.btn-primary {
  color: #fff;
  background-color: #26a498;
  #border-color: #26a498;
}

.img-card {
  width: 100%;
  #border: 1px solid red;
  height: 230px;
  #position: absolute;
  top: 0;
  cursor: pointer;
}

.img-hover-zoom {
  #height: 300px;
  overflow: hidden;
}

.img-hover-zoom img {
  transition: transform .5s ease;
}

.img-hover-zoom:hover img {
  transform: scale(1.09);
}

.btn-favorito {
  #position: absolute;
  z-index: 1;
  #right: 0;
  width: 25px;
  background: transparent;
  border: none;
  padding: 5px;
  margin-right: 9px;
  font-size: 1.5em;
  color: #ccc;
  height: 25px;
  text-decoration: none;
  #opacity: 0.5;
}

.fav-ativo {
  color: #e87070;
}

.btn-favorito-active {
  color: #e87070;
}

.btn-favorito:hover {
  color: #e87070;
  opacity: 1;
}

.col-md-3 {
  padding-bottom: 17px;
}

/***FIM PRODUTO***/

/***TABS***/
.nav-tabs {
  border-bottom: 1px solid transparent !important;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: transparent !important;
  color: #727883;
  font-size: 14px;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #e4c320;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
}

.nav-link:hover {
  color: #e4c320;
  background-color: #fff;
  border: 1px solid #FFF;
}

/***FIM TABS***/

/*GERAL*/
.content .blog-heading h3,
.productblock-title,
.client-title,
.contactus-title,
.team-title,
.about-title {
  font-size: 24px;
  clear: both;
  margin: 30px 0 10px;
  display: inline-block;
  width: 100%;
  padding: 0;
  color: #000;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
}

button,
button:focus,
button:active {
  outline: none;
}

.corpo,
.body {
  margin-top: 168px;
  position: relative;
  min-height: 100%;
}

.btn-favorito {
  height: 40px;
  width: 40px;
}

input {
  border-radius: 1px !important;
}


/*BUSCA TOPO*/
.header_search_input {
  display: block;
  position: relative;
  width: calc(100%* 0.70);
  height: 100%;
  border: 1px solid #CCC !important;
  border-right: 0 !important;
  outline: none !important;
  padding: 10px;
  color: #7f7f7f;
  float: left
}

.header_search_input::-webkit-input-placeholder {
  font-size: 16px !important;
  font-weight: 300;
  line-height: 50px;
  color: #a3a3a3 !important
}

.header_search_input:-moz-placeholder {
  font-size: 16px !important;
  font-weight: 300;
  color: #a3a3a3 !important
}

.header_search_input::-moz-placeholder {
  font-size: 16px !important;
  font-weight: 300;
  color: #a3a3a3 !important
}

.header_search_input:-ms-input-placeholder {
  font-size: 16px !important;
  font-weight: 300;
  line-height: 50px;
  color: #a3a3a3 !important
}

.header_search_input::input-placeholder {
  font-size: 16px !important;
  font-weight: 300;
  color: #a3a3a3 !important
}

.header_search_button {
  #position: absolute;
  top: 0;
  #right: 0;
  width: 50px;
  height: 41px;
  background: #FFFFFF;
  #background-image: linear-gradient(141deg, #26a498 10%, #008cba 75%);
  border: 1px solid transparent;
  outline: none;
  cursor: pointer;
  #border-top-right-radius: 5px;
  #border-bottom-right-radius: 5px;
  color: #7c7e80;
  border: 1px solid #cccccc;
  border-left: 0;
  font-size: 20px;
}

.input-group-top {
  top: 21px;
}

.cart_icon {
  right: 0;
  float: right;
  margin-top: 22px !important;
}

.cart_count {
  right: 0;
  position: absolute;
  margin-top: -24px;
  background-color: #5cc5be;
  color: white;
  border-radius: 49%;
  padding: 5px;
  width: 28px;
  height: 28px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}

.fav_icon {
  position: absolute;
  top: 26px;
  right: 63px;
}

.col-md-auto {
  flex: 2 0 auto;
}

.cart-menu {
  position: absolute;
  background-color: #FFF;
  width: 300px;
  border: 1px solid silver;
  right: 0;
  margin-top: 10px;
  display: none;
}

.btn-del-cart-menu {
  width: 22px;
  height: 22px;
  padding: 0px;
  right: 0;
  font-size: 13px;
  margin-top: 15px;
}

/*INICIO CARRINHO*/
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.40rem
}

.card-itn-cart {
  height: 98%;
}

.img-sm {
  width: 80px;
  height: 80px
}

.itemside .info {
  padding-left: 15px;
  padding-right: 7px
}

.table-shopping-cart .price {
  font-weight: bold;
  margin-right: 5px;
  display: block
}

.text-muted {
  color: #969696 !important
}


.itemside {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%
}

.dlist-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

[class*="dlist-"] {
  margin-bottom: 5px
}

.coupon {
  padding: 20px;
}

.price {
  font-weight: 600;
  color: #212529
}

.rigth-card {
  padding-left: 1.5rem !important;
}

.z-index-0 {
  z-index: 0;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

.z-index-5 {
  z-index: 5;
}

/*FINAL CARRINHO*/


@media screen and (max-width: 991px) {
  .col-md-auto {
    flex: 0 0 auto;
  }

  .rigth-card {
    padding-left: 0 !important;
  }

  .card-itn-cart {
    #height: 0;
  }
}

@media screen and (max-width: 768px) {
  .input-group-top {
    top: 0px;
  }

  .menu_top {
    margin-top: 163px;
  }

  #TopBanner {
    display: none;
    margin-top: 0px !important;
  }

  .cart_count {
    right: -11px;
  }

  .cart_icon {
    float: right;
    top: -116px !important;
    position: absolute;
    right: 20px;
  }

  .fav_icon {
    top: -101px;
  }

  .col-md-auto {
    margin-bottom: 9px;
  }

  .corpo {
    margin-top: 203px;
  }

}


/*CARROUSSEL*/
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #b4bdc1;
  padding: 20px;
  border-radius: 50%;
  background-size: 50%;
}

.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
  background-color: #139ad1;
}
