/* Tablet css */


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

	.pd-top {
		padding-top: 0;
	}

	.header_scroll {
		position: static;
	    padding: 0;
	    animation: none;
	    background: transparent;
	}

	.mob-btn {
	  display: block;
	  position: absolute;
	  top: 50px;
      right: 50px;
	}


	/* Staart toggle */

    .mob-btn i {
        color: #f47920;
        font-size: 20px;
        padding-right: 20px;
        border-right: 1px solid #000;
        margin-right: 10px;
    }


    .mob-tel {
        position: absolute;
        left: 15px;
        transform: translateY(-50%);
        top: 50%;
        font-size: 20px;
        color: #f47920;
    }

    .toggle-menu {
        background-color: transparent;
        border: none;
        cursor: pointer;
        display: inline-block;
        outline: none;
        padding: 0;
        pointer-events: initial;
        position: relative;
        vertical-align: middle;
        width: 30px;
        z-index: 10;
      }
    .toggle-menu span {
        background-color: #000;
        content: "";
        display: block;
        height: 2px;
        left: calc(50% - 13px );
        position: absolute;
        top: calc(50% - 1px );
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  -webkit-transform 0.2s linear;
        transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear;
        transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear, -webkit-transform 0.2s linear;
        width: 26px;
      }
    .toggle-menu span:before, .toggle-menu span:after {
        background-color: #000;
        content: "";
        display: block;
        height: 2px;
        position: absolute;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  -webkit-transform 0.2s linear;
        transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear;
        transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear, -webkit-transform 0.2s linear;
        width: 26px;
      }
    .toggle-menu span:before {
        top: 7px;
    }
    .toggle-menu span:after {
        top: -7px;
    }
   .toggle-menu.active span {
        background-color: transparent;
        transition: background 0.2s ease-out;
    }
    .toggle-menu.active span:before, .toggle-menu.active span:after {
        transition: top 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
        transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;
        transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
        background: #112020;
    }
    .toggle-menu.active span:before {
        top: 0;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
    }
    .toggle-menu.active span:after {
        top: 0;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
    }

    .header-wrap .logo {
    	width: 75px;
    	top: 25px !important;
    }

    header {
    	padding: 0;
    	position: relative;
    }

    .l-nav,
    .r-nav {
		width: 100%;
	    text-align: center;
	    background: #fff;
	    display: none;
    }

    .header_scroll .menu li {
    	padding: 15% 0px !important;
    }

    .l-nav {
    	padding-top: 145px;
    }

    .r-nav {
    	padding-bottom: 50px;
    }

    .current-menu-item a {
    	border-bottom: none;
    }


    .header-wrap .menu {
    	display: inline-block;
    }

    .header-wrap .menu li a {
    	font-size: 25px;
    	line-height: 32px;
    }
    .header-wrap {
    	padding: 0;
    }

    .cloud-1, .cloud-2 {
    	width: 17%;
    }

    main {
    	width: 100%;
    }

    .v_text h1, .v_text h2, .v_text h3, .v_text h4, .v_text h5 {
    	font-size: 60px;
    	line-height: 56px;
    }

    .video_section p {
    	font-size: 14px;
    	line-height: 31px;
    }

    .r_v_img,
    .l_v_img {
    	display: none;
    }


	.video_section {
	    padding-top: 220px;
	}


    .video_section video {
    	width: 103%;
    }

    .v_text {
	    top: 28%;
	}

	.heading {
	    max-width: 85%;
	}

	.heading h1 {
		font-size: 32px;
		line-height: inherit;
	}

	.h_product {
	    padding: 7% 0 0;
	}

	.prslider.pr_grid {
        padding: 3.5% 0 11% !important;
    }

    .swiper-button-next, .swiper-button-prev {
        top: auto;
        bottom: 25px;
    }

    .h_product .swiper-button-prev {
        left: 45% !important;
    }

    .h_product .swiper-button-next {
        right: 45% !important;
    }

    .swiper-button-next:after {
        width: 40px;
        min-width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 50%;
        box-shadow: 0px 3px 6px #00000029;
        display: inline-block;
        background: #fff;
        font-size: .9375vw;
        font-weight: 500;
        color: #6e542b;
    }

    .swiper-button-prev:after {
        width: 40px;
        min-width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 50%;
        box-shadow: 0px 3px 6px #00000029;
        display: inline-block;
        background: #fff;
        font-size: .9375vw;
        font-weight: 500;
        color: #6e542b;
    }

    .prslider {
        width: 95%;
        margin: 0 0 0 auto;
    }

	.owl-dots {
		display: none;
	}
	.product_details h3 {
		font-size: 16px;
		line-height: 26px;
	}

	.pr_grid .product_img {
	    padding: 20px 20px 10px;
	}

	.crunches p {
		font-size: 15px;
	    line-height: 28px;
	    padding: 0 60px;
	}

	.crunches p br {
		display: none;
	}

	.crunc_img {
	    max-width: 85%;
	}

	.c_img_main {
	    width: 80%;
	}

	footer {
		padding: 3.7% 35px;
	}

	.copy {
		width: 100%;
		order: 3;
		padding-top: 3.5%;
	}

	.f_wrap a {
	    padding: 0;
	}

	.f_wrap p, .f_wrap a {
	    font-size: 14px;
	}

	.f_links li a {
		padding-right: 45px;
	}

	.f_links li:last-child a {
		padding-right: 0;
	}

	.f_links {
		order: 1;
	}

	.f_social {
		order: 2;
		flex-wrap: nowrap;
	}

    /* Produc page */

    #home-product {
        display: inline-block;
    }

    .product_page {
        padding: 22% 60px 9%;
    }

    .product_page .heading h1 {
        font-size: 40px;
        line-height: 56px;
    }

    .product_page .heading p {
        font-size: 15px;
        line-height: 31px;
    }

    .pr_grid {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }

    .pr_grid .item {
        margin-top: 15px;
    }

    /* Single */

    .single-pr-img {
        padding-right: 0;
    }

    .single-product-desc, .single-pr-img {
        width: 100%;
    }

    .product_title-mobile {
        display: block;
        font-family: 'LondrinaSolid-Regular';
        font-weight: normal;
        font-size: 40px;
        line-height: 56px;
        color: #234A9A;
        margin: 0;
        padding-bottom: 3%;
    }

    .single-pr-img {
        text-align: center;
    }

    .single-flex-wrap {
        padding: 22% 60px 7%;
    }

    .single-product-desc {
        margin-top: 5%;
    }

    .single-pr-img img {
        width: 70%;
    }

    .single-product-desc .product_title {
        display: none;
    }

    .single-product-desc .woocommerce-product-details__short-description {
        font-size: 14px;
        line-height: 26px;
    }

    .single_atributes li div {
        font-size: 12px;
    }

    .single_atributes li p {
        font-size: 16px;
    }
    .product-social-share ul li a {
        font-size: 16px;
    }

    /* About us */

    .about-us {
        padding: 20% 50px 7%;
    }

    .a-left, 
    .a-right {
        width: 100%;
        text-align: center;
    }

    .a-right img {
        min-width: 100%;
    }

    .about-section-first .flex-wrap {
        flex-direction: column-reverse;
    }

    .a-left h1 {
        font-size: 50px;
        line-height: 86px;
    }

    .a-left p {
        font-size: 15px;
        line-height: 28px;
    }

    .about-list li h2 {
        font-size: 30px;
        line-height: 43px;
        margin: 5% 0;
    }

    .about-list li p {
        font-size: 14px;
        line-height: 27px;
        width: 92%;
    }

    .about-last-section {
        margin-top: 7%;
    }

    /* Contact page */

    .contact-wrap {
        padding: 20% 70px 7%;
    }

    .contact-wrap .flex-wrap {
        flex-direction: row-reverse;
    }
    .c_info h1 {
        font-size: 40px;
        line-height: 43px;
    }

    .c_info,
    .c_map {
        width: 50%;
        padding-left: 0;
    }
    .c_map {
        padding-left: 4%;
    }
    .c_info_list {
        flex-wrap: wrap;
    }
    .c_info_list li {
        width: 100%;
    }
    .c_info_list span {
        font-size: 14px;
        line-height: 38px;
    }

    .c_info_list p, .c_info_list a {
        font-size: 15px;
        line-height: 30px;
    }
    .c_info_list li {
        width: 100%;
        margin-bottom: 25px;
    }
    .c_info_list li:last-child {
        margin-bottom: 0;
    }

    .desk_form {
        display: none !important;
    }
    .mobile_form {
        display: flex !important;
    }

    .custom-form input {
        height: 60px;
    }
    .custom-form label,
    .custom-form input {
        font-size: 15px;
    }
    .custom-form input:focus + label, .custom-form input.has-value + label, .custom-form textarea:focus + label, .custom-form textarea.has-value + label {
        font-size: 10px;
    }
    .custom-form textarea {
        height: 16vw;
    }
    .custom-form button {
        font-size: 19px;
        height: 60px;
    }
	
}
