@charset "utf-8";
/*@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900|Rubik:300,400,500,700,900');*/
@import url('../../inc/fonts/Montserrat/Montserrat.css');

* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, .01) 0 0 1px
}

body {
  #font-family: 'Rubik', sans-serif;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  background: #FFFFFF;
  color: #000000;
}

html {
  #background: #333333;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #CCC;
  #-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.carousel {
  top: 0px;
}

.pointer {
  cursor: pointer;
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('../../img/loading.gif') 50% 50% no-repeat white;
}

/*ANIMAÇÃO*/
.spinner {
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}

/*TOAST*/
#toast {
  display: none;
  min-width: 250px;
  margin-left: -125px;
  background-color: #35a29b;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 2;
  left: 50%;
  bottom: 30px;
  font-size: 17px;
}

/*GRID*/
.rowgrid {
  margin: 8px 0px;
}

.rowgrid,
.rowgrid>.columngrid {
  padding: 8px;
  padding-bottom: 2px;
  padding-top: 2px;
}

.columngrid {
  float: left;
  width: 25%;
}

.rowgrid:after {
  content: "";
  display: table;
  clear: both;
}

.btn-share {
  z-index: 1;
  width: 25px;
  background: transparent;
  border: none;
  padding: 5px;
  margin-right: 9px;
  font-size: 1.5em;
  color: #cccccc;
  height: 25px;
  text-decoration: none;
  transition: color 0.7s ease;
}

.btn-share:hover {
  color: #28aeda;
}


@media screen and (max-width: 990px) {
  .columngrid {
    width: 50%;
  }
}

@media screen and (max-width: 700px) {
  .columngrid {
    width: 100%;
  }

  #logoTop {
    height: 40px;
  }

  .menu_top,
  #mymenu_top {
    margin-top: 136px !important;
  }

  .cart_icon {
    top: -116px !important;
  }

  .navbar-brand {
    height: 50px;
  }

  .top_bar_contact_item {
    display: none;
  }
}


/** MENU TOPO - MEHA MENU - 01/09/2022 - DENIS */
.nav-menu {
  position: fixed;
  padding: 25px 30px 30px 30px;
  background: #ffffff;
  left: 0;
  right: 0;
  transition: 0.5s;
  z-index: 99;
  top: 168px;
  top: 4;
  max-height: calc(100vh - 180px);
  overflow: auto;
  box-shadow: 0px 7px 10px 3px #0000001c;
  max-width: 1110px;
  width: 100%;
  margin: auto;
  border-radius: 0px;
  border: 1px solid #dee2e6;
  border-radius: 0px 0px 10px 10px;
  display: none;
}

.nav-menu-response {
  column-count: 3;
  column-gap: 40px;
  column-fill: auto;
  width: 100%;
  padding: 0px 16px;
}

.category-list {
  margin-bottom: 0;
}

.category-list>li {
  list-style-type: none;
  padding: 6px;
  background-color: #ffffff;
  margin: 1px;
  font-size: 13px;
}

.category-list>li>a {
  color: #322f2f !important;
}

.link-title {
  width: 100%;
  margin: 0;
  font-weight: 600;
  cursor: pointer;
}

.section-group {
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 0px;
  margin-bottom: 20px !important;
  column-span: inherit;
}


@media only screen and (max-width: 992px) {
  .nav-menu-response {
    column-count: 2;
  }

  .nav-menu {
    width: 700px !important;
  }
}

@media only screen and (max-width: 767px) {
  .nav-menu-response {
    column-count: 1;
  }

  .nav-menu {
    top: 217px;
    width: 100% !important;
    padding: 0px;
  }

  .category-list>li {
    padding: 10px;
    background-color: #f5f5f5;
    font-size: 13px;
  }

  .link-title {
    background: #e3e3e3;
    padding: 10px;
  }

  .nav-menu-response {
    padding: 0px;
  }
}

@media only screen and (max-width: 700px) {
  .nav-menu {
    top: 190px;
    width: 100% !important;
  }


}