@media screen and (max-width:1199px) {

    html,
    body {
        overflow-x: hidden;
    }

    .desktop_menu {
        display: none;
    }

    .mobil-menu {
        display: block;
    }

    .mobil-menu .mobil_header .row {
        display: flex;
        align-items: center;
    }

    .mobil-menu .mobil_header button {
        width: 20%;
        margin-left: 1rem;
        border: 0px;
        background: none;
        border-radius: 10px;
    }

    .mobil-menu .mobil_header button svg {
        width: 30px;
        height: 30px;
    }

    .mobil-menu .mobil_header .mobil_logo {
        padding: 10px;
        width: 80%;
        float: right;
    }
    .product_bar #searchbtn,
    .product_bar #sidebar-wrapper,
    .product_bar #sidebarToggle {
        visibility: visible;
        display: inline-block;
        width: 100%;
        border-radius: 0px;
        margin-bottom: 1rem;
    }

    footer.footer {
        padding: 15px;
    }

    footer.footer .bottom,
    footer.footer .social-media,
    footer.footer .center {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    footer.footer .top {
        flex-direction: column-reverse;
    }

    footer.footer .center ul,
    footer.footer .top .box {
        width: 100%;
        margin-bottom: 1rem;
    }

    footer.footer .social-media button {
        margin-top: 1rem;
        width: 80%;
    }

    footer.footer .bottom .box ul li {
        margin: 5px;
        font-size: 14px;
    }

    .product_search .nav.nav-pills .nav-item {
        width: 50%;
    }

    .product_search .nav.nav-pills .nav-item .nav-link {
        margin-inline: 0;
        margin: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .product_search .box .row .logo_box {
        display: none;
    }

    .product_search .box .row .form_one,
    .product_search .box .row .form_two {
        margin: 15px 0 20px 0;
    }

    .product_search .box .row .form_two .btn,
    .product_search .box .row .form_two input,
    .product_search .box .row .form_two select,
    .product_search .box .row .form_one .btn,
    .product_search .box .row .form_one input,
    .product_search .box .row .form_one select {
        width: 49% !important;
        max-width: 49%;
        margin: 0 0.757%;
        margin-bottom: 0.3rem;
        height: 55px;
    }

    .product_search .box .row .form_two .btn #img_one,
    .product_search .box .row .form_one .btn #img_one {
        width: 15%;
    }

    .input-group {
        align-items: center;
        justify-content: flex-end;
    }

    .product_search .box .row {
        padding: 0 10px;
    }

    .product_search .box .row .basket_box .btn.btn_basket.desktop {
        display: none;
    }

    .product_search .box .row .basket_box .btn.btn_basket.mobil {
        display: inline-block;
    }

    .mobil-menu .mobil_header .btn.btn_basket.mobil {
        margin: 0px 25px 0 15px;
    }

    .mobil-menu .mobil_header .btn.btn_basket svg {
        width: 44px;
        height: 44px;
    }

    .mobil-menu .mobil_header .btn.btn_basket #piece {
        top: 6%;
        right: 31%;
        font-size: 14px;
        width: 20px;
        height: 20px;
		        color: white;
    }

    /* .mobil-menu .mobil_header .user_box {
        margin: 0 13px 0 20px;
    } */

    .mobil-menu .mobil_header .user_box svg {
        width: 30px;
        height: 30px;
    }

    #page-content-wrapper .back_img img {
        width: auto;
        height: 100%;
    }

    .img-text .text {
        position: absolute;
        top: 1%;
        left: 2.5%;
        font-size: 36px;
        z-index: 33;
        width: 95%;
        padding: 10px;
    }

    .img-text .text h4 {
        margin: 0 0 0.5rem 0;
        font-size: 24px;
    }

    .img-text .text h4 b {
        display: inline-block;
        margin: 0 0 0.5rem 0;
        padding: 10px;
    }

    .img-text .text p {
        font-size: 14px;
        line-height: 24px;
        text-align: justify;
    }

    #page-content-wrapper .text-box {
        position: absolute;
        top: 25%;
        left: 2.5%;
        color: white;
        font-size: 36px;
        z-index: 33;
        width: 95%;
    }

    .product_bar #page-content-wrapper {
        width: 100%;
    }

    .about {
        margin: 3rem auto;
    }

    .about .left h4 b {
        display: inline-block;
        padding: 10px;
        margin-bottom: 0.5rem;
    }

    .about .left p {
        margin: 1rem 0;
    }

    .product_search {
        /* display: none; */
        visibility: hidden;
        height: 0px;
        overflow: hidden;
        padding: 0;
    }
    .product_search.active {
		        visibility: visible;
        height: fit-content;
        overflow: hidden;
    padding: 18px 0;
}
    .about .right {
        margin-top: 1rem;
    }

    .img-text .img img,
    .img-box img {
        width: auto;
        height: 100%;
    }

    .img-box .text {
        width: 90%;
        margin: 0 5%;
    }

    .product_bar .filter_input_box .filter_input {
        margin-inline: 5px;
    }



    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding: 0;
    }

    .img-text .CardSwiper {
        margin: 4rem auto;
    }

    .img-text .CardSwiper .card {
        width: 79%;
    }

    .contact-form .row .bottom svg {
        margin: 1rem 0;
    }

    .contact-form .wrapper .contact-wrap {
        padding: 2rem 0;
    }

    .contact-form {
        margin-top: rem;
    }

    .blog {
        margin: 3rem auto;
    }

    .product_bar .products_box .card-horizontal .text_box {
        justify-content: space-around;
        padding: 20px 0 5px 0;
    }

    .product_bar .products_box .card-horizontal a,
    .product_bar .products_box .card-horizontal {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 10px;
    }
.product_bar #sidebar-wrapper{
	    margin-left: -100%;
	    width: 100% !important;
	}
	#page-content-wrapper .back_img{
	overflow-x: hidden;
	}
    .product_bar #searchbtn,
	.product_bar #sidebar-wrapper, .product_bar #sidebarToggle{
	    width: fit-content;
	    margin-bottom: 0;
	    padding: 20px 0;
	}
	
	.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl{
	    justify-content: end;
	    background: var(--blue);
	    padding: 0px 10px !important;
        justify-content: space-between !important;
	}
    .product_bar #sidebar-wrapper .list-group {
        width: 0;
        overflow: hidden;

    }
    .accordion{
        padding: 0% !important;
    }
}

@media screen and (min-width:1200px) and (max-width:1536px) {

    .product_search .nav.nav-pills {
        margin-left: 5.6rem;
    }

    .product_search .box .row .logo_box {
        padding: 0 35px;
    }

}
