@font-face {
    font-family: 'MuseoSans-300';
    src: url('font/MuseoSans-300.eot');
    src: url('font/MuseoSans-300.eot?#iefix') format('embedded-opentype'),
         url('font/MuseoSans-300.svg#MuseoSans-300') format('svg'),
         url('font/MuseoSans-300.ttf') format('truetype'),
         url('font/MuseoSans-300.woff') format('woff'),
         url('font/MuseoSans-300.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSans-700';
    src: url('font/MuseoSans-700.eot');
    src: url('font/MuseoSans-700.eot?#iefix') format('embedded-opentype'),
         url('font/MuseoSans-700.svg#MuseoSans-700') format('svg'),
         url('font/MuseoSans-700.ttf') format('truetype'),
         url('font/MuseoSans-700.woff') format('woff'),
         url('font/MuseoSans-700.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSans-900';
    src: url('font/MuseoSans-900.eot');
    src: url('font/MuseoSans-900.eot?#iefix') format('embedded-opentype'),
         url('font/MuseoSans-900.svg#MuseoSans-900') format('svg'),
         url('font/MuseoSans-900.ttf') format('truetype'),
         url('font/MuseoSans-900.woff') format('woff'),
         url('font/MuseoSans-900.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'MuseoSans-300';
}

#wrapper {
    max-width: 1300px;
    height: auto;
    margin: 0px auto; 
    position: relative;
    overflow: hidden;
}

#top {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 290px;
    max-width: 1300px;
    overflow: hidden;
    z-index: 3;
}

#top .social {
    position: absolute;
    left: 150px;
    top: 35px;
}

#logo {
    width: 108px;
    height: 82px;
    background: url('img/logo.png');
    position: absolute;
    left: 16px;
    top: 26px;
}

#menu-link {
    position: absolute;
    right: 16px;
    top: 26px;
    cursor: pointer;
}

#menu {
    position: absolute;
    background: url('img/menu-bckg.svg');
    width: 259px;
    height: 290px;
    right: -259px;
}

#menu ul {
    list-style: none;
    font-size: 18px;
    line-height: 33px;
    color: #fff;
    margin-top: 65px;
    margin-left: 20px;
    cursor: pointer;
}

.close {
    top: 40px;
    right: 40px;
    position: absolute;
    cursor: pointer;
}

#hero {
    width: 100%;
    height: 823px;
    background: url('img/top-bck.jpg');
    background-repeat: no-repeat;
    background-size: contain;
}

#hero h1 {
    margin: 0px;
    background: #5b6820;
    border-radius: 60px;
    padding: 17px;
    display: inline-block;
}

#hero h1:first-child {
    margin-top: 25%;
}

h1 {
    color: #fff;
    font-size: 88px;
    line-height: 88px;    
    letter-spacing: 1.58px;
    font-family: 'MuseoSans-900';
}

h2 {
    color: #5b6820;
    font-size: 88px;
    line-height: 88px;    
    letter-spacing: 1.58px;
    font-family: 'MuseoSans-900';
}

h3 {
    color: #5b6820;
    font-size: 44px;
    line-height: 44px;    
    letter-spacing: 0.79px;
    font-family: 'MuseoSans-900';
}

.row {
    display: flex;
    justify-content: space-between;
}

.row1 {
    margin-top: 170px;
    margin-bottom: 170px;
}

.row1 .buy-btn {
    margin-left: 150px;
    position: relative;
    cursor: pointer;
}

.row1 .line1 {
    position: absolute;
    right: -155px;
    top: 20px;
    z-index: -1;
}

.row1 .line2 {
    position: absolute;
    left: -288px;
    top: -115px;
    z-index: -1;
}

.row1 h2{
    margin: 0px;
}

.row1 .text {
    margin-left: 50px;
}

.row1 h3 {
    margin-top: 0px;
}

.row1 .img {
    padding-top: 115px;
}

.row2 {
    margin-bottom: 132px;
}

.row2 .buy-btn {
    margin-left: 125px;
    position: relative;
}

.row2 .buy-btn .line1 {
    position: absolute;
    left: -125px;
    top: 24px;
    z-index: -1;
}

.row2 .buy-btn .line2 {
    position: absolute;
    left: 280px;
    top: -75px;
    z-index: -1;
}

.row2 h2 {
    margin: 0px;
}

.row2 h3 {
    margin-top: 0px;
}

.images {
    margin-top: 130px;
}

#products h1 {
    color: #5b6820;
    text-align: center;
    font-size: 111px;
}

.product {
    max-width: 1111px;
    height: 451px;
    display: flex;
    justify-content: space-between;
    padding-top: 60px;
    position: relative;
    margin: 0px auto 189px;
}

.product.extra {
    background: url('img/extra-bckg.png');
    background-repeat: no-repeat;
}

.product.ajo {
    background: url('img/ajo-bckg.png');
    background-repeat: no-repeat;
}

.product.barbecue {
    background: url('img/bacbecue-bckg.png');
    background-repeat: no-repeat;
}

.prod-img {
    margin-top: -165px;
    margin-left: -60px;
}

.prod-img img{
    height: 750px;
}

.prod-content {
    max-width: 500px;
}

.prod-meta {
    color: #5b6820;
    font-size: 22px;
}

.prod-meta b{
    text-transform: uppercase;
    font-family: 'MuseoSans-900';
}

.prod-text, p {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.32px;
}

.prod-box {
    padding: 40px 10px 60px 40px;
    border-radius: 50px;
    background-color: #5b6820;
    color: #fff;
    height: 150px;
    width: 230px;
    margin-top: 130px;
    margin-right: 60px;
}

.ajo .prod-box, .barbecue .prod-box {
    background: #a93c20;
}

.ajo .prod-meta, .barbecue .prod-meta {
    color: #a93c20;
}

.prod-box ul{
    margin: 0px;
    padding: 0px;
    padding-left: 20px;
}

.prod-box h4{
    margin-top: 0px;
    margin-bottom: 5px;
}

.prod-box img {
    margin-left: 20px;
    margin-top: 10px;
}

.prod-buy {
    background: url('img/buy-btn.png');
    height: 56px;
    width: 273px;
    position: absolute;
    bottom: -25px;
    right: 63px;
}

.buy-btn {
    background: url('img/buy-btn.png');
    height: 56px;
    width: 273px;
}

.ico {
    position: absolute;
}

.ico1 {
    right: 450px;
    top: 80px;
}
.ico2 {
    right: 300px;
    top: 120px;
}
.ico3 {
    right: 250px;
    top: 70px;
}
.ico4 {
    right: 100px;
    top: 80px;
}
.ico6 {
    right: 375px;
    top: 120px;
}

.buy {
    position: relative;
    margin-bottom: 260px;
    margin-top: 296px;
}

.buy h1 {
    margin-top: -40px;
    margin-bottom: 0px;
}

.buy img {
    position: relative;
    z-index: 2;
}

.buy p {
    margin-left: 20px;
    margin-right: 100px;
}

.buy-line {
    position: absolute;
    bottom: 65px;
    right: -65px;
}

.barbecue .prod-buy img {
    position: absolute;
    bottom: 23px;
    right: -110px;
}

.ajo .prod-buy img {
    position: absolute;
    bottom: 1px;
    right: -133px;
}


.extra .prod-buy img {
    position: absolute;
    bottom: 22px;
    right: -150px;
}

.logos {
    margin-left: 45px;
    margin-top: 25px;
}

.logos img {
    vertical-align: middle;
    margin-right: 35px;
}

.form {
    background: url('img/form-bckg.png');
    height: 132px;
    width: 938px;
    position: absolute;
    left: 274px;
    bottom: 134px;
}

.form input {
    height: 44px;
    border-radius: 30px;
    width: 370px;
    position: absolute;
    bottom: -21px;
    right: 195px;
    background: #eee;
    border: 0px;
    outline: 0;
    padding-left: 30px;
}

::-webkit-input-placeholder {
    color: #8a8a8a;
    font-size: 18px;
    font-family: 'MuseoSans-300';
}

:-ms-input-placeholder {
    color: #8a8a8a;
    font-size: 18px;
    font-family: 'MuseoSans-300';
}

::placeholder {
    color: #8a8a8a;
    font-size: 18px;
    font-family: 'MuseoSans-300';
}

#results {
    height: 250px;
    -webkit-border-bottom-right-radius: 75px;
    -webkit-border-bottom-left-radius: 75px;
    -moz-border-radius-bottomright: 75px;
    -moz-border-radius-bottomleft: 75px;
    border-bottom-right-radius: 75px;
    border-bottom-left-radius: 75px;
    background: #eee;
    position: absolute;
    right: 140px;
    top: 450px;
    z-index: -1;
    width: 535px;
    text-align: center;
    display: none;
}

.list {
    height: 170px;
    overflow: hidden;
}

.search-btn {
    position: absolute !important;
    bottom: -38px;
    right: 110px;
    cursor: pointer;
}

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

.contact-data h1, .buy h1 {
    color: #5b6820;
}

footer {
    background: #5b6820;
    width: 100%;
    min-height: 257px;
    margin-top: 80px;
    -webkit-border-top-left-radius: 150px;
    -webkit-border-top-right-radius: 50px;
    -webkit-border-bottom-left-radius: 150px;
    -moz-border-radius-topleft: 150px;
    -moz-border-radius-topright: 80px;
    -moz-border-radius-bottomleft: 150px;
    border-top-left-radius: 150px;
    border-top-right-radius: 80px;
    border-bottom-left-radius: 150px;
}

footer img {
    margin: 44px 75px;
}

footer #footer-right {
    float: right;
}

footer #footer-right ul{
    margin: 0px;
    padding: 0px;
    text-align: right;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    line-height: 35px;
    list-style: none;
    margin: 44px 75px 0px;
    cursor: pointer;
}

footer #footer-right .social {
    position: absolute;
    right: 265px;
    bottom: 35px;
}

footer #footer-right .social img {
    margin: 0px;
}

.copy {
    color: #fff;
    font-size: 12px;
    margin-right: 75px;
    margin-top: 10px;
}

.mob {
    display: none;
}

.buy-dash {
    pointer-events: none;
}

@media screen and (max-width: 1200px) {
    #buy .shopping {
        max-width: 500px;
    }

    .form {
        bottom: 0px;
        left: 150px;
    }
}

@media screen and (max-width: 1060px) {
    .row {
        display: block;
    }

    #contact img, .images img {
        margin: 0px auto 20px;
        display: block;
    }

    .prod-buy img {
        display: none;
    }

    .buy-btn img, .buy-dash {
        display: none;
    }

    #hero {
        height: 623px;
    }

    .row1 {
        margin-top: 25px;
    }

    .img img, .img2 {
        margin: 0px auto;
        display: block;
    }

    .buy-btn {
        margin: 0px auto 20px !important;
    }

    .row1 .text, .row2 .text {
        margin: 0px 30px;
    }

    .buy h1 {
        margin-top: 0px;
    }

    #buy {
        text-align: center;
    }

    .form {
        position: relative;
        left: unset;
        margin: 0px auto;
        background: #66b210;
        border-radius: 50px;
        height: 50px;
        padding: 20px;
        width: calc(100% - 50px);
        border: 3px dashed #5b6820;
    }

    .buy-line, .form input, .search-btn {
        position: relative !important;
    }

    .search-btn {
        position: relative !important;
        right: unset;
        bottom: 0;
        margin: 0px auto;
        display: block;
    }

    .buy-line {
        bottom: unset;
        right: unset;
    }

    .form input {
        right: unset;
        bottom: unset;
        max-width: 370px;
        width: 100%;
        display: block;
        margin: 0px auto;
    }

    .shopping {
        width: auto;
        display: block;
        margin: 0px auto;
    }

    .buy {
        margin-bottom: 0px;
    }

    .buy p {
        margin-right: unset;
    }

    #results {
        position: relative;
        right: unset;
        margin: 0px auto;
        top: -5px;
        padding-top: 53px;
    }
}

@media screen and (max-width: 995px) {

    .product {
        justify-content: unset;
    }

    .ico {
        display: none;
    }

    .product .prod-box, .product .prod-buy {
        display: none;
    }

    .prod-img {
        margin-left: 35px;
        float: left;
    }

    .prod-content {
        float: left;
    }

    .mob {
        display: block;
    }

    .mob .prod-box {
        margin: -60px auto 40px;
    }

    .mob .prod-buy {
        position: static;
        margin: 0px auto 40px;
    }

    .buy {
        margin-top: 95px;
    }
}

@media screen and (max-width: 875px) {
    h1 {
        font-size: 51px;
        line-height: 51px;
    }

    #hero {
        height: 500px;
    }
}

@media screen and (max-width: 700px) {
    .prod-img {
        margin-top: -55px;
    }

    .prod-img img {
        height: 450px;
    }

    .product {
        margin: 0px auto 89px;
        background-size: cover !important;
        height: auto;
        padding-bottom: 20px;
    }

    .prod-content {
        width: calc(100% - 190px);
    }

    #hero {
        height: 300px;
    }

    h1 {
        font-size: 31px;
        line-height: 31px;
    }

    footer img {
        width: 50px;
    }

    footer #footer-right {
        width: 200px;
    }
    
    footer #footer-right ul {
        margin: 20px;
    }

    .buy {
        margin-top: 0px;
    }

}

@media screen and (max-width: 500px) {

    .prod-img {
        margin-left: 0px;
    }

    .row1 .img {
        padding-top: 0px;
        margin-bottom: 30px;
    }

    .img img, .img2, .shopping, #contact img {
        width: 100%;
    }

    .form input {
        max-width: 330px;
    }

    .row1 {
        margin-bottom: 50px;
    }

    h2, #products h1, .contact-data h1 {
        font-size: 66px;
        line-height: 66px;
    }

    .buy h1 {    
        font-size: 55px;
        line-height: 55px;
        margin-top: 30px;
    }

    footer img {
        position: absolute;
        left: 75px;
        top: 44px;
        margin: unset;
    }

    footer .social img {
        position: static;
        width: auto;
    }

    footer #footer-right .social {
        position: absolute;
        right: 180px;
        bottom: 70px;
    }

    footer {
        position: relative;
    }

    footer #footer-right {
        width: 100%;
    }

    .copy {
        margin-right: unset;
        text-align: center;
    }

    .prod-content {
        width: calc(100% - 140px);
    }

    #results {
        width: 320px;
        top: -5px;
    }
}


@media screen and (max-width: 400px) {
    .form input {
        max-width: 300px;
    }

    #hero h1:first-child {
        margin-top: 35%;
    }

    #hero {
        height: 240px;
    }

    #hero h1 {
        font-size: 28px;
        line-height: 28px;
        padding: 10px !important;
    }

    .prod-img img {
        height: 400px;
    }
}