body {
  background: #006936;
  padding: 0;
  margin: 0;
  font-family: "Nunito Sans", san-serif; }

.row {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  position: relative;
  box-sizing: border-box; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
  box-sizing: border-box; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
  box-sizing: border-box; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
  box-sizing: border-box; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  box-sizing: border-box; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
  box-sizing: border-box; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
  box-sizing: border-box; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
  box-sizing: border-box; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  box-sizing: border-box; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
  box-sizing: border-box; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
  box-sizing: border-box; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
  box-sizing: border-box; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
  box-sizing: border-box; }

@media screen and (max-width: 450px) {
  .col-xs-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    box-sizing: border-box; }
  .col-xs-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    box-sizing: border-box; }
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
    box-sizing: border-box; }
  .col-xs-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    box-sizing: border-box; }
  .col-xs-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    box-sizing: border-box; }
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
    box-sizing: border-box; }
  .col-xs-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    box-sizing: border-box; }
  .col-xs-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    box-sizing: border-box; }
  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
    box-sizing: border-box; }
  .col-xs-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    box-sizing: border-box; }
  .col-xs-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    box-sizing: border-box; }
  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
    box-sizing: border-box; } }

@media screen and (min-width: 451px) and (max-width: 767px) {
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    box-sizing: border-box; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    box-sizing: border-box; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
    box-sizing: border-box; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    box-sizing: border-box; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    box-sizing: border-box; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
    box-sizing: border-box; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    box-sizing: border-box; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    box-sizing: border-box; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
    box-sizing: border-box; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    box-sizing: border-box; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    box-sizing: border-box; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
    box-sizing: border-box; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    box-sizing: border-box; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    box-sizing: border-box; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
    box-sizing: border-box; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    box-sizing: border-box; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    box-sizing: border-box; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    box-sizing: border-box; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    box-sizing: border-box; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    box-sizing: border-box; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
    box-sizing: border-box; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    box-sizing: border-box; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    box-sizing: border-box; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
    box-sizing: border-box; } }

@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    box-sizing: border-box; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    box-sizing: border-box; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
    box-sizing: border-box; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    box-sizing: border-box; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    box-sizing: border-box; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
    box-sizing: border-box; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    box-sizing: border-box; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    box-sizing: border-box; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
    box-sizing: border-box; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    box-sizing: border-box; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    box-sizing: border-box; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
    box-sizing: border-box; } }

@media screen and (max-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    box-sizing: border-box; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    box-sizing: border-box; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
    box-sizing: border-box; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    box-sizing: border-box; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    box-sizing: border-box; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
    box-sizing: border-box; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    box-sizing: border-box; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    box-sizing: border-box; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
    box-sizing: border-box; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    box-sizing: border-box; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    box-sizing: border-box; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
    box-sizing: border-box; } }

.navbar {
  background-color: #fff;
  display: flex;
  width: 100%;
  padding: 10px 0px; }

.container {
  width: 1200px;
  display: flex;
  flex-direction: column;
  margin: 0 auto; }

.list {
  list-style: none;
  padding: 0; }

.input-group {
  position: relative; }

a {
  text-decoration: none;
  color: #333; }

.h-100 {
  height: 100%; }

.display-flex {
  display: flex; }

.text-center {
  text-align: center; }

.has-arrow:after {
  content: "\e806";
  margin-left: 5px;
  font-family: 'fontello';
  position: relative;
  top: 2px; }

#slide {
  width: 100%;
  background: url("images/slider1.png") center center no-repeat;
  height: 350px; }

.pdts-btn {
  font-size: 15px;
  margin-top: 30px;
  margin-left: 20px;
  margin-bottom: 20px; }

.bg-primary-dark {
  background-color: #004021; }

select {
  border: 1px solid #ccc;
  border-radius: 2px; }

.btn {
  background-color: #f3f3f3;
  padding: 10px;
  cursor: pointer;
  transition: ease-out background-color .25s;
  border-radius: 4px;
  border: none; }
  .btn:hover {
    background-color: #fff;
    transition: ease-in background-color .25s; }
  .btn.green {
    background: #009c50;
    text-shadow: 1px 1px 0px #00361c;
    color: #fff; }
    .btn.green:hover {
      background-color: #006936; }
  .btn.blue {
    background-color: #3d7ad9;
    text-shadow: 1px 1px 0px #2156a9;
    color: #fff; }
    .btn.blue:hover {
      background-color: #296cd4; }

img.logo {
  margin: 0 0 0 20px; }

@media (min-width: 768px) and (max-width: 1023px) {
  .h-100 {
    justify-content: center; }
  .display-flex {
    justify-content: center; } }

@media (max-width: 1199px) {
  .container {
    width: 100%; }
  .py-xs-1 {
    padding-top: 1em;
    padding-bottom: 1em; } }

#menuContent {
  position: absolute;
  top: calc(100% + 10px);
  background-color: #2d2929;
  width: 100%;
  z-index: 2;
  padding: 0;
  box-sizing: border-box;
  color: #fff;
  max-height: 350px;
  overflow: auto;
  font-size: 0;
  height: 0;
  transition: ease-out height 0.3s, linear padding .15s; }
  #menuContent::-webkit-scrollbar {
    width: 10px;
    height: 8px;
    background-color: #aaa; }
  #menuContent::-webkit-scrollbar-thumb {
    background: #000; }
  #menuContent.active {
    height: 500px;
    padding: 25px;
    transition: ease-in height 0.3s, linear padding .1s; }
  #menuContent .list-menu {
    width: 18%;
    overflow-y: auto;
    overflow-x: hidden;
    float: left;
    height: 100%;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    padding-left: 0px; }
    #menuContent .list-menu ul {
      display: inline-block;
      padding: 0;
      width: 100%; }
      #menuContent .list-menu ul li {
        width: 100%;
        display: block;
        cursor: pointer;
        font-size: 15px;
        padding: 5px; }
        #menuContent .list-menu ul li.active {
          color: #fff;
          padding-left: 10px;
          position: relative;
          background-color: #3c3737; }
          #menuContent .list-menu ul li.active:before {
            content: "\e808";
            position: absolute;
            font-family: "fontello";
            left: 0; }
        #menuContent .list-menu ul li a {
          color: #fff; }
    #menuContent .list-menu::-webkit-scrollbar {
      width: 10px;
      height: 8px;
      background-color: #aaa; }
  #menuContent .content-menu {
    float: left;
    width: 82%;
    background-color: #3d3838;
    display: flex;
    height: 100%;
    box-shadow: 2px 2px 15px 1px #1b1a1a; }
    #menuContent .content-menu a {
      color: #fff; }
    #menuContent .content-menu .wrapper {
      width: 100%;
      display: none;
      overflow: auto; }
      #menuContent .content-menu .wrapper ul {
        position: relative;
        width: 25%;
        padding: 10px;
        box-sizing: border-box;
        float: left;
        flex: 1;
        height: 100%; }
        #menuContent .content-menu .wrapper ul li {
          font-size: 15px;
          padding: 5px;
          width: 100%;
          display: block; }
        #menuContent .content-menu .wrapper ul:after {
          position: absolute;
          height: 100%;
          width: 2px;
          background-color: #464040;
          content: "";
          top: 0;
          left: -5px;
          box-shadow: -1px 0px 1px 1px #292929; }
        #menuContent .content-menu .wrapper ul:first-child:after {
          display: none; }
      #menuContent .content-menu .wrapper.active {
        display: flex; }

@media (max-width: 450px) {
  #menuContent {
    max-height: auto;
    position: relative;
    height: 0;
    top: 10px;
    left: 0; }
    #menuContent.active {
      max-height: 100%;
      height: auto; }
    #menuContent .list-menu {
      margin-bottom: 10px;
      width: 100%;
      height: auto; }
    #menuContent .content-menu {
      width: 100%;
      height: auto; }
      #menuContent .content-menu .wrapper.active ul {
        flex: 0 0 70%;
        max-width: 70%;
        height: auto; } }

@media (min-width: 451px) and (max-width: 768px) {
  #menuContent {
    position: relative;
    top: 10px;
    left: 0; }
    #menuContent .list-menu {
      width: 40%; }
    #menuContent .content-menu {
      width: 60%; }
      #menuContent .content-menu .wrapper.active ul {
        flex: 0 0 70%;
        max-width: 70%; } }

@media (min-width: 769px) and (max-width: 1023px) {
  #menuContent {
    top: 94px;
    left: 0; }
    #menuContent .list-menu {
      width: 30%; }
    #menuContent .content-menu {
      width: 70%; }
      #menuContent .content-menu .wrapper.active ul {
        flex: 0 0 30%;
        max-width: 30%; } }

@media (min-width: 1024px) and (max-width: 1199px) {
  #menuContent {
    left: 0; }
    #menuContent .list-menu {
      width: 20%; }
    #menuContent .content-menu {
      width: 80%; }
      #menuContent .content-menu .wrapper.active ul {
        flex: 0 0 30%;
        max-width: 30%; } }

input[type=text] {
  width: 100%;
  height: 25px;
  border-radius: 2px;
  border: 1px solid #ccc; }

input[type=text]::placeholder {
  color: #ccc;
  font-weight: 100; }

.search-container {
  width: 100%; }
  .search-container input[type=text] {
    font-size: 1.5em;
    padding: 0.271em 0;
    text-indent: 10px; }

.btn-search {
  background-color: #fff;
  border: none;
  position: absolute;
  right: 0;
  top: 1px;
  height: 38px; }

@media (max-width: 450px) {
  .search-container {
    margin: 1em 0;
    padding: 0 0.5em;
    box-sizing: border-box; } }

@media (min-width: 451px) and (max-width: 768px) {
  .search-container {
    margin: 1em 0;
    padding: 0 0.5em;
    box-sizing: border-box; } }

.page-links {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0;
  flex-wrap: wrap; }
  .page-links.list .list-item {
    font-size: 16px;
    align-self: flex-end; }

#categoriesMenu {
  display: flex;
  align-self: center;
  padding: 20px;
  cursor: pointer;
  position: relative;
  user-select: none; }
  #categoriesMenu.active:after {
    position: absolute;
    content: "\e809";
    top: calc(100% - 15px);
    left: 60px;
    font-family: 'fontello';
    font-size: 50px;
    /*color:#544e4b;*/
    color: #2d2929; }

.account-actions {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .account-actions a {
    align-self: center; }
    .account-actions a:first-child {
      margin-top: 10px; }

#cart {
  align-self: center;
  font-size: 30px; }

.cart-amount {
  font-size: 14px; }

@media (max-width: 449px) {
  .display-flex {
    justify-content: center; } }

@media (min-width: 450px) and (max-width: 767px) {
  .display-flex {
    justify-content: center; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .account-actions {
    justify-content: space-around; }
  .page-links {
    justify-content: flex-start; }
    .page-links.list .list-item {
      padding: 0.5em; } }

@media (min-width: 1024px) and (max-width: 1199px) {
  #categoriesMenu.active:after {
    font-size: 60px; }
  .navbar .text-center {
    text-align: left; }
  .navbar img.logo {
    margin-left: 0; }
  .navbar #cart {
    text-align: center; }
  .navbar .account-actions {
    justify-content: space-evenly; } }

@media (max-width: 1199px) {
  .row {
    padding: 0 0.5em; } }

.page {
  box-sizing: border-box;
  background-color: #fff;
  margin-bottom: 1.2em; }
  .page .filter {
    padding: 1.2em;
    color: #fff; }
    .page .filter form {
      width: 100%; }
    .page .filter label {
      margin-right: 15px; }
    .page .filter select {
      height: 40px;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
      .page .filter select ~ button.btn {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        margin-left: -6px;
        height: 40px; }
  .page .loja-right {
    text-align: right;
    padding-right: 10px; }
    .page .loja-right form.inline {
      display: inline-block;
      padding: 1.2em 0; }
      .page .loja-right form.inline label {
        color: #fff;
        margin-right: 15px; }
      .page .loja-right form.inline > input {
        width: auto;
        height: 38px;
        border: none;
        padding-left: 10px; }
      .page .loja-right form.inline > button {
        height: 40px;
        border: none; }
      .page .loja-right form.inline > button {
        margin-left: -5px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px; }
  .page .page-body {
    padding: 1.2em;
    box-sizing: border-box; }
    .page .page-body .partner-list {
      display: flex;
      flex: 0 0 100%;
      margin-bottom: 1.2em;
      flex-wrap: wrap; }
      .page .page-body .partner-list .partner {
        padding: 1em;
        height: 100%; }
        .page .page-body .partner-list .partner .inner {
          height: 100%;
          display: flex;
          flex-direction: column;
          text-align: center;
          border: 1px solid #f7f4f4;
          word-break: break-all;
          border-bottom-left-radius: 5px;
          border-bottom-right-radius: 5px;
          box-shadow: 0 0 15px -5px #dadada; }
          .page .page-body .partner-list .partner .inner img {
            margin: 0 auto;
            max-width: 100%; }
          .page .page-body .partner-list .partner .inner h1 {
            font-size: 20px;
            font-weight: bold;
            padding: 0 10px;
            text-align: left; }
          .page .page-body .partner-list .partner .inner h2 {
            font-size: 16px;
            font-weight: 500;
            padding: 0 10px;
            text-align: left; }
          .page .page-body .partner-list .partner .inner h3 {
            font-size: 14px;
            padding: 0 10px;
            text-align: left; }

@media (max-width: 450px) {
  .filter {
    text-align: center; }
  .page .loja-right {
    text-align: center; }
  .page .page-body {
    padding: 0; }
    .page .page-body .partner-list .partner {
      height: auto; } }

@media (min-width: 451px) and (max-width: 1199px) {
  .page .page-body {
    padding: 0; }
    .page .page-body .partner-list {
      margin-bottom: 0; }
      .page .page-body .partner-list .partner {
        height: auto; }
        .page .page-body .partner-list .partner .inner {
          height: auto; } }

.sidebar {
  padding: 1.2em 1.8em 1.2em 1.2em; }
  .sidebar h1 {
    font-size: 1.25em; }
  .sidebar h2 {
    font-size: 1em; }
  .sidebar h3 {
    font-size: 0.9em; }

@media (max-width: 1023px) {
  .sidebar {
    text-align: center; } }

.order {
  background-color: #004021;
  margin-top: 1.2em;
  padding: 1.2em;
  margin-right: 1.1em;
  margin-left: 1.1em;
  color: #fff;
  text-align: right; }

.products {
  padding: 1em; }
  .products .row {
    margin-bottom: 10px; }
    .products .row > div {
      padding-right: 10px; }
    .products .row:last-child {
      margin: 0; }
  .products .product {
    text-align: center;
    padding: 1em;
    box-shadow: 0 0 15px -5px #dadada; }
    .products .product img {
      margin-bottom: 0.5em; }
    .products .product h1, .products .product h2, .products .product h3 {
      text-align: left; }
    .products .product h1 {
      font-size: 1.25em; }
    .products .product h2 {
      font-size: 1em; }
    .products .product h3 {
      font-size: 0.9em; }
    .products .product h4 {
      font-size: 0.8em; }
    .products .product p {
      font-size: 0.7em; }
    .products .product a {
      display: inline-block; }

@media (max-width: 767px) {
  .products .product {
    margin-top: 1em; }
    .products .product a {
      display: block; } }

.partners {
  background-color: #fff;
  width: 100%;
  box-sizing: content-box; }
  .partners h1 {
    font-size: 20px;
    margin: 15px;
    font-weight: normal; }
  .partners .partners-list {
    font-size: 0;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: center; }
    .partners .partners-list .partner {
      display: inline-block;
      padding-right: 3.2%;
      position: relative; }
      .partners .partners-list .partner:hover {
        cursor: pointer; }
      .partners .partners-list .partner > h2 {
        font-size: 15px;
        margin: 15px 0 15px 0;
        font-weight: normal;
        text-align: center; }
      .partners .partners-list .partner.active:before {
        position: absolute;
        bottom: -50px;
        left: 50%;
        margin-left: -20px;
        content: '\e809';
        text-align: center;
        z-index: 1;
        font-family: "fontello";
        font-size: 100px;
        display: inline-block;
        line-height: 1em;
        color: #fff; }
      .partners .partners-list .partner:hover {
        cursor: pointer; }
      .partners .partners-list .partner:last-child {
        padding-right: 0; }
  .partners .partner-products {
    height: 0;
    visibility: hidden;
    font-size: 0;
    padding: 20px;
    /*background-color: #fff;*/
    background-color: #fff;
    box-shadow: 0px 0px 30px -15px black;
    text-align: center; }
    .partners .partner-products .owl-carousel .owl-stage-outer {
      padding-bottom: 30px; }
    .partners .partner-products .wrapper {
      height: 0;
      visibility: hidden; }
      .partners .partner-products .wrapper.active {
        height: 100%;
        visibility: visible; }
    .partners .partner-products .description {
      padding: 10px; }
    .partners .partner-products.active {
      visibility: visible;
      height: 100%; }
    .partners .partner-products .partner-product {
      margin-left: 20px;
      margin-right: 20px;
      background-color: #f3f3f3;
      display: inline-block;
      width: 200px;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
      box-shadow: 0px 5px 25px -5px #a9a9a9; }
      .partners .partner-products .partner-product:first-child {
        margin-left: 0; }
      .partners .partner-products .partner-product:last-child {
        margin-right: 0; }
      .partners .partner-products .partner-product img {
        height: 200px;
        width: 200px;
        margin: 0 auto; }
      .partners .partner-products .partner-product h2 {
        font-size: 20px; }
      .partners .partner-products .partner-product h4 {
        font-size: 12px;
        font-weight: 600; }
      .partners .partner-products .partner-product h3 {
        font-size: 14px;
        font-weight: 500; }
      .partners .partner-products .partner-product:hover {
        cursor: pointer; }

@media (max-width: 449px) {
  .partners .partners-list {
    box-sizing: border-box; }
    .partners .partners-list .partner {
      width: 100%;
      text-align: center; }
      .partners .partners-list .partner.active:before {
        margin-left: -25px;
        font-size: 125px; }
  .partners .partner-products .wrapper {
    text-align: center; }
    .partners .partner-products .wrapper .partner-product {
      margin: 10px 0;
      width: 100%;
      padding: 10px 0; } }

@media (min-width: 450px) and (max-width: 767px) {
  .partners .partners-list {
    box-sizing: border-box; }
    .partners .partners-list .partner {
      width: 50%;
      box-sizing: border-box;
      text-align: center; }
  .partners .partner-products .wrapper {
    text-align: left; }
    .partners .partner-products .wrapper .partner-product {
      margin: 10px 0px;
      box-sizing: border-box;
      text-align: center;
      padding: 10px 0; }
      .partners .partner-products .wrapper .partner-product .description {
        text-align: left; } }

.categoriesIcons {
  margin: 20px 0;
  display: flex;
  width: 100%;
  box-sizing: content-box; }
  .categoriesIcons .col-12 {
    display: flex; }
  .categoriesIcons .icon {
    height: 150px;
    width: 150px;
    background-color: #e0e0e0 !important;
    border: 1px solid #006936;
    border-radius: 5px;
    transition: ease-in background-size .25s; }
    .categoriesIcons .icon:hover {
      cursor: pointer;
      background-size: 30% !important;
      background-color: #d4d3d3 !important;
      transition: ease-out background-size .25s; }

@media (max-width: 449px) {
  .categoriesIcons .col-12 {
    flex-wrap: wrap; }
  .categoriesIcons .icon {
    width: 50%;
    box-sizing: border-box; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .categoriesIcons .icon {
    width: 20%; } }

@media (max-width: 1199px) {
  .categoriesIcons .col-12 {
    flex-wrap: wrap;
    justify-content: center; } }

footer {
  background-color: #fff;
  padding: 15px 0;
  border-top: 1px solid #f2f2f2; }
  footer hr {
    height: 0;
    border: 1px solid #f7f7f7;
    margin: 20px 0; }
  footer h5 {
    font-weight: normal;
    margin: 10px 0; }
  footer img {
    max-width: 100%; }
  footer .list-vertical {
    list-style: none;
    padding: 0;
    font-size: 0;
    display: inline-block; }
    footer .list-vertical .list-item {
      padding: 0 0px 10px;
      display: inline-block;
      width: 100%;
      font-size: 14px; }
  footer .social-content {
    display: flex;
    justify-content: flex-end; }
    footer .social-content span {
      height: 48px;
      width: 48px;
      background-color: #dedede;
      border-radius: 25px;
      display: block;
      margin-left: 10px;
      text-indent: -1px;
      font-size: 35px; }
      footer .social-content span:before {
        margin-top: 6px; }
      footer .social-content span:hover {
        background-color: #006936;
        color: white; }

@media (max-width: 767px) {
  footer .social-content {
    justify-content: center;
    padding: 1em 0;
    flex-wrap: wrap; }
  footer img {
    margin-bottom: 10px;
    max-width: 100%; } }

@media (min-width: 768px) and (max-width: 1023px) {
  footer .social-content {
    justify-content: center;
    padding: 1em 0; }
  footer .list-vertical {
    margin-top: 10px; } }
