@media only screen and (max-width: 1400px) {
}
/* 1400 End */

@media only screen and (max-width: 1300px) {
  .sliderSection .slick-prev {
    left: -20px;
  }
  .sliderSection .slick-next {
    right: -20px;
  }
}
/* 1300 End */

@media only screen and (min-width: 1200px) {
  .navbar-nav .dropdown .dropdown-menu,
  .navbar-nav .dropdown:hover .dropdown-menu {
    margin-top: 0;
  }
  .navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
  }
}
@media only screen and (max-width: 1199px) {
  header .nav-item {
    margin: 0;
  }
  header .nav-link {
    padding: 5px 0 !important;
  }
  .socialContainer > a:first-child {
    margin-left: 0 !important;
  }
  header .socialContainer {
    padding-top: 5px;
    padding-bottom: 10px;
  }
  .navbar-nav .dropdown .dropdown-menu {
    width: max-content;
    max-width: 100%;
  }
}
/* 1199 End */

@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 30px;
    line-height: 37px;
  }
  h2 {
    font-size: 25px;
    line-height: 30px;
  }
  .section_padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .tasteSpainSection .section_overlay {
    padding: 150px 0;
  }
  .othersPageBanner .bannerImg img,
  .othersPageBanner .bannerImg {
    height: 300px;
  }
}
/* 1024 End */

@media only screen and (max-width: 768px) {
	.banner_img_zoom {
	animation: none;
}
		.mob-sec {
	display: block;
}
	.desk-sec {
	display: none;
}
  .woocommerce-edit-address
    .woocommerce-Addresses
    .woocommerce-Address.u-column1 {
    margin-right: 0;
    margin-bottom: 25px;
  }
.bannerSection .bannerSliderCol {
	overflow: hidden;
	height: 246px;
}
.parent_col {
	text-align: center;
}
	.tasteSpainSection .section_overlay {
	position: relative;
	padding: 70px 0 !important;
}
	.encoderBirthdayForm .col-md-4 {
	margin-bottom: 15px;
}
	footer .copyright_sec {
	margin-top: 0px;
	display: flex;
	justify-content: space-between;
}
	.tasteSpainSection.section5.private-dining .section_overlay {
	padding: 90px 0 !important;
}
	.selectMenuSection .d-flex.align-items-center {
	justify-content: center;
}
	.editorText.my-4 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.bannerSection .sliderInner img {
	width: 100%;
	height: 242px;
	object-fit: cover;
	object-position: center;
	/* display: none; */
}
/* .bannerSection {
	background-image: url('https://wobblypan.com/wp-content/uploads/2026/02/mobile-banner.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: auto;
} */
.bannerSection .bnnrText h3 {
	font-size: 16px;
	line-height: 24px;
}
	.imgLogo img {
	width: 80%;
}
	.bannerSection .bnnrText .imgLogo {
	max-width: 500px;
	margin: 12px auto;
}
	.my-birth-day-form {
	padding-bottom: 30px;
	padding-right: 12px;
	padding-left: 12px;
}
	.modal-title {
	padding-top: 0px;
	padding-right: 12px;
	padding-left: 12px;
}
}
@media only screen and (max-width: 767px) {
	
  .logo img,
  .logo {
    max-width: 200px;
  }
  .container {
    max-width: 470px;
  }
  .tasteSpainSection .section_overlay {
    padding: 100px 0;
  }
  .repeateColAll .parent_col .rowItem:not(:last-child) {
    margin-bottom: 1rem;
  }
  .othersPageBanner .bannerImg img,
  .othersPageBanner .bannerImg {
    height: 200px;
  }
  .gridContainerWithTitle .row .singleItem:nth-last-of-type(2) {
    margin-bottom: 1rem !important;
  }
  .locationMainPrentCol #content_goes_here .nav {
    margin: 25px -7.5px;
    margin-top: 0;
  }
  .locationMainPrentCol #content_goes_here {
    margin-top: 25px;
  }
  .woocommerce ul.order_details > li {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
    border-bottom: 1px dashed #cfc8d8;
    border-right: 0;
    padding-bottom: 10px;
  }
  .woocommerce ul.order_details {
    padding-left: 0;
  }
    .tasteSpainSection,
  .section3 {
	background-attachment: unset;
    }
	.page-id-82 h1 {
	text-align: center;
}

}
/* 767 End */

@media only screen and (max-width: 520px) {
  footer .copyright_sec {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
  footer .social_icon {
    justify-content: center;
  }
  footer .copyright_sec ul {
    margin-bottom: 15px;
  }
  .sliderSection .sliderItem .min-500 {
    min-height: 400px;
  }
  .slick-prev {
    left: -15px;
  }
  .slick-next {
    right: -15px;
  }
   .section3 {
	height: 300px;
    }
}
/* 520 End */

@media screen and (min-width:768px) and (max-width:992px){
	.locationContianer .d-flex.align-items-center {
	justify-content: center;
}
	.num-time {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
	.bannerSection .bannerSliderCol {
	overflow: hidden;
	height: 60vh;
}
}