@media screen and (max-width: 1199px) {
    .cart_table td.product-name {
        width: initial;
    }

    .main-menu > ul > li > a {
        padding: 25px 13px;
    }

    .ads-wrapper {
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .ads-wrapper .left-content {
        width: 310px;
    }

    .ads-wrapper .right-content {
        width: 300px;
        justify-content: flex-end;
    }

    .right-content .inner-content {
        padding: 20px 20px 20px 0px;
    }

    .middle-content {
        width: 300px;
    }

    .dif-products .product-wrapper {
        width: 25%;
    }

    .subscribe-wrapper {
        justify-content: space-between;
    }

    .subscribe-wrapper .left {
        display: none;
    }

    .subscribe-wrapper .middle {
        width: 50%;
    }

    .subscribe-wrapper .right {
        width: 50%;
    }
}

@media screen and (max-width: 1024px) {
    .sidebar.expanded {
        width: 60px;
    }

    .main-content.expanded {
        width: calc(100% - 70px);
    }

    .sidebar.responsive {
        width: 220px;
    }

    .main-content.responsive {
        width: 100%;
        margin-right: -230px;
    }

    .sidebar.expanded .toggle-hidden {
        visibility: hidden;
        opacity: 0;
    }

    .sidebar.responsive .toggle-hidden {
        visibility: visible;
        opacity: 1;
    }

    .sidebar.expandedli.active::after,
    .dashboard-wrapper .sidebar-menu li:hover::after {
        bottom: -30px;
        height: 30px;
        width: 30px;
        box-shadow: 25px -25px 0 10px #f1f3f8;
    }

    .sidebar.responsive li.active::after,
    .sidebar.responsive li:hover::after {
        bottom: -50px;
        height: 50px;
        width: 50px;
        box-shadow: 35px -35px 0 10px #f1f3f8;
    }

    .sidebar.expanded li.active::before,
    .sidebar.expanded li:hover::before {
        top: -30px;
        height: 30px;
        width: 30px;
        box-shadow: 25px 25px 0 10px #f1f3f8;
    }

    .sidebar.responsive li.active::before,
    .sidebar.responsive li:hover::before {
        top: -30px;
        height: 30px;
        width: 30px;
        box-shadow: 25px 25px 0 10px #f1f3f8;
    }

    .login-form.responsive-form {
        width: 100%;
        background-color: #00000078;
        height: 100vh;
        position: fixed;
        top: 0;
        display: grid;
        align-items: center;
        justify-content: center;
    }

    .login-form.responsive-form.show {
        visibility: visible;
        opacity: 1;
    }

    #myBtn {
        bottom: 65px;
        right: 15px;
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .header-middle.sticky {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        z-index: 997;
        -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
        -webkit-animation: fixedTopContent 0.4s;
        animation: fixedTopContent 0.4s;
    }

    .mobile-menu {
        display: flex;
        flex-direction: column;
        position: fixed;
        width: 330px;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 9999;
        overflow: hidden;
        overflow-y: auto;
        background-color: #fff;
        transition: transform 0.25s ease;
        -webkit-transform: translate3d(-330px, 0, 0);
        transform: translate3d(-330px, 0, 0);
    }

    .mobile-menu.show {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .mobilemenu-overlay {
        position: fixed;
        width: 100vw;
        height: 100vh;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 997;
        opacity: 0;
        background-color: rgba(0, 0, 0, 0.7);
        visibility: hidden;
        transition: opacity 0.25s ease, visibility 0s ease;
    }

    .mobilemenu-overlay.show {
        visibility: visible;
        opacity: 1;
    }

    .mobile-nav {
        display: flex;
        padding: 0 30px;
        background-color: #f7f7f7;
    }

    .mobile-nav-close {
        float: right;
        clear: both;
        position: absolute;
        line-height: 1;
        top: 22px;
        right: 24px;
        padding: 0;
        width: 20px;
        height: 20px;
        text-align: center;
        z-index: 99;
        color: #000;
    }

    .mobile-nav li {
    }

    .mobile-nav button {
        border: none !important;
        background-color: transparent !important;
        color: #000 !important;
        display: flex;
        align-items: center;
        position: relative;
        text-align: left;
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 0;
        padding-right: 0;
        margin-right: 1rem;
    }

    .mobile-nav button::after {
        content: "";
        display: inline-block;
        position: absolute;
        height: 2px;
        width: 100%;
        bottom: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        background-color: #e27641;
    }

    .mobile-nav button.active::after {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .single-menu {
        padding: 0 30px;
        /* margin-top: -1px; */
    }

    .single-menu > li {
        position: relative;
    }

    .single-menu > li button.dropdown-toggle {
        background: 0 0;
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        padding: 14px 0;
        line-height: 1;
        width: 40px;
        text-align: right;
        border: none;
        font-size: 16px;
        color: #000000;
        background-color: transparent;
    }

    .single-menu > li button.dropdown-toggle::after {
        font-family: technocy-icon;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        line-height: 1;
        vertical-align: middle;
        content: "";
        border: none;
    }

    ul.mobsub > li.has-mobsub {
        position: relative;
    }

    .single-menu li {
        border-top: 1px solid #ddd;
    }
    
    .single-menu>li:first-child {
        border-top: none;
    }
    
    .single-menu > li > a {
        display: block;
        padding: 15px 0;
        font-size: 14px;
        color: #222;
        text-transform: capitalize;
    }

    .single-menu > li > .mobsub {
        display: none;
    }

    .single-menu > li.has-mobsub .mobsub {
        display: none;
        padding-left: 15px;
    }

    .single-menu > li > .mobsub > li > a {
        font-weight: 400;
        line-height: 24px;
        display: block;
        padding: 12px 0;
        font-size: 14px;
        color: #666;
        text-transform: capitalize;
    }

    .single-menu > li > .mobsub > li > .mobsub > li > a {
        display: block;
        font-size: 15px;
        line-height: 24px;
        color: #666666;
        padding: 10px 0;
        text-transform: capitalize;
    }

    .category-menu {
        display: none;
    }

    .main-menu-area {
        display: none;
    }

    .header-bottom .inner-bottom {
        justify-content: space-between;
    }

    .mobile-menutoggler {
        display: block;
        width: 25px;
    }

    .main-search {
        margin: 10px 0;
    }

    .sidebar-area {
        display: flex;
        flex-direction: column;
        position: fixed;
        width: 330px;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 9999;
        overflow: hidden;
        overflow-y: auto;
        background-color: #fff;
        transition: transform 0.25s ease;
        -webkit-transform: translate3d(-330px, 0, 0);
        transform: translate3d(-330px, 0, 0);
        margin-bottom: 0 !important;
        background-color: #fff;
        padding: 10px;
        padding-top: 2.5rem;
    }

    .sidebar-area.show {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .sidebar-close {
        display: flex;
        position: absolute;
        right: 1rem;
        top: 0.8rem;
        align-items: center;
        line-height: 1;
        column-gap: 0.5rem;
        text-transform: capitalize;
    }

    .details-wrapper .main-area,
    .categories-wrapper .main-area {
        width: 100%;
        float: initial;
        margin-bottom: 1.6rem;
    }

    .sorting .filter-toggle {
        display: flex;
        align-items: center;
        column-gap: 6px;
        margin-right: 5px;
    }

    .mobile-fixer {
        display: block;
    }

    .header-bottom {
        display: none;
    }

    .middle-wrapper .contact-area {
        display: none;
    }

    .middle-wrapper {
        justify-content: space-between;
    }

    .middle-wrapper .login-cart-area {
        width: initial;
    }

    .middle-wrapper .login-wrapper {
        display: none;
    }

    .middle-wrapper .wishlist-wrapper {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .main-content .single-card {
        width: 50%;
    }

    .left-content .inner-content {
        padding: 20px 20px 10px 0px;
    }

    .right-content .inner-content {
        padding-right: 20px;
        padding-left: 20px;
        padding-bottom: 20px;
        padding-top: 10px;
    }

    .featured-thumb img {
        aspect-ratio: 1/0.66;
        object-position: left;
    }

    .single-cat {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .dif-products .product-wrapper {
        width: 33.33%;
    }

    .single-offer:hover .product-caption-bottom {
        display: none;
    }

    .single-offer:hover .pos-block {
        margin-bottom: 0;
    }

    .main-search {
        width: 300px;
    }

    .custom-row {
        display: flex;
        flex-wrap: wrap;
        display: none;
        column-gap: 0.5rem;
    }

    .dif-featured {
        display: none;
    }

    .custom-row > * {
        flex: 0 0 auto;
        width: calc(50% - 0.25rem);
    }

    .offer-section {
        overflow: hidden;
    }

    .main-slider .content-wrapper {
        padding: 0;
    }

    .ticker {
        margin-bottom: 20px;
    }

    .footer-middle .inner {
        padding: 35px 0 10px;
    }

    footer {
        margin-bottom: 85px;
    }
}

@media screen and (max-width: 767px) {
    .header-middle {
        padding: 15px 0;
    }

    .main-slider .image-wrapper {
        height: auto;
    }

    .dashboard-section .main-content .single-card {
        width: 100%;
    }

    footer {
        margin-bottom: 60px;
    }

    .login-cart-area {
        width: initial;
    }

    .widget-container {
        padding: 10px 0 10px 0;
    }

    .icon-box-title {
        padding: 2px 0;
    }

    .middle form button[type="submit"] {
        padding: 7px 22px 8px 22px;
    }

    .middle form input[type="text"] {
        padding: 8px 8px 8px 8px;
    }

    .subscribe-wrapper {
        flex-direction: column;
        grid-row-gap: 1.5rem;
    }

    .subscribe-wrapper .right .social-wrapper {
        margin-left: 0;
        justify-content: center;
    }

    .subscribe-wrapper .middle {
        max-width: 400px;
        width: 100%;
    }

    .subscribe-wrapper .right {
        width: 100%;
    }

    .ads-wrapper .middle-content {
        display: none;
    }

    .ads-wrapper {
        justify-content: center;
    }

    .right-content .inner-content {
        display: flex;
        align-items: center;
        column-gap: 1rem;
    }

    .ads-wrapper .right-content {
        width: 100%;
        justify-content: center;
    }

    .right-content .inner-content .coupon {
        margin-bottom: 0;
    }

    .left-content .inner-content {
        padding-left: 0 !important;
        align-items: center !important;
    }

    .logo-slider-section {
        padding: 30px 0;
    }

    .custom-row > * {
        width: 100%;
    }

    .main-slider .single-item {
    }

    .footer-title {
        margin-bottom: 20px;
    }

    .footer-bottom {
        padding-top: 15px;
        padding-bottom: 5px;
    }

    .footer-top {
        padding: 60px 0 20px;
    }

    .product_title {
        font-size: 20px;
    }

    .inventory_status {
        margin-bottom: 10px;
    }

    .posted_in {
        margin-top: 20px;
    }

    td.actions .coupon {
        float: initial;
        width: 100%;
        justify-content: center;
    }

    td.actions > button {
        width: 100%;
        margin-top: 1rem;
    }

    .actions button {
        padding: 0.5em 2em;
    }

    .actions input {
        padding: 0.45em 0.6em;
        font-size: 15px;
    }

    .featured-thumb img {
        aspect-ratio: 1/0.45;
    }

    .single-featured:last-child .featured-thumb img {
        aspect-ratio: 1/0.45;
    }
    
    .dashboard-wrapper .sidebar.expanded {
        display: none;
    }
    
    .dashboard-wrapper .main-content.expanded {
        width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .cat-image {
        margin-bottom: 6px;
    }

    body {
        font-size: 14px;
    }

    .fs-24 {
        font-size: 20px !important;
    }

    .star-rating span svg {
        width: 13px;
        height: 13px;
    }

    .star-rating > svg {
        width: 13px;
        height: 13px;
    }

    .star-rating {
        width: 82px;
    }

    img.new-arrival {
        padding: 0;
        padding-right: 10px;
    }

    .cat-title.fs-14 {
        font-size: 14px !important;
    }

    .sidebar-title {
        font-size: 20px;
    }

    .sidebar-menu li a {
        font-size: 16px;
    }

    .single-card .card-title {
        font-size: 18px;
        padding-top: 6px;
        padding-bottom: 6px;
        margin-bottom: 3px;
    }

    .single-card .card p.fs-16 {
        font-size: 14px !important;
    }

    ul.top-menu {
        display: none !important;
    }

    ul.pc.builder {
        margin-left: 79px;
    }

    .slider-btn {
        padding: 8px 20px;
    }

    .slider-title {
        line-height: 31px;
        font-size: 26px;
    }

    .week-deals-slider .single-offer {
        padding: 10px;
    }

    .dif-products .product-wrapper {
        width: 50%;
    }

    .single-offer {
        padding: 10px 10px 0;
    }

    .offer-content {
        margin: 15px 0;
    }

    .cat-tag a {
        margin-bottom: 2px;
        font-size: 14px;
    }

    .product-name .title {
        font-size: 14px;
        margin-bottom: 6px;
        line-height: 17px;
    }

    .star-rating::before {
        font-size: 14px;
    }

    .star-rating span::before {
        font-size: 14px;
    }

    .count-review {
        align-items: inherit;
    }

    .count-review {
        margin-bottom: 3px;
    }

    .login-form {
        left: 50%;
        right: auto;
        top: 1rem;
        transform: translateX(-50%);
    }

    .login-cart-area .pos-rel:first-child {
        position: initial;
    }

    .logo-slider .single-slide img {
        width: 80px;
    }

    .input-group {
        width: 55%;
    }

    h2.cat-title {
        height: 45px;
    }

    .footer-title {
        margin-bottom: 10px;
    }

    .footer-top {
        padding: 30px 0 0;
    }

    .logo-slider-section {
        padding: 20px 0;
    }

    .product-gallery {
        width: 100%;
    }

    .product-summary {
        width: 100%;
    }

    .checkout-review-order {
        padding: 20px 15px 20px;
    }

    .cart_table td {
        padding: 10px 10px 10px 0;
    }

    td.product-remove {
        padding: 10px 10px 10px 0;
        width: 38px;
    }

    td.product-thumbnail {
        width: 70px;
    }

    .cart_table th,
    .cart_table td:last-child {
        padding-right: 0 !important;
    }

    .cart_table td.product-name {
        font-size: 14px;
        line-height: 1.3;
    }

    .cart-wrapper .actions {
        flex-direction: column;
        justify-content: center;
    }

    .cart_totals .title {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .total_table th {
        font-size: 16px;
        padding: 0.5em 0;
    }

    .total_table td {
        font-size: 18px;
    }

    .checkout-button {
        padding: 0.6em 2.5em;
    }

    .single-featured .title {
        font-size: 18px;
    }

    .ticker {
        padding: 3px 7px;
        border-radius: 2px;
    }
}

@media screen and (max-width: 480px) {
    .password-form input {
        padding: 0.5rem;
        border-radius: 3px;
    }

    div.shrinked-row > div > div:nth-child(even) {
        font-size: 14px;
    }

    div.shrinked-row > div > div:nth-child(odd) {
        font-size: 14px;
    }

    .top .user-meta img {
        width: 40px;
        padding: 2px;
    }

    .icon-box-title a {
        font-size: 14px;
    }

    .icon-box-icon a {
        padding: 0 5px;
    }

    .slider-title {
        width: 100%;
    }

    .footer-bottom-menu li {
        margin-right: 20px;
    }

    .footer-bottom-menu li::after {
        right: -12px;
    }

    .single-statics .count-static {
        font-size: 36px;
        line-height: 45px;
    }

    .single-statics {
        column-gap: 1.5rem;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .main-search {
        width: 230px;
    }

    .main-search input[type="text"] {
        padding: 10px 12px;
    }

    .result-count {
        margin-right: auto;
    }

    .tablist button {
        margin: 0 5px;
    }

    .tablist button {
        font-size: 14px;
        padding-bottom: 10px;
    }

    .products-infotabs {
        padding: 15px;
    }

    .tab-pane > * {
        font-size: 14px;
    }

    .info-table.table > :not(caption) > * > * {
        padding: 0.5rem 0.8rem;
    }

    .custom-wrap {
        flex-wrap: wrap;
        grid-row-gap: 0.3rem;
    }

    .shop_table th {
        width: 65%;
    }

    .cart-wrapper .actions button {
        padding: 0.5em 1.5em;
    }

    .cart-wrapper .actions input {
        min-width: 200px;
    }

    .content-single-wrapper {
        padding: 10px;
    }
}
