@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css");
@import url("https://cdn.jsdelivr.net/gh/fancyapps/fancybox@3.5.7/dist/jquery.fancybox.min.css");
@charest "utf-8";
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-style: normal;
  outline: 0;
  background-color: transparent;
  resize: none;
  font-family: 'Poppins', sans-serif; }

html, body {
  overflow-x: hidden;
  scroll-behavior: smooth;
  width: 100vw;
  height: 100vh; }

a {
  color: inherit;
  font-weight: inherit;
  text-decoration: none; }

select, form button, button, .slick-dots li {
  cursor: pointer; }

.clear:after {
  content: "";
  display: block;
  clear: both; }

.grid {
  max-width: 1700px;
  position: relative;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1720px) {
    .grid {
      margin-left: 10px;
      margin-right: 10px; } }

body {
  padding: 0 10px; }

header {
  padding: 14px 10px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 88;
  background-color: #fff; }
  header:after {
    content: "";
    display: block;
    clear: both; }
  header > a {
    display: block; }
    header > a span {
      font-weight: 400;
      font-size: 16px;
      color: #00113B; }
    header > a:nth-child(1) {
      float: left; }
      header > a:nth-child(1) img {
        max-height: 45px;
        max-width: 47vw;
        height: 45px;
        display: block; }
    header > a:nth-child(2) {
      float: right;
      padding: 10px 0; }
      header > a:nth-child(2) img {
        -webkit-transform: translateY(4px);
        -ms-transform: translateY(4px);
        transform: translateY(4px); }
  header h1 {
    font-weight: 500;
    font-size: 19px;
    color: #04303E;
    text-align: center;
    line-height: 1.658;
    padding: 0 77px; }
  header.subpage {
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1); }
    header.subpage a {
      padding: 0; }
      header.subpage a img {
        height: 21px;
        display: inline;
        -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
        transform: translateY(5px);
        margin-right: 5px; }
      header.subpage a p {
        display: inline-block;
        font-weight: 400;
        font-size: 15px;
        color: #04303E; }
  header + section {
    padding-top: 75px !important;
    height: 100vh; }

section .slider .slick-slide {
  border-radius: 15px;
  overflow: hidden; }

section .slider img {
  height: 185px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

section .slider .slick-dots {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center; }
  section .slider .slick-dots li {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 50%;
    position: relative;
    margin: 0 2px; }
    section .slider .slick-dots li button {
      font-size: 0;
      width: 7px;
      height: 7px;
      border-radius: 10px;
      background-color: #fff;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      opacity: .74; }
    section .slider .slick-dots li.slick-active {
      border: 1px solid #fff; }
      section .slider .slick-dots li.slick-active button {
        opacity: 1; }

section .table {
  font-weight: 600;
  font-size: 16px;
  color: #00113B;
  padding: 8px 0; }

section .categori > div {
  margin: 0 -1.2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  section .categori > div > * {
    width: 47.6%;
    margin: 0 1.2% 16px; }

section .categori a {
  text-align: center; }
  section .categori a img {
    display: block;
    width: 100%;
    height: 96px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 8px; }
  section .categori a h2 {
    font-weight: 400;
    font-size: 15px;
    color: #00113B; }

section .wifi {
  display: block;
  font-weight: 400;
  font-size: 15px;
  color: #00113B;
  border: 1px solid #EDEDED;
  border-radius: 15px;
  text-align: center;
  height: 67px;
  line-height: 67px; }
  section .wifi img {
    margin-right: 10px;
    -webkit-transform: translateY(9px);
    -ms-transform: translateY(9px);
    transform: translateY(9px); }

section .banner {
  margin-bottom: 10px; }
  section .banner img {
    display: block;
    width: 100%;
    height: 190px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px; }

section .products {
  margin: 0 -10px; }
  section .products li a {
    display: block;
    padding: 15px 10px;
    border-bottom: 1px solid #E8E8E8; }
    section .products li a:after {
      content: "";
      display: block;
      clear: both; }
    section .products li a h3 {
      font-weight: 500;
      font-size: 15px;
      color: #00113B; }
    section .products li a p {
      font-weight: 400;
      font-size: 11px;
      color: #8B8B8B; }
    section .products li a span {
      font-weight: 600;
      font-size: 14px;
      color: #002581; }
    section .products li a img {
      float: left;
      width: 80px;
      height: 80px;
      -o-object-fit: cover;
      object-fit: cover;
      border: 1px solid #EAEAEA;
      border-radius: 15px;
      margin-right: 20px;
      object-fit: cover; }
    section .products li a .plus {
      float: right;
      text-align: center;
      padding-top: 25px; }
      section .products li a .plus > div {
        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        display: inline-block;
        border-radius: 15px;
        overflow: hidden; }
        section .products li a .plus > div input {
          border-radius: 0;
          height: 35px;
          width: 35px;
          font-weight: 600;
          font-size: 18px;
          color: #04303E;
          -webkit-transform: translateY(2px);
          -ms-transform: translateY(2px);
          transform: translateY(2px);
          text-align: center; }
          section .products li a .plus > div input:nth-child(2) {
            background-color: #EF4B55;
            color: #fff;
            font-size: 14px;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0); }
  section .products li:nth-child(odd) {
    background-color: #F4F5F9; }
  section .products.sepet {
    border-top: 1px solid #EAEAEA; }

section .menu > div {
  margin: 0 -1.2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  section .menu > div > * {
    width: 47.6%;
    margin: 0 1.2% 10px; }

section .menu a {
  border: 1px solid #EDEDED;
  border-radius: 15px;
  text-align: center;
  height: 58px;
  line-height: 58px; }
  section .menu a img {
    margin-right: 5px;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    height: 30px; }
  section .menu a p {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    color: #04303E; }

section .categori-title {
  margin-bottom: 25px; }
  section .categori-title:after {
    content: "";
    display: block;
    clear: both; }
  section .categori-title h2 {
    font-weight: 500;
    font-size: 18px;
    color: #04303E;
    float: left;
    line-height: 1; }
  section .categori-title a {
    float: right;
    font-weight: 500;
    font-size: 14px;
    color: #909090; }

section .categori-content {
  text-align: center; }
  section .categori-content > div {
    margin: 0 -2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    section .categori-content > div > * {
      width: 29.33333%;
      margin: 0 2% 25px; }
  section .categori-content a img {
    border: 1px solid #EAEAEA;
    border-radius: 15px;
    display: block;
    width: 100%;
    margin-bottom: 6px; }
  section .categori-content a p {
    font-weight: 500;
    font-size: 13px;
    color: #04303E; }

section .description {
  padding: 25px 0 20px; }
  section .description h2 {
    font-weight: 500;
    font-size: 15px;
    color: #04303E; }
  section .description p {
    font-weight: 400;
    font-size: 11px;
    color: #8B8B8B; }
  section .description span {
    font-weight: 600;
    font-size: 14px;
    color: #EF4B55; }

section .product-form h3 {
  font-weight: 500;
  font-size: 15px;
  color: #04303E;
  margin-bottom: 15px; }

section .product-form form > div {
  margin: 0 -10px;
  padding: 25px 20px; }

section .product-form .background {
  background-color: #F4F5F9;
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8; }

section .product-form .extra ul li {
  margin-bottom: 10px; }
  section .product-form .extra ul li input {
    width: 22px;
    height: 22px;
    border-radius: 5px;
    border: 2px solid #EF4B55;
    display: inline-block; }
    section .product-form .extra ul li input:checked {
      background-color: #EF4B55; }
  section .product-form .extra ul li label {
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    color: #04303E;
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
    margin-left: 12px; }
    section .product-form .extra ul li label span {
      font-weight: 400;
      font-size: 13px;
      color: #EF4B55; }

section .product-form .delete ul {
  margin: 0 -3px; }
  section .product-form .delete ul li {
    display: inline-block;
    margin: 0 3px; }
    section .product-form .delete ul li input {
      display: none; }
      section .product-form .delete ul li input + label {
        font-weight: 400;
        font-size: 12px;
        color: #04303E;
        padding: 5px 19px;
        border: 1px solid #EF4B55;
        border-radius: 10px; }
      section .product-form .delete ul li input:checked + label {
        color: #EF4B55;
        text-decoration: line-through; }

section .product-form .note textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #D8D8D8;
  border-radius: 10px;
  background-color: #fff;
  padding: 10px; }

section .product-form .plus {
  text-align: center; }
  section .product-form .plus > div {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    display: inline-block;
    border-radius: 27px;
    overflow: hidden; }
    section .product-form .plus > div input {
      border-radius: 0;
      height: 54px;
      width: 54px;
      font-weight: 600;
      font-size: 25px;
      color: #04303E;
      -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
      transform: translateY(2px);
      text-align: center; }
      section .product-form .plus > div input:nth-child(2) {
        background-color: #EF4B55;
        color: #fff;
        font-size: 19px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); }

section .add {
  padding: 25px 20px; }
  section .add:after {
    content: "";
    display: block;
    clear: both; }
  section .add button, section .add a {
    background-color: #EF4B55;
    border-radius: 15px;
    height: 65px;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    width: 65%;
    display: inline-block;
    text-align: center;
    line-height: 65px; }
  section .add div {
    height: 65px;
    float: right;
    border: 1px solid #EBEBEB;
    border-radius: 15px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    width: 33%;
    line-height: 65px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    color: #04303E; }

section .total {
  background-color: #EF4B55;
  margin: 0 -10px 15px;
  padding: 20px; }
  section .total:after {
    content: "";
    display: block;
    clear: both; }
  section .total p {
    font-weight: 500;
    font-size: 18px;
    color: #fff; }
    section .total p:nth-child(1) {
      float: left; }
    section .total p:nth-child(2) {
      float: right; }

section .total-detail {
  border: 1px solid #CCCCCC;
  border-radius: 15px; }
  section .total-detail table {
    width: 100%;
    border-collapse: collapse; }
    section .total-detail table tr th, section .total-detail table tr td {
      border-bottom: 1px solid #ccc;
      border-right: 1px solid #ccc;
      text-align: center;
      height: 55px; }
      section .total-detail table tr th:last-child, section .total-detail table tr td:last-child {
        border-right: 0; }
    section .total-detail table tr th {
      font-weight: 600;
      font-size: 15px;
      color: #EF4B55; }
    section .total-detail table tr td {
      font-weight: 400;
      font-size: 15px;
      color: #04303E; }
    section .total-detail table tr:last-child th, section .total-detail table tr:last-child td {
      border-bottom: 0; }

section.categori {
  background-color: #F4F5F9;
  border-top: 1px solid #EDEDED;
  margin: 0 -10px;
  padding: 20px; }

aside {
  position: fixed;
  z-index: 99;
  left: -100vw;
  top: 0;
  bottom: 0;
  width: 80%;
  background-color: rgba(4, 48, 62, 0.97);
  -webkit-box-shadow: 16px 8px 20px rgba(0, 0, 0, 0.29);
  box-shadow: 16px 8px 20px rgba(0, 0, 0, 0.29);
  padding: 50px 30px; }
  aside h4 {
    font-weight: 600;
    font-size: 22px;
    color: #fff;
    margin-bottom: 35px; }
  aside ul {
    height: 60vh;
    overflow-y: scroll; }
    aside ul li a {
      display: block;
      padding: 11px 0;
      border-bottom: 1px solid #1E4C5C; }
      aside ul li a:after {
        content: "";
        display: block;
        clear: both; }
      aside ul li a img {
        width: 55px;
        height: 55px;
        border-radius: 10px;
        border: 1px solid #EAEAEA;
        float: left;
        margin-right: 25px; }
      aside ul li a p {
        font-weight: 400;
        font-size: 19px;
        color: #fff;
        padding-top: 11px; }
  aside .close {
    position: fixed;
    z-index: 99;
    right: -100vw;
    top: 0;
    bottom: 0;
    width: 20%; }
  aside button {
    font-weight: 400;
    font-size: 19px;
    color: #fff;
    position: absolute;
    left: 30px;
    bottom: 50px; }
    aside button img {
      -webkit-transform: translateY(23px);
      -ms-transform: translateY(23px);
      transform: translateY(23px); }

.lang {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(4, 48, 62, 0.97);
  padding: 30vh 35px 0;
  text-align: center;
  top: -100vh; }
  .lang .button {
    background-color: #E8F2FF;
    border: 1px solid #EDEDED;
    border-radius: 15px;
    display: block;
    font-weight: 400;
    font-size: 15px;
    color: #04303E;
    height: 70px;
    line-height: 70px;
    margin-bottom: 15px; }
  .lang .close {
    color: #ADC4CB; }

.swal2-styled.swal2-confirm {
  background-color: #EF4B55 !important;
  border-radius: 15px !important; }
