* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  font-family: 'Montserrat', sans-serif;
}

body.OfflinePage2 {
  color: #555555;
}

body.OfflinePage2 .wrapper {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%,-50%);
}

body.OfflinePage2 .wrapper .title {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}

body.OfflinePage2 .select_wrap {
  width: 80%;
  margin: 15px auto;
  position: relative;
  user-select: none;
}

body.OfflinePage2 .select_wrap .default_option {
  background: #4f81bd;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  text-align: center;
  width: 100%;
  font-size: 20px;
}

body.OfflinePage2 .select_wrap .default_option .icon {
  background-image: url(../../assets/img/Arrow.svg?h=658fc87608d1b4f99036da1ddc2b2e41);
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  color: white;
}

body.OfflinePage2 .select_wrap .default_option:hover {
  background: #fcc800;
  color: white;
}

body.OfflinePage2 .select_wrap .default_option li {
  padding: 10px 20px;
}

body.OfflinePage2 .select_wrap .select_ul {
  position: absolute;
  top: 55px;
  left: 0;
  width: 100%;
  border-radius: 5px;
  display: none;
  padding-left: 0px;
  text-align: center;
  font-size: 20px;
  z-index: 55;
}

body.OfflinePage2 .select_wrap .select_ul li {
  padding: 10px 20px;
  cursor: pointer;
  background-color: #4f81bd;
}

body.OfflinePage2 .select_wrap .select_ul li:first-child:hover {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

body.OfflinePage2 .select_wrap .select_ul li:last-child:hover {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

body.OfflinePage2 .select_wrap .select_ul li:hover {
  background: #fcc800;
}

body.OfflinePage2 .select_wrap .option {
  display: flex;
  align-items: center;
}

body.OfflinePage2 .select_wrap .option.pizza .icon {
  background-position: 0 0;
}

body.OfflinePage2 .select_wrap .option.burger .icon {
  background-position: 0 -35px;
}

body.OfflinePage2 .select_wrap .option.ice .icon {
  background-position: 0 -72px;
}

body.OfflinePage2 .select_wrap .option.fries .icon {
  background-position: 0 -111px;
  width: 25px;
}

body.OfflinePage2 .select_wrap.active .select_ul {
  display: block;
}

body.OfflinePage2 .select_wrap.active .default_option .ForMore {
  display: none;
}

body.OfflinePage2 .select_wrap.active .default_option .icon {
  top: 20px;
  transform: rotate(-180deg);
}

body.OfflinePage2 section.section_contents .container .title {
  margin-top: 80px;
  margin-bottom: 45px;
  color: #303030;
}

body.OfflinePage2 section.section_contents .container .title h4 {
  text-align: center;
}

body.OfflinePage2 section.section_contents .contents .title {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #303030;
}

body.OfflinePage2 section.section_contents .contents .title h4 {
  text-align: center;
}

body.OfflinePage2 section.section_contents .container .Box {
  width: 100%;
}

body.OfflinePage2 section.section_contents .container .Box ul.item {
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 16px;
  text-align: center;
}

body.OfflinePage2 section.section_contents .container .Box ul.item li {
  width: 100%;
  border: 1px solid white;
  border-radius: 3px;
  padding: 10px 0;
  background: #4f81bd;
  color: white;
  transition: 0.1s;
}

body.OfflinePage2 section.section_contents .container .Box ul.item li:hover {
  background: #fcc800;
}

body.OfflinePage2 section.section_contents .container .Box ul.item li.item {
  flex-grow: 1;
  flex-basis: 30%;
}

body.OfflinePage2 section.section_contents .container .buttonBox {
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

body.OfflinePage2 section.section_contents .container .buttonBox a {
  text-decoration: none;
}

body.OfflinePage2 section.section_contents .container .buttonBox a .button {
  border: 1px solid #4f81bd;
  border-radius: 5px;
  display: inline-block;
  padding: 8px 35px;
  color: #4f81bd;
  transition: 0.1s;
  width: 190px;
  text-align: center;
  margin: 5px 5px;
}

body.OfflinePage2 section.section_contents .container .buttonBox a .button:hover {
  border: 1px solid transparent;
  background: #fcc800;
  color: white;
}

@media (max-width: 545px) {
  body.OfflinePage2 section.section_contents .container .Box ul.item li.item {
    flex-basis: 50%;
  }
}

body.OnlinePage2 .carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
}

body.OnlinePage2 .verticalLineLeft {
  display: block;
  position: absolute;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  top: 0px;
  bottom: 0px;
  right: 85%;
  height: 100%;
  opacity: 0.5;
}

body.OnlinePage2 .verticalLineLeft .icon {
  background-image: url(../../assets/img/leftArrow.svg?h=7ac1e37acc76e5e111e9e1e8dc21d3bc);
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  color: white;
}

body.OnlinePage2 .verticalLineRight .icon {
  background-image: url(../../assets/img/rightArrow.svg?h=cb61094649b99013f26b34ecb03162e9);
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  color: white;
}

body.OnlinePage2 .verticalLineRight {
  display: block;
  position: absolute;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  top: 0px;
  bottom: 0px;
  left: 85%;
  height: 100%;
  opacity: 0.5;
}

body.OnlinePage2 .verticalLineLeft:hover {
  opacity: 1;
}

body.OnlinePage2 .verticalLineRight:hover {
  opacity: 1;
}

body.OnlinePage2 .horizontalLine {
  position: absolute;
  width: 3px;
  top: 0px;
  bottom: 0;
  left: 50%;
  background-color: blue;
  transform: rotate(90deg);
}

body.OnlinePage2 {
  color: #555555;
}

body.OnlinePage2 .wrapper {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%,-50%);
}

body.OnlinePage2 .wrapper .title {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}

body.OnlinePage2 .select_wrap {
  width: 80%;
  margin: 15px auto;
  position: relative;
  user-select: none;
}

body.OnlinePage2 .select_wrap .default_option {
  background: #4f81bd;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  text-align: center;
  width: 100%;
  font-size: 20px;
}

body.OnlinePage2 .select_wrap .default_option:hover {
  background: #fcc800;
  color: white;
}

body.OnlinePage2 .select_wrap .default_option li {
  padding: 10px 20px;
}

body.OnlinePage2 .select_wrap .default_option .icon {
  background-image: url(../../assets/img/Arrow.svg?h=658fc87608d1b4f99036da1ddc2b2e41);
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  color: white;
}

body.OnlinePage2 .select_wrap .select_ul {
  position: absolute;
  top: 55px;
  left: 0;
  width: 100%;
  border-radius: 5px;
  display: none;
  padding-left: 0px;
  text-align: center;
  font-size: 20px;
  z-index: 55;
}

body.OnlinePage2 .select_wrap .select_ul li {
  padding: 10px 20px;
  cursor: pointer;
  background-color: #4f81bd;
}

body.OnlinePage2 .select_wrap .select_ul li:first-child:hover {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

body.OnlinePage2 .select_wrap .select_ul li:last-child:hover {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

body.OnlinePage2 .select_wrap .select_ul li:hover {
  background: #fcc800;
}

body.OnlinePage2 .select_wrap .option {
  display: flex;
  align-items: center;
}

body.OnlinePage2 .select_wrap.active .select_ul {
  display: block;
}

body.OnlinePage2 .select_wrap.active .default_option .icon {
  top: 20px;
  transform: rotate(-180deg);
}

body.OnlinePage2 .select_wrap.active .default_option .ForMore {
  display: none;
}

body.OnlinePage2 section.section_contents .container .title {
  /*margin-top: 80px;*/
  margin-bottom: 45px;
  color: #303030;
}

body.OnlinePage2 section.section_contents .container .title h4 {
  text-align: center;
}

body.OnlinePage2 section.section_contents .contents .title {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #303030;
}

body.OnlinePage2 section.section_contents .contents .title h4 {
  text-align: center;
}

body.OnlinePage2 section.section_contents .container .Box {
  width: 100%;
}

body.OnlinePage2 section.section_contents .container .Box ul.item {
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 16px;
  text-align: center;
}

body.OnlinePage2 section.section_contents .container .Box ul.item li {
  width: 100%;
  border: 1px solid white;
  border-radius: 3px;
  padding: 10px 0;
  background: #4f81bd;
  color: white;
  transition: 0.1s;
}

body.OnlinePage2 section.section_contents .container .Box ul.item li:hover {
  background: #fcc800;
}

body.OnlinePage2 section.section_contents .container .Box ul.item li.item {
  flex-grow: 1;
  flex-basis: 30%;
}

body.OnlinePage2 section.section_contents .container .buttonBox {
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

body.OnlinePage2 section.section_contents .container .buttonBox a {
  text-decoration: none;
}

body.OnlinePage2 section.section_contents .container .buttonBox a .button {
  border: 1px solid #4f81bd;
  border-radius: 5px;
  display: inline-block;
  padding: 8px 35px;
  color: #4f81bd;
  transition: 0.1s;
  width: 190px;
  text-align: center;
  margin: 5px 5px;
}

body.OnlinePage2 section.section_contents .container .buttonBox a .button:hover {
  border: 1px solid transparent;
  background: #fcc800;
  color: white;
}

@media (max-width: 545px) {
  body.OnlinePage2 section.section_contents .container .Box ul.item li.item {
    flex-basis: 50%;
  }
}

body.OnlinePage .table-list {
  width: 100%;
  margin: 0;
  padding: 20px;
}

body.OnlinePage .table-list td {
  padding: 20px;
}

body.OnlinePage .table-list tr {
  padding: 20px;
}

body.OnlinePage .table-list-bgc {
  padding: 20px;
  background-color: #4f81bd !important;
  font-size: 20px;
  color: #ffffff !important;
  border-width: 2px;
}

body.OnlinePage .table-list-bgc2 {
  background-color: #e2f3f2 !important;
  font-size: 20px;
  color: #000000 !important;
}

body.OnlinePage .table-list-bgc3 {
  background-color: #e2f3f2 !important;
  color: #000000 !important;
  font-size: 20px;
  text-align: right;
}

body.OnlinePage .table-list-bgc4 {
  background-color: #e2f3f2 !important;
  color: #000000 !important;
  font-size: 20px;
}

body.OnlinePage .way-block1 {
  height: 20px;
  width: 20%;
  padding-left: 0;
}

body.OnlinePage .way-block2 {
  height: 20px;
  width: 50%;
  padding-left: 0;
}

body.OnlinePage .way-block3 {
  height: 20px;
  width: 20%;
  padding-left: 0;
}

body.OnlinePage .form-check {
  margin-bottom: 1.2rem;
}

@media (max-width: 330px) {
  body.OnlinePage .table-list-bgc {
    font-size: 15px;
  }
}

@media (max-width: 330px) {
  body.OnlinePage .table-list-bgc2 {
    font-size: 15px;
  }
}

@media (max-width: 330px) {
  body.OnlinePage .table-list-bgc3 {
    font-size: 15px;
  }
}

@media (max-width: 330px) {
  body.OnlinePage .table-list-bgc4 {
    font-size: 15px;
  }
}

.inputContainer {
}

.inputContainer label {
  float: left;
  margin-right: 5px;
}

.inputContainer span {
  float: left;
  margin-right: 5px;
}

.inputContainer div {
  overflow: hidden;
}

.inputContainer input {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}

