/**
Theme Name: rukivverhlemon lemon theme
Theme URI: art-lemon.com
Author: art-lemon.com
Author URI: https://art-lemon.com/
Text Domain: rukivverhlemon
Domain Path: /languages
*/

.conteneur {
    max-width:1100px;
    margin:0 auto 2vw auto;
    position:relative;
    font-family: Roboto;
}

img {
max-width:100%;height:auto;
}

@media screen and (min-width:481px) {
	.flexy {
		display:flex;
	}
}

.forma {
    position: relative;
    margin: 3vw auto;
    display: block;
    width: 95%;
}

.forma .section {
    width: 47%;
    display: inline-block;
    float: left;
    margin-left: 2%;
}

.forma .formcell {
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 20px;
}

div.formcell>div {
    position: relative;
}

.forma input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="number"]), .comment_add input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="number"]) {
    font-size: 18px;
    border: 0;
    border-bottom: 2px solid #33414c;
    width: 100%;

    font-weight: 100;
    padding: 15px 5px 15px 15px;
    outline: none;
    color:#000;
    background-color: transparent;
    -webkit-transition: all 500ms;
    -webkit-transition-delay: ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

#w88 {
    display: inline-block;
    width: 100%;
}

.forma .formcell {
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.payservices {
    margin: 0 auto 10px auto;
}

.paymentposition {
    border-left: 7px solid #333;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    padding: 0vw 1.3vw;
    width: 100%;
    display: inline-block;
    color: #333;
    *background-color: rgba(24, 37, 48, 0.75);
    margin: 0.5vw 0 0 0;
    height: 3vw;
    overflow: hidden;
	min-height:40px;
}

.prod_title {
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
    width: 100%;
    color: inherit;
    padding: 6px 0 6px 0;
    font-weight: 400;
    font-size: 1.4vw;
    line-height: 1.35vw;
}

.paymentposition .prod_title {
    float: left;
    width: 46%;
    font-size: 0.7vw;
    padding: 0;
    line-height: 3vw;
}

.paymentposition div#price {
    float: left;
    width: 27%;
    font-size: 1vw;
    padding: 0;
    line-height: 3vw;
}

i {
    font-style: normal;
}

.paymentposition .qua {
    float: right;
    width: 26%;
    margin-top: calc(1.5vw - 15px);
}

.button-tiny {
    font-size: 9.6px;
    height: 24px;
    line-height: 24px;
    padding: 0 12px;
}

.button-circle.button-tiny, .button-box.button-tiny, .button-square.button-tiny {
    width: 24px;
    height:24px;
    border-radius: 100%;
}

.button-circle, .button-box, .button-square {
    padding: 0 !important;
    width: 40px;
}

input#quantity {
    outline: none;
    border-radius: 50px;
    border: 2px solid #FFF;
    background: none;
    text-align: center;
    width: 2vw;
    font-size: 0.8vw;
}


input#quantity {
    outline: none;
    border-radius: 50px;
    border: 2px solid #FFF;
    background: none;
    text-align: center;
    width: 2vw;
    font-size: 0.8vw;
}

.paymentposition .buy_but {
    float: right;
}

.button {
    color: #666666;
    background-color: #eeeeee;
    border-color: #eeeeee;
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    line-height: 40px;
    height: 40px;
    padding: 0 40px;
    margin: 0;
    display: inline-block;
    appearance: none;
    cursor: pointer;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.button-circle {
    background-color: rgb(255, 236, 33);
    border-color: rgb(255, 236, 33);
    color: #333;
    font-size: 17px;
    line-height: 23px;
}

.button-caution {
    outline:none;
    background-color: rgb(255, 236, 33);
    border-color: rgb(255, 236, 33);
    color: #333;
    font-size: 17px;
    line-height: 23px;
    -webkit-box-shadow: 8px 8px 0 0 #000;
    box-shadow: 8px 8px 0 0 #000;
    font-weight: 700;
    text-align: center;
    max-width: 244px;
    -ms-flex-preferred-size: 244px;
    flex-basis: 244px;
    width: 100%;
    font-family: 'Roboto';
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.button-small {
    font-size: 12px;
    height: 30px;
    line-height: 34px;
    padding: 0 30px;
    color: #000;
    background: #ffec1f;
    border: none;
    -webkit-box-shadow: 8px 8px 0 0 #000;
    box-shadow: 8px 8px 0 0 #000;
    font-weight: 700;
    text-align: center;
    max-width: 244px;
    -ms-flex-preferred-size: 244px;
    flex-basis: 244px;
    width: 100%;
    font-family: 'Roboto';
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}



#rcontact {
    position:relative;
}

#rcontact::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 229px;
    width: 485px;
    background: url('/wp-content/themes/rukivverhlemon/assets/images/popup-decor.svg') no-repeat;
    z-index: -1;
}


.conteneur input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #333;
  }
  .conteneur input::-moz-placeholder { /* Firefox 19+ */
    color: #333;
  }
  .conteneur input:-ms-input-placeholder { /* IE 10+ */
    color: #333;
  }
  .conteneur input:-moz-placeholder { /* Firefox 18- */
    color: #333;
  }


  .incart {
    background-color: #404040!important;
    color: #fff!important;
    position: relative;
}

span.premove {
    float: right;
    color: #333;
    margin-top: 0;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    position: absolute;
    width: 33px;
    height: 33px;
    background: #fff;
    box-shadow: none;
    right: 20px;
    border-radius: 100%;
    top: calc(50% - 17px);
}

span.premove:after {
    content: '';
    width: 20px;
    height: 1px;
    background: #404040;
    position: absolute;
    left: 7px;
    top: 16px;
    transform: rotate(45deg);
}

span.premove:before {
    content: '';
    width: 20px;
    height: 1px;
    background: #404040;
    position: absolute;
    left: 7px;
    top: 16px;
    transform: rotate(-45deg);
}


.row_total::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 2px dashed rgba(0, 0, 0, 0.4);
}

.cart {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 20px;
    text-align: right;
}

.ptotal {
    margin-left: 5px;
}

.gocart {
    text-align: center;
}

input.error {
    border-bottom:2px solid red!important;
}

#price span {
    font-size:14px;
    font-weight: 300;
}

@media screen and (max-width:768px) {
    .sub-menu {
        position:relative!important;
    }

    .slideshow {
        margin-bottom: 30px!important;
    }

    .paymentposition {
        height:auto;
    }

    .paymentposition .prod_title {
        float: none;
        width: 70%;
        font-size: 13px;
        padding: 0;
        line-height: 20px;
        font-weight: bold;
    }


    input#quantity {
        outline: none;
        border-radius: 50px;
        border: 2px solid #FFF;
        background: none;
        text-align: center;
        width: 20px;
        font-size: 15px;
    }

    
    .paymentposition div#price {
        float: left;
        width: 50%;
        font-size: 15px;
        padding: 0;
        line-height: 3vw;
    }

    .paymentposition .qua {
        float: right;
        width: 30%;
        margin-top: calc(1.5vw - 15px);
        position: relative;
        top: -13px;
    }

    .cart {
        padding: 0 20px 20px;
    }

}


.popup__button em {
    display:none;
}

.divi {
    display:flex;
    flex-wrap: wrap;
}

.divi a {
    flex-basis: 24%;
    display:block;
    margin-bottom:20px;
    margin-right:20px;
}


.new_gallery {
    margin-bottom:50px;
}

@media screen and (max-width:767px) {
    .divi a {
        flex-basis: calc(50% - 20px);
    }

    .new_gallery {
        max-width: 90%;
        margin: 0 auto;
    }
}

.td-title {
    background: #ffec21;
}

@font-face {
    font-family: 'Pribambas';
    src: local('fonts/Pribambas Regular'), local('fonts/Pribambas-Regular'),
        url('fonts/Pribambas-Regular.woff2') format('woff2'),
        url('fonts/Pribambas-Regular.woff') format('woff'),
        url('fonts/Pribambas-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
  }

  .header a, .town__active {
    font-family: 'Pribambas'; 
  }

  @media screen and (min-width:1251px) and (max-width:1450px) {

    .nav a {
        font-size: 16px;
    }

    .tel {
        font-size: 16px;
    }

    /* .logo {
        max-width: 140px;
    } */
    .header {
        font-size: 16px!important;
        padding: 12px 10px 12px 140px!important;
    }

    .nav li + li {
        margin-left: 15px;
    }
    
}



@media screen and (min-width:1025px) and (max-width:1250px) {

    .nav a {
        font-size: 14px;
    }

    .tel {
        font-size: 14px;
    }

    .logo {
        max-width: 120px;
    }
    .header {
        font-size: 14px!important;
        padding: 12px 10px 12px 100px!important;
    }

    .nav li + li {
        margin-left: 15px;
    }

}


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

    .header {
        padding: 12px 50px 12px 120px!important;
    }

    .logo {
        max-width: 100px; 
    } 

    .nav ul {
    display: block; 
    } 

    .menu-opener {
        display: block!important;
    }

      .nav {
        position: fixed;
        top: 0;
        right: 0;
        background: #000;
        width: 100%;
        height: 100vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        transition: -webkit-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
        .nav.active {
          -webkit-transform: translateX(0);
          transform: translateX(0); }

          .nav ul {
            display: block!important;
        }

        .nav .sub-menu li + li {
            margin-left: 0!important;
        }

        .sub-menu {
            position: relative!important;
        }

}