﻿@font-face {
  font-family: "opensans-semibold";
  src: url("../resources/opensans-semibold.ttf") format("truetype");
}
@font-face {
  font-family: "OpenSans-Regular";
  src: url(../Resources/OpenSans-Regular.ttf) format("truetype");
}
a {
  color: #E20228;
}

.CompanyContainer {
  padding: 16px 16px !important;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
}
.CompanyContainer h2 {
  margin: 0;
}
.CompanyContainer p {
  margin: 0;
}

@media only screen and (max-width: 479px) {
  .CompanyContainer .row {
    margin: 0 !important;
    text-align: center;
  }
}
.form-control {
  border-radius: 0px;
}

.CategoryItemsCount {
  color: #7b7b7b;
  margin-top: 16px;
}

.CategoryItemsCountNumbers {
  color: black;
  font-weight: 500;
}

#divHowTo {
  color: #7b7b7b;
  margin-top: 10px;
}

.PaymentInstrumentImage {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 40px;
  max-width: 80px;
}

.topLine {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0px;
  background-color: #E20228;
}

.container {
  padding-right: 16px;
  padding-left: 16px;
}

body {
  padding-top: 20px;
  padding-bottom: 0px;
  font-size: 16px;
}

textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus,
.uneditable-input:focus {
  border-color: rgba(237, 80, 69, 0.8);
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 none;
}

/* Set padding to keep content from hitting the edges */
.body-content {
  max-width: 768px;
}

/* Override the default bootstrap behavior where horizontal description lists
   will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
  white-space: normal;
}

.CategoryPrevItem {
  width: 100%;
  margin-bottom: 16px;
}

.CategoryPrevText {
  width: 100%;
}

.CategoryPrevName {
  font-family: "opensans-semibold";
  font-size: 12px;
  line-height: 24px;
  color: #000;
}

.CategoryPrevPrice {
  color: #d82333;
}

.CategoryPrevImageContainer {
  float: left;
  margin: 8px 16px 8px 0px;
  height: 80px;
}

.CategoryPrevImage {
  max-width: 80px;
  max-height: 100px;
}

.CategoryItem {
  min-width: 120px;
  min-height: 120px;
  box-shadow: 5px 5px 20px -14px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 5px 5px 20px -14px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 5px 5px 20px -14px rgba(0, 0, 0, 0.18);
  margin-bottom: 16px;
  padding: 16px;
  border: 0.5px solid #f0f0f0;
  border-top: 0.5px solid #f0f0f0;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.verticalAlignHelper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.CategoryImageContainer {
  text-align: center;
  min-height: auto;
  padding-top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 479px) {
  .CategoryImage {
    width: 32px;
    vertical-align: middle;
  }
  .CategoryItem {
    min-height: 150px;
  }
}
@media only screen and (min-width: 480px) {
  .CategoryImage {
    width: 64px;
    vertical-align: middle;
  }
  .CategoryItem {
    min-height: 180px;
  }
}
.CategoryText {
  text-align: center;
  min-height: 70px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7b7b7b;
}

h1 {
  text-align: center;
  margin-bottom: 20px;
  color: #000000;
}

h2 {
  font-size: 16px;
  margin-bottom: 16px;
  margin-top: 24px;
  color: #E20228;
  font-family: opensans-semibold;
  line-height: 24px;
}

footer {
  text-align: right;
  font-size: 0.7em;
  color: #dadada;
  margin-top: 40px;
  border-top: 0.5px solid #f0f0f0;
}

.navigationRow {
  font-family: "opensans-semibold";
  line-height: 24px;
  background-color: #E20228;
  color: white;
  padding-left: 16px;
  font-size: 14px;
  padding-bottom: 12px;
  padding-top: 12px;
  margin-left: -15px;
  margin-right: -15px;
}

.btn-primary {
  font-family: "opensans-semibold";
  line-height: 24px;
  font-size: 14px;
  background-color: #E20228;
  border-color: #E20228;
  -webkit-box-shadow: 9px 10px 8px -9px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 9px 10px 8px -9px rgba(0, 0, 0, 0.18);
  box-shadow: 9px 10px 8px -9px rgba(0, 0, 0, 0.18);
  margin-top: 0px;
  border-radius: 0px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.btn-primary:hover {
  background-color: #E20228;
  border-color: #E20228;
}

.btn-outline-primary {
  color: #E20228;
  border-color: #E20228;
}

.btn-outline-primary:hover {
  background-color: #E20228;
  border-color: #E20228;
}

.form-control {
  color: #000000;
  -webkit-box-shadow: 9px 10px 8px -9px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 9px 10px 8px -9px rgba(0, 0, 0, 0.18);
  box-shadow: 9px 10px 8px -9px rgba(0, 0, 0, 0.18);
  border-color: #f2f2f2;
  border-radius: 0px;
}

.form-control:hover {
  background-color: white;
  color: #000000;
  border-color: #f2f2f2;
}

.btn-outline-secondary {
  color: #000000;
  -webkit-box-shadow: 9px 10px 8px -9px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 9px 10px 8px -9px rgba(0, 0, 0, 0.18);
  box-shadow: 9px 10px 8px -9px rgba(0, 0, 0, 0.18);
  border-color: #f2f2f2;
  border-radius: 0px;
}

.btn-outline-secondary:hover {
  background-color: white;
  color: #000000;
  border-color: #f2f2f2;
}

#DatesLabels {
  font-size: 1.3em;
  display: none;
  flex-direction: column;
  justify-content: center;
}

.DatesSave {
  text-align: center;
}

.SettedDate {
  padding-left: 5px;
}

.item {
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.DetailHeader {
  margin-bottom: 5px;
}

.DetailHeaderLabel {
  font-family: "opensans-semibold";
  font-size: 12px;
  line-height: 24px;
  color: #E20228;
}

.CategoryLabel {
  font-weight: 500;
}

.ItemName {
  font-size: 0.9em;
  color: #7b7b7b;
}

.ModelLabel {
  font-size: 0.9em;
  color: #7b7b7b;
}

.ItemImageContainer {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
  padding-top: 50px;
}

.ItemImage {
  text-align: center;
  max-width: 100%;
  max-height: 200px;
}

.ItemPriceListLabel {
  font-weight: 500;
  float: left;
  color: #7b7b7b;
}

.ItemAdvance {
  text-align: right;
  color: #7b7b7b;
}

.ItemPriceContainer {
  width: 100%;
  text-align: right;
  position: absolute;
  bottom: 0px;
  padding-right: 15px;
}

.ItemPriceLabel {
  font-weight: 500;
  color: #7b7b7b;
}

.DefaultLabel {
  font-weight: 500;
  color: #7b7b7b;
}

.ItemPrice {
  font-weight: 500;
}

.ItemPriceNumber {
  color: #E20228;
  font-size: 0.9em;
}

.ItemReserveButtonContainer {
  margin-top: 8px;
  width: 100%;
  text-align: center;
}

.FullsizeButtonNarrow {
  width: 100%;
  min-height: 20px;
}

.FullsizeButton {
  width: 100%;
  min-height: 50px;
  margin-top: 20px;
}

.FilterSaveContainer {
  margin-top: 25px;
  margin-bottom: 25px;
  width: 100%;
  text-align: center;
}

.FilterSave {
  width: 100%;
  max-width: 600px;
}

.ItemPriceListLabelContainer {
  width: 100%;
  text-align: right;
}

.ItemInfo {
  min-height: 130px;
}

.ItemParamContainer {
  margin-bottom: 20px;
}

.ItemParamName {
  font-size: 1.1em;
  font-weight: 500;
  color: #7b7b7b;
}

.ItemPriceListHeader {
  background-color: #e6e6f0;
  font-weight: 500;
  color: #7b7b7b;
}

.ItemPriceListNumber {
  color: #E20228;
}

.ItemPriceListContainer {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.ItemPriceListTable {
  text-align: center;
}

.ItemPrevImage {
  max-width: 100px;
  max-height: 100px;
}

.ItemDescription {
  text-align: justify;
  margin-top: 15px;
  margin-bottom: 25px;
  white-space: pre-line;
}

.ItemPrev {
  box-shadow: 5px 5px 20px -14px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 5px 5px 20px -14px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 5px 5px 20px -14px rgba(0, 0, 0, 0.18);
  margin-bottom: 20px;
  border: 0.5px solid #f0f0f0;
  border-top: 0.5px solid #f0f0f0;
  margin-top: 16px;
  cursor: pointer;
  padding: 8px;
}

.ItemPrevLayout {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.RecommendedItemsRow {
  flex-wrap: nowrap;
  overflow: auto;
}

.AmountInput {
  width: 100%;
  padding-left: 16px;
  height: 50px;
}

.ItemPrevImageContainer {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
  height: 100px;
}

.LanguageImg {
  width: 25px;
  min-width: 25px;
  max-width: 25px;
}

.LayoutLogoImage {
  height: 100px;
  min-height: 100px;
  max-height: 100px;
}

.LayoutHeader {
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.CategoryPrevSecondRowText {
  font-family: OpenSans-Regular;
  font-size: 12px;
  line-height: 24px;
  color: #888888;
}

ol {
  list-style: none;
  counter-reset: my-awesome-counter;
}

li {
  counter-increment: my-awesome-counter;
  margin: 1rem;
}

li::before {
  content: counter(my-awesome-counter);
  background: white;
  width: 32px;
  height: 32px;
  border: 2px solid #6fb74c;
  border-radius: 50%;
  display: inline-block;
  line-height: 1.7rem;
  color: #000000;
  font-weight: 500;
  text-align: center;
}

ol ol li::before {
  background: #E20228;
}

ol ol ol li::before {
  background: #E20228;
}

.ListSecondRow {
  padding-left: 0px;
  font-weight: 200;
  font-size: 0.8em;
  color: #858585;
  margin-left: 48px;
}

.ListFirstRow {
  font-weight: 500;
  font-size: 0.8em;
  padding-left: 0px;
  margin-top: -27px;
  margin-left: 48px;
}

.ReservedItemImage {
  max-width: 80px;
  max-height: 80px;
  min-width: 80px;
  min-height: 80px;
}

.ReservedItemContainer {
  box-shadow: 5px 5px 20px -14px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 5px 5px 20px -14px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 5px 5px 20px -14px rgba(0, 0, 0, 0.18);
  border: 0.5px solid #f0f0f0;
  border-top: 0.5px solid #f0f0f0;
  min-height: 90px;
  padding: 10px 10px 10px 10px;
}

.ContactSubmitContainer {
  text-align: right;
}

.ContactSubmit {
  width: 100%;
}

.CategoryItemsSamePricePrice {
  color: #333;
  font-weight: 500;
  font-size: 16px;
}

.CategoryItemsFilter {
  width: calc(100% - 32px) !important;
  margin: 16px 16px 0 16px !important;
}

.ReservationSendContainer {
  width: 100%;
  text-align: center;
}

.ReservationSend {
  width: 100%;
  min-height: 50px;
  -webkit-box-shadow: 9px 10px 8px -9px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 9px 10px 8px -9px rgba(0, 0, 0, 0.55);
  box-shadow: 9px 10px 8px -9px rgba(0, 0, 0, 0.55);
  margin-top: 16px;
}

.ContactDetailContainer {
  margin-bottom: 20px;
}

.ContactLabel {
  font-weight: 500;
  color: #7b7b7b;
}

.ContactValue {
  font-weight: 500;
  color: #000000;
}

.ReservationDateLabel {
  font-family: "opensans-semibold";
  font-size: 14px;
  color: #757575;
  line-height: 24px;
  margin-bottom: 8px;
}

#ContactsTitle {
  margin: 32px 0 32px 0;
}

.ReservationAddItemButton {
  width: 100%;
  max-width: none;
  min-height: 50px;
  margin: 16px 0 0 0 !important;
}

.ReservationChangeDatesButton {
  width: 100%;
  max-width: none;
  margin-top: 24px;
  font-weight: 500 !important;
  text-align: center;
}

.ReservationDatesContainer {
  font-size: 1.2em;
}

.FilterSliderContainer {
  padding: 50px 50px 0px 50px;
}

.ParameterFilterValue {
  margin: 0px 2px 0px 2px;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #000000;
  background-color: #ffbf00;
  border-color: #ffe000;
}

/*****************************/
/* ReservationSummary.cshtml */
/*****************************/
.SummaryDefaultContainer8 {
  margin: 0px 0px 8px 0px;
}

.SummaryDefaultContainer16 {
  margin: 0px 0px 16px 0px;
}

.SummaryDefaultContainer32 {
  margin: 0px 0px 32px 0px;
}

.SummaryLabelsContainer {
  line-height: 24px !important;
}

.SummaryGreenContainer {
  background: #56ab2c;
  padding: 15px 0px 15px 0px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 24px;
}

.SummaryRedContainer {
  background: #d82333;
  padding: 15px 0px 15px 0px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 20px;
}

.SummaryInfoTextWhite {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
}

.SummaryLabelGray1 {
  color: #777777;
  font-size: 18px;
  font-weight: 600;
}

.SummaryLabelGray2 {
  color: #919191;
}

.SummaryLabelBlackBold {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
}

.SummaryOverallPriceNum {
  color: #E20228;
  font-size: 18px;
  font-weight: 500;
}

.SummaryPhoneNumber {
  color: #000000;
  font-size: 24px;
  font-weight: 700;
}

.SummaryOpeningHours {
  color: #919191;
  font-size: 16px;
  font-weight: 500;
}

.SummaryEmail {
  color: #E20228;
  font-size: 16px;
  font-weight: 500;
}

.SummaryContainerPhoneIcon {
  text-align: center;
  padding-right: 30px;
}

.SummaryPhoneIcon {
  height: 64px;
  width: 64px;
  color: black;
  background-color: white;
  margin-right: 30px;
}

/***********************************/
/* KONEC ReservationSummary.cshtml */
/***********************************/
.LayoutContainerTopErrorMsg {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #E20228;
}

.LayoutTopErrorMsg {
  color: black;
  font-size: 18px;
  font-weight: 600;
}

.LayoutTopErrorMsgCloseBtn {
  color: black;
  font-size: 26px;
  font-weight: 700;
  float: right;
}

button.LayoutTopErrorMsgCloseBtn {
  padding: 0px 30px 0px 0px;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: white;
  background-color: #2d373c;
  border-color: #2d373c;
  font-weight: 500;
}

.navigationHref {
  color: white;
}

.navigationHref:hover {
  color: white;
}

.DetailCancel {
  color: black;
  font-size: 1.2em;
  cursor: pointer;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.DetailCancel:hover {
  text-decoration: none;
  color: black;
}

.ParamValue {
  width: 100%;
  margin-top: 5px;
}

.ParamValue > label {
  width: 100%;
}

.FilterParameterContainer {
  margin-bottom: 15px;
}

.ListSteps {
  margin-left: 0px;
  padding-left: 0px;
  margin-bottom: 0px;
  margin: 0 !important;
}
.ListSteps li {
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.ListSteps :last-child {
  margin-bottom: 0px;
}

.ListSteps > li {
  margin-bottom: 16px;
}

.FullWidthDiv {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.btn-dark {
  color: white;
  background-color: #2d373c;
  border-color: #2d373c;
  border-radius: 0px;
  width: 100%;
  padding-bottom: 10px;
  padding-top: 10px;
  -webkit-box-shadow: 9px 10px 8px -9px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 9px 10px 8px -9px rgba(0, 0, 0, 0.18);
  box-shadow: 9px 10px 8px -9px rgba(0, 0, 0, 0.18);
  margin-top: 10px;
  margin-bottom: 10px;
}

.btn-light {
  background-color: white;
  color: #7b7b7b;
  border-color: #f2f2f2;
  border-radius: 0px;
  width: 100%;
  padding-bottom: 10px;
  padding-top: 10px;
  -webkit-box-shadow: 9px 10px 8px -9px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 9px 10px 8px -9px rgba(0, 0, 0, 0.18);
  box-shadow: 9px 10px 8px -9px rgba(0, 0, 0, 0.18);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
}

.CategoryItemsSamePriceContainer {
  margin: 10px 0px 20px 0px;
}

.ItemPrevReserveContainer {
  width: 100%;
}

.ReservedItemQuantity {
  color: #7b7b7b;
}

.ReservationDeliveryDate {
  color: #56ab2c;
  font-family: opensans-semibold;
  font-size: 14px;
  font-weight: 500;
}

.ReservationReturnDate {
  color: #E20228;
  font-family: opensans-semibold;
  font-size: 14px;
  font-weight: 500;
}

.PriceRowLabel {
  color: #7b7b7b;
  font-weight: 500;
  margin-top: 32px !important;
}

.TotalPriceRow {
  font-weight: 500;
  margin-top: 20px;
}

.RervationAgreement {
  color: #7b7b7b;
  margin-top: 16px;
}

#dDatePicker {
  margin-top: 10px;
}

#DeliveryDateRow {
  display: none;
}

#ReturnDateRow {
  display: none;
  padding-top: 24px;
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #da97a2;
  color: white;
  border: 0;
}

.DeliveryTimeButton {
  font-family: "opensans-Regular";
  font-size: 14px;
  line-height: 24px;
  color: #69696E;
  background-color: white;
  box-shadow: 8px 8px 25px -8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 8px 8px 25px -8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 8px 8px 25px -8px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
  border: 0.5px solid #f0f0f0;
  border-radius: 0px;
  padding-left: 16px;
  font-weight: 500;
  width: calc(50% - 24px);
  max-width: calc(50% - 8px);
  text-align: left;
  margin: 0;
  cursor: pointer;
}

.DeliveryTimeButton:not(:disabled):not(.disabled):active, .DeliveryTimeButton:not(:disabled):not(.disabled).active, .show > .DeliveryTimeButton.dropdown-toggle {
  background-color: #56ab2c;
  color: white;
  border-radius: 0px;
  box-shadow: 8px 8px 25px -8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 8px 8px 25px -8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 8px 8px 25px -8px rgba(0, 0, 0, 0.3);
}
.DeliveryTimeButton:not(:disabled):not(.disabled):active b, .DeliveryTimeButton:not(:disabled):not(.disabled).active b, .show > .DeliveryTimeButton.dropdown-toggle b {
  color: white;
}

.ReturnTimeButton {
  font-family: "opensans-Regular";
  font-size: 14px;
  line-height: 24px;
  color: #69696E;
  background-color: white;
  box-shadow: 8px 8px 25px -8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 8px 8px 25px -8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 8px 8px 25px -8px rgba(0, 0, 0, 0.3);
  border: 0.5px solid #f0f0f0;
  border-radius: 0px;
  padding-left: 16px;
  font-weight: 500;
  width: calc(50% - 24px);
  max-width: calc(50% - 8px);
  text-align: left;
  margin: 0;
  cursor: pointer;
}

.ReturnTimeButton:not(:disabled):not(.disabled):active, .ReturnTimeButton:not(:disabled):not(.disabled).active, .show > .ReturnTimeButton.dropdown-toggle {
  background-color: #E20228;
  color: white;
  border-radius: 0px;
  box-shadow: 8px 8px 25px -8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 8px 8px 25px -8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 8px 8px 25px -8px rgba(0, 0, 0, 0.3);
}
.ReturnTimeButton:not(:disabled):not(.disabled):active b, .ReturnTimeButton:not(:disabled):not(.disabled).active b, .show > .ReturnTimeButton.dropdown-toggle b {
  color: white;
}

.DatesButtonsGroup {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.TimeTitle {
  color: black;
}

.Time {
  font-family: OpenSans-Regular;
  font-size: 12px;
  line-height: 24px;
  color: #757575;
  font-weight: 200;
}

.active .Time {
  color: white;
}

.ActiveFilterContainer {
  color: #7b7b7b;
  font-weight: 500;
  padding: 0 !important;
  white-space: nowrap;
}

.pl {
  padding-left: 16px !important;
  padding-right: 8px !important;
}

.pr {
  padding-right: 16px !important;
  padding-left: 8px !important;
}

.FilterCancel {
  color: #7b7b7b;
  cursor: pointer;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.ActiveFiltersContainer {
  padding-top: 10px;
  padding-bottom: 10px;
}

.vertical-align {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.CategoryPrevRow {
  margin-bottom: 20px;
}

.ReservationDatesRow {
  padding-bottom: 15px;
}

label {
  display: inline-block;
  margin-bottom: 0;
}

.ContactContainer {
  padding-left: 20px;
}

.ValErrorMsg {
  color: #E20228;
}

.SummaryCompanyDataContainer {
  margin-top: 32px;
}

.SummaryCompanyDataContainer2 {
  margin-top: 16px;
}

.has-float-label > input::-webkit-input-placeholder {
  color: transparent;
}

.has-float-label > input:-moz-placeholder {
  color: transparent;
}

.has-float-label > input::-moz-placeholder {
  color: transparent;
}

.has-float-label > input:-ms-input-placeholder {
  color: transparent;
}

.has-float-label > input::placeholder {
  color: transparent;
}

.InputCont {
  position: relative;
}

.Input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  min-height: 42px;
  padding: 12px 10px 0 10px;
  box-shadow: none;
}

.InputLabel {
  color: #999;
  transform: translate(0.35rem, -2.1rem);
  transition: all 0.2s ease-out;
  height: 0;
}

.Input:focus + .InputLabel,
.Input:not(:placeholder-shown) + .InputLabel {
  transform: translate(0.35rem, -2.9rem);
  font-size: 0.7rem;
}

.Input:focus {
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-bottom: 2px solid rgba(0, 0, 0, 0.5) !important;
}

.Input:hover {
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5) !important;
}

.Input:active + InputLabel {
  transform: translate(0.35rem, -3.4rem);
  font-size: 0.7rem;
}

.Input:focus + InputLabel,
.Input:not(::placeholder.show) + label {
  transform: translate(0.35rem, -3.4rem);
  font-size: 0.7rem;
}

.ReservedItemPricesContainer {
  padding-top: 10px;
}

.ReservedItemPriceLabel {
  font-size: 0.9em;
  color: #7b7b7b;
  min-height: 38px;
}

.TotalPriceRowLabel {
  font-weight: 500;
  color: black;
  font-size: 1.2em;
}

.PaymentInstrumentImage {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 40px;
  max-width: 80px;
}

.LayoutButtonImage {
  fill: #E20228;
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
}

.LayoutButton {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #7b7b7b;
  font-weight: 500;
  font-size: 0.9em;
}

.LayoutButtonLabel {
  padding-top: 5px;
  font-size: 0.7em;
  max-width: 48px;
  text-align: center !important;
}

hr {
  margin-top: 0;
  margin-bottom: 0;
}

.SummaryReservationNumberContainer {
  padding-bottom: 10px;
}

.SummaryReservationPricesContainer {
  padding-bottom: 10px;
}

.TotalItemPriceNumber {
  color: #E20228;
  font-size: 1.2em;
  font-weight: 500;
}

.MoneyPostfix {
  color: #7b7b7b;
}

.LayoutFooter {
  margin: 0px 0px 0px 0px;
}

.LayoutFooter > .row {
  margin-bottom: 15px;
}

.LayoutFooterImage {
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  fill: #E20228;
  padding: 5px 0px 5px 0px;
}

.LayoutFooterLabel {
  color: white;
  padding: 0px;
}

.LayoutFooterLabel-thin {
  color: white;
  padding: 0px;
  font-weight: 300;
  font-family: OpenSans-Regular;
  font-size: 14px;
  line-height: 24px;
}

.LayoutFooterLink {
  color: white;
  padding: 5px 0px 5px 0px;
  text-decoration: underline;
  font-weight: 300;
  font-size: 14px;
}

.LayoutFooterCaption {
  font-family: "opensans-semibold";
  font-size: 14px;
  line-height: 24px;
  color: white;
  padding: 5px 0px 0px 0px;
  margin-bottom: 0px;
}

.LayoutFooterCompanyInfo {
  background-color: #2d373c;
  padding: 32px;
  margin: 32px -15px 0px -15px;
}
.LayoutFooterCompanyInfo div {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.FooterContactContainer {
  margin-bottom: 24px;
}

.FooterAddressContainer {
  margin-bottom: 24px;
}

.max24 {
  max-width: 24px !important;
}

.FooterOpenTimeContainer {
  margin-bottom: 24px;
}

.LayoutFooterCompanyInfo .row {
  flex-wrap: nowrap !important;
}

.LayoutFooterCompanyInfo .row .col-11 {
  justify-self: center;
}

.col-11 .LayoutFooterLabel {
  font-family: "opensans-semibold";
  font-size: 14px;
  line-height: 24px;
  padding-left: 0px;
}

.FooterImg {
  width: 100%;
}

.FooterImgContainer {
  width: 100%;
  display: flex;
  justify-content: center;
}

#DatePickInfo1 {
  font-family: "opensans-semibold";
  font-size: 14px;
  line-height: 24px;
  display: block;
  color: #7b7b7b;
  margin: 24px 0;
  padding-right: 30px;
}

#DatePickInfo2 {
  font-family: "opensans-semibold";
  font-size: 14px;
  line-height: 24px;
  color: #69696E;
  display: block;
  background: #FCF9AA;
  padding: 16px;
  margin: 24px 0;
}

.DatePickerInfo-Icon {
  width: 30px;
  fill: #d82333;
  min-height: 18px;
  padding: 5px 5px 5px 5px;
}

.Header-NavIcon-col {
  display: inline-flex;
  width: 24px;
  max-width: 24px;
  min-width: 24px;
  margin-right: 1em;
}

.Header-NavIcons-Container {
  text-align: center;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
  width: 48px;
  min-width: 48px;
  max-width: 48px;
  margin-right: 16px;
}

.DatesInfo-Title {
  font-family: "opensans-semibold";
  font-size: 14px;
  color: #757575;
  line-height: 24px;
  margin-bottom: 8px;
  text-align: left;
}

.Arrow-Right {
  margin-left: 8px;
  width: 16px;
  min-width: 16px;
  max-width: 16px;
  height: 16px;
  min-height: 16px;
  max-height: 16px;
}

.ArrowRigthIcon {
  max-width: 16px;
  color: #fff;
}

.Arrow-Left {
  margin-right: 8px;
  width: 16px;
  min-width: 16px;
  max-width: 16px;
  height: 16px;
  min-height: 16px;
  max-height: 16px;
}
