* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Rubik, sans-serif;
  color: #777;
  font-size:14px;
}

a,
a:hover {
  color: #1a1a1a;
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
}

.header {
  border-bottom: 1px solid #e6e6e6;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 8;
}
.header-bar {
  align-items: center;
  display: flex;
  height: 70px;
  justify-content: space-between;
  position: relative;
}
.header-bar > *:first-child,
.header-bar > *:last-child {
  flex: 2;
}
.header-bar > *:last-child {
  align-items: center;
  display: flex;
  height: 70px;
  justify-content: flex-end;
}
/* .header-bar > *:last-child > div {
  align-items: center;
  border-left: 1px solid #e6e6e6;
  display: flex;
  height: 100%;
  padding-left: 25px;
} */
.header-bar .col-hamburger {
  display: flex;
}
.logo h1 {
  line-height: 70px;
  font-size: 20px;
}

.logo h1 a {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.nav li {
  float: left;
}

.nav li h3 a {
  font-size: 13px;
  line-height: 70px;
  margin: 0 15px;
  font-weight: 500;
  display: block;
  line-height: 70px;
}

.nav li h3 a i {
  font-size: 12px;
  margin-left: 5px;
}

.nav li {
  position: relative;
}

.nav li .sub-child {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.05);
  list-style-type: none;
  margin: 0 0 0 -15px;
  min-width: 160px;
  opacity: 1;
  padding: 20px 0;
  position: absolute;
  top: 100%;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  transition: all 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  /* visibility: hidden; */
  z-index: 80;
  top: 65px;
}

.nav li .sub-child p>a {
  display: block;
  font-size: 12px;
  font-weight: 400;
  padding: 7px 30px;
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.nav li .sub-child p>a:hover {
  opacity: 1;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.nav .close-btn{ display: none;}
.search {
  /* position: absolute; */
  align-items: center;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius:15px;
  color: #1a1a1a;
  cursor: pointer;
  display: flex;
  font-size: 15px;
  height: 30px;
  padding: 0 10px;
  justify-content: center;
  right: 0;
}
input::-webkit-input-placeholder {font-size: 12px; }
.search-submit{ border: none; outline: none; background: transparent; font-size: 14px; color: #666; line-height: 18px; padding: 6px 0;}
.search .search-field { border: none; outline: none;}
.search i {
  font-size: 20px;
  cursor: pointer;
  color: #333;
  vertical-align: middle;
}
.hamburger{ display: none;}
.col-hamburger{display: flex;}
.index-product {
  padding: 90px 0;
  position: relative;
  margin-top: 71px;
}

.index-product-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: -100;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.product-item {
  float: right;
  width: 330px;
  position: relative;
}

.product-item .item {
  margin: 0 15px;
  position: relative;
}

.product-item a {
  display: block;
  background-color: #fff;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.05);
  display: block;
  padding:30px;
  border-radius: 5px;
overflow: hidden;
  text-align: center;
}

.product-item a img {
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}

.product-item a h3 {
  color: #1a1a1a;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  opacity: 0;
  position: absolute; bottom: -30px; left: 30px; right: 30px; padding: 10px 20px 0; background: rgba(255, 255, 255, 0.6) ; transition: color 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.product-item a:hover h3{  opacity: 1;bottom: 30px;}
.product-item .owl-buttons {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
}

.product-item .owl-buttons div {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.05);
  color: #1a1a1a;
  display: flex;
  font-size: 20px;
  height: 40px;
  justify-content: center;
  line-height: 1;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  transition: color 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  width: 40px;
}
.product-item .owl-buttons div i{
  font-size: 20px;
  color: #1a1a1a;
}
.product-item .owl-buttons div.owl-next {
  right: -5px;
}

.product-item .owl-buttons div.owl-prev {
  left: -5px;
}
.product-item .owl-buttons div.owl-prev i{transform: rotate(180deg);
  -webkit-transform: rotate(180deg);}
.Verde,
.catlist {
  padding: 65px 0;
}

h3.title_in {
  text-align: center;
  position: relative;
  text-transform: uppercase;
  color: #3f3f3f;
  letter-spacing: 2.8px;
  margin: 0 0 60px 0;
  padding: 0 15px;
  line-height: 20px;
  font-size: 40px;
  font-weight: 700;
}
h3.title_in p{font-size: 16px; color: #777; font-weight: normal;
  margin-top: 10px; margin-bottom: 20px; text-transform: none;}
.Verde-img {
  background: #f4f4f4;
  text-align: center;
}

.Verde-img p {
  margin: 50px auto;
  cursor: pointer;
}

.Verde-img p img {
  margin: 0 auto;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  height: 300px;
}

.Verde-img p:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.Verde-text {
  background: #f4f4f4;
  width: 100%;
  height: 400px;
  padding: 70px;
  text-align: center;
  cursor: pointer;
}
.Verde-text p{ font-size:16px; margin-top: 10px;}
.Verde-text h3 {
  line-height: 50px;
  font-size: 50px;
}

.Verde-text h2 {
  margin-bottom: 20px;
}

.Verde-text h2 a {
  color: #3f3f3f;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 100;
}

.Verde-text h3 a {
  color: #3f3f3f;
  font-size: 56px;
  text-transform: uppercase;
}

.shopnow {
  margin-top: 20px;
}

.shopnow a {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 100;
  display: inline-block;
  text-decoration: underline;
  line-height: 40px;
  color: #666;
}

.seach-text {
  padding: 65px 0;
  border-top: 1px solid #ededed;
  background: #f4f4f4;
}

.search-list li a {
  display: block;
  background: #fff;
  border: 1px solid #e7ebed;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 2px;
  -webkit-box-shadow: 0 4px 3px -3px rgba(26, 28, 39, .08);
  -moz-box-shadow: 0 4px 3px -3px rgba(26, 28, 39, .08);
  box-shadow: 0 4px 3px -3px rgba(26, 28, 39, .08);
}

.search-list li a h3 {
  font-weight: 500;
  font-size: 20px;
  color: #333;
}

.search-list li a h3 span {
  font-weight: bold;
  color: #96b7cb;
  font-size: 20px;
}

.search-list li a .url {
  margin: 8px 0 5px;
  color: #96b7cb;
  word-wrap:break-word
}

.search-list li a .desc {
  font-size: 14px;
  color: #767676;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}

.catlist-item h3 {
  line-height: 32px;
  margin: 20px 0 8px 0;
}

.catlist-item h3 a {
  text-transform: uppercase;
  color: #333;
  font-size: 21px;
  font-family: OpenSansBold;
  line-height: 32px;
  margin: 0;
  font-weight: normal;
}

.catlist-images {
  position: relative;
  overflow: hidden;
}

.catlist-item .catlist-images img {
  width: 100%;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.catlist-item:hover .catlist-images img {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  opacity: 0.8;
}

.catlist-item ul {
  margin: 10px 0 0;
}

.catlist-item li {
  padding-left: 5px;
  line-height: 32px;
}

.catlist-item li i {
  font-size: 12px;
  margin-right: 5px;
  color: #96b7cb;
}

.catlist-item li:hover a {
  color: #96b7cb;
}

.catlist-item li:hover i {
  color: #1a1a1a
}

.footer-contact li{ margin: 10px 0;}
.footer{background-color: rgb(32,32,32); padding: 20px 0 60px;}
.footer h3{ font-size: 24px; line-height: 40px; text-transform: uppercase; color: #fff;  padding: 50px 0 20px; font-weight: normal;}
.footer .contact li{ margin-bottom: 10px; line-height:24px;}
.footer li{ cursor: pointer;}
.footer .form li{ border-bottom: solid 1px #777;}
.footer .inputtxt,.footer .inputext{ background: transparent; border: none; outline:none; line-height: 18px; padding: 10px 0; width: 100%;}
.footer .inputext{ min-height: 63px;}
.footer .inputsub{ border:none; outline: none; margin-top: 15px;line-height: 30px; border: solid 1px #777; padding:3px 40px; color: #777; background: transparent; border-radius: 3px;}
.footer .product li{ margin-bottom: 10px;}
.footer-item{ margin: 0 4%;}
.footer .product{ margin-left: -5px; margin-right: -5px;}
.footer .product li a{ display: block; margin: 0 5px;}
.footer li img{ width:100%; opacity: .35;  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;}
.footer li:hover img{ width:100%; opacity: 1;  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);}
.footer .Categories li a{ color: #777; font-size: 16px; line-height: 34px;}
.footer .Categories li i{ font-size: 12px; display: inline-block; padding-right: 5px; line-height: 34px;}
.footer li h6{ font-size: 14px; line-height: 34px; font-weight: normal; text-align: center; color: #777; height: 24px; overflow: hidden;}
.body-bg{ display: none;}
.main-search{ position: absolute; left: 0; right: 15px; top:0; bottom: 0;display: none;z-index: 10; background: #fff;justify-content:center;transition: transform .5s;}
.main-search .search-form {
  height: 100%;
}
.main-search .search-field {
  border: 0;
  font-size: 20px;
  font-weight: 500;
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-right: 20px;
  text-overflow: ellipsis;
  width: 100%; outline: none;}
 .header .container{ position: relative;}
 .main-search .search-close {
  align-items: center;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    color: #1a1a1a;
    cursor: pointer;
    display: flex;
    font-size: 15px;
    height: 30px;
    justify-content: center;
    width: 30px;
  margin-top: -15px;
  position: absolute;
  right: 0;
  top: 50%;}
  .main-search .search-close i{ font-size: 15px;}
  .copy{ line-height: 30px; text-align: center; background: #333; padding: 20px 0;}
  .search-btn{ display: none;}
  input:focus::-webkit-input-placeholder{color:rgba(0,0,0,0)}
  input:focus:-ms-input-placeholder{color:rgba(0,0,0,0)}
  input:focus:-moz-placeholder{color:rgba(0,0,0,0)}
  input:focus::-moz-placeholder{color:rgba(0,0,0,0)}

@media (max-width: 991px) {
  .search-btn{
    line-height: 70px;
    position: relative; margin-left: 5px;
    align-items: center;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    color: #1a1a1a;
    cursor: pointer;
    display: flex;
    font-size: 15px;
    height: 30px;
    justify-content: center;
    width: 30px;
    right: 0;
  }
  .search{ position: relative; margin-left: 5px; display: none;}
  .product-item{margin: 0 auto; float: none;}
  .footer-contact .d-flex{ padding: 10px;}
  .hamburger{ display: block;}
  .hamburger {
    cursor: pointer;
    height: 30px;
    position: relative;
    width: 30px;
  }
  .hamburger:before,
  .hamburger:after {
    background-color: #1a1a1a;
    content: "";
    height: 2px;
    left: 8px;
    position: absolute;
    width: 14px;
  }
  .hamburger:before {
    top: 11px;
  }
  .hamburger:after {
    bottom: 11px;
  }
  .product-item a h3{ opacity: 1; bottom: 30px; line-height: 20px;}
  .Verde-text{ padding: 20px;}
  .Verde-img p{ height: 300px;line-height: 300px;}
  .Verde-img p img{ width: 100%; height: auto;}
  .Verde-img h3 a{ font-size: 50px;}
  .open-toggle .body-bg{ position: fixed;top:0; left: 0; right: 0; bottom: 0; background: transparent; display: flex; z-index: 8;}
  .nav .close-btn{align-items: center; z-index: 2;;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  color: #1a1a1a;
  cursor: pointer;
  display: flex;
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  justify-content: center;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  display:block;
}
.nav{ background-color: #f4f4f4;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.05);
    height: 100vh;
    overflow-y: scroll;
    padding: 70px 20px 30px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transform: translateX(340px);
    transform: translateX(340px);
    transition: -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    width: 320px;
    z-index: 80;
    -webkit-overflow-scrolling: touch;}
.open-toggle .nav{  -webkit-transform: translateX(0);
    transform: translateX(0);}
.open-toggle .nav ul{ background-color: #fff;
      border-radius: 5px;
      box-shadow: 0 0px 10px rgba(0, 0, 0, 0.05);
      display: block !important;
      margin-bottom: 30px;
      width: 100%;}
.open-toggle .nav ul li{ float: none;}
.open-toggle .nav h3 a i{  transition: transform .5s;}
.open-toggle .nav h3.rotate > a  i {transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transition: transform .5s;}
.open-toggle .nav h3 > a {
        align-items: center;
        display: flex;
        font-size: 11px;
        font-weight: 500;
        justify-content: space-between;
        letter-spacing: .5px;
        line-height: 1;
        padding: 15px 20px;
        text-transform: uppercase;
        border-top: 1px solid #f4f4f4;
      }
  .nav li .sub-child{ position: static; border-radius:0;box-shadow:none; margin: 0 15px;-webkit-transform: translateY(0);
    transform: translateY(0); padding: 10px 0;}
  .nav li .sub-child p {align-items: center;
      display: flex;
      font-size: 11px;
      font-weight: 500;
      justify-content: space-between;
      letter-spacing: .5px;
      line-height: 1;
      padding: 10px 0;
      text-transform: uppercase;
      border-top: 1px solid #f4f4f4;}
      .footer .contact li{ margin-bottom: 5px;  line-height: 20px;}
}

.emile_A {
	color: #777
}
.emile_A a,
a:hover {
  color: #777;
  text-decoration: none;
}

@media (max-width: 425px) {  
h3.title_in{ font-size: 22px; margin: 0 0 40px 0;}
.Verde-img{background: none;}
.Verde-img p{background: #f4f4f4; margin: 0 auto; padding: 20px;}
.Verde-img p img{ width: 100%; height: auto;}
.footer-item{ padding: 0;}}
@media (max-width: 376px) {
.product-item{ width: 100%; margin: 0 auto; float: none;}
.product-item .owl-buttons div.owl-next {right: 0px;}
.product-item .owl-buttons div.owl-prev {left: 0px;}
.footer .Categories li a{ font-size: 14px;}
.footer .Categories li {white-space:nowrap; word-break:keep-all;overflow:hidden; text-overflow:ellipsis; }
}