.menu .line:nth-child(odd) {
	width: 40px;
	height: 5px;
	background-color: #ecf0f1;
	display: block;
	margin: 8px auto;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.menu .line:nth-child(even) {
	width: 30px;
	height: 5px;
	background-color: #ecf0f1;
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.menu:hover{
	cursor: pointer;
}

/* ONE */

#burger.is-active .line:nth-child(2){
	opacity: 0;
}

#burger.is-active .line:nth-child(1){
	-webkit-transform: translateY(13px) rotate(45deg);
	-ms-transform: translateY(13px) rotate(45deg);
	-o-transform: translateY(13px) rotate(45deg);
	transform: translateY(13px) rotate(45deg);
}

#burger.is-active .line:nth-child(3){
	-webkit-transform: translateY(-13px) rotate(-45deg);
	-ms-transform: translateY(-13px) rotate(-45deg);
	-o-transform: translateY(-13px) rotate(-45deg);
	transform: translateY(-13px) rotate(-45deg);
}

section {
    position: relative;
}
.home_category > div:after {
content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 1px;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 0%, rgba(185, 163, 163, 0.6) 50%, rgba(0, 0, 0, 0.00) 100%);
}
    .home_category > div:not(:nth-child(5n)):before {
      content: "";
      position: absolute;
      bottom: 0px;
      right: -10px;
      height: 100%;
      background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(0, 0, 0, 0.00) 100%);
      width: 1px;
    }
@media screen and (max-width: 1000px) {
    .home_category > div:before {
      content: "";
      position: absolute;
      bottom: 0px;
      right: -10px;
      height: 100%;
      background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(0, 0, 0, 0.00) 100%);
      width: 1px;
    }
}
.owl-item .item .offers {
    height: 80px;
}
.owl-item .item .offers .pricing {
    bottom: 10px;
    position: absolute;
}
.polygon-l {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transform: rotate(180deg);
}
.polygon-r {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}
.hemp-l {
    position: absolute;
    left: -70px;
    top: -70px;
    z-index: 1;
}
.hemp-r {
    position: absolute;
    right: -70px;
    bottom: -70px;
    z-index: 1;
    -webkit-transform: rotate(180deg);
}
.gen-t {
    font-family: initial;
}
/* Mixin */
/* reset */
* {
  padding: 0;
  margin: 0;
}

