* {
    font-family: "GothamProRegular";
}

html {
    height: 100%;
}

body {
    height: 100%;
    background: none;
}

.conteiner-all {
    height: 100%;
    width: 100%;
    background: url(../img/back.jpg);
    background-size: cover;
    background-position: center;
    position: fixed;
}

.conteiner-all:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: 0.85;
    position: absolute;
    top: 0;
    left: 0;
}

.filter-nav {
    width: 300px;
    height: 100%;
    background: none;
    position: fixed;
    padding-top: 88px;
    overflow-y: scroll;
    margin-top: 25px;
    z-index: 100;
}

.filter-nav .menu-in {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: left 0.5s;
    position: absolute;
    width: 300px;
    left: 300px;
    top: 0;
    padding: 0;
}

.filter-nav .menu {
    width: 100%;
    height: auto;
    list-style-type: none;
    padding: 0;
}

.filter-nav .menu-item {
    display: block;
    color: #fff;
    cursor: pointer;
    margin: 0;
}

.filter-nav .menu-item .menu-link {
    font-weight: 600;
    position: relative;
    display: block;
    padding: 0.5em 2.5em 0.5em 1.5em;
    color: #bdbdbd;
    cursor: pointer;
    transition: color 0.1s;
}

.filter-nav .menu-item .menu-link-select {
    color: #0a9c41;
}

.filter-nav .header-category {
    font-size: 0.65em;
    line-height: 1.5;
    position: relative;
    padding: 2em 3.75em 1em 2.5em;
}

.filter-nav .header-category a {
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #0a9c41;
}

.contentN {
    margin-left: 300px;
    width: calc(100% - 300px);
    height: 100%;
    position: relative;
    z-index: 100;
}

.contentN .search-wrapper {
    width: 300px;
    height: auto;
    padding: 60px 0 25px;
    background: none;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
}

.contentN .search-wrapper .search-input {
    border: 2px solid #0a9c41;
    padding: 6px 12px;
    line-height: 1.5;
    width: calc(100% - 45px);
    margin-left: 3px;
}

.show-more {
    color: #7b7b7b;
    font-size: 2em;
    width: 100%;
    text-align: center;
    margin: 70px;
    font-family: "GothamProBold";
}

.show-more a {
    padding: 10px 20px;
    background: #0a9c41;
    border: 2px solid #0a9c41;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.4s;
    color: #fff;
}

.show-more a:hover {
    background: none;
    color: #0a9c41;
}

.info p {
    color: #777;
    margin: 7px;
    font-size: 0.9em;
}

.info p i {
    font-size: 1.1em;
    color: #000;
}

.info p span {
    font-size: 1.1em;
    color: #000;
}

.info-ul {
    padding: 0;
    padding-left: 20px;
    list-style: square;
}

.img-flag {
    border: 1px solid #ddd;
}

.owl-carousel h4 {
    height: 33px;
    text-align: center;
    overflow: hidden;
}

.mask {
    width: 294px;
    height: 100%;
    position: fixed;
    background: #000;
    top: 0;
    left: 0;
    z-index: 103;
    display: none;
    opacity: 0.6;
}

.comp-logo {
    max-width: 100% !important;
    border-radius: 0 !important;
}

.category {
    overflow: hidden;
}

.cat-anim {
    left: 0 !important;
}

.catP-anim {
    left: -300px !important;
    display: none !important;
}

.cat-wrapper {
    position: relative;
}

#perent-cat {
    left: 0;
}

.lenguge {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 105;
    padding: 25px;
    color: #bdbdbd;
}

.lenguge img {
    position: relative;
    top: 3px;
}

.lenguge .leng-text {
    color: #bdbdbd;
    margin: 0 10px;
    font-weight: bold;
}

.lenguge .leng-text:hover {
    color: #0a9c41;
}

.element-hide {
    display: none;
}

.menu-item {
    display: block;
    width: 100%;
}

.menuC {
    text-decoration: none;
}

/*# sourceMappingURL=main.sass.map */

/*# sourceMappingURL=style.css.map */

.product-grid {
    display: grid;
    grid-template-columns: 15% 1fr;
    align-items: center;
    border-top: 1px solid #000;
    padding: 20px 0;
}

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

.grid-column:nth-child(2) {
    padding: 0 20px;
}

.grid-column h2 {
    padding: 0;
    margin: 0;
}

.grid-column p {
    font-size: 1em;
}

.grid-column img {
    width: 100%;
}