@media screen and (min-width:768px) {


    body .alg-wc-wl-responsive .alg-wc-wl-view-table tr {
        display: grid;
        border-bottom: 1px solid #ECECEC;
        grid-template-columns: 1fr 30px 30px 30px;
    }

    body .alg-wc-wl-responsive .alg-wc-wl-view-table tr td.product-stock {
        grid-row: 3;
        grid-column: 3;
        border: none !important;
    }

    body .alg-wc-wl-responsive .alg-wc-wl-view-table tr td.add-to-cart-btn {
        grid-row: 3;
        grid-column: 4;
        border: none !important;
    }

    body .alg-wc-wl-responsive .alg-wc-wl-view-table tr td.product-removal {
        grid-row: 3;
        grid-column: 5;
        border: none !important;
    }

    body .alg-wc-wl-responsive .alg-wc-wl-view-table tr td.product-name {
        grid-column: span 5;
    }

    body .alg-wc-wl-responsive .alg-wc-wl-view-table tr td.product-price {
        grid-column: span 5;
    }

    body .blog-teaser-items {
        grid-template-columns: repeat(3, 1fr);
    }

    body .main-footer .right {
        width: 100%;
        padding-right: 0px;
    }

    body .col-full {
        margin: 0 auto;
    }

    body .teaserwrapper .wp-block-group__inner-container>.wp-block-columns {
        flex-flow: column;
    }

    body .teaserproducts ul.products li {
        width: 50% !important;
    }

    body .homeslider .slick-prev,
    body .homeslider .slick-next {
        height: 40px;
    }

    body .homeslider .slick-slide span {
        font-size: 70px;
        line-height: 88px;
    }

    body .homeslider .slick-prev {
        left: 10px;
    }

    .homeslider .slick-next {
        right: 10px;
    }

    button.menu-toggle {
        text-decoration: none !important;
        background: none !important;
        color: white;
        font-size: 13px;
        line-height: 20px;
        text-transform: uppercase;
        font-weight: 600;
        padding: 11px 0 9px;
        outline: none;
        position: fixed;
        border: 0;
        top: 30px;
        right: 20px;
        height: 40px;
        width: 40px;
        text-indent: -99999px;
        display: block;
    }

    button.menu-toggle::before {
        transform: translateY(-10px);
    }

    button.menu-toggle::after {
        transform: translateY(10px);
    }

    button.menu-toggle::before,
    button.menu-toggle::after,
    button.menu-toggle span::before {
        height: 2px !important;
        width: 40px !important;
        background-color: #c6c6c6;
        content: "";
        display: block;
        height: 2px;
        width: 14px;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -1px;
        transition: all, ease, .2s;
        border-radius: 3px;
    }

    .main-navigation::before {
        content: '';
        background: rgba(0, 0, 0, .5);
        position: fixed;
        position: fixed;
        right: 0;
        top: 0;
        transition: opacity .2s cubic-bezier(.25, 0, .25, 1);
        opacity: 0;
        z-index: -1;
    }

    button#site-navigation-menu-toggle.toogled:before {
        transform: rotate(45deg);
    }

    button#site-navigation-menu-toggle.toogled:after {
        transform: rotate(-45deg);
    }

    button#site-navigation-menu-toggle.toogled span::before {
        display: none;
    }

    a.logo {
        z-index: 999;
    }

    .mainnav_container {
        height: 0;
        position: fixed;
        background-color: black;
        transition: all 500ms;
        left: 0;
        top: 105px;
        z-index: 998;
        width: 100vw;
        display: flex;
        transform: translateY(-110px);
        flex-flow: column;
        padding: 0px;
    }

    .mainnav_container.opened {
        min-height: calc(100svh - 105px);
        transform: translateY(0px);
        overflow: auto;
        padding-bottom: 100px;
    }

    .menu-main-container>ul {
        flex-flow: column;
        width: 100%;
        padding: 0 !important;
        display: flex;
        gap: 0px !important;
        transition: all 500ms;
        height: 0;
        opacity: 0;
        visibility: hidden;
    }


    .mainnav_container.opened .menu-main-container>ul {
        height: auto;
        opacity: 1;
        visibility: visible;
        margin-top: 50px !important;
    }

    .mainheader #primary>li.active>.dropdown-toggle {
        transform: rotate(180deg);
    }

    .mainheader #primary>li.active>ul {
        display: block !important;
    }

    .mainheader .inner-width>.right {
        display: none;
    }

    .mainheader .mainnav_container.opened .right {
        display: flex;
        width: 100%;
        padding: 20px;
        flex-flow: column;
        gap: 30px;
        margin-top: 40px;
    }

    .mainheader {
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .mainheader .bg {
        top: 0;
    }

    .mainheader .right {
        display: flex;
        width: 100%;
        padding: 20px 0;
        gap: 10px;
        justify-content: space-between;
    }

    .mainheader .iconnav {
        display: flex;
        flex-wrap: wrap;
        grid-gap: 15px;
        align-items: center;
        margin-left: 0;
        justify-content: space-between;
    }

    .mainheader #primary>li:first-child {
        border-top: 1px solid #eeefef;
    }

    .mainheader #primary>li {
        border-bottom: 1px solid #eeefef;
        padding: 10px 0px;
    }

    .mainheader #primary>li>a {
        margin-left: 20px;
        margin-right: 20px;
    }

    .mainheader #primary>li>ul {

        position: relative;
        top: initial;
        left: initial;
        transform: none;
        background-color: transparent;
    }

    .mainheader #primary>li>ul a {
        color: #ffffff;
    }

    .mainheader #primary>li button.dropdown-toggle {
        display: inline-flex;
        background: none;
        color: #ffffff;
        font-size: 20px;
        position: relative;
        padding: 0;
        width: 60px;
        height: 60px;
        outline: none;
        position: absolute;
        right: 0px;
        top: 0;
        align-items: center;
        justify-content: center;
    }

    .mainheader #primary>li button.dropdown-toggle:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        line-height: inherit;
        vertical-align: baseline;
        content: "";
    }

    .mainheader #primary>li:hover>ul {
        flex-flow: column;
    }

    .mainheader #primary>li ul.sub-menu {
        display: none;
        padding-bottom: 0;
    }

    .mainheader #primary>li>ul>li {
        border-top: 1px solid #636268;
        padding: 10px 20px;
    }

    .mainheader #primary>li ul.sub-menu.opened {
        opacity: 1;
        height: auto;
        visibility: visible;
        transform: translateY(0%);
        margin: 20px 0;
    }

    .mainheader .right input[type="search"],
    .account-left .search-form input[type="search"] {
        width: 100%;
    }

    body .homeslider .slick-slide img {
        height: 100%;
        object-fit: cover;
        width: 100%;
    }

    body .homeslider .slick-slide .inner-width {
        /* top: 0; */
    }

    body.home .filters.standard-filters .header {
        flex-wrap: wrap;
    }

    body #main .account-right {
        width: 100%;
        margin: 0;
        padding-left: 0;
    }

    body #main .account-left {
        width: 100%;
    }

    .woocommerce-account.logged-in #main .woocommerce,
    .woocommerce-cart.logged-in #main .woocommerce,
    .woocommerce-checkout.logged-in #main .woocommerce {
        flex-direction: column-reverse;
    }

    .account-info {
        position: absolute;
        top: 0;
        width: calc(100% - 40px);
    }

    body.page-template-template-fullwidth-php .woocommerce-MyAccount-content .woocommerce-Address {
        width: 100% !important;
    }

    body .awf-preset-wrapper,
    body .single-product-wrapper .filter-wrapper {
        width: 100%;
    }

    form.awf-filters-form {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    form.awf-filters-form>div {
        width: 49%;
    }

    body .products.grid li,
    body .teaserproducts ul.products li {
        width: calc(100% / 2) !important;
    }

    body.tax-product_cat .products-and-filter div.products,
    body .single-product-wrapper .product-content {
        width: 100%;
        padding-left: 0;
    }

    body .single-product-wrapper {
        margin-top: 185px;
    }

    body .single-product-wrapper .product-image {
        margin: 0 auto;
    }

    body .single-product-wrapper .product-info {
        width: 100%;
        padding-left: 0;
    }

    .single-product form.cart {
        gap: 10px;
    }

    body .timeline-container>span {

        font-size: 20px;
        line-height: 30px;
    }

    body .timeline-container {
        margin-bottom: 80px;
    }

    body .team-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width:768px) and (max-width:840px) {

    #page .wp-element-button,
    .timeline-wrapper .slick-arrow,
    .woocommerce-form button[type="submit"],
    a.button,
    .woocommerce-Button,
    .button,
    button,
    #main .woocommerce-info .button,
    #main .alg-wc-wl-tablink,
    #main .delete-customized-wishlist,
    .single-product-wrapper .add-to-compare,
    .tab-buttons button,
    .algwcwishlistmodal .page__btn,
    #main .checkout-button,
    #main #payment .place-order .button,
    #main .custom-file-label,
    #main .wpcf7-submit {
        padding: 7px 10px !important;
    }

    table.cart th,
    table.cart td {
        padding: 1.618em 10px !important;
    }

    #page .wp-element-button,
    .timeline-wrapper .slick-arrow,
    .woocommerce-form button[type="submit"],
    a.button,
    .woocommerce-Button,
    .button,
    #main .woocommerce-info .button {

        padding: 7px 14px !important;

    }

    table.cart td.actions .coupon {

        float: none !important;
    }

}

@media (min-width:1100px) and (max-width:1200px) {
    .home .homeslider .slick-dots {
        bottom: 50vh;
    }

}

@media screen and (max-width:1100px) {
    body.home .filters.standard-filters {
        position: relative;
    }

    .home .filters.standard-filters .filters [data-mode] {
        display: flex;
        justify-content: center;
    }

    body.home .filters.standard-filters label:has(.filter) {
        flex: 0 0 calc(50% - 15px);
    }

    body .footer-links+.footer-links>div:first-child {
        display: none;
    }

    body footer .mb-100 {
        margin-bottom: 0;
    }

    body .products-and-filter .woocommerce-ordering {
        margin-top: 15px;
        margin-right: 0;
    }

    body .products.list .product-icons,
    body .products.list .product-icons form {
        gap: 10px;
    }

    body .products.list .product-icons input[type="number"],
    body .products.list .product-icons form input[type="number"] {
        margin-right: 0;
    }

    body .login-buttons {
        gap: 10px;
    }

    .page-template-template-fullwidth-php .col2-set#customer_login .col-2:first-child,
    .page-template-template-fullwidth-php .col2-set.addresses .col-2:first-child {
        width: 100%;
    }

    body .products-and-filter div.products {
        width: 100%;
    }

    body .filters.normal-filters {
        max-width: 100%;
        flex: 1;
    }


}