/* Max width 767px */
@media only screen and (max-width: 767px) {
  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ptb-70 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pt-100 {
    padding-top: 50px;
  }

  .pb-100 {
    padding-bottom: 50px;
  }

  .pt-70 {
    padding-top: 20px;
  }

  .pb-70 {
    padding-bottom: 20px;
  }

  .default-btn {
    font-size: 15px;
    padding: 10px 20px;
  }
}

/* Max width 1440*/
@media only screen and (max-width: 1440px) {
  .search-form {
    width: 650px;
  }

  .menu ul li:not(:last-child) .menu-item {
    margin-right: 30px;
  }
}


/* Max width 1200px */
@media only screen and (max-width: 1200px) {
  .logo {
    width: auto;
    display: flex;
    height: 42px;
  }

  .logo button {
    display: block;
    margin-right: 15px;
  }

  .menu-center {
    display: none !important;
  }

  .search-form {
    width: 100%;
    background-color: #fff;
  }

  .not-profile-icon,
  .show-profile-icon {
    display: none;
  }

  .menu-right-item [data-bs-target="#languageModal"] {
    display: none;
  }

  .offcanvas-backdrop-inner {
    z-index: 1049;
    /* Ensure it appears above the main offcanvas */
  }

  .offcanvas-header {
    justify-content: flex-end;
  }
  .offcanvas-header button:focus{
    outline: none;
    box-shadow: none;
    border: none;
  }

  .offcanvas-menu .offcanvas-item {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    font-family: var(--montserrat-family);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.06em;
    color: #222326;
    text-transform: uppercase;
  }

  .offcanvas-menu .offcanvas-item:hover {
    color: #D42E2E;
  }

  .offcanvas-footer {
    background: #A1A1A142;
    padding: 50px 0;
  }

  .offcanvas-footer-item img {
    width: 18px;
    height: 18px;
    margin-right: 5px;
  }

  .offcanvas-footer-item {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    font-family: var(--montserrat-family);
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.06em;
    color: #000;
  }

  .offcanvas-footer-menu ul li:last-child .offcanvas-footer-item {
    margin-top: 20px;
  }

  .offcanvas-body {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #backButton {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2223260D;
  }

  #backButton img {
    width: 12px;
    height: 12px;
  }

  .offcanvasSaleCustom .offcanvas-header {
    background: #E4E0D561;
    display: block;
  }

  .offcanvasSaleCustom .offcanvas-header button {
    display: block;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .offcanvasSaleCustom .offcanvas-header-info p {
    text-align: center;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 400;
    line-height: 19.5px;
    letter-spacing: 0.06em;

  }

  .offcanvasSaleCustom .offcanvas-header-info p:last-child {
    font-size: 11px;
    margin-top: 10px;
  }

}

/* Max width 1200px */
@media only screen and (max-width: 576px) {
  .search-form::before {
    left: 0;
  }
  .search-form input {
    padding-left: 40px;
  }
  .modal-content{
    padding: 20px;
  }
  .modal-footer button{
    width: 100%;
    display: block;
  }
  .modal-close{
    border: 0;
  }
  .modal-body{
    width: 100%;
  }
}

@media only screen and (max-width: 450px) {
  .menu-right-item {
    margin-right: 15px;
  }
  .logo img {
    width: 130px;
    height: 40px;
  }
}
