@import url(https://fonts.googleapis.com/css?family=Amiri:400,700,800&subset=latin,latin-ext);

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
label,
input,
li,
ul,
ol,
div {
    font-family: 'Amiri', serif;
}

body {
    margin: 0;
    padding: 0;
    opacity: 0;
    transition: opacity 0.5s;
}

:root {
    --brown: #4C3B38;
    --beige: #F0E9E1;
}

::selection {
    background: #ac2d49;
    /* WebKit/Blink Browsers */
    color: #fff;
}

::-moz-selection {
    background: #ac2d49;
    /* Gecko Browsers */
    color: #fff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: rgba(172, 45, 73, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(172, 45, 73, 0.6);
    outline: none !important;
}

div:focus {
    outline: none !important;
}

h1,
h2 {
    font-size: 50px;
    line-height: 58px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 60px;
    color: var(--brown);
}

.brown h1,
.brown h2,
.brown h3 {
    color: #fff;
}

h3 {
    font-size: 30px;
    line-height: 35px;
    font-weight: bold;
}

p {
    font-size: 20px;
    line-height: 22px;
}

a {
    transition: all 0.25s;
}

a:hover,
a:focus {
    text-decoration: none;
}

.bg {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.clear {
    clear: both;
}

.beige {
    background: var(--beige);
}

.brown {
    background: var(--brown);
}

.brownTextura {
    position: absolute;
    margin-top: -7px;
}

.texturaRotate {
    margin-top: -1px;
    transform: rotate(180deg);
}

.ml {
    display: flex;
    align-items: center;
}

.mfb {
    display: flex;
    align-items: flex-end;
}

.mc {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sp {
    padding: 120px 0;
}


/* BUTTONS */

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.form-control:focus {
    border-color: var(--brown);
    box-shadow: none;
}

.moreBtn {
    background: none;
    border: none !important;
    box-shadow: none;
    color: var(--brown);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    display: block;
    margin: 70px 0 30px 0;
    padding-left: 70px;
    box-shadow: none !important;
    width: fit-content;
    position: relative;
}

.moreBtn:before {
    content: url('../images/btnbefore.png');
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: all 0.25s;
}

.moreBtn:hover:before {
    left: 10px;
}

.moreBtn:hover {
    color: var(--brown);
}


.basketBtn {
    background: #ac2d49;
    color: #FFF;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0;
    margin: 50px 0 0 -10px;
    border: none;
    box-shadow: none;
    padding: 12px 15px 8px 10px;
    border-radius: 35px;
    transition: background 0.25s, color 0.25s;
}

.basketBtn svg {
    height: 50px;
    width: 50px;
    display: inline;
    margin-top: -4px;
    margin-right: 5px;
    fill: #fff;
}


.basketBtn svg .cls-1,
.basketBtn svg .cls-2{
    stroke: #fff !important;
} 

#fruits .item .card .moreBtn {
    position: absolute;
    left: 15px;
    bottom: 15px;
    color: #fff;
    z-index: 1;
    display: none;
}

.basketBtn:hover,
.basketBtn:focus {
    background: var(--brown);
    color: #fff;
}

.basketBtn svg .cls-1,
.basketBtn svg .cls-2 {
    stroke: var(--brown);
    transition: stroke 0.25s;
}

.basketBtn:hover svg .cls-1,
.basketBtn:hover svg .cls-2 {
    stroke: #fff;
}

#fruits .item .card .moreBtn:before {
    border: 1px solid #fff;
    border-radius: 25px;
    height: 52px;
    margin-top: -16px;
}

#fruits .item .btn {
    height: 110px;
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    transition: all 0.4s;
    padding-top: 12px;
    position: relative;
    z-index: 1;
    padding: 1.25rem;
}

#fruits .item.opened .btn {
    box-shadow: none !important;
    font-size: 60px;
    line-height: 60px;
}

#fruits .item .btn:focus {
    box-shadow: none !important;
}

#fruits .item .btn .plus {
    width: 44px;
    height: 44px;
    border-radius: 22px;
    border: 1px solid #fff;
    text-align: center;
    position: absolute;
    right: 10px;
    transition: all 0.25s;
    margin-top: -9px;
}

#fruits .item .btn .plus:hover {
    background: #fff;
}

#fruits .item .btn .plus span {
    display: block;
    width: 20px;
    border: 2px solid #fff;
    border-radius: 5px;
    transition: all 0.25s;
}

#fruits .item .btn .plus:hover span {
    border-color: var(--brown)
}

#fruits .item .btn .plus span:first-child {
    margin: 19px auto 0;
}

#fruits .item .btn .plus span:last-child {
    margin: -4px auto 0;
    transform: rotate(90deg);
}

#fruits .item.opened .btn .plus span:last-child {
    transform: rotate(0);
}

/* HEADER */

.navbar {
    height: 100px;
    background: transparent;
    border-radius: 0;
    border-bottom: 1px solid var(--brown);
    transition: background-color 0.3s;
}

.navbar-nav {
    align-items: center;
}

.navbar.shadow {
    -webkit-box-shadow: 0px 0px 14px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 14px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 14px -2px rgba(0, 0, 0, 0.75);
}


.navbar-brand {
    padding: 0;
    margin: 70px 0 0;
    z-index: 9999;
}

.navbar-brand img {
    width: 190px;
}

.nav-link {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--brown);
    text-transform: uppercase;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.nav-link:hover,
.nav-link:focus {
    color: var(--brown);
}

.navBasketButton {
    padding: 12px !important;
    width: 44px;
    height: 44px;
    background-color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    position: relative;
    margin-bottom: 5px;
    margin-left: 15px;
}

.mobilmenu .navBasketButton {
    margin: 11px 0 0;
    background-color: var(--beige);
}

.navbar.shadow .navBasketButton {
    background-color: var(--brown);
    color: white;
}

.navBasketButton .basketCount {
    position: absolute;
    background-color: #ac2d49;
    color: white;
    height: 20px;
    width: 20px;
    display: block;
    text-align: center;
    border-radius: 10px;
    font-size: 14px;
    top: -5px;
    right: -5px;
}

.navBasketButton .fa {
    font-size: 22px;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-menu {
    background: #F0E9E1;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    margin-top: 0;
}

.dropdown-item {
    padding-left: 0 !important;
    font-size: 30px;
    display: block;
    white-space: normal;
    line-height: 35px;
    margin-bottom: 15px;
    opacity: .7;
}

a.allItem {
    position: absolute;
    font-size: 20px;
    line-height: 20px;
    bottom: 0;
    color: var(--brown);
    opacity: .7;
    text-transform: uppercase;
}

.dropdown-item:hover,
a.allItem {
    opacity: 1;
    background: none;
}


.dropdown .container {
    padding: 80px 0;
}

.dropdown .borderRight {
    border-right: 1px solid #AE895C;
}

.dropdown .item .background {
    height: 228px;
    width: 228px;
    border-radius: 114px;
    overflow: hidden;
    left: 50%;
    margin: 0 0 30px -114px;
    padding-top: 30px;
    transition: all 0.25s;
}

.dropdown .item .background:hover {
    -webkit-box-shadow: 0px 0px 14px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 14px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 14px -2px rgba(0, 0, 0, 0.75);
}

.dropdownProductImg {
    width: 200px;
}

.dropdownProductLink {
    color: var(--brown);
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
}


/* BREADCRUMBS */

ol.breadcrumb {
    background: none;
    padding-top: 30px;
}

ol.breadcrumb li,
ol.breadcrumb a {
    font-size: 20px;
    color: var(--brown);
    text-transform: uppercase;
    font-weight: 700;
}

/* FOOTER */

footer {
    background: var(--beige);
}

footer h4 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;

}

footer p {
    text-transform: uppercase;
}

footer ul {
    padding: 0;
    margin: 0;
}

footer ul li,
footer ul li a {
    list-style: none;
    margin-bottom: 8px;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.1;
    color: var(--brown);
    opacity: 0.7;
}

footer ul li a:hover,
footer ul li a:focus {
    opacity: 1;
    color: var(--brown);
}

/* PAGEHEADER */

#pageHeader {
    height: 900px;
}

#pageHeader .swiper {
    margin-top: 100px;
    position: relative;
}

#pageHeader .swiper-next,
#pageHeader .swiper-prev {
    height: 60px;
    width: 60px;
    border-radius: 30px;
    background: var(--brown);
    position: absolute;
    z-index: 22;
    display: block;
    top: calc(50% - 25px);
    cursor: pointer;
    color: #fff;
    text-align: center;
    padding-top: 13px;
}

#pageHeader .swiper-prev {
    left: -100px;
}

#pageHeader .swiper-next {
    right: -60px;
}

#pageHeader .swiper-next i,
#pageHeader .swiper-prev i {
    font-weight: 500;
}

#pageHeader .swiper,
#pageHeader .swiper-slide .col-12 {
    height: 800px;
}

#pageHeader .swiper-slide .moreBtn {
    margin-left: 0;
}

#pageHeader .swiper-slide h2 {
    color: #fff;
}

#pageHeader .swiper-slide h2 span {
    text-transform: uppercase;
    color: var(--brown);
    font-size: 60px;
    line-height: 68px;
    display: block;
}

#pageHeader .swiper-slide p {
    color: var(--brown);
    font-size: 24px;
    line-height: 27px;
}

#pageHeader .swiper-slide p span {
    font-weight: bold;
    text-transform: uppercase;
    color: var(--brown)
}

#pageHeader.subPageHeader {
    height: 490px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 100px;
}

#pageHeader h1 {
    margin-bottom: 0;
}

/* FRUITS */

#fruits .item {
    margin-bottom: 60px;
}

#fruits .item .inner {
    border: 1px solid #fff;
    border-radius: 20px;
}

#fruits .item .inner {
    position: relative;
}

#fruits .item img {
    position: absolute;
    right: 60px;
    bottom: -1px;
}

#fruits .item .collapse,
#fruits .item .collapsing {
    border-radius: 20px !important;
}

#fruits .item .card {
    background: var(--brown);
    border: none !important;
    color: #fff;
    border-radius: 20px;
    padding-bottom: 140px;
}

#fruits .item .card p {
    color: #fff;
}

/* TERMÉKLISTA */

#productList {
    padding: 160px 0 0;
}

#productList .productItem {
    margin-bottom: 150px;
}

#productList .productItem:last-child,
#productList .productItem:nth-last-child(2) {
    margin-bottom: 100px;
}

#productList .productItem .inner {
    height: 312px;
    position: relative;
    border-radius: 20px;
    transition: all 0.25s;
}

#productList .productItem .inner:hover {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
}

#productList .productItem .inner img.productPic {
    width: 190px;
    margin: -90px auto 0 -95px;
    position: relative;
    left: 50%;
    z-index: 2;
    transition: all .25s;
}

#productList .productItem .inner img.hoverImg {
    position: absolute;
    z-index: 1;
    transition: all 0.4s;
    transform: scale(0.0001);
}

#productList .productItem .inner:hover img.productPic {
    transform: scale(1.1);
}

#productList .productItem .inner img.hoverImg.hover1 {
    left: 10px;
    top: -30px;
    height: 130px;
}

#productList .productItem .inner img.hoverImg.hover2 {
    height: 170px;
    top: -100px;
    right: 30px;
}

#productList .productItem .inner img.hoverImg.hover3 {
    height: 140px;
    right: 30px;
}

#productList .productItem .inner:hover img.hoverImg.hover1 {
    left: -30px;
    top: -30px;
    height: 130px;
}

#productList .productItem .inner:hover img.hoverImg.hover2 {
    height: 170px;
    top: -100px;
    right: -30px;
}

#productList .productItem .inner:hover img.hoverImg.hover3 {
    height: 140px;
    right: -30px;
}

#productList .productItem .inner:hover img.hoverImg.hover1,
#productList .productItem .inner:hover img.hoverImg.hover2,
#productList .productItem .inner:hover img.hoverImg.hover3 {
    transform: scale(1);
}

#productList .productItem .inner .datas {
    height: 175px;
    padding: 0 15px 15px;
}

#productList .productItem .inner .datas a h4 {
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
}

#productList .productItem .inner .datas p.size {
    color: rgba(255, 255, 255, .7);
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
}

#productList .productItem .inner .datas p.price {
    color: #fff;
    font-size: 30px;
    margin-bottom: 8px;
}

#productList .productItem .inner .datas .btn {
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 44px;
    height: 44px;
    border: 1px solid #fff;
    border-radius: 22px;
    background: transparent;
    transition: all 0.25s;
    color: #fff;
    font-size: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#productList .productItem .inner .datas .btn:hover {
    background: #fff;
    color: var(--brown);
}

/* MENTES LISTA */

#exempt {
    padding: 60px 0;
}

#exempt .item {
    width: 20%;
}

#exempt .item img {
    display: inline-block;
    height: 70px;
    margin-top: -30px;
}

#exempt .item:first-child img {
    margin-top: -5px;
}

#exempt .item p {
    display: inline-block;
    margin-bottom: 0;
    color: #fff !important;
    font-size: 20px;
    margin-top: 10px;
    text-transform: uppercase;
}

/* STATIC */

#static {
    padding: 50px 0 100px 0;
}

#static h2 {
    margin-bottom: 20px;
}

#static p,
#static li,
#static a {
    font-size: 20px;
    line-height: 24px;
}

#static h3 {
    font-weight: 400;
}

#productHead {
    background: var(--beige);
    position: relative;
    min-height: 850px;
    padding-bottom: 0;
}

#productHead:after {
    content: url(../images/productbottom.png);
    max-width: 100%;
    bottom: -8px;
    position: absolute;
    padding-bottom: 0;
    display: none;
}

#productHead img.bottomPic {
    width: 100%;
    bottom: 0;
    position: absolute;
}

#productHead h1 {
    margin-bottom: 0;
}

#productHead p.subTitle {
    font-size: 27px;
    color: var(--brown);
    text-transform: uppercase;
}

#productHead .vegan {
    background: #fff;
    width: 170px;
    height: 170px;
    border-radius: 85px;
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 24px;
}

#productHead .vegan p {
    margin-bottom: 0;
    margin-top: 10px;
    color: var(--brown);
}

#productHead .vegan img {
    width: 65px;
}

#productHead .variables {
    height: 50px;
    width: 50px;
    border-radius: 25px;
    border: 1px solid var(--brown);
    display: inline-block;
    text-transform: uppercase;
    color: var(--brown);
    text-align: center;
    padding-top: 13px;
    margin-right: 10px;

}

#productHead .variables.active {
    background: var(--brown);
    color: var(--beige);
}

#productHead p.oldPrice {
    text-decoration: line-through;
    font-size: 25px;
    color: var(--brown);
    font-weight: 300;
    opacity: 0.7;
}

#productHead p.price {
    font-size: 50px;
    font-weight: bold;
    color: var(--brown);
}

#productHead .productImage {
    position: absolute;
    width: 510px;
    left: 50%;
    margin-left: -255px;
    z-index: 10;
    bottom: 100px;
}

#productHead .productImage img.productPic {
    width: 500px;
    z-index: 2;
    position: relative;
}

#productHead .productImage .hoverImg {
    position: absolute;
    left: 50%;
    margin-left: -100px;
    margin-top: calc(50% - 100px);
    transition: all 0.25s;
    z-index: 1;
}

#productHead .productImage .hoverImg.hover1 {
    left: 0;
    margin-left: -60px;
}

#productHead .productImage .hoverImg.hover2 {
    left: auto;
    right: 0;
    margin-right: -60px;
    margin-top: 60px;
}

#productHead .productImage .hoverImg.hover3 {
    left: auto;
    right: 0;
    margin-right: -60px;
    bottom: 130px;
}

#productDescription .btn {
    color: var(--brown) !important;
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    /* transition: all 0.4s; */
}

#productDescription #fruits {
    padding: 50px 0;
}

#productDescription #fruits .item .inner {
    border: 1px solid var(--brown);
    border-radius: 30px;
}

#productDescription #fruits .item .btn .plus,
#productDescription #fruits .item .btn .plus span {
    border-color: var(--brown);
}

#productDescription #fruits .item .card {
    background: transparent;
    color: var(--brown);
}

#productDescription p,
#productDescription #fruits .item .card p {
    color: var(--brown);
}

#productDescription .productDescCard {
    border: none;
}

#productDescription .productDescCard .card-header {
    background: none;
    border-bottom: none;
}

#productDescription .productDescCard .card-header .btn {
    border-bottom: 1px solid var(--brown);
    border-radius: 0;
}

#productDescription .productDescCard .card-header .btn:focus {
    box-shadow: none !important;
}

.blogList .item {
    margin-bottom: 30px;
}

.blogList .item .inner {
    height: 400px;
    border-radius: 15px 15px 0 0 ;
    position: relative;
    overflow: hidden;
}

.blogList .item .layer {
    bottom: 0;
    background: #AE895C;
    width: 100%;
    padding: 15px;
    border-radius: 0 0 15px 15px;
}

.blogList .item .layer h4 {
    min-height: 60px;
}

.blogList .item .layer h4,
.blogList .item .layer p {
    color: #fff;
    text-transform: uppercase;
}

.blogList .item .layer p {
    margin-bottom: 0;
    font-size: 15px;
    text-transform: none;
}

.blogList .item .layer p.date{
    margin-bottom: 15px;
}

@media (max-width: 767px) {

    .sp {
        padding: 60px 0;
    }

    h1,
    h2 {
        font-size: 32px;
        line-height: 1.2;
        margin-bottom: 40px;
    }

    #pageHeader .swiper-slide h2 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 40px;
    }

    #pageHeader .swiper-slide h2 span {
        font-size: 40px;
        line-height: 48px;
        display: block;
    }

    #pageHeader .contentSide,
    #pageHeader .pictureSide {
        height: 450px !important;
    }

    #pageHeader .contentSide {
        margin-top: 0;
        text-align: center !important;
    }

    #pageHeader .swiper-slide .moreBtn {
        margin: 20px auto 30px;
    }

    #exempt .item {
        width: 100%;
        margin-bottom: 45px;
        display: block;
        padding-left: 30px !important;
    }

    #exempt .item p {
        margin-left: 15px;
    }

    #fruits .item {
        margin-bottom: 30px;
    }

    #fruits .item img {
        width: 160px;
        right: 50px;
    }

    #fruits .item.opened .btn {
        font-size: 40px;
    }

    #productList {
        padding: 60px 0 !important;
    }

    #productList .ml a.moreBtn {
        display: none;
    }

    #productList .listSide {
        margin-top: 100px;
    }

    #productList .listSide .productItem,
    #productList .listSide .productItem:nth-last-child(2) {
        margin-bottom: 110px;
    }

    #productList .listSide .productItem:last-child {
        margin-bottom: 30px;
    }

    #pageHeader .swiper,
    #pageHeader .swiper-slide .col-12 {
        height: auto;
    }

    #pageHeader .swiper-slide p {
        margin-bottom: 35px;
    }

    footer {
        text-align: center !important;
    }

    .footerLogo {
        margin-top: -10px;
    }

    .footerProfil,
    .logoDiv {
        text-align: center !important;
    }

    footer .simpleDiv {
        padding-left: 40px;
        padding-right: 40px;
    }

    footer h4 {
        margin-top: 50px;
    }

    #productList .productItem .inner img.hoverImg.hover1,
    #productList .productItem .inner:hover img.hoverImg.hover1 {
        left: 40px;
        transform: scale(1);
    }

    #productList .productItem .inner img.hoverImg.hover2,
    #productList .productItem .inner:hover img.hoverImg.hover2 {
        right: 12px;
        transform: scale(1);
    }

    #productList .productItem .inner img.hoverImg.hover3,
    #productList .productItem .inner:hover img.hoverImg.hover3 {
        right: 30px;
        transform: scale(1);
    }

    .brownTextura {
        margin-top: -2px;
    }

    ol.breadcrumb li,
    ol.breadcrumb a {
        font-size: 11px;
    }

    #pageHeader.subPageHeader {
        height: 290px;
        padding-bottom: 30px;
        background-position-x: 67% !important;
    }

    #productHead .productImage img.productPic {
        width: 300px;
    }

    #productHead .productImage {
        width: 300px;
        margin-left: -150px;
        position: relative;
        bottom: 0;
    }

    #productHead h1 {
        text-align: center;
    }

    #productHead .oldPrice,
    #productHead .price {
        text-align: center;
    }

    #productHead button {
        width: 100%;
        margin-top: 30px !important;
    }

    #wrapper {
        margin-top: 50px;
    }

    #pageHeader .swiper {
        margin-top: 0;
    }

    #pageHeader .swiper-next {
        right: 10px;
        width: 45px;
        height: 45px;
        padding-top: 10px;
    }

    #pageHeader .swiper-prev {
        left: 10px;
        width: 45px;
        height: 45px;
        padding-top: 10px;
    }

    #pageHeader .swiper-next i,
    #pageHeader .swiper-prev i {
        font-size: 26px;
    }

}

@media (min-width: 768px) and (max-width: 992px) {}

@media (min-width: 993px) and (max-width: 1200px) {}

@media (min-width: 1201px) and (max-width: 1366px) {}

@media (min-width: 1367px) {}