/* ================= MOBILE (≤767px) ================= */
@media only screen and (max-width: 767px) {

    .mobile-menu-area {
        display: block;
    }

    .mean-container .mean-bar {
        position: absolute;
        width: 100%;
        z-index: 999;
        right: 0;
    }

    .mean-container a.meanmenu-reveal {
        right: 15px;
        top: -32px;
    }

    .mean-container .mean-nav {
        margin-top: 15px;
    }

    .header_account_list > a {
        position: absolute;
        right: 0;
        top: 11px;
    }

    .header_account_list {
        margin-right: 70px;
    }

    .header_account_area {
        margin-top: 0;
        margin-right: 70px;
    }

    .dropdown_search {
        width: 370px;
        background: #fff;
        display: none;
        border: 2px solid #ED7734;
        border-radius: 30px;
        position: absolute;
        top: 53px;
        left: -180px;
        z-index: 9;
    }

    .logo {
        width: 30%;
        margin-top: 0;
        position: relative;
        z-index: 1;
    }

    .cart-info {
        margin: 5px 0 0 35px;
    }

    .slider-area h1 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .slider-area p {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .slider-height-6,
    .slider-height-7,
    .slider-height-9,
    .slider-height-10,
    .slider-height-11,
    .slider-height-13,
    .slider-height-16,
    .slider-height-18,
    .slider-height-19 {
        height: 350px;
    }

    .header-right-nav {
        display: block;
        text-align: center;
    }

    .header-right-nav ul li {
        margin: 0 15px;
    }

    .img-responsive {
        max-width: 100%;
    }

    .single-static {
        padding: 25px 0;
    }

    .blog-post-content {
        position: initial;
        padding: 30px;
    }

    .modal-dialog {
        width: 98%;
        max-width: 100%;
        margin: auto 2%;
        padding: 35px 0;
    }

    .mini-cart-content {
        width: 300px;
        top: 45px;
        right: -30px;
    }

    .zoomContainer {
        width: 400px !important;
        height: 400px !important;
    }

    .contact-form {
        padding: 50px 30px;
    }
}


/* ================= SMALL MOBILE (≤575px) ================= */
@media only screen and (max-width: 575px) {

    .mean-container a.meanmenu-reveal {
        top: -29px;
    }

    .header_account_list > a {
        right: -15px;
    }

    .header_account_list {
        margin-right: 0;
    }

    .header_account_area {
        position: absolute;
        top: -40px;
        width: 100%;
        right: 12%;
    }

    .dropdown_search {
        width: 370px;
        left: -333px;
    }

    .cart-info {
        margin: 10px 0 0 35px;
    }

    .slider-area h1 {
        font-size: 24px;
    }

    .single-static {
        padding: 25px 5px 25px 30px;
    }

    .contact-link {
        display: none;
    }

    .zoomContainer {
        width: 350px !important;
        height: 350px !important;
    }
}


/* ================= EXTRA SMALL (≤479px) ================= */
@media only screen and (max-width: 479px) {

    .dropdown_search {
        width: 300px;
        left: -180px;
    }

    .header_account_area {
        right: 16%;
    }

    .slider-area h1 {
        font-size: 20px;
    }

    .zoomContainer {
        width: 300px !important;
        height: 300px !important;
    }
}


/* ================= TABLET (768px–991px) ================= */
@media only screen and (max-width: 991px) and (min-width: 768px) {

    .mobile-menu-area {
        display: block;
    }

    .mean-container .mean-bar {
        position: absolute;
        width: 100%;
        z-index: 999;
    }

    .mean-container a.meanmenu-reveal {
        right: 20px;
        top: -35px;
    }

    .header_account_list > a {
        position: absolute;
        right: 0;
        top: 11px;
    }

    .header_account_area {
        margin-right: 70px;
    }

    .dropdown_search {
        width: 370px;
        right: -100px;
        top: 60px;
    }

    .slider-area h1 {
        font-size: 32px;
    }

    .slider-height-6 {
        height: 400px;
    }
}


/* ================= SMALL DESKTOP (992px–1169px) ================= */
@media only screen and (min-width: 992px) and (max-width: 1169px) {

    .header_account_list > a {
        position: absolute;
        right: 0;
        top: 11px;
    }

    .dropdown_search {
        width: 500px;
        right: 0;
        top: 60px;
    }

    .slider-height-6 {
        height: 450px;
    }
}


/* ================= GLOBAL FIX ================= */
@media (max-width: 993px){
    .cart-view{
        margin-right: -12%;
    }
    .login-signup{
        margin-right: -5%;
    }
}

@media only screen and (max-width: 575px){
    .search-logo{
        right: -35px !important;
    }
}
