@import url("https://fonts.googleapis.com/css2?family=Gothic+A1:wght@200;300;400;500;600&display=swap");
@import '../../../plugin/DataTables-1.10.25/DataTables-1.10.25/css/dataTables.bootstrap4.min.css';
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.2;
  overflow-x: hidden;
  overflow-y: auto;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

img {
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p {
  margin: 0px !important;
  padding-top: 8px;
  color: #757575;
}

* {
  font-size: 13px;
}

*:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

html,
body {
  width: 100%;
  margin: 0;
  font-family: "Gothic A1", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.mt-80 {
  margin-top: 80px;
}

.form-label {
  display: block;
}

nav {
  height: 73px !important;
}

b {
  font-weight: 900;
  font-family: Arial, Helvetica, sans-serif;
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .orderMenu {
    width: 761px !important;
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .orderMenu {
    width: 100% !important;
  }
}
table tbody th,
table tbody td {
  color: rgb(60, 60, 60);
  padding: 15px 0px;
}

table thead {
  width: 100%;
}
table thead tr {
  color: rgb(0, 0, 0);
  font-size: 16px;
}
table thead tr th {
  font-weight: 500;
  border-bottom: 1px solid #E5E5E5 !important;
}
table tbody tr {
  padding: 0px;
  background-color: #fff;
}
table tbody tr td {
  outline: none;
  border-bottom: 1px solid rgb(213, 213, 213);
}
table tbody tr td:last-child {
  text-align: end;
}
table tbody tr td:first-child {
  text-align: center;
}

.dataTables_wrapper {
  margin-top: 10px;
}

.order-table tbody td:first-child {
  background-color: #F3F3F5;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (min-width:992px) and (max-width:1920px) {
  .order-table tbody td:first-child {
    width: 241px;
    height: 260px;
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .order-table tbody td:first-child {
    width: 133px;
    height: 260px;
  }
}
@media only screen and (max-width:767px) {
  .order-table tbody td:first-child {
    width: 133px;
    height: 152px;
  }
}
.order-table tbody td:nth-child(2) {
  padding-left: 28px;
}
@media only screen and (min-width:992px) and (max-width:1920px) {
  .order-table tbody td:nth-child(2) {
    padding-top: 100px;
  }
}
@media only screen and (min-width:768px) and (max-width:991px), only screen and (max-width:767px) {
  .order-table tbody td:nth-child(2) {
    padding-top: 20px;
  }
}
@media only screen and (min-width:992px) and (max-width:1920px) {
  .order-table tbody td:nth-child(3) {
    padding-top: 100px;
  }
}
@media only screen and (min-width:768px) and (max-width:991px), only screen and (max-width:767px) {
  .order-table tbody td:nth-child(3) {
    width: 133px;
    padding-top: 20px;
    padding-right: 0px;
    vertical-align: bottom;
  }
}

@media only screen and (min-width:992px) and (max-width:1920px) {
  .total-table tbody tr {
    height: 99px;
  }
}
@media only screen and (min-width:768px) and (max-width:991px), only screen and (max-width:767px) {
  .total-table tbody tr {
    height: 20px;
  }
}
.total-table tbody td {
  vertical-align: middle;
}
.total-table tbody td:first-child {
  text-align: start;
}
.total-table tbody td:last-child {
  text-align: end;
}

nav {
  background-color: #FFF;
  border-bottom: 1px solid rgb(226, 226, 226);
}

input.form-control {
  width: 100%;
  padding: 5px 15px 10px 15px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #888888;
  border-radius: 0px;
  appearance: unset;
  -moz-appearance: unset;
  -webkit-appearance: unset;
  -o-appearance: unset;
  -ms-appearance: unset;
  outline: none;
  -moz-outline: none;
  -webkit-outline: none;
  -o-outline: none;
  -ms-outline: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #333;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
input.form-control:focus {
  border-bottom: 2px solid #212121;
  background-color: transparent;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

select {
  width: 100%;
  padding: 5px 15px 10px 15px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #888888;
  border-radius: 0px;
  appearance: unset;
  -moz-appearance: unset;
  -webkit-appearance: unset;
  -o-appearance: unset;
  -ms-appearance: unset;
  outline: none;
  -moz-outline: none;
  -webkit-outline: none;
  -o-outline: none;
  -ms-outline: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #333;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.main-section .rightSide {
  background-color: #FFF;
  height: 100vh;
}
.main-section .btn-checkout {
  color: rgb(255, 255, 255);
  border: 1px solid #000;
  border-radius: 20px;
  padding: 10px 20px;
  background-color: #000;
}
@media only screen and (min-width:992px) and (max-width:1920px) {
  .main-section .btn-checkout {
    width: 50%;
  }
}
@media only screen and (min-width:768px) and (max-width:991px), only screen and (max-width:767px) {
  .main-section .btn-checkout {
    width: 100%;
  }
}
.main-section .btn-checkout:hover {
  color: #fff;
  font-weight: 500;
}
.main-section .totalPrice {
  background-color: #F6F6F6;
}
.main-section .totalPrice p {
  line-height: 20px;
  margin: 0px;
}/*# sourceMappingURL=style.css.map */