@media only screen and (min-width: 1400px) {
    .container {
        max-width: 100%;
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (min-width: 1601px) {}

@media (min-width: 1600px) {}

@media (min-width: 1400px) {
    .container {
        max-width: 90% !important;
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}

@media (max-width: 1366px) {
    .row-cols-md-4>* {
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
}

@media (min-width: 1200px) {}

/* ------------------------ SMALL DESKTOP ------------------------*/

@media only screen and (min-width:992px) and (max-width:1199px) {}

@media only screen and (min-width:768px) and (max-width:991px) {
    .sidecart-sec.filter-col {
        width: 30%;
    }
    .hometagline h1 {
        font-size: 2.2rem;
    }
    .hometagline h3 {
        font-size: 1.7rem;
    }
    .category-row {
        margin: 35px 0;
    }
}

@media only screen and (max-width:1024px) {
    .sidecart-sec.filter-col {
        width: 25%;
    }
    .login-panel ul li a {
        font-size: 13px;
    }
    .product-list ul li {
        width: 25%;
    }
}

/* ------------------------ Mobile ------------------------*/

@media only screen and (max-width:768px) {}

@media(max-width: 991px) {
    .row-cols-md-4>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    #header-sroll {
        display: none
    }
    .menu_sec-mobile {
        display: block
    }
    .logo img {
        max-width: 200px;
        max-height: 80px;
        padding: 0;
    }
    .menu_sec-mobile #wrap {
        margin: 0;
        display: inline-block;
        position: relative;
        height: 60px;
        padding: 0;
        position: relative;
        top: 0;
        right: 0;
        min-width: 28px;
    }
    .menu_sec-mobile input[type="text"] {
        height: 60px;
        font-size: 15px;
        display: inline-block;
        border: none;
        outline: none;
        color: #777;
        padding: 3px;
        padding-right: 60px;
        width: 0px;
        position: absolute;
        top: 0;
        right: 0;
        background: none;
        z-index: 3;
        transition: width .1s cubic-bezier(0.000, 0.795, 0.000, 1.000);
        cursor: pointer;
    }
    .menu_sec-mobile input[type="text"]:focus:hover {
        border-bottom: 1px solid #777;
    }
    .menu_sec-mobile input[type="text"]:focus {
        width: 350px;
        z-index: 1;
        border-bottom: 1px solid #777;
        background: #fff;
        cursor: text;
    }
    .menu_sec-mobile input[type="submit"] {
        height: 16px;
        width: 16px;
        display: inline-block;
        color: red;
        float: right;
        background-image: url(../images/search_icon.png);
        background-size: contain;
        text-indent: -10000px;
        border: none;
        position: absolute;
        top: 27px;
        right: 0;
        z-index: 2;
        cursor: pointer;
        opacity: 0.4;
        cursor: pointer;
        transition: opacity .4s ease;
    }
    .menu_sec-mobile input[type="submit"]:hover {
        opacity: 0.8;
    }
    .header-mobile-tabs--bottom {
        display: block
    }
    .product-ultra-grid .banner-url.even-banner .product-item-name {
        font-size: 1.7rem;
    }
    .product-ultra-grid .banner-url.odd-banner .banner-content .product-item-name {
        max-width: 90%;
    }
    .product-ultra-grid .banner-url .banner-content .product-item-name {
        font-size: 1rem;
    }
    .product-ultra-grid .banner-url {
        margin-bottom: 55px;
    }
    .product-ultra-grid .banner-url.odd-banner {
        margin-top: 30px;
    }
    .homevideo-sec {
        height: 350px;
    }
    .homevideo-sec video {
        width: 100%
    }
    .story-wrapper h2 {
        font-size: 1.7rem;
    }
    .categories-wrapper-2 h2 {
        font-size: 1.7rem;
    }
    .categories-wrapper h2 {
        font-size: 1.7rem;
    }
    .categories-items ul li .card .image-sec .card-img {
        max-height: 110px;
    }
    .categories-items ul li {
        margin: .5%;
        display: inline-block;
        width: 31.5%;
    }
    .catg-block {
        margin-bottom: 25px;
    }
    .catg-block a .figure {
        background-size: contain;
    }
    /* ....responsive-table.... */
    .my_cart_table table tr td {
        padding: 5px;
    }
    .my_cart_table .table thead th {
        vertical-align: bottom;
        border-bottom: 0;
        font-size: 18px;
    }
    .my_cart_table table tr td img {
        max-width: 100%;
        max-height: 75px;
    }
    .my_cart_table table tr td span {
        width: 25px;
        height: 25px;
        position: inherit;
        left: 0;
        top: 35%
    }
    .footable.breakpoint>tbody>tr.footable-detail-show>td>span.footable-toggle:before {
        content: "";
        background: url(../images/table_minus.png) no-repeat;
        width: 15px;
        height: 15px;
        position: absolute;
        right: 26px;
        top: 10%;
        background-size: cover;
    }
    .footable.breakpoint>tbody>tr>td>span.footable-toggle:before {
        content: "";
        background: url(../images/table_plus.png) no-repeat;
        width: 15px;
        height: 15px;
        position: absolute;
        right: 26px;
        top: 10%;
        background-size: cover;
    }
    .footable>thead>tr>th>span.footable-sort-indicator {
        display: inline-block;
        font-family: "Font Awesome 5 Pro";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        padding-right: 26px;
    }
    .footable-row-detail-name {
        display: table-cell;
        font-weight: bold;
        padding-right: 0.5em;
        vertical-align: top;
        width: 60px;
    }
    .footable-row-detail-value {
        display: table-cell;
    }
    .footable-row-detail-row {
        padding: 7px 0;
    }
    .my_cart_table table tr td.footable-first-column {
        padding-left: 60px;
    }
    /* ....responsive-table.end........ */
    .block-content {
        padding-right: 20px;
        border-right: 1px solid #d3d8dc;
    }
    .new-Checkout .review_area {
        margin-top: 40px;
    }
    .cursorshade {
        display: none !important
    }
    .product-list ul li {
        width: 33%;
    }
}

@media(max-width: 767px) {
    .hometagline h1 {
        font-size: 2rem;
    }
    .hometagline h3 {
        font-size: 1.5rem;
    }
    .category-row {
        margin: 35px 0;
    }
    .slider_sec .carousel-caption {
        left: 2%;
        padding: 13px;
    }
    .slider_sec .carousel-caption h1 {
        font-size: 1rem;
    }
    .slider_sec .carousel-caption p {
        font-size: 13px;
    }
    .row-cols-md-4>* {
        -ms-flex: 0 0 33.333%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #header-sroll {
        display: none
    }
    .menu_sec-mobile {
        display: block;
        border-bottom: 2px solid #f9f9f9;
    }
    .menu_sec-mobile #wrap {
        margin: 0;
        display: inline-block;
        position: relative;
        height: 60px;
        padding: 0;
        position: relative;
        top: 0;
        right: 0;
        min-width: 28px;
    }
    .menu_sec-mobile input[type="text"] {
        height: 60px;
        font-size: 15px;
        display: inline-block;
        border: none;
        outline: none;
        color: #777;
        padding: 3px;
        padding-right: 60px;
        width: 0px;
        position: absolute;
        top: 0;
        right: 0;
        background: none;
        z-index: 3;
        transition: width .1s cubic-bezier(0.000, 0.795, 0.000, 1.000);
        cursor: pointer;
    }
    .menu_sec-mobile input[type="text"]:focus:hover {
        border-bottom: 1px solid #777;
    }
    .menu_sec-mobile input[type="text"]:focus {
        width: 250px;
        z-index: 1;
        border-bottom: 1px solid #777;
        background: #fff;
        cursor: text;
    }
    .menu_sec-mobile input[type="submit"] {
        height: 20px;
        width: 20px;
        display: inline-block;
        color: red;
        float: right;
        background-image: url(../images/search_icon.png);
        background-size: contain;
        text-indent: -10000px;
        border: none;
        position: absolute;
        top: 27px;
        right: 0;
        z-index: 2;
        cursor: pointer;
        opacity: 1;
        cursor: pointer;
        transition: opacity .4s ease;
    }
    .menu_sec-mobile input {
        background-color: #fff
    }
    footer.page-footer .footer-title {
        margin-bottom: .7em;
    }
    .menu_sec-mobile input[type="submit"]:hover {
        opacity: 0.8;
    }
    .logo img {
        max-width: 200px;
        max-height: 70px;
        padding: 0;
    }
    .header-mobile-tabs--bottom {
        display: block
    }
    .product-ultra-grid {
        margin-top: 30px;
    }
    .product-ultra-grid .banner-url.odd-banner {
        margin-top: 15px;
    }
    .product-ultra-grid .banner-url.odd-banner .banner-content .product-item-name {
        max-width: 100%;
        display: block;
    }
    .product-ultra-grid .banner-url {
        margin-bottom: 50px;
    }
    .product-ultra-grid .banner-url.odd-banner .banner-content {
        margin-top: 20px;
    }
    .product-ultra-grid .banner-url.even-banner {
        padding-left: 0;
    }
    .product-ultra-grid .banner-url.even-banner .banner-content {
        position: initial;
        max-width: 100%;
        margin-top: 15px;
    }
    .product-ultra-grid .banner-url.even-banner .product-item-name {
        font-size: 1.2rem;
    }
    .product-ultra-grid .banner-url.even-banner .banner-content .price-box {
        width: 85%;
        margin: 15px 0;
    }
    .homevideo-sec {
        height: 240px;
    }
    .story-wrapper h2 {
        font-size: 1.7rem;
    }
    .categories-wrapper-2 .image_sec {
        width: 100%;
        text-align: center;
    }
    .categories-wrapper-2 .image_sec2 {
        justify-content: center;
    }
    .categories-wrapper-2 h2 {
        font-size: 1.7rem;
        order: 1;
        margin-bottom: 30px !important;
        text-align: center !important;
    }
    .categories-wrapper {
        margin: 0;
        padding: 0;
    }
    .categories-wrapper h2 {
        font-size: 1.7rem;
    }
    .categories-items ul li {
        margin: 40px 0 0 0;
    }
    .feature_sec h2 {
        font-size: 1.7rem;
    }
    .newsletter-home.newsletter-color .content h2 {
        font-size: 1.7rem;
    }
    .homevideo-sec video {
        width: 100%
    }
    .thumbnail-image {
        display: inline-block;
    }
    .thumbnails {
        width: 100%;
        margin-left: 0;
        order: 2;
    }
    .priview_sec {
        width: 100%;
    }
    .image-gallery .wistlist-sec {
        top: 16px;
        right: 25px;
        width: 35px;
        height: 35px;
    }
    .image-gallery .wistlist-sec a i {
        margin-top: 3px;
    }
    .recently-view h2 {
        font-size: 1.7rem;
    }
    .product-list ul li {
        width: 50% !important;
        margin: 0 !important;
    }
    /*.filter-col {
    position: absolute;
    margin: 0;
    padding: 0;
    border: 0;
}
.filter-col .navbar-toggler-icon {
    display: inline;
    font-size: 16px;
    color: #333;
}*/
    /*.sidecart-sec {

    width:100%;
    height:0;
}*/
    .filter-col {
        position: fixed;
        z-index: 999;
        background: #fff;
        right: 0;
        width: 100% !important;
        height: 100% !important;
        top: 0;
        padding: 40px 0 15px 0;
        -webkit-animation-duration: .6s;
        animation-duration: .6s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown;
    }
    .filter-col .btn {
        padding: 10px 40px;
        text-transform: uppercase;
        background: #f7f7f7;
    }
    .left_categories h5 {
        margin-bottom: 15px;
        padding: 10px;
        background: #fff;
        font-size: 1rem;
        letter-spacing: 0.07rem;
    }
    .sidecart-sec .closebtn {
        display: none
    }
    .body_overlay.filter-body {
        opacity: 0;
    }
    .customeselect .btn-dark {
        color: #000;
        background-color: transparent;
        border-color: transparent;
        float: right;
        margin-top: 10px;
    }
    .filter-col .filter-scroll>div {
        width: 100%;
    }
    .filter-close {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 45px;
        line-height: 22px;
        text-align: center;
        font-weight: 600;
        text-transform: uppercase;
        color: #000;
        font-size: 16px;
        padding: 10px 20px;
        text-align: right;
    }
    .filter-col .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: relative;
        min-width: 100%;
        max-width: 100%;
        white-space: nowrap;
        opacity: 1;
        display: inline-block !important;
        visibility: visible;
        box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
        background: #f3f3f3;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
    .filter-col .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 18px;
        font-weight: 600;
        padding: 15px 7px;
    }
    .filter-col .filter-scroll {
        display: block;
        -ms-flex-wrap: inherit;
        flex-wrap: inherit;
        overflow: auto;
        overflow-x: hidden;
        height: 100%;
        padding-right: 0;
    }
    range-slider {
        width: 94%;
    }
    .filter-scroll .navbar-nav li {
        border-right: none;
        margin: 0 6px;
    }
    .search-sec {
        width: 93%;
    }
    /* ....responsive-table.... */
    .my_cart_table table tr td {
        padding: 5px;
    }
    .my_cart_table .table thead th {
        vertical-align: bottom;
        border-bottom: 0;
        font-size: 14px;
        font-weight: 600;
    }
    .my_cart_table table tr td img {
        max-width: 100%;
        max-height: 75px;
    }
    .my_cart_table table tr td span {
        width: 25px;
        height: 25px;
        position: inherit;
        left: 0;
        top: 35%
    }
    .footable.breakpoint>tbody>tr.footable-detail-show>td>span.footable-toggle:before {
        content: "";
        background: url(../images/table_minus.png) no-repeat;
        width: 15px;
        height: 15px;
        position: absolute;
        right: 26px;
        top: 10%;
        background-size: cover;
    }
    .footable.breakpoint>tbody>tr>td>span.footable-toggle:before {
        content: "";
        background: url(../images/table_plus.png) no-repeat;
        width: 15px;
        height: 15px;
        position: absolute;
        right: 26px;
        top: 10%;
        background-size: cover;
    }
    .footable>thead>tr>th>span.footable-sort-indicator {
        display: inline-block;
        font-family: "Font Awesome 5 Pro";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        padding-right: 26px;
    }
    .footable-row-detail-name {
        display: table-cell;
        font-weight: bold;
        padding-right: 0.5em;
        vertical-align: top;
        width: 60px;
    }
    .footable-row-detail-value {
        display: table-cell;
    }
    .footable-row-detail-row {
        padding: 7px 0;
    }
    .my_cart_table table tr td.footable-first-column {
        padding-left: 60px;
    }
    /* ....responsive-table.end........ */
    .mbt-w {
        width: 100%;
        margin-bottom: 10px;
    }
    .my_cart_sec h2 {
        font-size: 1.7rem;
    }
    .login-sec h2 {
        font-size: 1.7rem;
    }
    .block-content {
        padding-right: 0;
        border-right: none;
        margin-bottom: 30px;
    }
    .new-Checkout .review_area {
        margin-top: 30px;
    }
    .new-Checkout .sw-theme-arrows>ul.step-anchor>li>a:after {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-top: 50px solid transparent;
        border-bottom: 50px solid transparent;
        border-left: 30px solid #f9f9f9;
        position: absolute;
        top: 50%;
        margin-top: -50px;
        left: 88%;
        z-index: 2;
    }
    .new-Checkout .sw-theme-arrows>ul.step-anchor>li.active>a:after {
        border-left: 30px solid #333 !important;
    }
    .new-Checkout .nav-tabs .nav-item span {
        display: none;
    }
    .new-Checkout .sw-theme-arrows>ul.step-anchor>li>a {
        text-align: center;
    }
    .new-Checkout .review_area .scroll-sec .table-bordered td:nth-child(1) {
        width: 10%;
    }
    .new-Checkout .review_area .table-bordered td,
    .table-bordered th {
        font-size: 13px;
    }
    .new-Checkout .review_area .scroll-sec .table-bordered td:nth-child(2) {
        width: 35%;
    }
    .new-Checkout .review_area .scroll-sec .table-bordered td:nth-child(4) {
        width: 30%;
    }
    .new-Checkout .review_area .scroll-sec {
        padding-right: 0;
    }
    .review_area img {
        max-height: 50px;
    }
    .new-Checkout .review_area .table-bordered td p {
        font-size: 15px;
        margin-bottom: 0;
    }
    /*.slider_sec .carousel-item{height:190px}*/
    .slider_sec .carousel-indicators li {
        margin-right: 8px;
        margin-left: 8px;
    }
    .instagram-sec ul li {
        width: 33.33%;
    }
    .custom_page_content .sidebar {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .graybg {
        padding: 1rem 0;
    }
}

/* ------------------------ Mobile XS ------------------------*/

@media (max-width: 575px) {
    .top_header .alert p a {
        font-size: .7rem;
    }
    /*.slider_sec .carousel-item{height:190px}*/
    .slider_sec .carousel-indicators li {
        margin-right: 8px;
        margin-left: 8px;
    }
    .categories-items ul li .card .image-sec .card-img {
        max-height: 300px;
    }
    .categories-items {
        width: 100%;
        margin-top: 35px;
    }
    .categories-wrapper .images-sec {
        height: 420px;
    }
    .categories-items ul li {
        margin: 0 0 35px 0;
        width: 100%;
    }
    .footer-block {
        margin-bottom: 15px
    }
    .bottom-footer-copyright {
        width: 100%;
        padding: 0 15px;
        margin-bottom: 20px
    }
    .bottom-footer-social {
        width: 100%;
        padding: 0;
        margin-bottom: 10px
    }
    .bottom-footer-social ul {
        padding: 0;
    }
    .bottom-footer-link {
        width: 100%;
        padding: 0 15px
    }
    .bottom-footer-link ul {
        padding: 0;
    }
    .details-sec .cart-sec button {
        width: 100%;
    }
    .btn-link {
        padding: 13px 10px !important;
    }
    .productlist-banner {
        height: 180px;
    }
    .priview_sec {
        width: 100%;
        height: 345px;
    }
    .instagram-sec ul li {
        width: 50%;
    }
    .product-list ul li {
        width: 100% !important;
        margin: 0 !important;
    }
    .product-list ul li .card .image-sec img {
        min-height: 270px;
        max-height: 270px;
    }
    .my_cart_sec .bottom_sec .btn {
        padding: 7px 9px;
    }
    .productcount {
        margin-top: 10px;
    }
    .specification-sec .table tbody tr {
        width: 49.33%;
    }
    .specification-sec .table th {
        height: 50px;
        line-height: 22px;
    }
    .left-newsletter {
        margin-bottom: 20px
    }
    footer.page-footer .footer-block img {
        margin-bottom: 20px;
    }
    .customeselect .selectall select {
        padding: 12px 10px 12px 0;
    }
    .return-item {
        float: left !important;
        padding: 0;
    }
}

@media (max-width: 320px) {
    .instagram-sec ul li {
        width: 100%;
    }
    .my_cart_sec .bottom_sec .btn {
        padding: 7px 4px;
        font-size: .8rem;
    }
    .hometagline h1 {
        font-size: 1.6rem;
    }
    .hometagline h3 {
        font-size: 1.2rem;
    }
}