/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400..700;1,400..700&display=swap");
/* line 9, ../sass/screen.scss */
.blue-color {
  color: #3b0c5a !important;
}

/* line 12, ../sass/screen.scss */
.libre-font {
  font-family: "Libre Baskerville", serif;
}

/* line 15, ../sass/screen.scss */
.fw-semi-bold {
  font-weight: 600;
}

/* line 18, ../sass/screen.scss */
.cream-color {
  color: #fcf8df;
}

/* line 21, ../sass/screen.scss */
.primary-color {
  color: #611d8a;
}

/* line 24, ../sass/screen.scss */
.bg-cream {
  background: #fcf8df;
}

/* line 27, ../sass/screen.scss */
body {
  color: #000;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

/* line 32, ../sass/screen.scss */
.login_section {
  background: #611d8a;
}
/* line 36, ../sass/screen.scss */
.login_section img {
  width: 100px;
}

/* line 40, ../sass/screen.scss */
.logo_img {
  width: 100px;
}

/* line 43, ../sass/screen.scss */
.template_width {
  margin: 0% 8%;
}
@media (min-width: 991px) and (max-width: 1400px) {
  /* line 43, ../sass/screen.scss */
  .template_width {
    margin: 0% 6%;
  }
}
@media (max-width: 991px) {
  /* line 43, ../sass/screen.scss */
  .template_width {
    margin: 0% 6%;
  }
}

/* line 52, ../sass/screen.scss */
.top-store-status {
  padding: 1px 10px;
}

/* line 60, ../sass/screen.scss */
.top-store-status.open {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
  font-style: italic;
}

/* line 67, ../sass/screen.scss */
.top-store-status {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
  font-style: italic;
}
@media (min-width: 1500px) {
  /* line 67, ../sass/screen.scss */
  .top-store-status {
    margin-left: 2rem;
  }
}

/* line 76, ../sass/screen.scss */
.order_btn {
  background: #93e102;
  display: inline-block;
  padding: 5px 25px;
  border-radius: 20px;
  width: 220px;
  text-align: center;
}
@media (max-width: 599px) {
  /* line 76, ../sass/screen.scss */
  .order_btn {
    width: 225px;
  }
}
/* line 86, ../sass/screen.scss */
.order_btn a {
  color: #000 !important;
  text-decoration: none;
  font-weight: bold;
}

/* line 92, ../sass/screen.scss */
h2 {
  line-height: 1.4;
}

/* line 95, ../sass/screen.scss */
.header_section {
  background: #611d8a;
  z-index: 99999;
}
@media (min-width: 992px) {
  /* line 95, ../sass/screen.scss */
  .header_section {
    height: 500px;
  }
}
/* line 102, ../sass/screen.scss */
.header_section .template_width {
  margin: 0% 8%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 102, ../sass/screen.scss */
  .header_section .template_width {
    margin: 0% 4%;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  /* line 102, ../sass/screen.scss */
  .header_section .template_width {
    margin: 0% 6%;
  }
}
@media (max-width: 991px) {
  /* line 102, ../sass/screen.scss */
  .header_section .template_width {
    margin: 0% 4%;
  }
}
/* line 114, ../sass/screen.scss */
.header_section .logo-img {
  width: 200px;
}
@media (min-width: 1201px) and (max-width: 1280px) {
  /* line 114, ../sass/screen.scss */
  .header_section .logo-img {
    width: 170px;
  }
}
@media (min-width: 1500px) {
  /* line 114, ../sass/screen.scss */
  .header_section .logo-img {
    width: 240px;
  }
}
@media (max-width: 599px) {
  /* line 114, ../sass/screen.scss */
  .header_section .logo-img {
    width: 300px;
  }
}
@media (max-width: 991px) {
  /* line 126, ../sass/screen.scss */
  .header_section .flex_direction {
    flex-direction: row-reverse;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #4c4c4c;
    padding: 0.5rem 1rem;
  }
}
@media (max-width: 991px) {
  /* line 136, ../sass/screen.scss */
  .header_section .flex-reverse {
    flex-direction: column-reverse;
  }
}
/* line 141, ../sass/screen.scss */
.header_section .mobile_nav {
  background: #4c4c4c;
}
/* line 144, ../sass/screen.scss */
.header_section .navbar-toggler {
  border: 0;
  padding: 0;
}
/* line 149, ../sass/screen.scss */
.header_section .navbar-toggler:focus {
  box-shadow: none;
}
/* line 153, ../sass/screen.scss */
.header_section .custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  width: 2em;
}
/* line 157, ../sass/screen.scss */
.header_section .nav-item {
  padding-left: 0.8rem !important;
  padding-right: 0.8rem !important;
}
@media (min-width: 992px) and (max-width: 1200px) {
  /* line 157, ../sass/screen.scss */
  .header_section .nav-item {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}
@media (min-width: 1201px) and (max-width: 1280px) {
  /* line 157, ../sass/screen.scss */
  .header_section .nav-item {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 169, ../sass/screen.scss */
  .header_section .navbar-collapse {
    margin-right: 0rem !important;
  }
}
/* line 174, ../sass/screen.scss */
.header_section .nav-link {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
  color: #fff !important;
  font-weight: 600;
}
/* line 179, ../sass/screen.scss */
.header_section .nav-link:hover {
  color: #fcf8df !important;
}
@media (min-width: 992px) and (max-width: 1200px) {
  /* line 174, ../sass/screen.scss */
  .header_section .nav-link {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  /* line 174, ../sass/screen.scss */
  .header_section .nav-link {
    padding-top: 2px;
    padding-bottom: 0px;
  }
}
/* line 190, ../sass/screen.scss */
.header_section .order_btn {
  padding: 5px 0px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 190, ../sass/screen.scss */
  .header_section .order_btn {
    width: 190px;
  }
}
/* line 197, ../sass/screen.scss */
.header_section .order_btn a {
  background: #93e102;
  color: #000 !important;
  text-decoration: none;
  margin: 0 auto;
  border-radius: 20px;
  font-weight: bold;
}
/* line 207, ../sass/screen.scss */
.header_section h1 {
  font-size: 55px;
  padding-top: 6rem !important;
  position: relative;
  z-index: 99999;
  line-height: 1.3;
}
@media (min-width: 992px) and (max-width: 1200px) {
  /* line 207, ../sass/screen.scss */
  .header_section h1 {
    padding-top: 5rem !important;
    font-size: 44px;
  }
}
@media (min-width: 1600px) {
  /* line 207, ../sass/screen.scss */
  .header_section h1 {
    padding-top: 5rem !important;
  }
}
@media (max-width: 991px) {
  /* line 207, ../sass/screen.scss */
  .header_section h1 {
    padding-top: 1rem !important;
    font-size: 44px;
  }
}
@media (max-width: 420px) {
  /* line 207, ../sass/screen.scss */
  .header_section h1 {
    padding-top: 1rem !important;
    font-size: 36px;
  }
}
/* line 229, ../sass/screen.scss */
.header_section .header-img {
  z-index: 99999;
  position: relative;
}
@media (min-width: 1200px) {
  /* line 229, ../sass/screen.scss */
  .header_section .header-img {
    width: 90% !important;
  }
}
@media (min-width: 1600px) {
  /* line 229, ../sass/screen.scss */
  .header_section .header-img {
    width: 85% !important;
  }
}
@media (min-width: 1200px) {
  /* line 239, ../sass/screen.scss */
  .header_section .mt_7 {
    margin-top: -8%;
  }
}

/* line 245, ../sass/screen.scss */
.penguin_top {
  position: absolute;
  bottom: 57px;
  left: 0;
  width: 150px;
  left: 20%;
  transform: rotate(-15deg);
}
@media (min-width: 1600px) {
  /* line 245, ../sass/screen.scss */
  .penguin_top {
    width: 170px;
    bottom: 68px;
  }
}
@media (min-width: 600px) and (max-width: 991px) {
  /* line 245, ../sass/screen.scss */
  .penguin_top {
    bottom: 22px;
  }
}
@media (max-width: 599px) {
  /* line 245, ../sass/screen.scss */
  .penguin_top {
    bottom: 30px;
  }
}

/* line 263, ../sass/screen.scss */
.penguin_top1 {
  position: absolute;
  bottom: 65%;
  left: 0;
  width: 150px;
  left: 58%;
  transform: rotate(-12deg);
}
@media (min-width: 1600px) {
  /* line 263, ../sass/screen.scss */
  .penguin_top1 {
    bottom: 62%;
    width: 170px;
  }
}
@media (min-width: 600px) and (max-width: 991px) {
  /* line 263, ../sass/screen.scss */
  .penguin_top1 {
    bottom: 69%;
    left: 42%;
  }
}
@media (max-width: 599px) {
  /* line 263, ../sass/screen.scss */
  .penguin_top1 {
    bottom: 55%;
    left: 28%;
    width: 150px;
  }
}

/* line 284, ../sass/screen.scss */
.home_section {
  background-image: linear-gradient(to bottom, #ffffff, #fafcff, #f0fbff, #e3faff, #d7fafe);
  min-height: 820px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  /* line 284, ../sass/screen.scss */
  .home_section {
    min-height: 1070px;
  }
}
@media (min-width: 1201px) {
  /* line 284, ../sass/screen.scss */
  .home_section {
    min-height: 950px;
  }
}
@media (min-width: 1601px) {
  /* line 284, ../sass/screen.scss */
  .home_section {
    min-height: 1000px;
  }
}
/* line 303, ../sass/screen.scss */
.home_section .bottom-0 {
  bottom: 0;
}
/* line 306, ../sass/screen.scss */
.home_section .order_btn {
  z-index: 99999;
}

/* line 310, ../sass/screen.scss */
.services_section {
  height: auto;
  background: #611d8a;
  position: relative;
}
/* line 314, ../sass/screen.scss */
.services_section .service_img {
  position: absolute;
  top: -38%;
  right: 8%;
}
@media (min-width: 1600px) {
  /* line 314, ../sass/screen.scss */
  .services_section .service_img {
    top: -65%;
  }
}
@media (min-width: 1281px) and (max-width: 1599px) {
  /* line 314, ../sass/screen.scss */
  .services_section .service_img {
    top: -50%;
  }
}
@media (max-width: 991px) {
  /* line 314, ../sass/screen.scss */
  .services_section .service_img {
    position: relative;
    top: 0;
    right: 0;
    text-align: right;
  }
}
/* line 330, ../sass/screen.scss */
.services_section .service_img img {
  width: 450px !important;
}
@media (min-width: 1600px) {
  /* line 330, ../sass/screen.scss */
  .services_section .service_img img {
    width: 550px !important;
  }
}
@media (min-width: 1201px) and (max-width: 1280px) {
  /* line 330, ../sass/screen.scss */
  .services_section .service_img img {
    width: 400px !important;
  }
}
@media (max-width: 991px) {
  /* line 330, ../sass/screen.scss */
  .services_section .service_img img {
    width: 70% !important;
    margin-top: -20%;
  }
}
/* line 345, ../sass/screen.scss */
.services_section .list_section {
  list-style: none;
  padding-left: 20px;
}
/* line 348, ../sass/screen.scss */
.services_section .list_section li {
  position: relative;
  padding-left: 15px;
}
/* line 351, ../sass/screen.scss */
.services_section .list_section li::before {
  content: "-";
  position: absolute;
  left: 0;
}
/* line 359, ../sass/screen.scss */
.services_section .service_img2 {
  position: absolute;
  top: -33%;
  right: 34%;
}
@media (min-width: 1600px) {
  /* line 359, ../sass/screen.scss */
  .services_section .service_img2 {
    right: 32%;
    top: -60%;
  }
}
@media (min-width: 1281px) and (max-width: 1599px) {
  /* line 359, ../sass/screen.scss */
  .services_section .service_img2 {
    top: -42%;
  }
}
@media (max-width: 991px) {
  /* line 359, ../sass/screen.scss */
  .services_section .service_img2 {
    position: relative;
    top: 0;
    right: 0;
  }
}
/* line 375, ../sass/screen.scss */
.services_section .service_img2 img {
  width: 350px !important;
}
@media (min-width: 1600px) {
  /* line 375, ../sass/screen.scss */
  .services_section .service_img2 img {
    width: 450px !important;
  }
}
@media (min-width: 1201px) and (max-width: 1280px) {
  /* line 375, ../sass/screen.scss */
  .services_section .service_img2 img {
    width: 300px !important;
  }
}
@media (max-width: 991px) {
  /* line 375, ../sass/screen.scss */
  .services_section .service_img2 img {
    width: 45% !important;
    margin-top: -70%;
    z-index: 9999999;
    position: relative;
  }
}

/* line 393, ../sass/screen.scss */
.about_section {
  background-image: linear-gradient(to bottom, #ffffff, #fafcff, #f0fbff, #e3faff, #d7fafe);
  height: 1320px;
}
@media (min-width: 992px) {
  /* line 404, ../sass/screen.scss */
  .about_section .margin_5 {
    margin-top: -5%;
  }
}
@media (min-width: 992px) and (max-width: 1600px) {
  /* line 409, ../sass/screen.scss */
  .about_section .order_btn {
    width: 252px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1700px) {
  /* line 393, ../sass/screen.scss */
  .about_section {
    height: 1320px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  /* line 393, ../sass/screen.scss */
  .about_section {
    min-height: 1500px;
  }
}
@media (min-width: 600px) and (max-width: 991px) {
  /* line 393, ../sass/screen.scss */
  .about_section {
    height: 1920px;
  }
}
@media (max-width: 599px) {
  /* line 393, ../sass/screen.scss */
  .about_section {
    height: auto;
  }
}
/* line 426, ../sass/screen.scss */
.about_section .bottom-0 {
  bottom: 0;
}
/* line 429, ../sass/screen.scss */
.about_section .w-252 {
  width: 252px !important;
}
/* line 432, ../sass/screen.scss */
.about_section .service_img {
  margin-top: -35%;
}
@media (max-width: 991px) {
  /* line 432, ../sass/screen.scss */
  .about_section .service_img {
    margin-top: 0%;
  }
}
@media (min-width: 600px) and (max-width: 991px) {
  /* line 432, ../sass/screen.scss */
  .about_section .service_img {
    text-align: center;
  }
}
/* line 440, ../sass/screen.scss */
.about_section .service_img img {
  width: 450px;
}
@media (min-width: 1600px) {
  /* line 440, ../sass/screen.scss */
  .about_section .service_img img {
    width: 500px !important;
  }
}
@media (max-width: 599px) {
  /* line 440, ../sass/screen.scss */
  .about_section .service_img img {
    width: 100%;
  }
}
@media (min-width: 600px) and (max-width: 991px) {
  /* line 440, ../sass/screen.scss */
  .about_section .service_img img {
    width: 50%;
    margin: 0 auto;
  }
}
/* line 454, ../sass/screen.scss */
.about_section .penguin_about {
  width: 110px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  /* line 454, ../sass/screen.scss */
  .about_section .penguin_about {
    width: 90px;
  }
}
/* line 462, ../sass/screen.scss */
.about_section #staff_section .fa {
  font-size: 40px;
}
/* line 465, ../sass/screen.scss */
.about_section #staff_section i {
  font-size: 3.5rem;
  color: #000;
}
@media (max-width: 991px) {
  /* line 465, ../sass/screen.scss */
  .about_section #staff_section i {
    font-size: 4.5rem;
  }
}

/* line 474, ../sass/screen.scss */
.supplements_section {
  height: auto;
  background: #611d8a;
  position: relative;
}
@media (min-width: 1800px) {
  /* line 474, ../sass/screen.scss */
  .supplements_section {
    height: 370px;
  }
}
/* line 481, ../sass/screen.scss */
.supplements_section .margin_5 {
  margin-top: 3rem;
}
@media (min-width: 992px) {
  /* line 481, ../sass/screen.scss */
  .supplements_section .margin_5 {
    margin-top: -5%;
  }
}
@media (min-width: 992px) {
  /* line 487, ../sass/screen.scss */
  .supplements_section .mt_lg-5 {
    margin-top: -5%;
  }
}
/* line 492, ../sass/screen.scss */
.supplements_section .service_img {
  position: absolute;
  top: -38%;
  right: 8%;
}
@media (min-width: 1600px) {
  /* line 492, ../sass/screen.scss */
  .supplements_section .service_img {
    top: -80%;
  }
}
@media (max-width: 991px) {
  /* line 492, ../sass/screen.scss */
  .supplements_section .service_img {
    position: relative;
    top: 0;
    right: 0;
  }
}
@media (min-width: 600px) and (max-width: 991px) {
  /* line 492, ../sass/screen.scss */
  .supplements_section .service_img {
    text-align: center;
  }
}
/* line 507, ../sass/screen.scss */
.supplements_section .service_img img {
  width: 550px !important;
}
@media (min-width: 992px) and (max-width: 1200px) {
  /* line 507, ../sass/screen.scss */
  .supplements_section .service_img img {
    width: 430px !important;
  }
}
@media (min-width: 600px) and (max-width: 991px) {
  /* line 507, ../sass/screen.scss */
  .supplements_section .service_img img {
    width: 40%;
    margin-top: -30%;
  }
}
@media (max-width: 599px) {
  /* line 507, ../sass/screen.scss */
  .supplements_section .service_img img {
    width: 100% !important;
    margin-top: -30%;
  }
}
@media (max-width: 991px) {
  /* line 523, ../sass/screen.scss */
  .supplements_section .service_img2 {
    position: relative;
    top: 0;
    right: 0;
  }
}
/* line 530, ../sass/screen.scss */
.supplements_section .service_img2 img {
  width: 380px !important;
  z-index: 99999;
  position: relative;
}
@media (min-width: 1600px) {
  /* line 530, ../sass/screen.scss */
  .supplements_section .service_img2 img {
    margin-top: -10% !important;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  /* line 530, ../sass/screen.scss */
  .supplements_section .service_img2 img {
    width: 280px !important;
  }
}
@media (min-width: 600px) and (max-width: 991px) {
  /* line 530, ../sass/screen.scss */
  .supplements_section .service_img2 img {
    width: 40%;
    margin-top: -15%;
  }
}
@media (max-width: 599px) {
  /* line 530, ../sass/screen.scss */
  .supplements_section .service_img2 img {
    width: 60% !important;
    margin-top: -35%;
  }
}
/* line 550, ../sass/screen.scss */
.supplements_section .map_section {
  position: absolute;
  bottom: -200px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  overflow: hidden;
  right: 10%;
}
@media (min-width: 1600px) {
  /* line 550, ../sass/screen.scss */
  .supplements_section .map_section {
    bottom: -300px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  /* line 550, ../sass/screen.scss */
  .supplements_section .map_section {
    width: 430px !important;
    height: 430px !important;
    right: 8%;
    bottom: -100px;
  }
}

/* line 569, ../sass/screen.scss */
.place-card.place-card-large {
  display: none !important;
}

/* line 572, ../sass/screen.scss */
.contact_section {
  background-image: linear-gradient(to bottom, #ffffff, #fafcff, #f0fbff, #e3faff, #d7fafe);
  height: auto;
}
@media (max-width: 991px) {
  /* line 581, ../sass/screen.scss */
  .contact_section .mt-22 {
    margin-top: 22px !important;
  }
}
@media (max-width: 991px) {
  /* line 586, ../sass/screen.scss */
  .contact_section .mb-19 {
    margin-bottom: 19px !important;
  }
}
/* line 592, ../sass/screen.scss */
.contact_section .penguin_waving {
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: none;
  position: absolute;
  width: 150px;
}
@media (max-width: 991px) {
  /* line 592, ../sass/screen.scss */
  .contact_section .penguin_waving {
    width: 100px;
    left: 28px;
    top: -12px;
    margin: inherit;
    position: relative;
    z-index: 99999;
  }
}
@media (max-width: 599px) {
  /* line 592, ../sass/screen.scss */
  .contact_section .penguin_waving {
    left: 0;
  }
}
/* line 612, ../sass/screen.scss */
.contact_section .mt_20 {
  margin-top: -52%;
}
@media (min-width: 600px) {
  /* line 612, ../sass/screen.scss */
  .contact_section .mt_20 {
    margin-top: -35%;
  }
}
/* line 618, ../sass/screen.scss */
.contact_section .map_section {
  position: relative;
  width: 270px;
  height: 270px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 599px) {
  /* line 618, ../sass/screen.scss */
  .contact_section .map_section {
    width: 240px;
    height: 240px;
  }
}
/* line 629, ../sass/screen.scss */
.contact_section .w-252 {
  width: 252px !important;
}

/* line 635, ../sass/screen.scss */
.footer_section .logo_section img {
  width: 120px;
}
@media (max-width: 599px) {
  /* line 635, ../sass/screen.scss */
  .footer_section .logo_section img {
    width: 250px;
  }
}

/* line 643, ../sass/screen.scss */
.me-20 {
  margin-right: 20px !important;
}

/* line 647, ../sass/screen.scss */
.backend_section .me-33 {
  margin-right: 33px;
}
/* line 650, ../sass/screen.scss */
.backend_section .me-59 {
  margin-right: 59px;
}
/* line 653, ../sass/screen.scss */
.backend_section .closure_date_section {
  box-shadow: 1px 2px 4px 4px #efefef;
  padding: 10px;
  border-radius: 15px;
}
/* line 658, ../sass/screen.scss */
.backend_section .hours_section {
  box-shadow: 1px 2px 4px 4px #efefef;
  background: #efefef;
  padding: 10px;
  border-radius: 15px;
}
/* line 664, ../sass/screen.scss */
.backend_section .specials_section {
  box-shadow: 1px 2px 4px 4px #efefef;
  padding: 10px;
  border-radius: 15px;
}

/* line 670, ../sass/screen.scss */
#backToTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  width: 35px;
  height: 35px;
  z-index: 999;
  align-items: center;
  justify-content: center;
  background: #611d8a !important;
}
/* line 681, ../sass/screen.scss */
#backToTop i {
  font-size: 20px;
}

/* line 685, ../sass/screen.scss */
.radius_50 {
  border-radius: 50%;
}

/* line 688, ../sass/screen.scss */
.border_style {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

@media (max-width: 599px) {
  /* line 693, ../sass/screen.scss */
  .hours_section .form-label {
    width: 100px !important;
  }
}
@media (max-width: 599px) {
  /* line 698, ../sass/screen.scss */
  .hours_section .hours_data {
    width: 50% !important;
  }
}
@media (max-width: 599px) {
  /* line 704, ../sass/screen.scss */
  .hours_section .hours_list1 input {
    width: 190px !important;
  }
}
@media (max-width: 435px) {
  /* line 704, ../sass/screen.scss */
  .hours_section .hours_list1 input {
    width: 170px !important;
  }
}
@media (max-width: 360px) {
  /* line 704, ../sass/screen.scss */
  .hours_section .hours_list1 input {
    width: 120px !important;
  }
}
@media (max-width: 599px) {
  /* line 716, ../sass/screen.scss */
  .hours_section .hours_list2 {
    width: 190px !important;
  }
}
@media (max-width: 435px) {
  /* line 716, ../sass/screen.scss */
  .hours_section .hours_list2 {
    width: 170px !important;
  }
}
@media (max-width: 360px) {
  /* line 716, ../sass/screen.scss */
  .hours_section .hours_list2 {
    width: 120px !important;
  }
}
