/*
Theme Name: Mona
Version: 2.0
Author: Alexe Vlad
Author URI: http://vlad.alexe.info
Description: Website developed by Alexe Vlad
*/

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
@import url("css/fonts.css");
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    background:none repeat scroll 0 0 transparent;
    border:0 none;
    margin:0;
    outline:0 none;
    padding:0;
    font-family: 'Quicksand', sans-serif;
    font-weight:normal;
    font-size: 12px;
    margin-top: 0px;
}
* {
    margin:0;
    padding:0;
    outline: 0 none;
}
html{
    font-size: 10px;  /*Meaning that 0.1rem = 1px*/
    scroll-behavior: smooth;
}
.cf:before,
.cf:after ,
.clear:before,
.clear:after{
    content:"";
    display:table;
}
.clear,
.clear:after,
.cf:after {
    clear:both;
}
body{
    text-rendering: optimizeLegibility;
}
h1{
    font-family: 'hensaregular';
    font-size: 64px;
    line-height: 1;
    text-align: center;
    margin-bottom: 20px;
}
h2{
    font-family: 'hensaregular';
    font-size: 64px;
    line-height: 1;
    text-align: center;
    margin-bottom: 20px;
}
h3{
}
h4{
    font-size: 22px;
    font-weight: 700;
    color: #81d1e5;
    margin-bottom: 20px;
}
h5{
}
h6{
}
p{
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 20px;
}
p strong,
strong{

}
p em,
em{

}
em strong,
strong em,
p em strong,
p strong em{

}
a{
    text-decoration: none;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
a:hover{
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
ul,
ol{
}
ul li{
}
ol li{
}
ul li a,
ol li a{
}
blockquote{

}
input{
    -webkit-border-radius:0;
    -webkit-appearance: none;
    border-radius:0;
}
.more{
    background: #57C1DB;
    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    position: relative;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
}
.more:before{
    display: block;
    content: "";
    position: absolute;
    z-index: 0;
    top: 3px;
    bottom: 3px;
    left: 3px;
    right: 3px;
    background: 0 0;
    border: 2px dashed #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;

}
.more:hover{
    background: #EEAD45;
}
.hide{
    display: none!important;
}
/*### Menu ###*/
nav.menu{

}
nav.menu ul{

}
nav.menu ul li{
    list-style: none;
    display: inline-block;
    margin-left: 15px;
    position: relative;
}
nav.menu ul li a,
nav.menu ul li a span{
    color: #183a5c;
    font-size: 16px;
    font-weight: 700;
    line-height: 70px;
    font-style: normal;
    text-decoration: none;
}
nav.menu ul li:hover a{

}
nav.menu ul li a::after {
    position: absolute;
    left: 0;
    bottom: -3px;
    content: "";
    display: block;
    width: 0;
    border-bottom: 3px solid #EEAD45;
    transition: .5s;
}

nav.menu ul li.current_page_item a::after,
nav.menu ul li:hover a::after {
    width: 100%;
}


.hamburger-button{
    display: none;
}
.header-circle-menu {
    margin-top: 18px;
    float: right;
    margin-left: 10px;
    display: inline-block;
    width: 44px;
    height: 44px;
    vertical-align: top;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
#nav-icon3 {
    width: 40px;
    height: 13px;
    position: relative;
    margin: 5px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
#nav-icon3 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #212121;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
    top: 0px;
}
#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
    top: 9px;
}

#nav-icon3 span:nth-child(4) {
    top: 18px;
}
.mobile-open-menu #nav-icon3 span:nth-child(1) {
    top: 2444444444px;
    width: 0%;
    left: 50%;
}
.mobile-open-menu #nav-icon3 span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mobile-open-menu #nav-icon3 span:nth-child(4) {
    transition: width 0s;
    top: 24px;
    width: 0%;
    left: 50%;
}
.mobile-open-menu #nav-icon3 span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

nav.menu .menu-item-has-children:before{
    content: "";
    background-image:url(images/menu-arrow.svg);
    background-repeat: no-repeat;
    width: 8px;
    height: 4px;
    display: block;
    position: absolute;
    right: 0px;
}
nav.menu .sub-menu{
    display: none;
}
/*### End Menu ###*/
/*### Header ###*/
.wrapper{
    width: 1390px;
    margin: 0 auto;
    position: relative;
}
.wrapper-mini{
    max-width:  1390px;
    width: 100%;
    padding: 0 3%;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.header{
    height: 70px;
    position: fixed;
    z-index: 999;
    background: #fff;
    width: 100%;
    top: 0;
    border-bottom: 2px solid #000;
}
.header .wrapper{
    display: flex;
    justify-content: space-between;
}
.logo{
    background: url("images/logo.png") no-repeat;
    background-size: auto;
    background-size: contain;
    display: block;
    height: 63px;
    width: 170px;
    margin-top: 9px;
}
/*### End Header ###*/


/*### Content ###*/

.content{
}
.waves-wrapp{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.waves {
    position:relative;
    width: 100%;
    height:15vh;
    margin-bottom:-7px; /*Fix for safari gap*/
    min-height:100px;
    max-height:150px;
}
.slider-wrapp .slider-text{
    display: none;
}
.parallax > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;
}
.parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}
.parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}
.parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}
.parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}
@keyframes move-forever {
    0% {
        transform: translate3d(-90px,0,0);
    }
    100% {
        transform: translate3d(85px,0,0);
    }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
    .waves {
        height:40px;
        min-height:40px;
    }


}
.slider-wrapp{
    position: relative;
    height:95vh;
    overflow: hidden;
}
.slider-wrapp .slide .slider-image img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.category-products{
    position: relative;
}
.cat-prod{
    max-width: 600px;
    max-height: 600px;
    display: block;
}
.cat-prod::before {
    left: 8px;
    top: 8px;
    bottom: 8px;
    right: 8px;
    position: absolute;
    display: block;
    content: "";
    border: 2px dashed #fff;
    border-radius: 6px;
    max-width: 580px;
    max-height: 580px;
}

.list-products{
    margin: 90px 0;
}
.list-products .title-text p{
    color: #999999;
    margin-bottom: 60px;
}
.list-products .title-text {
    text-align: center;
    flex: 0 100%;
    width: 100%;
}
.list-products .wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.category-products{
    width: 600px;
}
.products-images{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.products-images .products-list{
    flex: 0 42%;
    position: relative;
    margin-bottom: 20px;
    min-width: 290px;
}
.products-images .products-list:before{
    left: 8px;
    top: 8px;
    bottom: 8px;
    right: 8px;
    position: absolute;
    display: block;
    content: "";
    border: 2px dashed #fff;
    border-radius: 6px;

}
.products-images .products-list .title-image{
    background: rgba(255, 255, 255, 0.8);
    opacity: 0;
    left: 8px;
    top: 8px;
    bottom: 8px;
    right: 8px;
    position: absolute;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    font-family: 'hensaregular';
    font-size: 22px;
    line-height: 1;
    text-align: center;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.products-images .products-list:hover .title-image{
    opacity: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.products-images .more-box{
    flex: 0 41.5%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    background: #EEAD45;
    min-width: 290px;
}
.products-images .products-list img{
    width: 100%;
    height: auto;
}
.more-products{
    margin-bottom: 20px;
    font-family: 'hensaregular';
    font-size: 22px;
    line-height: 1;
    text-align: center;
    margin-bottom: 60px;
    color: #fff;
}
.more-products:before{
    left: 8px;
    top: 8px;
    bottom: 8px;
    right: 8px;
    position: absolute;
    display: block;
    content: "";
    border: 2px dashed #f1f1f1;
    border-radius: 6px;

}
.separator{
    padding: 100px 0;
    text-align: center;
    position: relative;
    margin-bottom: 90px;
}
.separator:before{
    content: "";
    background: rgba(48, 57, 90, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.separator p,
.separator h4,
.separator h2{
    color: #fff;
}
.center-content{
    position: relative;
    z-index: 1;
}
.separator p{
    margin-bottom: 40px;
}
.about-us{
    margin-bottom: 90px;
}
.about-us .wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
.about-us .left{
    flex: 0 42%;
}
.about-us .left h2{
    text-align: left;
}
.about-us .right{
    flex: 0 42%;
}
.products-page{
    margin: 151px 0 100px;
}
.products-page .left{
    width: 25%;
}
.products-page .right{
    width: 70%;
}
.products-page h1{
    width: 100%;
}
.products-page .wrapper{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.products-page h1{
    margin-bottom: 100px;
}
.products-page .products-images{
    width: 100%;
}
.products-page .products-images .products-list{
    flex: 0 23%;
}

.products-page .serach-wrap {
    position: relative;
    margin-bottom: 20px;
}
.products-page #filtersearch input[type="text"] {
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #E3E3E3;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    font-size: 14px;
    font-family: 'Spartan', sans-serif;
    width: 100%;
    box-sizing: border-box;
}
.products-page .search-icon {
    width: 46px;
    height: 48px;
    position: absolute;
    right: 4px;
    top: 1px;
    z-index: 1;
    background: #fff;
}
.products-page .search-icon::before {
    content: "";
    background-image:url(images/search.png);
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -10px;
    background-size: 50%;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}
.products-page .search-icon input {
    width: 100%;
    height: 100%;
    background: none;
    border: none;
}
.products-page .filter-box {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #F9F9F9;
}
.products-page .filter-box .label-filer {
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}
.products-page .filter-box .label-filer img {
    height: 16px;
    margin-right: 10px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.products-page .filter-box.active .label-filer img {
    transform: rotate(90deg);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.products-page .filter-list {
    display: none;
}
.products-page .filter-box .custom-radio-select .checkbox-text {
    margin-left: 25px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.contact-page{
    margin: 151px 0 100px;
}
.error404-container{
    margin: 351px 0 300px;
    text-align: center;
}
.single-prod-page{
    margin: 151px 0 100px;
}
.contact-form{
    width: 30%;
    margin: 0 auto;
}
.wpcf7-form-control-wrap{
    display: block;
}
.wpcf7-form-control-wrap input{
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    color: #666;
    background-color: #f6f6f6;
    border: none;
    box-shadow: none;
    border-radius: 6px;
    width: 100%;
    padding: 10px 4px;
    margin-bottom: 20px;
    font-family: 'Quicksand', sans-serif;
}
.wpcf7-form-control-wrap textarea{
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    color: #666;
    background-color: #f6f6f6;
    border: none;
    box-shadow: none;
    border-radius: 6px;
    width: 100%;
    padding: 10px 4px;
    margin-bottom: 20px;
    resize: none;
    font-family: 'Quicksand', sans-serif;
}
.contact-form .more{
    border: none;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.contact-details .mail-box a,
.contact-details .phone-box a{
    color: #57C1DB;
    font-size: 18px;
    line-height: 30px;
}
.contact-details{
    width: 30%;
    margin: 0 auto 50px;

}
.contact-details .mail-box,
.contact-details .phone-box{
    font-size: 18px;
    line-height: 30px;
}
.error404-icon {
    animation: shake 1.3s cubic-bezier(.36,.07,.19,.97) infinite;
    width: 60px;
    margin: 0 auto 30px;
}
@keyframes shake{
    10%,90%{
        transform:translate3d(0,0,0)
    }
    20%,80%{
        transform:translate3d(0,0,0)
    }
    30%,50%,70%{
        transform:translate3d(-4px,0,0)
    }
    40%,60%{
        transform:translate3d(4px,0,0)
    }
}
.single-prod-page .images-slider{
    width: 50%;
}
.single-prod-page .details{
    width: 46%;
}
.single-prod-page .details ul li{
    margin-left: 20px;
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 10px;
}
.slider-top{
    margin-bottom: 30px;
}
.slider-bottom .slider-image-bottom{
    margin: 0 10px;
    cursor: pointer;
}
.slider-top .slider-image-top img,
.slider-bottom .slider-image-bottom img{
    width: 100%;
    height: auto;
}
.slider-bottom  .slick-list{
    padding: 0!important;
    margin: 0 -10px;
}
.single-prod-page .details h1{
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    font-size: 35px;
    text-align: left;
}
.category-description-list{
    flex: 100%;
}
.slider-top .slick-arrow{
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 48px;
    height: 48px;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -24px;
}
.slider-top .slick-prev{
    background-image: url("images/prev.svg");
    left: 10px;
    z-index: 99;
}
.slider-top .slick-next{
    background-image: url("images/next.svg");
    right: 10px;
    z-index: 99;
}
.recommended-products{
    flex: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.recommended-products .products-list{
    flex: 0 32%;
    position: relative;
    margin-bottom: 20px;
    min-width: 290px;
}
.recommended-products .products-list:before{
    left: 8px;
    top: 8px;
    bottom: 8px;
    right: 8px;
    position: absolute;
    display: block;
    content: "";
    border: 2px dashed #fff;
    border-radius: 6px;

}
.recommended-products .products-list .title-image{
    background: rgba(255, 255, 255, 0.8);
    opacity: 0;
    left: 8px;
    top: 8px;
    bottom: 8px;
    right: 8px;
    position: absolute;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    font-family: 'hensaregular';
    font-size: 22px;
    line-height: 1;
    text-align: center;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.recommended-products .products-list:hover .title-image{
    opacity: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.recommended-products .products-list img{
    width: 100%;
    height: auto;
}
.reccomended-title{
    margin-top: 60px;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    font-size: 35px;
    text-align: left;
    margin-bottom: 30px;
}
/*### End Content ###*/


/*### Footer ###*/
.footer{

    background: url(images/knitting.svg);
    background-repeat: no-repeat;
    background-size: auto 35px;
    background-position: 90% 2px;
    padding-top: 4px;
}
.footer-line{
    border-top: 2px dashed #000;
    width: 89%
}

.footer .wrapper{
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    align-items: center;

}
.footer .coppy-text{
    font-size: 14px;
    line-height: 30px;
}
.footer .phone{
    background: url(images/phone.svg);
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: 100% auto;
    margin-right: 20px;
}
.footer .mail{
    background: url(images/mail.svg);
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: 100% auto;
}
.footer .phone:hover,
.footer .mail:hover{
    opacity: 0.7
}
/*### End Footer ###*/

.accordions-main-title{
    font-style: normal;
    font-weight: 500;
    font-size: 45px;
    line-height: 45px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.accordions-list-box{
    padding-bottom: 20px;
}
.acordeon-desc {
    display:none;
    margin-top: 20px;
    padding: 0 10px;
}
.acordeon-desc p{
    max-width: initial;
}
.acordeon .acordeon-title {
    position: relative;
    width: 100%;
    background-color: #2F3338;
    padding: 10px 50px 10px 20px;
    min-height: 50px;
    cursor: pointer;
    margin-bottom: 20px;
    display: block;
    text-decoration: none;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 17px;
    line-height: 29px;
    color: #fff;

}
.acordeon .acordeon-title:hover,
.acordeon.active .acordeon-title{
    background-color: #57C1DB;
}

.acordeon .acordeon-title:after{
    background: url(images/plus.svg) no-repeat left;
    content: "";
    display: block;
    width: 15px;
    height: 14px;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 17px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.acordeon.active .acordeon-title:after{
    background: url(images/minus.svg) no-repeat left;

}
@media only screen and (max-width: 1024px) {
    .accordions-container {
        max-width: 100%;
    }
}

/*### RESPONSIVE ###*/
.single-prod-page h1{
    flex: 0 0 100%;
}
@media only screen and (max-width: 1400px) {
    .wrapper{
        width: 100%;
        box-sizing: border-box;
        padding: 0 5%;
    }
    .category-products {
        width: 400px;
    }
    .cat-prod {
        max-width: 400px;
        max-height: 400px;
    }
    .cat-prod::before{
        max-width: 380px;
        max-height: 380px;
    }
    .cat-prod img{
        width: 100%;
        height: auto;
    }
    .products-images {
        width: 60%;
    }
    .products-images .products-list {
        flex: 0 31%;
        min-width: auto;
    }
    .products-images .more-box {
        flex: 0 100%;
        padding: 35px 0;
    }
    .more-products{
        margin-bottom: 10px;
    }
    .slider-wrapp{
        height: 100%;
    }
    .products-page .products-images .products-list{
        flex: 0 32%;
    }
    .single-prod-page .images-slider{
        width: 35%;
    }
    .single-prod-page .details{
        width: 61%;
    }
}
@media only screen and (max-width: 1150px) {
    .cat-prod{
        margin-bottom: 20px;
    }
    .about-us .left{
        margin-bottom: 50px
    }
    .about-us .right img{
        width: 100%;
        height: auto;
    }
    .about-us .right,
    .about-us .left{
        flex: 0 100%;
    }
}
@media only screen and (max-width: 1024px) {
    nav.menu {
        flex-wrap: wrap;
        width: 80px;
        background: #fff;
        position: fixed;
        right: 0;
        top: 0;
    }
    nav.menu .header-menu{
        flex-direction: column;
        justify-content: center;
        display: none;
    }
    .mobile-open-menu nav.menu .header-menu{
        height: calc(100vh - 90px);
        text-align: center;
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .mobile-open-menu{
        overflow: hidden;
    }
    .hamburger-button{
        display: block;
        position: relative;
        right: 3vw;
    }
    .mobile-open-menu .logo{
        position: absolute;
        top:0;
    }
    nav.menu ul li.wpml-ls-item{
        display: flex;
        justify-content: center;

    }
    #menu-item-wpml-ls-2-en{}
    .header .logo {
        margin-left: 3vw;

    }
    .mobile-open-menu  nav.menu{
        width: 100%;
        height: 100vh;
    }
    .header .wrapper{
        padding: 0;
    }
    .footer  nav.menu{
        width: 100%;
        text-align: center;
    }
}
@media only screen and (max-width: 768px) {

    .content-page{
        margin-top: 150px;
    }
    .logo{

        background-position: center left;

    }
    .products-images {
        width: 100%;
    }
    .footer .wrapper{
        flex-direction: column;
    }
    nav.menu ul li{
        margin-left: 0;
    }
    .wpml-ls-statics-footer .wpml-ls-current-language > a{
        display: none;
    }
    .footer-menu{
        display: flex;
        flex-direction: column;
    }
    .footer nav.menu ul{
        margin-bottom: 30px;
    }
    .footer nav.menu ul li a,
    .footer nav.menu ul li a span{
        line-height: 40px;
    }
    .products-page .right,
    .products-page .left{
        width: 100%;
    }
    .products-page .products-images .products-list {
        flex: 0 100%;
    }
    .products-page h1{
        margin-bottom: 50px;
    }
    .contact-form,
    .contact-details{
        width: 100%;
    }
    .wrapper-mini{
        flex-direction: column;
    }
    .single-prod-page .images-slider {
        width: 100%;
        margin-bottom: 30px;
    }
    .single-prod-page .details {
        width: 100%;
    }
    .recommended-products .products-list {
        flex: 0 100%;
    }
    .reccomended-title{
        font-size: 30px;
    }
}
@media only screen and (max-width: 720px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 320px) {
}


/*### END RESPONSIVE ###*/