@media (max-width: 1499px) {
  .custom-container {
    max-width: 90%;
    margin: auto;
  }

  .slider-section .custom-container-slider {
    max-width: 95%;
  }

  .card-slider .slick-prev.slick-arrow {
    left: 90%;
  }

  .profile-logo {
    padding-bottom: 50px;
  }

  .register-page .profile-logo {
    padding-bottom: 10px;
  }

  .input-wrapper {
    padding-bottom: 10px;
  }

  .register-page .login-content p {
    padding-bottom: 10px;
  }

  .input-wrapper input {
    height: 40px;
  }
}

@media (max-width: 1199px) {
  .header_list li:last-child {
    margin-left: 10px;
  }

  .header_list {
    gap: 20px;
  }

  .card-slider .slick-prev.slick-arrow {
    left: 88%;
  }

  .cart-table .col-9,
  .cart-table .col-3 {
    width: 100%;
  }

  /* .summary-detail {
    max-width: 500px;
  } */

  .coupon-detail {
    max-width: 500px;
  }

  .bloss-section,
  .track-details,
  .placed-content {
    flex-wrap: wrap;
  }

  .track-details {
    max-width: unset;
    width: fit-content;
  }

  .total-place {
    width: 40%;
  }

  .track-order-page .bloss-section {
    flex-wrap: nowrap;
  }

  .accounting-section,
  .sum-page {
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .address-method {
    width: 100%;
    max-width: 100%;
  }

  .cart-page.custom-container .col-3 {
    padding-right: 10px;
  }
  .no-of-items {
    flex-wrap: wrap;
  }
}

@media (max-width: 1024px) {
  button.dropbtn {
    display: none;
  }

  .hero-image {
    padding-bottom: 80px;
  }

  .explore {
    margin-top: 50px;
    row-gap: 56px;
  }

  .explore .top {
    row-gap: 31px;
  }

  .explore .welcome {
    font-weight: 700;
    font-size: 18px;
    line-height: 17px;
    border-radius: 8px;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
  }

  .explore .home-logo {
    max-width: 300.99px;
  }

  .explore .exploreImg {
    padding: 0% 10%;
  }
}

@media (max-width: 991px) {
  .quick-links ul {
    max-width: unset;
  }

  .ocean-section .col-md-7,
  .ocean-section .col-md-5 {
    width: 100%;
    padding-block: 10px;
  }

  .card-slider button.slick-arrow {
    width: 40px;
    height: 40px;
  }

  .card-slider .slick-prev.slick-arrow {
    left: 89%;
  }

  .arrival-section .col-3,
  .arrival-section .col-9 {
    width: 100%;
  }

  .input-box {
    display: none;
  }

  .filter-img {
    display: flex;
  }

  div#fill-content {
    position: fixed;
    right: 0;
    top: 0px;
    box-shadow: -4px 6px 7px 0px #75757530;
    transform: translateX(100%);
    transition: 1s all;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    padding: 10px 20px;
    z-index: 100;
    align-items: flex-start;
    gap: 40px;
    max-width: 470px;
  }

  #fill-content.expand {
    transform: translateX(0px);
  }

  .filter-heading {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .creativity {
    display: none;
  }

  .new-login {
    margin: auto;
  }

  .input-box.mobile-box {
    display: block;
  }

  .input-filter .input-box {
    display: none;
  }

  .collect-content {
    max-height: none;
    overflow-y: visible;
    padding-right: 0;
    scrollbar-width: auto;
    /* Firefox */
    scroll-behavior: auto;
  }

  .collect-content::-webkit-scrollbar {
    width: auto;
  }

  .collect-content::-webkit-scrollbar-thumb {
    background-color: initial;
    border-radius: 0;
  }

  .button-border {
    max-width: unset;
  }

  .new-login {
    padding: 76px 0;
  }

  .profile-logo {
    padding-bottom: 20px;
  }

  .cart-container-page {
    grid-template-columns: 1fr;
  }

  .summary-detail .cart-btn {
    width: 100%;
    max-width: 30%;
    margin: auto;
  }

  .address-form{
    width: 100%;
  }  

  .available-section{
    width: 100%;
  }
  .pricing-section{
    width: 100%;
  }
  .apply-button{
    display: block;
  }
  #loading-overlay{
    position: fixed !important;
    width: 100vw !important;
    height: 100vh !important;
  }
  .slider-wrapper{
    margin: 0px 15px 0px;
  }
}

@media (min-width: 768px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}


@media (min-width: 768px) and (max-width: 991px) {

  .new-login {
    margin: auto;
    width: 95%;
  }

  .login-page .col-md-7.creativity {
    display: none;
  }

  /* .login-content {
    height: 100vh;
  }  */

}

@media (max-width: 767px) {
  .no-of-items {
    flex-wrap: wrap;
  }

  #menu-icon {
    display: block;
  }

  .person-detail.mobile-item {
    display: flex;
    margin-left: auto;
    padding-right: clamp(15px, 2vw, 30px);
  }

  .header {
    padding: 15px 16px 15px 16px;
  }

  .header_list .person-detail {
    display: none;
  }

  .header_list {
    position: fixed;
    right: 0;
    background: #fff;
    top: 0px;
    box-shadow: -4px 6px 7px 0px #75757530;
    transform: translateX(100%);
    transition: 1s all;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 10px 20px;
    z-index: 99;
    align-items: flex-start;
    gap: 40px;
    max-width: 350px;
  }

  .desktop-none {
    display: flex;
  }

  .header_list.expand {
    transform: translateX(0px);
  }

  .header_list li .login-btn {
    margin-top: auto;
  }

  .logo {
    max-width: 95px;
    height: 30px;
  }

  .mobile-group {
    display: flex;
  }

  .header_list li:last-child {
    margin-top: auto;
    margin-left: 0 !important;
  }

  .grid-container {
    grid-template-columns: 1fr 1fr;
  }

  .card-slider button.slick-arrow {
    width: 38px;
    height: 38px;
  }

  .card-slider .slick-prev.slick-arrow {
    left: 86%;
  }

  .shop-cart {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    border: 0px;
  }

  .profile-section{
    width: 42px;
    height: 42px;
  }

  .address-form form {
    display: grid;
    grid-template-columns: 1fr;
  }

  .date-detail {
    width: 40%;
  }

  .header_list li .login-btn {
    margin-left: 0;
  }

  .hero-image {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 80px;
  }

  .explore {
    padding-right: 16px;
    padding-left: 16px;
    margin-top: 71px;
    row-gap: 56px;
  }

  .explore .top {
    row-gap: 31px;
  }

  .explore .welcome {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    border-radius: 8px;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
  }

  .explore .home-logo {
    max-width: 191.99px;
  }

  .explore .exploreImg {
    padding: 0%;
  }

  .error-404{
    padding-bottom: 3rem;
  }

  .quantity-detail-section {
      max-width: max-content;
      width: 100%;
  }

  .total-amt {
    max-width: max-content;
    width: 100%;
  }
  
  .social-link-upper{
    text-transform: uppercase;
  }
  .custom-container.order-page {
    padding-inline: 16px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 991px) {

  .quick-links {
    max-width: 200px;
    margin-left: auto;
  }

  .social {
    max-width: 200px;
    margin-left: auto;
  }

  .footer .contact {
    margin-inline: unset;
  }

}

@media only screen and (max-width: 575px) {
  .contact {
    order: 4;
  }

  .social {
    order: 3;
    max-width: max-content;
    margin-left: auto;
  }

  .grid-container {
    grid-template-columns: 1fr;
  }

  .custom-container {
    max-width: 98%;
    margin: auto;
  }

  .slider-section .custom-container-slider {
    max-width: 98%;
  }

  .card-slider .slick-prev.slick-arrow {
    left: 83%;
  }

  /********* Timeline **********/
  .timeline-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .timeline-container {
    height: 100%;
  }

  .step::before {
    width: 1px;
    height: 40%;
    left: 50%;
    top: -20px;
  }

  .timeline li:before {
    margin: 20px auto 10px auto;
  }

  .order-amount {
    width: 40%;
    flex-wrap: wrap;
  }

  .profile-container {
    grid-template-columns: 1fr;
  }

  .save-btn {
    width: fit-content;
  }

  .manage-edit,
  .editing-address {
    flex-wrap: wrap;
  }

  .new-form-container {
    flex-direction: column;
  }

  .method-format,
  .qty-cost {
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .sum-method::before {
    position: unset;
  }

  .sum-method {
    padding-left: 0;
  }

  .track-order-page .bloss-section {
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .qty-section,
  .cost-section {
    width: 100%;
    flex-direction: row;
  }

  .quick-links {
    margin-inline: unset;
  }

  .social-icon a {
    width: 28px;
    height: 28px;
  }

  .social-icon a img{
    width: 10px;
    height: 10px;
  }

  .m-single-product .social-icon a{
    width: 32px;
    height: 32px;
  }

  .m-single-product .social-icon a img{
    width: 12px;
    height: 12px;
  }

  .footer-content ul {
    gap: 16px;
  }
  .media.groups {
    margin-top: 16px;
  }

  .footer-content p {
    padding-bottom: 0px;
  }
  .bottom-footer p span.year{
    font-family: "Noto Serif";
    font-weight: 500;
  }
  .social-link-upper{
  text-transform: uppercase;
}
}

@media only screen and (max-width: 475px) {
  .card-slider .slick-prev.slick-arrow {
    left: 77%;
  }

  .editing-page {
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 20px;
  }

  .total-place {
    width: 100%;
  }

  .order-grouping {
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .track-details {
    justify-content: space-between;
    width: fit-content;
  }

  .col-md-7.creativity {
    display: none;
  }
}

@media (max-width: 767px) {
  header li .login-btn {
    margin-left: 0;
  }
  .input-content input,
  .input-content select,
  .input-content textarea {
    font-size: 16px;
  }
  form.checkout-form input#mobile_number,
  form.checkout-form input#pincode{
    font-size: 14px;
  }
  form.checkout-form input#mobile_number::placeholder,
  form.checkout-form input#pincode::placeholder{
    font-size: 16px;
    line-height: 100%;
  }
}

@media (max-width: 991px) {
  .header_list li:last-child {
    margin-left: 10px;
  }

  .header_list {
    gap: 20px;
  }
}
@media (max-width: 1499px) {
  .new-login.forget-page input {
      height: 50px;
  }
}

@media (max-width: 991px) {
 .ship-inform {
    display: flex;
    flex-direction: column;
    padding: 10px;
  }

}
@media (max-width: 575px) {
  .add-tabs{
    flex-wrap: wrap;
    row-gap: 20px;
  }
 }
 @media only screen and (min-width: 845px) and (max-width: 1025px) {
	.header_list li a.manage-address{
		padding-right:0px;
	}
 }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .vw-sm-md-100 {
      width: calc(100vw - 450px);
    }
  }
 @media only screen and (max-width: 991px) {
    .vw-sm-md-100 {
      width: 100vw;
    }
  }
@media (min-width: 1960px) {
  .slider-section .custom-container-slider {
    margin: auto;
  }
}