@media (max-width: 1500px) {
    .main_navigation .main-menu>.menu-item>a {
        padding: 20px 12px;
    }
}

@media screen and (min-width: 1366px) and (max-width: 1500px) {
    a.custom-logo-link img {
    width: 250px;
}
.header .topbar .header_action>ul>li {
    margin: 0 0px 0 10px;
}
}




@media screen and (min-width: 992px) and (max-width: 1200px) {
    .welcome_text span {
        font-size: 13px !important;
    }
}


@media screen and (min-width: 993px) and (max-width: 1024px) {
    a.custom-logo-link {
        flex-shrink: 0;
        width: 200px;
    }
}

@media (max-width: 1199px) {
    .container-fluid {
        padding: 0 3%;
    }

    .header .topbar .header_action>ul>li {
        margin-left: 15px;
    }

    .header .topbar .search-form .input-group {
        width: 250px;
    }

    .discount_box {
        padding-left: 40px;
        padding-right: 40px;
    }

    .main_navigation .main-menu>.menu-item>a {
        padding: 20px 8px;
        font-size: 15px;
    }
}



@media (max-width: 991px) {
    .header .topbar .search-form {
        order: 3;
        width: 100%;
    }

    .header .topbar .search-form .input-group {
        width: 100%;
        margin-bottom: 20px;
    }

    .header .topbar .search-form .location {
        margin-top: 0;
    }

    /*.main_navigation .hamburger {
        display: flex;
    }*/
    .search-form .hamburger {
        display: flex;
    }

    .main_navigation .main-menu {
        display: block;
        position: fixed;
        left: -100%;
        top: 0;
        height: 100%;
        overflow-y: auto;
        width: 250px;
        background-color: var(--thm-color-one);
        transition: 0.5s all;
        z-index: 100;
    }

    .main_navigation .main-menu.open {
        left: 0;
    }

    .main_navigation .main-menu>.menu-item>a {
        width: 100%;
        padding: 15px;
        border-bottom: 1px solid var(--thm-white);
        color: var(--thm-white);
        font-size: 14px;
        justify-content: space-between;
        display: flex;
    }

    .main_navigation .main-menu .menu-item-has-children>.sub-menu {
        position: relative;
        top: 0;
        display: none;
        opacity: 1;
        visibility: visible;
        width: 100%;
    }

    .main_navigation .main-collapse-wrap {
        display: none;
    }

    .user_info_box {
        padding: 0;
    }

    .account_sidebar {
        border-right: 0;
    }

    .account_sidebar>ul>li a:after {
        width: 100%;
        height: 2px;
        bottom: 0;
        top: auto;
        right: 0;
    }

    .account_sidebar.style_2>ul>li a {
        margin-bottom: 30px;
    }

    .checkout_items {
        border-left: 0;
        border-top: 1px solid var(--thm-border);
    }

    .checkout_items .items_box {
        padding-left: 0;
    }

    .order_list_box {
        padding: 0;
        padding-bottom: 40px;
    }

    .order_user_details .details_box {
        border-bottom: 1px solid var(--thm-border);
    }

    .cart_table .cart_product {
        width: 300px;
    }

}


@media screen and (min-width: 1366px) and (max-width: 1500px) {
.topbar ul.navbar-nav > li > a {
    padding: 24px 12px !important;
}
.search-dropdown {;
    width: 280px;}
}

@media screen and (min-width: 1366px) and (max-width: 1495px) {

 .grid-4 .product-card .product-info .product-category {
    height: 50px;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: left;
    width: 100% !important;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    width: 100%;
    margin-top: 20px;
}
}

@media (max-width: 1366px) {
.search-dropdown button i {
    color: #fff;
}
}

@media screen and (min-width: 1200px) and (max-width: 1366px) {
  .search-dropdown {
    position: absolute !important;
    top: -88px;
    z-index: 9999;
    border-color: #fff;
    left: 50px;
    }
    header.header {
        position: inherit !important;
    }
    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
        float: left;
        width: 100% !important;
    }
    .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
        width: 100%;
        margin-top: 20px;
   }
    .offer-strip {
        text-align: left;
        padding: 16px 0px;
    }
    .topbar ul.navbar-nav > li > a {
        padding: 24px 10px !important;
    }
    a.custom-logo-link img {
        width: 284px;
    } 
    .topbar ul.navbar-nav > li > a {
        padding: 24px 18px !important;
    } 
    .discount_box {
        height: 100%;
    } 
    .product-category {
    height: 60px;
}
}



@media screen and (min-width: 1100px) and (max-width: 1200px) {
  .search-dropdown {
    position: absolute !important;
    top: -88px;
    z-index: 9999;
    border-color: #fff;
    left: 16px;
    }

    header.header {
        position: inherit !important;
    }
    .offer-strip {
        text-align: left;
        padding: 16px 0px;
    }
    .topbar ul.navbar-nav > li > a {
        padding: 24px 10px !important;
    }
    a.custom-logo-link img {
        width: 284px;
    } 
    .footer .ft_widget {
    padding-left: 0px;
    }
    .discount_box {
        height: 100%;
    }
    .products-grid.grid-4 {
    grid-template-columns: repeat(3, 1fr);
} 
.view-controls button.view-btn {
    display: none;
}
}


@media screen and (min-width: 1024px) and (max-width: 1100px) {
.search-dropdown {
    position: absolute !important;
    top: -88px;
    z-index: 9999;
    border-color: #fff;
    left: 19px;
}
header.header {
    position: inherit !important;
}
.offer-strip {
    text-align: left;
    padding: 16px 0px;
}
.topbar ul.navbar-nav > li > a {
    padding: 24px 10px !important;
}
a.custom-logo-link img {
    width: 260px;
}
.footer .ft_widget {
    padding-left: 0px;
}
.products-grid.grid-4 {
    grid-template-columns: repeat(2, 1fr);
}
.view-controls button.view-btn {
    display: none;
}
}




@media screen and (min-width: 992px) and (max-width: 1024px) {
.custom-logo-link {
    flex-shrink: 0;
}
.search-dropdown {
    position: absolute !important;
    top: -88px;
    z-index: 9999;
    border-color: #fff;
    left: 22px;
}
header.header {
    position: inherit !important;
}
.offer-strip {
    text-align: left;
    padding: 16px 0px;
}
.topbar ul.navbar-nav > li > a {
    padding: 24px 10px !important;
}
a.custom-logo-link img {
    width: 242px;
}
.products-grid.grid-4 {
    grid-template-columns: repeat(2, 1fr);
}
.shop-section .col-md-3 {
    flex: 0 0 28%;
    max-width: 28%;
    padding-right: 0px;
}

.shop-section .col-md-9 {
    flex: 0 0 72%;
    max-width: 72%;
}
.view-controls button.view-btn {
    display: none;
}
}

@media screen and (min-width: 767px) and (max-width: 993px) {
.footer .ft_widget {
    padding-left: 0px;
}
.banner .banner_content {
    padding-left: 75px;
}
.track-order-box {
    list-style: none;
}
.mobile-center {gap: 42px !important;}

.track-order-box a span {
    display: none;
}
section.section-padding .col-lg-6:first-child .discount_box {
    margin-bottom: 20px;
}
.categories-sec .section-header .title {
    justify-content: flex-start;
}
.categories-box {
    grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
}
.categories-sec .categories_block {
    width: 225px;
}
.categories-sec .categories_block {
    height: 100%;
}
.newsletter_text .title {
    font-size: 26px;
}
.products-grid.grid-4 {
    grid-template-columns: repeat(2, 1fr);
}
.shop-section .col-md-3 {
    flex: 0 0 28%;
    max-width: 28%;
    padding-right: 0px;
}

.shop-section .col-md-9 {
    flex: 0 0 72%;
    max-width: 72%;
}
.company-profile-new .stats-grid {
    gap: 10px;
}
.company-profile-new .stat-item {
    padding: 30px 10px;
}
.company-profile-new .stats-grid {
    grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
}
#customer_details .col-1 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding: 0px !important;
}
#customer_details .col-2 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
    margin-top: 30px;
}
.woocommerce-MyAccount-navigation {
    margin-right: 0px;
}
.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 62%;
}
}



@media (max-width: 993px) {
    .mobile-center {
        gap: 22px;
    }
        .contact_map {
    margin-top: 30px;
}
    .filter-section.category-filter {
    position: relative;
    }

    span.filter-toggle-icon {
        position: absolute;
        top: -6px;
        right: 0;
    }
    .mobile-menu-list li a {
        padding: 10px 0;
    }

    .mobile-menu-list {
        margin-top: 30px;
    }
    .amazon-wrap {
    display: none;
    }
    .view-controls button.view-btn {
        display: none;
    }
    .sidebar-filter {
    padding-right: 0px;
}
}


@media (max-width: 767px) {
.discount_text {
width: 100%;
}
.track-order-box {
    list-style: none;
}
.mobile-center {gap: 30px;}

.track-order-box a span {
    display: none;
}
.track_order p.form-row {
    flex-wrap: wrap;
    width: 100%;
}

.track_order p.form-row label {
    margin-bottom: 0px;
}

.track_order p.form-row button.button {
    margin-top: 10px;
}
.newsletter-form{
    width: 100%;
}
.newsletter-form .es-field-wrap.ig-es-form-field label.es-field-label {
    width: 100%;
}
.newsletter-form .es_form_wrapper input {
    width: 100%;
}
.newsletter-form .es_form_wrapper {
    max-width: 100% !important;
}
.page-id-13 form.woocommerce-cart-form {
    width: 100%;
}
.page-id-13 .cart-collaterals {
    width: 100%;
}
.woocommerce-box {
    flex-wrap: wrap;
}
.page-id-13 .woocommerce {
    flex-wrap: wrap;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 100% !important;
}
.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 100% !important;
}
.why-grid{
    grid-template-columns: repeat(2,1fr);
}
section.choose-us-sec h3.title {
    justify-content: center;
}
.woocommerce-cart-form__cart-item.cart_item td.product-thumbnail {
display: block;
text-align: left !important;
}
.hero-content {
    padding: 20px;
}
.why-card{
    border-right: none;
}
.woocommerce-cart-form__cart-item.cart_item td.product-thumbnail:before {
    display: none;
}
.woocommerce-cart .coupon {
    flex-wrap: wrap;
}
.woocommerce-cart .coupon button {
    padding: 14px 18px;
}
.woocommerce-cart button[name="update_cart"]{
    margin-left: 0px;
}

.woocommerce-cart-form__cart-item.cart_item td.product-remove {
    text-align: left !important;
    position: absolute;
    right: 14px;
    top: 20px;
    background: transparent !important;
    border: transparent;
}

.woocommerce-cart-form__cart-item.cart_item {
    position: relative;
}
    .woocommerce-cart .product-name a {
    text-align: left;
}
    .cart-drawer {
    width: 300px;
    }
    .cart-info h4 {
    font-size: 14px;
}
.product-details-wrapper .action-buttons .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
}
    .company-profile-new .hero-brand-item {
    width: calc(50% - 10px);
}
.woocommerce-info a.woocommerce-Button.wc-forward.button {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.woocommerce-account .woocommerce {
    margin-left: 0px !important;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    max-width: 100%;
}
.cart_totals {
    padding: 15px;
}
#customer_details .col-1 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding: 0px !important;
}
#customer_details .col-2 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
    margin-top: 30px;
    padding: 0px !important;
}
.company-profile-new .stats-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.company-profile-new .hero-image-wrapper {
    max-width: 100%;
    width: 100%;
}
.hero-image-section {
    margin-top: 60px;
}
    .filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.product-image-wrapper {
    height: auto;
}

/* Icon styling */
.filter-toggle-icon {
    font-size: 20px;
    font-weight: bold;
}
    .products-grid.grid-4 {
    grid-template-columns: repeat(2, 1fr);
}
    .categories-sec .section-header .title {
        justify-content: flex-start;
    }

    .copyright img {
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 16px;
        display: block;
    }

    .copyright p {
        text-align: center;
    }

    .footer .ft_widget .ft_title {
        margin-bottom: 20px;
    }

    .footer-logo {
        margin-bottom: 15px;
    }

    .footer-logo img {
        width: 300px;
    }

    .newsletter_text .newsletter-box {
        text-align: center;
        margin-bottom: 20px;
    }

    .newsletter_text .newsletter-box h2.title {
        margin-bottom: 0px;
    }

    .categories-sec .categories_block {
        box-shadow: none;
        border-radius: 0px;
        border: 1px solid #ccc;
    }

    .newsletter_text {
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }

    .discount_box {
        padding: 20px;
    }

    h4 {
        font-size: 28px;
    }

    section.section-padding .col-lg-6:first-child .discount_box {
        margin-bottom: 20px;
    }

    .banner .section-padding {
        padding: 80px 0;
    }

    .banner .banner_content .title {
        font-size: 30px;
    }

    .offer-strip {
        padding: 6px 0px 3px;
    }

    .footer .ft_widget {
        padding-left: 0px;
    }

    .banner .banner_content {
        padding-left: 10px;
    }

    .ratings_block .rating_bar {
        padding-left: 40px;
    }

    .order_user_details .details_box {
        border-right: none;
    }

    .post_details .post_author .text {
        width: 100%;
    }

    .custom-logo-link img {
        width: 200px !important;
    }
}


@media (min-width: 576px) {
    .border-sm-0 {
        border: none !important;
    }
}

@media screen and (min-width: 575px) and (max-width: 767px) {
.categories-sec .categories_block {
    width: 275px;
}
}

@media (max-width: 575px) {
    .categories-sec .categories_block {
        width: 100%;
    }
    .why-grid{
    grid-template-columns: repeat(1,1fr);
}
    .product-details-wrapper .action-buttons .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
}
    .company-profile-new .hero-brand-item {
        width: calc(100% - 0px);
    }
    .company-profile-new .hero-brand-item figure img {
    width: 100%;
}
    .products-grid.grid-4 {
        grid-template-columns: repeat(1, 1fr);
    }
    .categories-box .slide-item {
        width: 100%;
    }

    .equipment-sec .discount_text h4.title {
        font-size: 30px;
    }

    .header .topbar .header_action ul>li.user a img,
    .header .topbar .header_action ul>li.cart .cart_text {
        display: none;
    }

    .header .topbar .header_action ul>li>a {
        font-size: 14px;
    }

    .header .topbar .search-form .location {
        margin-right: 0;
        width: 100%;
    }

    /*.header .topbar .search-form form {
        flex-wrap: wrap;
    }*/

    .header .topbar .header_action ul>li.user a {
        font-size: 12px;
    }

    .header .topbar .header_action ul>li.cart .cart_value {
        width: 12px;
        height: 12px;
        font-size: 10px;
        left: -4px
    }

    /*Testimonals*/
    .testimonial_block {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 50px;
    }

    .testimonial_block .testimonial_image {
        width: 100px;
        height: 100px;
        margin-top: -50px;
        margin-bottom: 20px;
    }

    .testimonial_block .testimonial_comment {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .testimonial_block .testimonial_footer {
        max-width: 95%;
    }

    .testimonial_block .testimonial_footer .quote_icon {
        width: 40px;
        height: 60px;
        font-size: 18px;
        margin-left: 30px;
    }

    /*Newsleter*/
    .newsletter_text .title {
        font-size: 28px;
    }

    .newsletter_text .input-group .form-control:not(:last-child) {
        border-radius: 8px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .newsletter_text .input-group-append {
        width: 100%;
        border-radius: 8px;
        margin-top: 10px;
    }

    .newsletter_text .input-group-append .thm-btn {
        width: 100%;
        justify-content: center;
    }

    .login_register_box .box_inner {
        padding: 20px;
    }

    .login_register_box .box_inner .title {
        font-size: 26px;
        line-height: normal;
        margin-bottom: 20px;
    }

    .login_register_box .box_inner .form-group {
        margin-bottom: 20px;
    }

    .login_register_box .box_inner label {
        font-size: 16px;
    }

    .contact_map,
    .contact_form {
        padding: 20px;
    }

    .contact_form .title,
    .contact_form .form-group {
        margin-bottom: 20px;
    }

    .ratings_block .total_rating {
        max-width: 100%;
    }

    .ratings_block .rating_bar {
        padding-left: 0px;
        border-left: none;
    }

    blockquote {
        padding: 30px;
    }

    .post_details .post_author {
        padding: 20px;
        padding-bottom: 0;
    }
}

@media (max-width: 480px) {
    .product_list .card-header .btn-link .list_block .list_text {
        width: 100%;
    }
        .mobile-center {
        gap: 12px;
    }
button.mobile-menu-btn i {
    font-size: 20px;
}
    .product_list .card-body {
        padding: 0;
    }

    .product_list .card-body>.row {
        margin: 0 -8px;
    }

    .product_list .card-body>.row>div {
        padding: 0 8px;
    }

    .product_list .list_block_item {
        margin-bottom: 20px;
    }

    .order_user_details .details_box {
        padding: 30px;
        padding-bottom: 0;
    }

    .order_details_item {
        padding: 20px;
        padding-bottom: 5px;
    }

    .order_details_item .order_process {
        margin-bottom: 0;
    }

    .order_details_item .order_process li span {
        font-size: 10px;
    }

    .testimonial-wrap .inner {
        padding: 40px 0px !important;
    }
}

@media (max-width: 380px) {
    .order_list_block {
        display: block;
    }
    .mobile-center {
        gap: 14px;
    }
    button.mobile-menu-btn i {
        font-size: 28px;
    }
    .order_list_block .price {
        margin-left: 0;
    }

    .custom-logo-link img {
        width: 160px !important;
    }

    .mobile-center i {
        font-size: 16px;
    }

    .mobile-cart-count {
        width: 16px;
        height: 16px;
        line-height: 20px;
    }

    button.mobile-menu-btn i {
        font-size: 20px;
    }

    .section-header .title {
        font-size: 26px;
    }

    .offer-strip p {
        font-size: 14px;
    }
}