/*
-------------------------------------------------------------------
TITLES
-------------------------------------------------------------------
*/

.title-base {
  display: flex;
  justify-content: unset;
  flex-direction: column-reverse;
  align-items: center;
  margin-bottom: 70px;
}

.title-base h2,
h2 {
  text-transform: uppercase;
  font-weight: 900;
  position: relative;
  margin-bottom: 32px;
  color: #2d2d2d;
}

.title-base h2 {
  max-width: 700px;
  display: inline-block;
}

.title-base.text-left {
  align-items: flex-start;
}

h2 {
  margin-bottom: 0;
}

h2.text-center {
  max-width: 700px;
  margin: auto;
}

.title-base hr {
  display: none;
}

.title-base.text-left h2:after {
  left: 20px;
}

.title-base.text-right h2:after {
  left: auto;
  right: 20px;
}

.title-base h2:after {
  content: "";
  width: 40px;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: -28px;
  margin-left: -20px;
}

.title-base p {
  margin: 0;
  padding-bottom: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

[class*=header-] [class*=title-] {
  display: block;
  text-align: left;
  margin-bottom: 0;
}

[class*=header-] [class*=title-] h1 {
  font-weight: 900;
  font-size: 45px;
  text-transform: uppercase;
}

[class*=header-] [class*=title-] p {
  max-width: 600px;
  margin-bottom: 0;
  padding-bottom: 0;
}

[class*=header-] [class*=title-].text-center p {
  max-width: 100%;
}

.header-base {
  padding-bottom: 60px !important;
}

.header-base .breadcrumb {
  margin-top: 40px;
}

.header-animation {
  height: 310px;
}

.breadcrumb a,
.breadcrumb .active {
  text-transform: uppercase;
  font-size: 12px;
  opacity: 1;
}

/* 
 */
.section-empty {
  background-color: #F6F6F6;
}

.grid-list {
  display: flex;
  flex-wrap: wrap;
}

.grid-item {
  padding: 15px;
}

hr {
  background-color: transparent;
}

hr.space.l {
  height: 50px;
}
hr.space {
  border: none !important;
  clear: both;
  height: 70px;
  margin: 0;
}

.product-p {
  font-family: 'Rubik', sans-serif;
  font-size: 15px;
  line-height: 28px;
}

.product-btn {
  position: relative;
  color: #FFF;
  font-size: 15px;
  line-height: 23px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  z-index: 1;
  overflow: hidden;
  white-space: nowrap;
  padding: 10px 25px;
  border: 1px solid #CCC;
  cursor: pointer;
}

.product-btn::before {
  content: "";
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 1px);
  top: -1px;
  left: -1px;
  z-index: -1;
  transition: width .4s;
  background-color: #749d25 !important;
}

.footer-frame {
  height: 400px;
}

@media (max-width: 784px) {
  .footer-frame {
    height: 800px;
  }
}

.product-footer {
  background-color: #749d25;
  min-height: 300px;
  width: 100%;
  padding: 30px;
}

.footer-menu {
  position: relative;
  margin-top: -5px;
  border-left: 1px solid #fff;
}

.footer-menu span {
  display: block;
  position: relative;
  padding: 5px 0 5px 30px;
  line-height: 17px;
  cursor: pointer;
}

.footer-menu span:hover {
  color: #aed35c;
}

.footer-menu span:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  left: 0;
  top: 13px;
  background: #fff;
}

@media (max-width: 767px) {
  .product-footer .fa-ul {
    margin: 0 auto;
    max-width: 350px;
  }

  .product-footer .footer-menu {
    margin: 0 auto;
    max-width: 150px;
  }
}