<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width:1200px) {
    .navigation .menu ul &gt; li &gt; a {
        padding: 7px 15px;
        display: block;
        color: #333;
        text-transform: capitalize;
        font-size: 13px;
        background: none;
    }

    .navigation_bar.stricky-fixed .fixed_left ul li {
        padding: 0px 9px;
    }
}

@media (max-width:1023px) {
    .nav-menu {
        width: 100%;
    }

    .navigation {
        width: 100%;
    }

    .navigation .navbar {
        display: block;
        padding-left: 0;
        margin-left: 10px;
    }

    .navigation_bar.stricky-fixed {
        padding: 0;
        position: relative;
    }

    .navigation .menu {
        display: none;
        overflow: hidden;
        overflow-y: visible;
        position: relative;
        z-index: 9999;
    }
    .navigation .menu{max-height: 480px; overflow: hidden; overflow-y: auto;}

    .navigation &gt; .menu ul &gt; li {
        float: none;
        padding: 0 !important;
        padding-bottom: 0;
        display: block !important;
    }

    .navigation .menu ul &gt; li &gt; a {
        padding: 7px 15px;
        font-size: 14px;
        margin: 0;
        border-right: 1px dashed transparent;
        color: #fff;
    }

    .navigation &gt; .menu {
        width: 100%;
        position: absolute;
        top: 100%;
        left: 15px;
        background: #1f1351;
        left: 0;
    }

    .navigation &gt; .menu ul &gt; li &gt; .cs-dropdown {
        position: relative !important;
        opacity: 1 !important;
        visibility: visible !important;
        top: auto !important;
        left: auto !important;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        width: 100%;
        display: none;
        transition: none !important;
      
    }
    .navigation .menu ul li.cs_mega ul.cs-dropdown {
        -webkit-columns: 1;
        -moz-columns:1;
        columns: 1;
    }

    .navigation &gt; .menu ul &gt; li &gt; ul.cs-dropdown,
    .navigation &gt; .menu ul &gt; li &gt; ul.cs-dropdown &gt; li &gt; .cs-dropdown {
        padding-top: 0px;
        padding-left: 0px;
        padding-bottom: 0px;
        display: none;
        transition: none;
        padding-right: 0px;
        width: 100% !important;
    }

    .menu ul {
        padding-bottom: 5px;
    }

    .menu ul &gt; li &gt; a {
        border-bottom: 1px solid #3a2980;
        color: #fff;
        display: block;
        font-size: 14px;
        padding: 0px 15px;
    }

    .menu ul .cs-submenu &gt; a {
        position: relative;
    }

    .menu ul .cs-submenu &gt; a &gt; button {
        display: block;
        position: absolute;
        top: 9px;
        right: 15px;
        background: #7fa409 none repeat;
        border: 1px solid #c4cab3;
        border-radius: 5px;
        color: #fff;
        font-size: 16px;
        height: 30px;
        outline: medium none;
        width: 30px;
        padding: 0;
        text-align: center;
        line-height: 15px;
    }

    .menu ul .cs-submenu &gt; a &gt; button {
        display: block;
        position: absolute;
        top: 0px;
        right: 15px;
        background: transparent;
        border: 1px solid transparent;
        border-radius: 5px;
        color: #fff;
        font-size: 13px;
        height: 30px;
        outline: medium none;
        width: 30px;
        padding: 0;
        text-align: center;
        line-height: 15px;
    }

    .navigation .menu ul &gt; li &gt; ul.cs-dropdown {
        border-top: 0;
    }
.navigation .menu ul li.cs_mega ul.cs-dropdown li article + article {
    border-left: 0px solid #eae4e2;
    min-height: inherit;
}

}

@media (max-width:980px) {
    .navigation .menu ul {
        float: right;
        width: 100%;
        text-align: left;
    }

    .nav-menu {
        margin-top: -60px;
    }

    .navigation &gt; .menu ul &gt; li {
        float: left;
        width: 100%;
        padding: 0 !important;
        padding-bottom: 0;
        display: block !important;
    }

    .navigation &gt; .menu ul &gt; li &gt; ul.cs-dropdown,
    .navigation &gt; .menu ul &gt; li &gt; ul.cs-dropdown &gt; li &gt; .cs-dropdown {
        padding-top: 0px;
        padding-left: 0px;
        padding-bottom: 0px;
        display: none;
        transition: none;
        padding-right: 0px;
        width: 100% !important;
        background: #666;
    }

    .navigation &gt; .menu ul &gt; li &gt; ul.cs-dropdown,
    .navigation &gt; .menu ul &gt; li &gt; ul.cs-dropdown &gt; li &gt; .cs-dropdown &gt; li &gt; .cs-dropdown {
        padding-top: 0px;
        padding-left: 0px;
        padding-bottom: 0px;
        display: none;
        transition: none;
        padding-right: 0px;
        width: 100% !important;
        background: #3a2980;
    }

    .menu ul {
        padding-bottom: 0px;
    }

    .navigation .menu ul &gt; li &gt; ul.cs-dropdown &gt; li &gt; ul.cs-dropdown {
        left: 100%;
        margin-top: 0;
        background: #523ea6;
    }
    
    .navigation .menu ul &gt; li &gt; ul.cs-dropdown &gt; li &gt; ul.cs-dropdown li a{border-bottom: 1px solid #6a54c8}
    

    .navigation .menu ul &gt; li &gt; ul.cs-dropdown &gt; li &gt; ul.cs-dropdown &gt; li &gt; ul.cs-dropdown {
        left: -100%;
        margin-top: 0px;
    }

    .navigation .menu ul &gt; li ul.cs-dropdown li {
        border: 0;
    }

    .navigation .menu ul &gt; li ul.cs-dropdown li a {
        color: #fff;
        display: block;
        font-size: 14px;
        padding: 7px 15px;
        border-bottom: 1px solid #ba028d;
    }

    .menu ul li.has-submenu &gt; a &gt; button {
        display: block;
        position: absolute;
        top: 6px;
        right: 15px;
        background: transparent;
        border: 1px solid transparent;
        border-radius: 5px;
        color: #fff;
        font-size: 13px;
        height: 30px;
        outline: medium none;
        width: 30px;
        padding: 0;
        text-align: center;
        line-height: 15px;
    }

    .navigation .menu ul &gt; li &gt; a i {
        padding-left: 0px;
        font-size: 14px;
    }

    .navigation .menu ul &gt; li ul.cs-dropdown li a i {
        float: none;
    }

    .navigation .menu ul &gt; li.cs_mega ul.cs-dropdown li a:hover {
        background: #f58321;
        color: #fff;
    }
}

@media (max-width:767px) {
    .navigation &gt; .menu ul &gt; li {
        float: left;
        width: 100%;
        padding: 0 !important;
        padding-bottom: 0;
        display: block !important;
    }

    .navigation .menu ul &gt; li.cs_mega ul.cs-dropdown .col-md-3 {
        width: 100%;
        height: auto !important;
        background: transparent !important;
        padding: 0 15px;
    }
    .offer_section ul{display: block;}
    .offer_section ul li{width: 100%; margin-bottom: 10px;}
    .category_section .content_title{font-size: 18px;}
    
    .banner_section a:before {
        top: 12.5px;
        right: 12.5px;
        bottom: 12.5px;
        left: 12.5px;
    }

    .banner_section a:hover:before {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .banner_1 {
        height: 170px;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .banner_1{
        position: relative;
        z-index: 1;
    }

    .banner_1:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000000;
        opacity: 0.7;
        content: "";
        z-index: -1;
    }
    .banner_section .banner_1 .banner_content{text-align: center;}
    .banner_section .banner_1 .banner_content p.normal-text{color: #fff;}
    .banner_section .banner_1 .banner_content p.underline-text{color: #fff; border-color: #fff;}
    .box-contant {
        width: 100%;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 20px;
        padding: 10px 25px;
    }
    .box-text{right: 10px;}
    .box-contant2{
        width: 100%;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 20px;
        padding: 10px 25px;
    }
    .shop_by_room{display: block;}
    .shop_by_room a:last-child{width: 100%;}
    .shop_by_room a{width: 100%; margin-bottom: 15px;}
    .shop_by_room a:last-child{display: block; width: 100%;}
    #popular .owl-nav .owl-prev {
        left: -10px;
    }

    #popular .owl-nav .owl-next {
        right: -10px
    }
     #arrvals .owl-nav .owl-prev {
        left: -10px;
    }

    #arrvals .owl-nav .owl-next {
        right: -10px
    }
    
     #trendy .owl-nav .owl-prev {
        left: -10px;
    }

    #trendy .owl-nav .owl-next {
        right: -10px
    }
    #testimonial .testimonial_box p{text-align: center;}
    .blog-post-item { float: left; width: 100%;
    padding-right: 0px;
    border-right:0px dashed #c4c3c3;
}
    .category_section .catagory_box .category_image{height: 320px;}
#quality .owl-nav .owl-prev, #popular .owl-nav .owl-prev{left: -10px;}
#quality .owl-nav .owl-next, #popular .owl-nav .owl-next{right: -10px;}
#trendy .owl-nav .owl-prev, #gallery-photo .owl-nav .owl-prev{left: -10px;}
#trendy .owl-nav .owl-next, #gallery-photo .owl-nav .owl-next{right: -10px;}
    .service_read_more_btn{padding: 10px 25px;}
}

@media (max-width:650px) {
    .header_topbar{padding: 7px 0;}
    .header_topbar ul li{margin-left: 8px;}
    .header_topbar ul li:first-child{margin: 0;}
    .header_topbar ul li:nth-child(n+2){padding-left: 8px;}
    .header .header_mid .top_login li{margin: 0 0 0 5px;}
    .navigation .navbar button {
        margin-top: -105px;
    }
    .header_mid .col-xs-7{padding-right: 0;}
    .typeahead__search-icon{padding: 0 10px;}
      .navigation .navbar {
        padding: 0px 0 0;
    }

    .product_listing {
        padding: 30px 0;
    }

    .nav-menu {
        width: 100%;
        margin-top: -60px;
    }

    .header .navigation_bar .top_right {
        margin: 0 0 7px
    }

    .navigation &gt; .menu ul &gt; li {
        float: left;
        width: 100%;
        padding: 0 !important;
        padding-bottom: 0;
        display: block !important;
    }

    .navigation .menu ul &gt; li &gt; a {
        padding: 0px 15px;
        font-size: 14px;
        border-right: 1px dashed transparent;
        color: #fff!important;
    }

    .navigation .menu ul &gt; li ul.cs-dropdown li a {
        color: #fff;
        display: block;
        font-size: 14px;
        padding: 0px 25px;
        border-bottom: 1px solid #523ea6;
    }

    .header .navigation_bar .top_right {
        margin: 0 0 7px;
    }

    .navigation .menu ul &gt; li.cs_mega ul.cs-dropdown li {
        border: 0;
        line-height: 25px;
    }

    .navigation .menu ul &gt; li.cs_mega ul.cs-dropdown li a {
        color: #fff;
    }

    

    .box_item .item_images {
        height: 220px;
    }

    .description02 h3 {
        height: 110px;
    }

    .cart_left table {
        border: 0;
    }

    .cart_left table thead {
        display: none;
    }

    .cart_left table tr {
        float: left;
        width: 100%;
        margin-bottom: 10px;
        display: block;
        border-bottom: 1px solid #ddd;
        padding: 0;
    }

    .cart_left table tbody th {
        display: none;
    }

    .cart_left table th:last-child {
        border-bottom: 0;
    }

    .cart_left table th:before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-weight: bold;
        color: #183883;
    }

    .cart_left table td {
        display: block;
        text-align: left;
        font-size: 13px;
        border-bottom: 1px dotted #ccc;
        float: left;
        width: 100%;
    }

    .cart_info {
        width: 80%;
    }

    .cart_left table tbody tr td:first-child {
        width: 100%;
    }

    .cart_left table td:before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-weight: bold;
        color: #fff;
        width: 100%;
        text-align: left;
        background: #f58321;
        padding: 5px 5px;
        margin-bottom: 5px;
        font-size: 14px;
    }

    .cart_info {
        float: left;
        text-align: left;
    }

    .payment-accept img {
        margin: 0px 8px 10px 0px;
        width: 45px;
    }

    .social {
        float: left;
    }

    .view_btn {
        margin-bottom: 20px;
    }
}

@media (max-width:480px) {
    

    /*    .navigation_bar.stricky-fixed .navbar button{margin-top: -45px;}*/
    .header .topbar .top_left &gt; li {
        padding: 0px;
    }

    .header .topbar .top_left &gt; li a {
        padding: 0px 15px;
        background: #333;
        color: #fff;
    }

    .header .topbar .top_left &gt; li a:hover {
        background: #f58321;
        color: #fff;
    }

    .navigation_bar.stricky-fixed .top_right {
        display: none;
    }

    .navigation_bar.stricky-fixed .logo {
        padding-top: 5px;
    }

    .navigation_bar.stricky-fixed .navigation .navbar {
        padding-top: 5px;
    }

    .nav-menu {
        width: 100%;
    }

    .navigation &gt; .menu ul &gt; li {
        float: left;
        width: 100%;
        padding: 0 !important;
        line-height: 35px;
        padding-bottom: 0;
        display: block !important;
    }

    .header .navigation_bar .top_right {
        margin: 0 0 7px;
    }
}
</pre></body></html>