@media screen and (min-width: 1600px) {
    .container {
        max-width: 1520px;
    }
}

@media screen and (max-width: 1600px) {
    .login-wrapper .login-right .login-right-wrapper {
        justify-content: start;
        overflow-y: scroll;
        overflow-x: hidden;
        padding: 30px 60px;
    }
}

@media screen and (max-width: 1400px) {
    .login-wrapper .login-right .login-abstract {
        height: 190px;
        width: 260px;
    }
    .site-nav .nav-wrapper .nav-main ul {
        gap: 24px;
    }
    .banner1 {
        font-size: 54px;
        line-height: 1.2;
    }
    .banner-section
        .banner-wrapper
        .banner-left
        .banner-caption
        .banner-heading
        h4 {
        line-height: 28px;
    }
    .heading5 {
        font-size: 18px;
    }
    .btn-primary,
    .btn-ghost {
        padding: 14px 40px !important;
        font-size: 16px;
    }
    .banner-section .banner-wrapper .banner-right img {
        height: 420px;
    }
    .banner-section .banner-wrapper .banner-right .banner-blob svg {
        height: 480px;
        width: 480px;
    }
    .heading1 {
        font-size: 44px;
    }
    .product-item .img-container img {
        height: 280px;
    }
    .product-item .img-container img {
        height: 280px;
    }
    .product-item .item-caption h3 {
        font-size: 18px;
    }
    .product-item .item-caption {
        padding: 24px 12px;
    }
    .product-listing-section .products-wrapper {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .product-details-section .details-wrapper {
        grid-template-columns: 1fr 1fr;
    }
    .user-banner .banner-wrapper .user-image img {
        height: 160px;
        width: 160px;
    }
    .user-banner .banner-wrapper .user-title {
        gap: 2px;
    }
    .user-banner .banner-wrapper .user-title h5 {
        font-size: 16px;
    }
    .user-banner .banner-wrapper .user-title h4 {
        font-size: 26px;
    }
    .user-banner .banner-wrapper .user-title h4 {
        font-size: 24px;
    }
    .user-banner .banner-wrapper .user-title h5 {
        font-size: 14px;
    }
    .user-profile-section .user-wrapper {
        grid-template-areas:
            "info info inquiry inquiry"
            "history history history history";
    }
    .user-profile-section
        .user-wrapper
        .info-section
        .info-wrapper
        .info-item
        h6 {
        font-size: 16px;
    }
    .user-profile-section
        .user-wrapper
        .info-section
        .info-wrapper
        .info-item
        p {
        font-size: 16px;
    }
    .user-profile-section .user-wrapper .info-section h5 {
        font-size: 18px;
    }
}

@media screen and (min-width: 1200px) {
}

@media screen and (max-width: 1200px) {
    footer .footer-top .footer-wrapper {
        gap: 32px;
    }
    footer .footer-top .footer-wrapper .footer-column .column-wrapper {
        gap: 20px;
    }
}

@media screen and (min-width: 1024px) {
}

@media screen and (max-width: 1024px) {
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .site-nav .container {
        max-width: 98%;
    }
    .site-nav .nav-wrapper .logo a img {
        max-height: 40px;
    }
    .site-nav .nav-wrapper .nav-main ul li a {
        font-size: 16px;
        font-weight: 600;
    }
    .site-nav .nav-wrapper .nav-main ul {
        gap: 20px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
}

@media screen and (min-width: 992px) {
    .new-nav .nav-mid .nav-wrapper .right .mobile-menu svg {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .login-wrapper .login-left {
        display: none;
    }
    .login-wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .login-wrapper .login-right .login-logo img {
        max-width: 85%;
    }
    .site-nav .nav-wrapper .nav-main {
        display: none;
    }
    .btn-primary,
    .btn-ghost {
        padding: 12px 44px !important;
        font-size: 15px;
    }
    .site-nav .nav-wrapper .mobile-navbar ul li a.login-btn {
        display: none;
    }
    .banner-section .banner-wrapper .banner-right .banner-blob svg {
        height: 360px;
        width: 360px;
    }
    .banner-section .banner-wrapper .banner-right img {
        height: 340px;
    }
    footer .footer-top .footer-wrapper .footer-column {
        width: 50%;
    }
    footer .footer-top .footer-wrapper {
        flex-wrap: wrap;
    }
    footer .footer-top .footer-wrapper .footer-column {
        width: 42%;
    }
    footer .footer-top .footer-wrapper {
        gap: 48px;
    }
    .product-listing-section .products-wrapper {
        grid-template-columns: 1fr 1fr;
    }
    .product-details-section .details-wrapper {
        grid-template-columns: 1fr;
    }
    .cart-section .cart-main .cart-head {
        display: none;
    }
    .cart-section .cart-main .cart-item .summary-column {
        grid-area: summary;
    }
    .cart-section .cart-main .cart-item .price-column {
        grid-area: price;
    }
    .cart-section .cart-main .cart-item .variations-column {
        grid-area: variations;
    }
    .cart-section .cart-main .cart-item .total-column {
        grid-area: total;
    }
    .cart-section .cart-main .cart-item {
        grid-template-columns: auto;
        grid-template-areas:
            "summary summary summary price price"
            "variations variations variations total total";
    }
    .cart-section .cart-main .cart-item .price-column h4 {
        font-size: 18px;
        font-weight: 500;
    }
    .order-confirm-section .confirm-wrapper {
        grid-template-columns: 1fr;
    }
    .inquiry-main {
        width: 70%;
    }
    .faq-main {
        width: 90%;
    }
    .contact-wrapper {
        grid-template-columns: 1fr;
        gap: 64px;
    }
    .user-profile-section .user-wrapper {
        display: flex;
        flex-direction: column;
    }
    .edit-form .form-wrapper {
        width: 100%;
    }
    .new-nav .nav-bottom {
        display: none;
    }
    .new-nav .nav-mid .nav-wrapper .right form {
        display: none;
    }
    .new-nav .nav-top .left ul li:nth-child(2) {
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
}

@media screen and (min-width: 600px) and (max-width: 992px) {
}

@media (max-width: 900px) {
}

@media screen and (max-width: 768px) {
    .site-nav .nav-wrapper .logo a img {
        max-height: 22px;
    }
    .banner-section .banner-wrapper {
        gap: 10px;
        flex-direction: column-reverse;
    }
    .banner-section .banner-wrapper .banner-left,
    .banner-section .banner-wrapper .banner-right {
        width: 100%;
    }
    .banner-section .banner-wrapper .banner-right img {
        height: 280px;
    }
    .banner-section .banner-wrapper .banner-right .banner-blob svg {
        height: 300px;
        width: 300px;
    }
    .banner1 {
        font-size: 48px;
        line-height: 1.2;
    }
    .banner-section .banner-wrapper .banner-right .owl-dots .owl-dot span {
        height: 12px;
        width: 12px;
    }
    .home-about-section .about-wrapper {
        flex-direction: column;
    }
    .home-about-section .about-wrapper {
        gap: 32px;
    }
    .home-about-section .about-wrapper .about-left {
        width: 100%;
    }
    .home-about-section .about-wrapper .about-right {
        width: 100%;
        padding-left: 0;
    }
    footer .footer-top .footer-wrapper .footer-column {
        width: 100%;
    }
    footer .footer-top .footer-wrapper .footer-column .column-wrapper {
        gap: 48px;
    }
    .cart-section .cart-main .cart-footer {
        flex-direction: column;
        gap: 12px;
    }
    .cart-section .cart-main .cart-footer .btn-container {
        flex-direction: column;
    }
    .site-form .fields-wrapper .form-group.radio-container .radio-wrapper {
        flex-direction: column;
    }
    .site-form .fields-wrapper .form-group.radio-container .radio-wrapper {
        gap: 4px;
    }
    .section-heading p {
        font-size: 16px;
        line-height: 24px;
    }
    .user-banner .banner-image {
        height: 160px;
    }
    .user-banner .banner-wrapper {
        margin-top: 0;
        padding: 20px 0 0 0;
        gap: 24px;
    }
    .user-banner .banner-wrapper .user-image img {
        height: 80px;
        width: 80px;
    }
    .user-profile-section .user-wrapper .info-section .info-wrapper {
        gap: 24px;
    }
    .user-profile-section .user-wrapper .info-section .info-wrapper .info-item {
        flex-direction: column;
        gap: 4px;
    }
    .user-profile-section {
        padding-top: 20px !important;
    }
    .table-responsive {
        overflow-x: scroll;
    }
    .user-profile-section .user-wrapper .history table {
        width: max-content;
    }
}

@media screen and (min-width: 768px) {
}

@media screen and (max-width: 650px) {
    .cart-section .cart-main .cart-item {
        grid-template-areas:
            "summary"
            "price"
            "variations"
            "total";
    }
    .cart-section .cart-main .cart-item {
        gap: 16px;
        padding: 32px 0;
    }
    .cart-section
        .cart-main
        .cart-item
        .item-column
        .variation-wrapper
        .variation {
        padding-bottom: 0;
    }
    .cart-section .cart-main .cart-item .price-column,
    .cart-section .cart-main .cart-item .total-column {
        text-align: end;
    }
    .cart-section .cart-main .cart-item .summary-column .cart-summary {
        padding-right: 40px;
    }
    .cart-section .cart-main .cart-item .summary-column .cart-summary h4 {
        font-size: 18px;
        font-weight: 600;
    }
    .cart-section
        .cart-main
        .cart-item
        .item-column
        .variation-wrapper
        .variation
        .variation-selection
        .quantity {
        gap: 12px;
    }
    .cart-section .cart-main .cart-item .summary-column {
        gap: 24px;
    }
    .cart-section
        .cart-main
        .cart-item
        .item-column
        .variation-wrapper
        .variation {
        gap: 16px;
    }
    .cart-section
        .cart-main
        .cart-item
        .item-column
        .variation-wrapper
        .variation
        .variation-selection
        .quantity
        .label {
        gap: 0;
    }
    .cart-section
        .cart-main
        .cart-item
        .item-column
        .variation-wrapper
        .variation
        .variation-selection {
        white-space: wrap;
    }
    .cart-section
        .cart-main
        .cart-item
        .item-column
        .variation-wrapper
        .variation
        .variation-selection
        .quantity
        .label {
        justify-content: space-between;
    }
}

@media screen and (max-width: 600px) {
    .product-listing-section .products-wrapper {
        grid-template-columns: 1fr;
    }
    .product-listing-section .products-wrapper {
        margin-top: 44px;
    }
}

@media screen and (min-width: 420px) and (max-width: 600px) {
}

@media screen and (max-width: 550px) {
    .heading2 {
        font-size: 32px;
    }
    .login-wrapper .login-right .login-right-wrapper .site-form {
        width: 100%;
        max-width: none;
        min-width: auto;
    }
    .login-wrapper .login-right .login-right-wrapper {
        gap: 40px;
    }
    .btn-primary {
        padding: 16px 40px;
        font-size: 16px;
    }
    .site-form .fields-wrapper .form-group label {
        font-size: 15px;
    }
    .site-form .fields-wrapper .form-group input {
        font-size: 15px;
    }
    .login-wrapper .login-right .login-right-wrapper {
        padding: 40px 30px;
    }
    .login-wrapper .login-right .login-right-wrapper .heading h6 {
        line-height: 22px;
        font-size: 15px;
    }
    .login-wrapper .login-right .back-btn {
        top: 32px;
        left: 24px;
    }
    .user-banner .banner-wrapper .user-title h4 {
        font-size: 24px;
    }
    .user-banner .banner-wrapper .user-title h5 {
        font-size: 14px;
    }
    .user-banner .banner-wrapper .user-image img {
        height: 64px;
        width: 64px;
    }
    .user-banner .banner-wrapper {
        gap: 20px;
    }
    .user-profile-section .user-wrapper .info-section {
        padding: 24px 24px;
        border: solid 1px #0d1f2d;
        border-radius: 4px;
    }
    .user-profile-section .user-wrapper .info-section .info-wrapper {
        gap: 20px;
    }
    .user-profile-section .user-wrapper {
        gap: 24px;
    }
    .user-profile-section .user-wrapper .inquiry {
        padding: 44px;
        gap: 16px;
    }
    .user-profile-section .user-wrapper .inquiry p {
        font-size: 15px;
        line-height: 22px;
    }
    .site-pagination ul li a {
        font-size: 14px;
        width: 30px;
        height: 30px;
    }
    .edit-form .form-wrapper .form-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
}

@media screen and (max-width: 450px) {
    .site-nav .nav-wrapper .mobile-navbar ul li a.nav-icons svg {
        height: 28px;
        width: 28px;
    }
    .site-nav .nav-wrapper .mobile-navbar ul {
        gap: 12px;
    }
    .banner1 {
        font-size: 36px;
    }
    .heading6 {
        font-size: 16px;
    }
    .banner-section .banner-wrapper .banner-left {
        padding: 16px 0;
    }
    .banner-section .banner-wrapper .banner-left {
        gap: 32px;
    }
    .banner-section .banner-wrapper .banner-left .banner-caption {
        gap: 24px;
    }
    .banner-section .banner-abstract svg {
        height: 120px;
    }
    .heading1 {
        font-size: 40px;
    }
    .section-heading {
        margin-bottom: 32px;
    }
    .featured-section .featured-carousel {
        padding: 0;
    }
    .home-about-section .about-wrapper .about-left img {
        height: 280px;
    }
    .home-about-section svg {
        display: none;
    }
    .product-details-section .details-wrapper .details-left #big .item img {
        height: 360px;
    }
    .product-details-section .details-wrapper .details-left #big {
        margin-bottom: 20px;
    }
    .product-details-section .details-wrapper {
        gap: 44px;
    }
    .product-details-section
        .details-wrapper
        .details-right
        .product-header
        .product-title
        h2 {
        font-size: 32px;
    }
    .product-details-section .details-wrapper .details-right .product-header {
        gap: 20px;
    }
    .product-details-section
        .details-wrapper
        .details-right
        .product-header
        .product-title
        .product-bread
        ul
        li
        a {
        font-size: 14px;
    }
    .cart-section .cart-main .cart-item .summary-column .cart-image img {
        height: 100px;
        width: 120px;
    }
    .cart-section .cart-main .cart-footer .btn-container {
        width: 100%;
    }
    .section-padding {
        padding: 44px 0;
    }
    .home-about-section .about-wrapper .about-right p {
        font-size: 16px;
        line-height: 28px;
    }
    .site-form.non-login-form .fields-wrapper {
        gap: 20px;
    }
    .order-confirm-section .confirm-wrapper .order-main .btn-container {
        gap: 12px;
        flex-direction: column;
    }
    .site-form {
        gap: 16px;
    }
    .order-confirm-section
        .confirm-wrapper
        .order-summary
        .summary-wrapper
        .summary-item {
        gap: 8px;
    }
    .order-confirm-section .confirm-wrapper .order-summary h5 {
        margin-bottom: 16px;
        font-size: 20px;
    }
    .order-confirm-section
        .confirm-wrapper
        .order-summary
        .summary-wrapper
        .summary-item
        .summary-content
        h6 {
        font-size: 16px;
        font-weight: 600;
    }
    .order-confirm-section
        .confirm-wrapper
        .order-summary
        .summary-wrapper
        .summary-item
        .summary-content
        ul
        li {
        font-size: 15px;
    }
    .inquiry-main {
        width: 90%;
    }
    .cart-section
        .cart-main
        .cart-item
        .item-column
        .variation-wrapper
        .variation
        .variation-selection
        .quantity
        .select {
        display: flex;
        gap: 4px;
    }
    .about-content {
        width: 100%;
    }
    .about-content video {
        width: 100%;
    }
    footer .footer-top .footer-wrapper .footer-column ul li a {
        font-size: 15px;
    }
    .contact-wrapper .contact-infos li a {
        gap: 16px;
        font-size: 16px;
    }
    .contact-wrapper .contact-infos li a span svg {
        height: 20px;
        width: 20px;
    }
    .contact-wrapper .contact-infos li a span {
        height: 36px;
        width: 36px;
        line-height: 36px;
    }
    .contact-wrapper .contact-infos {
        gap: 20px;
    }
    .faq-main
        #faqAccordion
        .accordion-item
        .accordion-body
        .faq-wrapper
        .faq-item
        .faq-answer
        p {
        font-size: 15px;
        line-height: 26px;
    }
    .faq-main
        #faqAccordion
        .accordion-item
        .accordion-body
        .faq-wrapper
        .faq-item
        .faq-question
        h4 {
        font-size: 16px;
        line-height: 24px;
    }
    .faq-main
        #faqAccordion
        .accordion-item
        .accordion-header
        .accordion-button {
        font-size: 20px;
    }
    .faq-main
        #faqAccordion
        .accordion-item
        .accordion-body
        .faq-wrapper
        .faq-item {
        gap: 12px;
    }
    .faq-main #faqAccordion .accordion-item .accordion-body .faq-wrapper {
        gap: 32px;
    }
    .faq-main #faqAccordion .accordion-item .accordion-body {
        padding: 16px 0;
    }
}

@media screen and (max-width: 400px) {
}
