@media screen and (max-width: 767px) {
    body{
        font-size: 17.5px;
        line-height: 27px;
    }

    .mobile-menu-wrapper .mobile-menu-container {
        width: calc(100% - 25px);
    }

    .mobile-menu-wrapper a {
        font-size: 23px;
    }

    .mobile-menu-wrapper .mobile-menu-container .menu li.menu-item-has-children a:first-of-type::after {
        width: 30px;
        height: 30px;
    }

    .mobile-menu-wrapper .mobile-menu-container .menu li.menu-item-has-children .sub-menu{
        margin-left: 20%;
    }
    .mobile-menu-wrapper .mobile-menu-container .menu li.menu-item-has-children .sub-menu a{
        font-size: 18.5px;
    }
    .mobile-menu-wrapper .mobile-menu-container .menu li.menu-item-has-children .sub-menu li:first-child{
        margin-bottom: 30px;
    }
    .mobile-menu-wrapper .mobile-menu-container .menu li.menu-item-has-children .sub-menu li{
        margin-bottom: 15px;
    }
    .mobile-menu-wrapper .menu-item-has-children.open .sub-menu {
        padding: 34px 0 15px 0;
    }

    #footer .footer-wrapper {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        justify-content: space-between;
        align-items: center;
    }

    #footer .footer-wrapper >div {
        margin-bottom: 25px;
    }

    .container {
        width: calc(100% - 50px);
    }
    #header .header-wrapper {
        padding: 25px 0;
        gap: 0 10px;
        height: auto;
        line-height: initial;
    }
    #header .header-wrapper .site-logo {
        width: 45%;
        height: 28.535px;
    }

    #header .header-wrapper .site-logo a svg {
        width: 130px;
        height: 28.535px;
    }

    #header .header-wrapper .menu-icon {
        width: 50%;
    }
    .product-list-container .product-grid {
        display: block;
    }

    .product-list-container .product-grid .product-card {
        border: 0;
        border-bottom: 1px solid #000;
        padding: 0;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .archive .product-list-navigation {
        margin-top: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .product-list-container .product-grid .product-card:first-child{
        padding-top: 0;
    }

    .product-list-container .product-grid .product-card:last-child{
        border-bottom: 0;
    }

    .product-card .product-description .product-title {
        font-size: 16.5px;
        line-height: 27px;
    }

    .product-card .product-description .product-title em {
        font-size: 17.5px;
    }

    .product-single .product-details .images-container {
        padding-top: 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: revert;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 25px 0;
    }

    .product-single .product-details .content {
        padding-top: 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: revert;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 35px 0;
    }

    .product-single .product-header ul li a, .section .header h2  {
        font-size: 25px;
        line-height: 32px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .product-single .product-details .content .content-header span {
        font-size: 25px;
    }

    .product-single .product-details .content .content-taxonamies .taxonamies .tax .tax-title {
        font-family: "Plus Jakarta Sans";
        font-size: 14px;
    }
    .product-single .product-details .content .content-contact button {
        font-size: 16.5px;
    }

    .galery-page .galery-details .content p.quote {
        font-size: 24px;
        line-height: 36px;
        quotes: initial;
        margin-right: 0;
    }

    .product-single .product-details .content .content-taxonamies {
        max-width: none;
    }

    .product-single .product-details .content .content-contact {
        width: 100%;
    }

    .product-single .product-details .content .content-taxonamies .taxonamies .tax .col {
        padding-left: 10px;
    }

    .form-search .search-entry {
        font-size: 42px;
        font-weight: 700;
        line-height: 42px;
    }

    .has-results {
        padding-top: 30px;
        font-size: 16.5px;
    }

    .product-single .product-header .tag span{
        font-size: 25px;
    }

    .archive .section .header.with-filter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: revert;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px 0;
        height: auto;
        line-height: 32px;
        padding-top: 15px;
        padding-bottom: 15px;
        align-items: start;
    }

    .archive .section .header.with-filter .link-filter {
        display: block;
        height: auto;
        line-height: inherit;
    }

    .archive .product-list-biography{
        padding-left: 0;
        padding-right: 0;
    }

    .fixed-search-content{
        padding: 0;
    }

    .fixed-search-head .close-cta {
        text-align: right;
        margin-top: 25px;
    }

    .product-card .product-description .product-title a{
        border-bottom: 0.08em solid #000;
    }

    .owl-carousel .owl-nav .owl-next img, .owl-carousel .owl-nav .owl-prev img {
        width: 20px;
        height: 20px;
    }

    .owl-carousel .owl-nav .owl-next {
        position: absolute;
        right: 0;
    }
    .owl-carousel .owl-nav .owl-prev {
        position: absolute;
        left: 0;
    }

    .modal-wrapper {
        width: 80%;
        height: 80%;
        padding: 25px 25px;
        background-color: #fff;
        overflow: scroll;
    }

    form textarea {
        font-size: 17.5px;
    }

    .galery-page .gallery-container{
        margin-top: 70px;
        display: block;
        
    }
    
    .galery-page .gallery-container .elemnt{
        padding: 0;
        margin-bottom: 35px;
    }
    
    .galery-page .gallery-container .elemnt img{
        width: 100%;
        height: auto;
    }

    form .form-action input[type="submit" i]{
        font-size: 25px;
    }

    #modal-slider .owl-carousel .slide {
        display: block;
        width: 100%;
        height: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        height: 82vw;
        width: auto;
    }

    .section .header {
        height: 70px;
    }

    .product-single .product-header .ph-left {
        gap: 25px;
    }

    .navig{
        gap: 25px;
    }
    
}

@media screen and (max-width: 500px) {
    #footer .footer-wrapper {
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: revert;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 25px 0;
        justify-content: inherit;
        align-items: inherit;
    }

    #footer .footer-wrapper >div {
        margin-bottom: 0;
    }

    .menu-icon {
        gap: 0 20px;
    }

    .menu-icon .action_btn {
        gap: 0 10px;
    }

    #secondary-navigation{
        margin-bottom: 90px;
    }
}