@media (max-width: 1800px) {
  .banner-content {
    margin-left: 100px;
  }
}
@media (max-width: 1400px) {
  .header-search .form-control {
    min-width: 250px;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-left: 14px;
    padding-right: 14px;
  }
  .filter-main .clear-btn .icon {
    margin-right: 2px;
    padding: 0;
  }
  .policy-note .icon {
    width: 40px;
    height: 40px;
  }
  .address-dropdown .dropdown-toggle {
    padding: 12px 15px;
  }
}

@media (max-width: 1199.99px) {
  .navbar-brand img {
    max-width: 200px;
  }
  .navbar-expand-xl .navbar-nav .highlight-btn {
    margin: 0 14px 14px;
    max-width: 150px;
    text-align: center;
  }
  .navbar-right {
    position: fixed;
    background-color: var(--white);
    left: 0;
    bottom: 0;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-top: 1px solid var(--gray-second);
    justify-content: space-between;
    padding: 0 12px;
    align-items: center;
  }
  .navbar-right .navbar-nav {
    justify-content: space-between;
    align-items: center;
    display: flex;
    margin: inherit !important;
    flex-direction: row;
    width: 100%;
  }
  .navbar-collapse {
    position: fixed;
    left: 0;
    top: 78px;
    background-color: var(--white);
    width: 100%;
    box-shadow: 2px 7px 10px rgba(0, 0, 0, 0.1);
  }
  .close-menu {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: transparent;
    padding: 5px;
    outline: none;
    border: none;
    color: var(--primary);
    background-color: var(--white);
    color: var(--red);
    width: 30px;
    height: 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .nav-form-btn {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  main {
    margin-top: 79px;
  }
  .navbar-expand-xl .navbar-nav .product-menu .dropdown-menu {
    background-color: var(--white);
    top: 76px;
    height: calc(100vh - 144px);
    overflow: auto;
  }
  .navbar-nav .profile-dropdown .dropdown-menu {
    position: absolute;
    top: inherit;
    bottom: 100%;
  }
  .footer-right {
    text-align: left;
  }
  footer {
    padding: 20px 0;
  }
  .footer-block {
    margin-bottom: 15px;
    padding-bottom: 15px;
    align-items: start;
    gap: 15px;
    border-bottom: 1px solid var(--gray-third);
    width: 100%;
  }
  .footer-right .footer-block {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  .footer-content {
    padding: 10px 0;
    margin-top: 15px;
  }
  footer {
    padding-bottom: 70px;
  }
  .footer-links {
    gap: 7px;
  }

  .cart-btn .badge {
    right: 7px;
    top: 1px;
  }
  .btn12 {
    position: relative;
    width: 30px;
    height: 30px;
    background-color: transparent;
    padding: 0;
    border: none;
    outline: none;
    box-shadow: none;
    transition-duration: 0.5s;
  }
  .btn12 .icon {
    transition-duration: 0.5s;
    position: absolute;
    height: 2px;
    width: 24px;
    top: 15px;
    background-color: var(--secondry);
  }
  .btn12 .icon:before {
    transition-duration: 0.5s;
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: var(--secondry);
    content: "";
    top: -10px;
    left: 0;
  }
  .btn12 .icon:after {
    transition-duration: 0.5s;
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: var(--secondry);
    content: "";
    top: 10px;
    left: 0;
  }
  .btn12.open .icon {
    transition-duration: 0.5s;
    background: transparent;
  }
  .btn12.open .icon:before {
    transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
  }
  .btn12.open .icon:after {
    transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
  }
  .btn12:hover {
    cursor: pointer;
  }
  .menu.btn12 {
    display: inline-block;
  }
  .process-block h3 {
    font-size: var(--text-20);
  }
  .header-search {
    width: 440px;
  }
  .header-search .form-control {
    width: 100%;
  }
  .categories-cards .card-title {
    font-size: var(--text-20);
  }
  .categories-cards {
    flex-wrap: wrap;
    display: flex;
  }
  .categories-cards .card {
    width: 50%;
    flex: auto;
  }
  .before-login-btn.nav-item {
    width: 30%;
    margin: 10px auto;
  }
  .navbar-nav .header-btn {
    width: 100%;
  }
  .filter-sort .filter-btn {
    display: block;
    padding: 7px 10px;
  }
  .filter-main {
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    width: 0px;
    visibility: hidden;
    position: fixed;
    height: 100%;
    z-index: -1;
    left: -66%;
    top: 0;
  }
  .filter-open {
    position: fixed;
    left: 0;
    top: 0;
    width: 66%;
    visibility: visible;
    z-index: 200;
    height: 100%;
  }
  .filter-sort {
    margin-top: 20px;
  }
  .filter-sort .filter-btn.filter-overly::after {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 199;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
  }
  .filter-block-mobile {
    border-top: 1px solid var(--gray-third);
    padding-top: 15px;
    margin-top: 15px;
    text-align: left !important;
  }
  .filter-block-mobile:first-child {
    margin-top: 0;
  }
  .filter-block-mobile:last-child {
    text-align: right !important;
  }
  .filter-main .clear-btn .icon {
    margin-right: 8px;
  }
  .filter-main .sub-titel {
    display: block;
  }
  .category-dropdown {
    min-width: 100%;
  }
  .detail-block {
    margin-top: 25px;
  }
  .checkout-main {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .checkout-right {
    top: 104px;
  }
  .dropdown.address-dropdown {
    width: 100%;
  }
  .cart-price {
    font-size: var(--text-18);
  }
  .order-detail-info .confirm-label {
    width: 42%;
  }
  .order-block {
    gap: 10px;
    margin-bottom: 10px;
  }
  .modal.drawer .cart-price {
    margin-bottom: 10px;
  }
  .order-detail-top {
    display: block;
    margin-bottom: 15px;
    padding: 15px;
  }
  .order-info {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    vertical-align: top;
  }
  .order-info:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 992px) {
  .categories-cards .card-title {
    font-size: var(--text-18);
  }
  .process-block {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .process-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
  }
  .process-icon img {
    max-width: 40px;
  }
  .col-lg-3:last-child .process-block {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .common-section,
  .process-section,
  .testimonial-section {
    padding: 50px 0;
  }
  .common-card .card-img-top {
    text-align: center;
  }
  .copyright {
    text-align: left;
    margin-top: 10px;
  }
  .account-main {
    margin: 20px 0;
    padding: 15px 20px;
  }
  .account-right {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .common-card .card-footer h4 {
    font-size: var(--text-18);
  }
  .small-btn {
    min-width: 90px;
  }
  .detail-row h1 {
    font-size: var(--text-20);
  }
  .sub-titel {
    font-size: var(--text-18);
    margin-bottom: 15px;
  }
  .address-block .content_head {
    font-size: var(--base);
  }
  .checkout-right {
    margin-top: 20px;
    position: static;
  }
  .checkout-left .cart-left {
    align-items: start;
    margin-bottom: 10px;
  }
  .checkout-product-info {
    gap: 0;
  }
  .checkout-qty,
  .cart-price {
    display: inline-block;
    margin-left: 10px;
  }
  .cart-list.checkout-qty {
    margin-left: 95px;
  }
  .notifications-right {
    width: 41%;
    text-align: right;
  }
  .notifications-left {
    align-items: start;
  }
  .cart-content h3 {
    font-size: var(--base);
  }
  .cart-item {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .cart-left {
    margin-bottom: 15px;
  }
  .order-detail-info {
    padding-bottom: 5px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: var(--text-14);
  }
  .mobile-search-btn {
    width: 45px;
    height: 45px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    box-shadow: none;
    display: inline-block;
  }
  .header-search {
    display: none;
  }
  .header-search.show-search {
    display: block;
    width: 100%;
    position: fixed;
    left: 0;
    top: 77px;
  }
  .header-search .form-control {
    height: 50px;
  }
  .close-search img {
    display: none;
  }
  .close-search::after {
    font-family: "Font Awesome 6 Free";
    content: "\f00d";
    font-weight: 600;
    font-size: var(--text-24);
  }
  .navbar-expand-xl .navbar-nav .product-menu .dropdown-menu {
    padding: 10px;
  }
  .nav-menu h3 {
    margin-bottom: 10px;
    font-size: var(--base);
  }
  .banner-item {
    min-height: 65vh;
  }
  .banner-content {
    padding: 10px;
    margin: 0;
    max-width: 100%;
  }
  .banner-content h1 {
    font-size: var(--text-30);
    margin: 0 0 10px;
  }
  .banner-content p {
    font-size: var(--text-14);
    margin: 0 0 10px;
  }
  .banner-content .medium-btn {
    padding: 10px 15px;
  }
  .banner-slider .slick-arrow {
    display: none;
    visibility: hidden;
  }

  .page-title .title {
    font-size: var(--text-26);
  }
  .page-title {
    margin-bottom: 15px;
  }
  .common-card .card-title {
    font-size: var(--base);
  }
  .small-btn,
  .small-btn-border {
    padding: 7px 10px;
    font-size: var(--text-14);
  }
  .testimonial-item h2 {
    font-size: var(--text-20);
  }
  .testimonial-item h4 {
    font-size: var(--base);
  }
  .testimonial-section .slick-arrow {
    visibility: hidden;
  }
  .before-login-btn.nav-item {
    width: 50%;
  }
  .account-left {
    display: none !important;
  }
  .medium-btn,
  .medium-btn-border {
    padding: 8px 10px;
    min-width: 90px;
    font-size: var(--text-14);
  }
  .account-form .medium-btn {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .account-form h5 {
    font-size: var(--text-14);
    margin-top: 15px;
  }
  .account-pages {
    min-height: inherit;
  }
  .common-pagination {
    flex-direction: column;
    justify-content: center;
  }
  .common-pagination .pagination {
    margin-top: 10px;
  }
  .common-pagination .pagination .page-link {
    width: 40px;
    height: 40px;
  }
  .common-card .card-text {
    margin-top: 10px !important;
  }
  .common-card .card-footer {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .detail-btns {
    display: block;
  }
  .detail-btns .number-block {
    margin: 0 auto;
  }
  .video-block h3 {
    font-size: var(--base);
  }
  .mobile-btn-block {
    width: 50%;
  }
  .slider-content .slick-arrow,
  .similar-product .slick-arrow {
    display: none !important;
  }
  .checkout-left {
    padding: 15px;
  }
  .checkout-left .cart-thumb {
    min-width: 60px;
    min-height: 60px;
    width: 60px;
    height: 60px;
  }
  .cart-list.checkout-qty {
    margin-left: 75px;
  }
  .checkout-left .cart-content h3 {
    font-size: var(--base);
  }
  .checkout-address-select {
    padding-left: 0;
    border-left: none;
    border-top: 1px solid var(--gray-third);
    padding-top: 15px;
    margin-top: 10px;
  }
  .coupon-item h3 {
    margin-top: 5px;
  }
  .common-modal .modal-title {
    font-size: var(--text-20);
  }
  .inner-content {
    margin: 20px auto;
    padding: 15px;
  }
  .profile-main {
    margin: 25px 0;
  }
  .confirm-img {
    display: none;
  }
  .confirm-block {
    display: block;
  }
  .confirm-value,
  .confirm-label {
    font-size: var(--text-14);
  }
  .confirm-value {
    width: 100%;
  }
  .cart-thumb {
    min-width: 70px;
    min-height: 70px;
    width: 70px;
    height: 70px;
  }
  .cart-block .cart-price {
    display: flex;
    text-align: right;
    margin: 10px 0 0;
    justify-content: end;
  }
  .cart-list {
    font-size: var(--text-14);
  }
  .btn-block .btn {
    margin-right: 7px;
  }
  .cart-item .number-block .form-control {
    height: 40px;
  }
  .cart-item .number-block .number-btn {
    height: 40px;
  }
  .cart-delete-btn {
    height: 40px;
    min-height: 40px;
  }

  .order-left h5 {
    font-size: var(--text-14);
  }
  .clear-btn {
    font-size: var(--text-14);
  }

  .common-tab .nav-item button {
    font-size: var(--base);
  }
  input.form-control,
  textarea.form-control,
  select.form-control {
    font-size: var(--text-14);
  }
  .order-info {
    display: block;
    width: 100%;
    margin: 10px 0 0;
  }
  .order-info:last-child {
    margin-bottom: 0;
  }
  .payment-block {
    margin: 15px 0;
  }
  .common-modal .modal-body,
  .common-modal .modal-footer {
    padding: 10px 15px;
  }
  .form-label {
    margin-bottom: 0.3rem;
  }
  .form-group {
    margin-bottom: 15px;
  }
  .add-address-btn p {
    font-size: var(--base);
  }
  .add-address-btn h4 {
    font-size: var(--text-24);
  }
  .categories-cards {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    gap: 6px;
  }
  .categories-cards .card {
    min-width: 66%;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
  }
  .selling-row .col {
    width: 66%;
    display: inline-block;
    vertical-align: top;
  }

  .categories-cards .card-title,
  .categories-cards .card-text,
  .categories-cards .small-btn-border,
  .selling-row .common-card .card-title,
  .selling-row .common-card .card-text,
  .selling-row .common-card .card-footer h4 {
    white-space: normal;
  }
  .selling-row {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    padding-bottom: 15px;
  }
  .common-review span,
  .common-review a {
    font-size: var(--base);
  }
  .contact-block {
    gap: 0.8rem;
  }
  .contact-block .contact-icon {
    min-width: 45px;
    min-height: 45px;
  }
  .contact-block .contact-icon img {
    min-width: 25px;
    max-width: 25px;
  }
  .contact-left {
    margin-bottom: 20px;
    height: auto;
  }
  .contact-block h3 {
    font-size: var(--text-14);
  }
  .cart-total {
    font-size: var(--text-18);
  }
  .modal-cart-bottom p {
    margin-bottom: 5px;
  }
  .order-detail-main .cart-row {
    padding-top: 15px;
    margin-top: 15px;
  }
  .avl-qty {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .btn-block .btn {
    font-size: var(--text-14);
  }

  .before-login-btn.nav-item {
    width: 100%;
  }
  .forgot-right {
    justify-content: start !important;
    margin-top: 10px;
  }
  .filter-open {
    width: 75%;
  }
  .price-policy {
    display: block;
  }
  .policy-note .icon {
    margin: 0;
  }
  .policy-note {
    margin-top: 10px;
  }
  .detail-price {
    display: flex;
    gap: 10px;
    align-items: center;
  }
  .video-block {
    display: block;
  }
  .video-block h3 {
    margin-top: 7px;
  }
  .payment-detail li p,
  .payment-detail li h5 {
    font-size: var(--text-14);
  }

  .notifications-block {
    display: block;
  }
  .notifications-right {
    width: 100%;
  }
  .notifications-icon {
    width: 35px;
    height: 35px;
    min-width: 35px;
    min-height: 35px;
    font-size: var(--base);
  }
  .order-detail-info .confirm-label {
    width: auto;
  }
  .order-block {
    display: block;
  }
  .status-btn {
    margin-bottom: 10px;
    display: block;
    font-size: var(--text-14);
  }
  .status-btn.delivered .icon {
    font-size: var(--text-18);
  }
  .order-list-bottom {
    display: block;
  }
  .order-tracking p {
    font-size: var(--text-14);
  }
  .contact-left {
    padding: 15px;
  }
  .contact-block {
    margin-bottom: 12px;
  }
  .modal.drawer.show .modal-dialog {
    max-width: 93%;
  }
}
@media (max-width: 480px) {
  .order-filter .col-6 {
    width: 100%;
    margin-bottom: 10px;
  }
  .order-filter .col-6:last-child {
    margin-bottom: 0;
  }
  .search-list .small-btn {
    min-width: 70px;
  }
}
@media (max-width: 360px) {
  .search-list .col {
    width: 100%;
  }
}
