@media (max-width: 575px) {
    .col {
        padding: 0px 4px;
    }

    .backtop {
        width: 42px;
        height: 42px;
        line-height: 42px;
        font-size: 14px;
    }

    .nav-tabs {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .nav-tabs li {
        padding: 5px;
        border: none;
    }

    .slider-dots ul {
        bottom: 10px;
    }

    .slider-dots ul li {
        margin: 0px 6px;
    }

    .order-track {
        overflow-x: scroll;
    }

    .order-track-list {
        width: 575px;
    }

    .countdown-time {
        padding: 0px 12px;
    }

    .countdown-time:first-child {
        padding-right: 0px;
    }

    .countdown-time:last-child {
        padding-left: 0px;
    }

    .countdown-time span {
        font-size: 35px;
    }

    .countdown-time small {
        font-size: 16px;
    }

    .product-card {
        padding: 8px;
        margin-bottom: 8px;
    }

    .product-name {
        font-size: 15px;
        line-height: 22px;
    }

    .feature-card {
        padding: 8px;
        margin-bottom: 15px;
    }

    .feature-image img {
        width: 100%;
    }

    .feature-name {
        font-size: 15px;
        line-height: 22px;
    }

    .product-standard {
        padding: 10px 10px;
    }

    .standard-image img {
        width: 130px;
    }

    .standard-content {
        margin-right: 10px;
        padding-right: 10px;
    }

    .standard-name {
        font-size: 16px;
        margin-bottom: 3px;
    }

    .standard-price {
        font-size: 15px;
        margin-bottom: 3px;
    }

    .standard-rating {
        margin-bottom: 6px;
    }

    .standard-desc {
        display: none;
    }

    .standard-action-group {
        grid-gap: 10px;
        -ms-grid-columns: (minmax(140px, 1fr)) [auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    }

    .product-add,
    .standard-wish {
        padding: 8px 0px;
    }

    .product-add i,
    .standard-wish i {
        display: none;
    }

    .standard-action input {
        height: 38px;
    }

    .testimonial-card {
        margin: 0px 0px 30px;
        padding: 25px 25px 0px;
    }

    .testimonial-card p {
        font-size: 18px;
        line-height: 28px;
    }

    .account-card {
        padding: 0;
    }

    .payment-card p span {
        margin-left: 8px;
    }

    .team-card {
        width: 290px;
        margin: 0px auto 50px;
    }

    .product-standard {
        padding: 10px 10px;
    }

    .standard-image img {
        width: 130px;
    }

    .standard-content {
        margin-right: 10px;
        padding-right: 10px;
    }

    .standard-name {
        font-size: 16px;
        margin-bottom: 3px;
    }

    .standard-price {
        font-size: 15px;
        margin-bottom: 3px;
    }

    .standard-rating {
        margin-bottom: 6px;
    }

    .standard-desc {
        display: none;
    }

    .standard-action-group {
        grid-gap: 10px;
        -ms-grid-columns: (minmax(140px, 1fr)) [auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    }

    .product-add,
    .standard-wish {
        padding: 8px 0px;
    }

    .product-add i,
    .standard-wish i {
        display: none;
    }

    .standard-action input {
        height: 38px;
    }

    .brand-wrap {
        width: 200px;
    }

    .blog-meta li {
        margin-left: 25px;
    }

    .blog-content {
        padding: 15px 8px 0px;
    }

    .news-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .blog-widget-social li {
        margin-left: 5px;
    }

    .blog-widget-social li a {
        width: 40px;
        height: 40px;
        font-size: 16px;
        line-height: 40px;
    }

    .filter-label,
    .filter-action {
        display: none;
    }

    .filter-show {
        width: 80px;
    }

    .filter-short {
        width: 130px;
    }

    .bottom-paginate {
        margin-bottom: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .page-info {
        margin-bottom: 15px;
    }

    .details-content {
        padding: 20px;
    }

    .details-name {
        font-size: 22px;
        line-height: 30px;
    }

    .product-details-frame {
        padding: 20px;
    }

    .review-item {
        padding: 20px 15px;
    }

    .review-reply {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .review-reply input {
        margin: 0px 0px 15px;
    }

    .review-reply-list {
        margin-right: 25px;
    }

    .star-rating label {
        margin: 0px 6px;
    }

    .user-form-card {
        padding: 20px;
    }

    .dashboard__order-history-title h2 {
        font-size: 16px;
    }

    .dashboard__order-history-title a {
        font-size: 14px;
    }

    .breedcrumb__content li:nth-child(2),
    .breedcrumb__content li:nth-child(3) {
        display: none;
    }
}

@media (max-width: 991px) {
    .content-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .backtop {
        bottom: 55px;
    }

    .page-link {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    .nav {
        margin-bottom: 30px;
    }

    .header-content {
        padding: 10px 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .header-media-group {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .header-widget-group,
    .header-widget,
    .header-logo {
        display: none;
    }

    .header-form {
        /* display: none; */
        /* margin: 10px 0px 0px; */
    }

    .header-form.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .navbar-part {
        display: none;
    }

    .mobile-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .news-part {
        padding: 50px 30px 60px;
    }

    .news-part .container-fluid {
        padding: 0px;
    }

    .product-navigation {
        margin: 25px 0px;
    }

    .dashboard__nav {
        position: fixed;
        top: 50%;
        left: -20%;
        width: 20%;
        height: auto;
        z-index: 9;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        visibility: hidden;
        z-index: 9999;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .dashboard__nav.active {
        left: 0px;
        width: 35%;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        visibility: visible;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    .dashboard__nav .filter-icon {
        display: block;
        visibility: visible;
    }

    .dashboard__content-card-img {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .section {
        margin-bottom: 55px;
    }

    .inner-section {
        margin-bottom: 60px;
    }

    .section-heading {
        margin-bottom: 30px;
    }

    .section-heading h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .page-item {
        margin: 0px 3px;
    }

    .header-top-welcome,
    .header-top-list {
        display: none;
    }

    .header-top-select {
        margin-left: 75px;
    }

    .countdown-content h3 {
        font-size: 21px;
    }

    .product-view {
        max-width: 480px;
    }

    .countdown-part {
        padding: 60px 0px;
    }

    .countdown-img {
        margin-top: 30px;
    }

    .news-text {
        margin-bottom: 30px;
    }

    .intro-part {
        padding: 60px 0px 30px;
    }

    .intro-wrap {
        margin-bottom: 30px;
    }

    .footer-bottom {
        padding: 25px 15px 75px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

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

    .footer-card a {
        margin: 0px 3px;
    }

    .shop-filter {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .shop-filter .nice-select {
        margin-bottom: 15px;
    }

    .shop-filter ul {
        margin-bottom: 15px;
    }

    .single-banner {
        padding: 60px 0px;
    }

    .single-banner h2 {
        font-size: 32px;
        margin-bottom: 12px;
    }

    .blog-slider .blog-card {
        margin: 0px 10px 25px;
    }

    .user-form-group {
        display: inherit;
    }

    .user-form-divider {
        width: 100%;
        height: 1px;
        margin: 50px 0px;
    }

    .dashboard__nav {
        width: 70%;
        left: -70%;
    }

    .dashboard__nav.active {
        width: 70%;
    }

    .dashboard__nav-title {
        text-transform: capitalize;
        margin-bottom: 16px;
        padding: 0px 24px;
    }

    .dashboard__nav-item-link {
        border-left: 2px solid transparent;
    }

    .dashboard__nav-item-link:hover,
    .dashboard__nav-item-link.active {
        background-color: #edf2ee;
        border-color: #00b207;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    .dashboard__nav-item-link:hover a,
    .dashboard__nav-item-link.active a {
        color: #1a1a1a;
    }

    .dashboard__nav-item-link a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #666666;
        padding: 16px 24px;
    }

    .dashboard__nav-item-link a .icon {
        margin-right: 6px;
        width: 30px;
    }

    .dashboard__nav-item-link a .name {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .dashboard__details-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .dashboard__details-card-item:nth-last-child(1) .dashboard__details-card-title {
        border-top: 1px solid #e5efef;
    }

    .dashboard__details-card-item {
        width: 100%;
        border: 0px;
    }

    .dashboard__details-card-item__inner {
        padding: 14px;
    }

    .dashboard__totalpayment-card-header-item {
        padding: 20px 10px;
    }

    .dashboard__totalpayment-card-body {
        padding: 18px 10px;
    }

    .dashboard__order-history-title {
        padding: 16px 12px;
    }

    .dashboard__order-history-table-title,
    .dashboard__order-history-table-item {
        padding: 12px !important;
    }

    .dashboard__order-history-table-item {
        padding: 12px !important;
    }

    .dashboard__order-pagination {
        padding-top: 32px;
    }
}

@media (max-width: 1199px) {
    .megamenu {
        width: 100%;
    }

    .table-scroll {
        overflow-x: scroll;
    }

    .category-meta {
        padding: 0px 5px;
    }

    .category-meta h4 {
        font-size: 17px;
        margin-bottom: 0px;
    }

    .category-meta p {
        font-size: 15px;
    }

    .dashboard__details-content {
        margin: 12px;
    }
}

@media (max-width: 400px) {

    .modal-form,
    .modal-dialog {
        width: 100%;
        max-width: inherit;
    }

    .suggest-card h5 {
        font-size: 16px;
        line-height: 24px;
    }

    .suggest-card h5 span {
        font-size: 14px;
    }
}

@media (max-width: 1100px) {
    .modal-dialog {
        margin: 80px auto 50px;
    }

    .modal-close {
        right: 50%;
        top: -45px;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }
}

@media (max-width: 450px) {
    .feature-card {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .feature-content {
        padding-right: 12px;
        margin-right: 12px;
    }

    .feature-desc {
        display: none;
    }


    .cart-sidebar {
        right: 0px;
        width: 100%;
        height: 100vh;
        -webkit-transform: scale(0);
        transform: scale(0);
        margin: 80px 0px 0px;
        border-radius: 15px 15px 0px 0px;
        transition: all linear 0.3s;
        -webkit-transition: all linear 0.3s;
        -moz-transition: all linear 0.3s;
        -ms-transition: all linear 0.3s;
        -o-transition: all linear 0.3s;
    }

    .cart-sidebar.active {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: top;
        transform-origin: top;
    }

    .cart-close {
        left: 50%;
        top: -45px;
        bottom: inherit;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        border-radius: 50px 50px 0px 0px;
        -webkit-box-shadow: 0px -8px 10px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px -8px 10px 0px rgba(0, 0, 0, 0.15);
    }

    .cart-list {
        max-height: calc(100vh - 290px);
    }

    .cart-media a img {
        width: 80px;
    }
}

@media (max-width: 500px) {

    .view-gallery,
    .view-details {
        margin: 25px;
    }

    .view-list-group {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .view-list-title {
        margin: 0px 0px 10px;
    }
}

@media (max-width: 1199px) {
    .footer-part {
        padding-top: 50px;
    }

    .footer-widget {
        margin-bottom: 40px;
    }

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

    .blog-widget {
        margin-right: 0px;
    }

    .width-countrycode {
        width: 75% !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .feature-image img {
        width: 190px;
    }

    .header-widget span {
        display: none;
    }

    .navbar-list li {
        margin-left: 18px;
    }

    .navbar-link {
        font-size: 15px;
    }

    .navbar-info {
        margin-left: 15px;
    }

    .navbar-info p span {
        font-size: 14px;
    }

    .navbar-info i {
        margin-left: 10px;
    }

    .blog-content {
        padding: 15px 12px 0px;
    }

    .dashboard__order-history-table-title,
    .dashboard__order-history-table-item {
        white-space: nowrap;
    }
}

@media (min-width: 351px) and (max-width: 575px) {
    .offer-card {
        width: 320px;
        margin: 0px auto 30px;
    }

    .footer-bottom {
        padding: 25px 30px 75px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-top-welcome {
        text-align: center;
        margin-bottom: 10px;
    }

    .intro-part {
        padding: 80px 0px 50px;
    }

    .intro-wrap {
        margin-bottom: 30px;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .bottom-paginate {
        margin-bottom: 30px;
    }

}

@media (min-width: 320px) and (max-width: 425px) {
    .suggest-card img {
        width: 100%;
        border-radius: 8px;
    }

    .width-countrycode {
        width: 52% !important;
    }

    .news-text p {
        font-size: 16px;
    }

    .news-text h2 {
        font-size: 20px;
    }

    #address-add .modal-form {
        width: 350px;
    }
}

@media (max-width: 375px) {
    .edit-cart {
        margin-top: 10px;
    }
}

@media (max-width: 320px) {
    #address-add .modal-form {
        width: 250px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section {
        margin-bottom: 75px;
    }

    .inner-section {
        margin-bottom: 80px;
    }

    .footer-part .container-fluid {
        padding: 0px 25px;
    }

    .footer-widget.contact {
        margin-right: 0px;
    }

    .blog-widget-media img {
        width: 95px;
    }

    .blog-widget-social li {
        margin-right: 5px;
    }

    .blog-widget-social li a {
        width: 40px;
        height: 40px;
        font-size: 16px;
        line-height: 40px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .nav-tabs {
        padding: 25px 10px;
    }

    .nav-tabs li {
        padding: 0px 20px;
    }

    .slider-dots ul {
        bottom: 20px;
    }

    .slider-dots ul li {
        margin: 0px 6px;
    }

    .order-track-item span {
        white-space: inherit;
    }

    .standard-image img {
        width: 150px;
    }

    .standard-content {
        margin-right: 10px;
        padding-right: 10px;
    }

    .standard-name {
        font-size: 18px;
    }

    .standard-price {
        font-size: 16px;
    }

    .standard-desc {
        display: none;
    }

    .standard-action-group {
        grid-gap: 10px;
        -ms-grid-columns: (minmax(140px, 1fr)) [auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    }

    .product-add,
    .standard-wish {
        padding: 8px 0px;
    }

    .product-add i,
    .standard-wish i {
        display: none;
    }

    .standard-action input {
        height: 38px;
    }

    .category-wrap {
        width: 150px;
    }

    .review-reply-list {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .about-list {
        margin-bottom: 30px;
    }

    .about-img {
        margin-right: 0px;
    }

    .about-section .image_block_1 .image-box {
        margin: 0px 0px 30px 0px;
        width: 100%;
        height: auto;
        line-height: 100%;
    }

    .about-section .content_block_1 .content-box {
        margin-right: 0px;
        text-align: center;
    }

    .about-section .image_block_1 .image-box img {
        width: 100%;
    }

    .about-section .image-layer {
        display: none;
    }

    .dashboard__user-profile,
    .dashboard__user-billing {
        margin-bottom: 24px;
        height: auto;
    }

}

@media (max-width: 1200px) {

    .dashboard__details-card,
    .dashboard__totalpayment-card {
        height: auto;
    }

    .dashboard__details-card {
        margin-bottom: 24px;
    }
}