@media screen and (max-width:1200px) {
    nav ul li a {
        margin: 0 10px;
        font-size:14px;
    }
    
    nav ul li input {
        
        width:160px;
        font-size:14px;
        padding:5px;
    }
}

@media screen and (max-width:1024px) {}

@media screen and (max-width:991px) {
    
    .sub-menu {
        position: static;
        display: none;
        padding-left: 20px;
        transition: inherit;
        transform:inherit;
    }
    .dropdown-icon {
        display: block;
        position: absolute;
        top: 3px;
        left: 166px;
        z-index: 2;
        color: #424242;
    }
    .top-menu-bar {
        display: block;
        z-index: 99;
        top:12px;
    }
    nav ul li {
        display: block;
    }
    nav ul li a {
        margin: 20px;
    }
    .main-navigation {
        position: fixed;
        background: #fff;
        height: 100%;
        width: 100%;
        overflow-X:scroll;
        top: 0;
        right: -100%;
        transition: 500ms ease all;
    }
    .main-navigation.open {
        right: 0;
    }
    .footer-links ul li a {
        color: #6b6b6b;
    }
    .footer-links {
        display: block;
    }
    .home_owl_slider .row {
        flex-direction: column-reverse;
    }
    nav ul li input {
        width: 100%;
    }
    .sticky .top-menu-bar {
        top: 12px;
    }
    .living-room-content {
        padding: 0;
    }
    .slider-content h1 {
        font-size: 40px;
        margin-bottom: 10px;
    }
    h2 {
        font-size: 35px !important;
    }
    h3 {
        font-size: 25px !important;
    }
    .living-room {
        padding: 160px 0 80px 0;
    }
    .contact-form,
    .Wrapper,
    .list-wrapper {
        margin-bottom: 30px;
    }
    .product-info-wrapper {
        padding-left: 0 !important;
    }
    .product-detail-wrapper {
        padding: 15px 0 !important;
    }
    .added__cart-table .list__cart-title {
        font-size: 13px !important;
    }
    .list-wrapper figure a {
        opacity: 1 !important;
    }
}

@media screen and (max-width:767px) {
    .whole-form-wrapper {
        width: 100% !important;
    }
    .second-col {
        padding: 0;
    }
    .block-link {
        margin-bottom: 30px;
    }
    .slider-content h1 {
        font-size: 30px;
        margin-bottom: 0;
        letter-spacing: 0;
    }
    .blog-listing,
    .checkout__section,
    .cart__inner__seciton,
    .product-detail-page,
    .main-footer,
    .subscribe-sec,
    .two-block-sec,
    .discount-sec,
    .living-room {
        padding: 40px 0 !important;
    }
    .living-room-content span {
        font-size: 16px;
    }
    .living-room-content h2 {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    h2 {
        font-size: 25px !important;
    }
    .title-wrapper {
        margin-bottom: 40px;
    }
    h3 {
        font-size: 20px !important;
    }
    .guest-btn {
        padding: 15px 0;
    }
    .join-content p {
        margin-bottom: 20px;
    }
    .overlay,
    .inner-page-desc,
    .inner-about-img {
        margin-bottom: 30px;
    }
    .inner-section-area-1.section-1 {
        padding: 0 !important;
    }
}

@media screen and (max-width:480px) {
    .circle img {
        height: 400px;
    }
    .discount-sec::before {
        width: 250px;
        height: 750px;
    }
    footer::before {
        width: 327px;
        height: 300px;
    }
    .block-link figure,
    .discount-wrapper figure,
    .living-image,
    .slider-image figure {
        height: 350px;
    }
    p {
        font-size: 15px;
    }
    .slider-content h1 {
        line-height: 40px;
    }
}