@media (max-width: 1500px) {
    .main_navigation .main-menu>.menu-item>a {
        padding: 20px 12px;
    }
}


@media screen and (min-width: 992px) and (max-width: 1200px) {
    .welcome_text span {
    font-size: 13px !important;
}
}
@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 (max-width: 767px) {
    .footer .ft_widget {
        padding-left: 30px;
    }

    .ratings_block .rating_bar {
        padding-left: 40px;
    }

    .order_user_details .details_box {
        border-right: none;
    }

    .post_details .post_author .text {
        width: 100%;
    }
}



@media (min-width: 576px) {
    .border-sm-0 {
        border: none !important;
    }
}

@media (max-width: 575px) {

    .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: 40px;
    }

    .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%;
    }

    .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;
    }

    .order_list_block .price {
        margin-left: 0;
    }
}

