@media all and (min-width: 412px) {
    .master-wrapper-content,
    .header-menu {
        width: 100%;
        margin: 0 auto;
    }
.thumbs-container .flickity-viewport {
    background-color: #fafafa;
    border: 1px dashed #ededed;
}
    .header-selectors-wrapper > div {
        display: inline-block;
        width: 30%;
        margin: 10px auto;
    }

    .ui-autocomplete img {
        display: inline;
    }

    .sidbox-container {
        padding-top: 0;
    }

    .wishlist-content .button-2 {
        display: inline-block;
        width: auto;
        min-width: 140px;
        margin: 0 1px 5px;
    }

    .enter-password-form input[type="password"] {
        width: 260px;
    }
    .product-filter {
        display: table-cell;
        vertical-align: top;
        text-align: right;
    }

        .product-filter.price-range-filter {
            width: 200px;
        }

        .product-filter .product-spec-group {
            float: right;
            margin: 0 0 10px 25px;
        }

            .product-filter .product-spec-group.product-spec-color {
                max-width: 190px;
            }

        .product-filter .group li.item {
            display: block;
            margin: 0;
        }

        .product-filter .group li.color-item {
            display: inline-block;
        }
    .forums-header {
        background-color: #f9f9f9;
        padding: 30px 20px 20px;
    }

    .ui-tabs-nav li {
        display: inline-block;
        min-width: 150px;
        margin: 0 5px -1px;
        /*override jQuery UI styles, do not delete doubled properties*/
        margin: 0 5px -1px !important;
    }

    .private-messages-page .buttons .button-1,
    .private-messages-page .buttons .button-2,
    .private-message-view-page .buttons .button-1,
    .private-message-view-page .buttons .button-2 {
        display: inline-block;
        width: auto;
        margin: 1px;
    }

    .topic-post .post-text {
        float: right;
        width: 90.5%;
        text-align: right;
    }

    .forum-group .forum-table th.latest-post,
    .forum-group .forum-table th.topics,
    .forum-group .forum-table th.posts,
    .forum-group .forum-table td.latest-post,
    .forum-group .forum-table td.topics,
    .forum-group .forum-table td.posts {
        display: table-cell;
    }

    .topic-group .forum-table th.latest-post,
    .topic-group .forum-table td.latest-post {
        display: table-cell;
    }

    .forum-table td.image {
        max-width: 40px;
    }

        .forum-table td.image div {
            max-width: 100%;
            background-size: contain;
        }
}

@media all and (min-width: 769px) {
    .sidbox-container {
        padding-top: 0;
    }
}

@media (max-width: 768px) {
.side-addtocard:not(.mini){
    display: none;
}
.side-addtocard .add-to-cart button{
    width: calc(100% - 20px) !important;
    position: fixed;
    bottom: 0;
    z-index: 999999;
    height: 70px;
    font-size: 1.3rem;
    left: 10px;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 0 10px #57575775;
}
    .product-selectors select {
        width: 100px;
        font-size: 0.7rem !important;
        margin: 0;
    }

    #products-pagesize {
        width: 10px;
        font-size: 0.7rem !important;
        margin: 0;
    }

    .row {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

        .row.modal-baseline {
            width: 100%;
            text-align: center;
            margin: 0 auto;
        }

    .cancle {
        display: none;
    }

    .modal-baseline .nextstep {
        text-align: center !important;
        margin: 0 !important;
        padding: 10px 0 !important;
        display: inline-block;
        width: 100% !important;
        flex: 100%;
        max-width: 100%;
    }

    .cross-sells .title strong {
        font-size: 0.7rem !important;
    }

    .megamenu {
        margin-left: 0;
        margin-right: 0;
        z-index: 999;
        height: ;
    }

    .order-summary-content .row {
        margin: 0;
    }

    .cart-shoppingbtns .common-buttons {
        padding: 10px 0 !important;
    }

    input.continue-shopping-button {
        margin-top: 10px
    }

    .megamenu > li {
        margin-bottom: 30px;
    }

        .megamenu > li:last-child {
            margin-bottom: 0;
        }

    .megamenu.dropdown-header {
        padding: 3px 15px !important;
    }

    .navbar-nav .open .dropdown-menu .dropdown-header {
        color: #fff;
    }
    .sidbox-container {
        padding-top: 0 !important;
    }

    .burger {
        display:block
    }
}       