/*
    IMPORT CSS LIB=>
*/
@import url("default.css");
@import url("lib/bootstrap.min.css");
@import url("lib/fontawesome.min.css");
@import url("lib/all.min.css");
@import url("lib/jquery.fancybox.min.css");
@import url("../fonts/stylesheet.css");

/*
    DEFAULT =>
*/
:root {
  /*
        *Color =>
    */
  --clrWhite: #FFFFFF;
  --clrBlack: #000000;
  /* !******! */
  --clrYellow: "";
  --clrGold: "";
  --clrRed: "";
  --clrBlue: #03236E;
  --clrGrey: "";
  --clrPurple: "";
  --clrBorderGrey: "";
  /*
        *Font =>
    */
  --fntRegular: "Didot";
}

a {
  color: #453838;
}

.hidden-content {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  display: none;
  border-radius: 18px;
}

.hidden-content>* {
  margin-bottom: 1rem;
}

.hidden-content .detail p {
  border: none;
  padding: 0;
}

.costum__Container {
  padding: 0 7vw;
}

#Header__Area--Home {
  background-color: #453838;
  min-height: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

#Menu__Select--Area .menu__Card {
  border: 1px solid #453838;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 260px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#Menu__Select--Area .menu__Card:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(10px, 10px) scale(1.01);
  transform: translate(10px, 10px) scale(1.01);
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
  box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}

.logo__Area2 {
  width: 100%;
  height: auto;
  max-width: 262px;
  max-height: 206px;
}

#Menu__Select--Area .menu__Card .img__Area {
  height: 80%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

#Menu__Select--Area .menu__Card .img__Area img {
  max-width: 262px;
  max-height: 206px;
}

#Menu__Select--Area .menu__Card .text__Area {
  height: 20%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

#Menu__Select--Area .menu__Card .text__Area::after {
  content: "";
  width: 340px;
  height: 1px;
  background: #453838;
  position: absolute;
  z-index: 1;
}

#Menu__Select--Area .menu__Card .text__Area p {
  font-size: 20px;
  font-weight: 900;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: #FFF;
  z-index: 2;
  margin: 0;
  padding: 0 20px;
}

.title__Area {
  background-color: #453838;
  padding: 8px 20px;
  color: var(--clrWhite);
  font-weight: 900;
  font-size: 24px;
  margin: 60px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.title__Area::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background: #453838;
  bottom: -30px;
}

.title__Area::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background: #453838;
  top: -30px;
}

.mobile__Opener {
  display: none;
}

.product__Details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  gap: 0.7rem;
}

.info {
  width: 37px;
  height: 37px;
  min-width: 37px;
  border: 1px solid #000;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.info p {
  color: #000;
  font-size: 17px;
  font-weight: 900;
  margin: 0;
  padding: 0;
}

.detail p {
  font-size: 16px;
  color: #000;
  border-left: 1px solid #000;
  font-weight: normal;
  padding: 0;
  margin: 0;
  padding-left: 1rem;
  font-family: 'Open Sans';
}

.border-menu {
  border-bottom: 1px dotted #3F3738;
}

.left__Area .form-check-input[type=checkbox] {
  width: 67px;
  height: 67px;
  border-radius: 50%;
  margin: -15px 16px 0px 0px;
  display: none;
}

.left__Area .form-check-input:checked {
  background-color: #453838;
  border-color: #453838;
}

.seconder__Logo {
  max-width: 131px !important;
  max-height: 131px !important;
}

.left__Area label {
  font-size: 24px;
  font-weight: 900;
  color: #453838;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 1rem;
  font-family: 'Open Sans';
}

.right__Area {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  white-space: nowrap;
  padding-left: 1.5rem;
}

.right__Area p {
  font-size: 24px;
  font-weight: 900;
  color: #453838;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans';
}

#Header__Area {
  min-height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
}

#Header__Area a {
  color: #453838;
  font-family: 'Open Sans';
}

#Menu__Category {
  min-height: 60px;
  background-color: #03236E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

#Menu__Category .mobile-dropdown {
  display: none;
}

#Menu__Category .btn-success {
  color: #fff;
  background-color: transparent;
  border-color: #ffffff;
}

#Menu__Category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 1.5rem;
  list-style: none;
}

#Menu__Category ul.dropdown-menu {
  display: none;
}

#Menu__Category ul.dropdown-menu.show {
  display: block;
}

#Menu__Category ul.dropdown-menu li {
  padding: 0.2rem 0.7rem;
}

#Menu__Category ul.dropdown-menu li a {
  color: #453838;
}

#Menu__Category ul.dropdown-menu li.active a {
  color: #453838;
}

#Menu__Category ul.dropdown-menu li.active::before {
  content: "";
  width: 100%;
  height: 4px;
  background: #019CA6;
  position: absolute;
  bottom: 6px;
}

#Menu__Category ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

#Menu__Category ul li a {
  color: #BEBEBE;
  font-size: 18px;
  font-family: 'Open Sans';
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
}

#Menu__Category ul li.active a {
  font-weight: 900;
  color: #FFF;
  font-family: 'Open Sans';
}

#Menu__Category ul li.active::before {
  content: "";
  width: 100%;
  height: 8px;
  background: #019CA6;
  position: absolute;
  bottom: -16px;
}

#Menu__Category ul li::after {
  content: "";
  right: -0.75rem;
  width: 1px;
  height: 20px;
  background: #FFF;
  position: absolute;
}

#Menu__Category ul li:last-child::after {
  content: none;
}

#Description .left__Area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 1rem;
}

#Description .left__Area .description__Detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0.4rem;
}

#Description .left__Area .description__Detail p {
  font-family: 'Open Sans';
}

#Description .right__Area p {
  font-size: 16px;
  font-family: 'Open Sans';
  font-weight: normal;
  font-style: italic;
  color: #453838;
}

#Ftr {
  background-color: #453838;
  min-height: 270px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-top: 11px solid #019CA6;
}

#Ftr .logo__Area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
#Ftr .logo__Area img {
  max-width: 206px;
  margin-bottom: 1rem;
  margin-top: 1rem;
  width: 100%;
}
#Ftr .brand {
  font-size: 24px;
  font-family: var(--fntRegular);
  color: #FFF;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-style: italic;
}

.vertical__Line {
  width: 1px;
  height: 120px;
  background-color: #FFF;
  margin-right: 45px;
  margin-left: 45px;
}

/*
    Themes
*/
.BlueBeach #Menu__Category,
.BlueBeach .title__Area {
  background-color: #453838;
}

.BlueBeach .left__Area label {
  color: #453838;
}

.BlueBeach .right__Area p {
  color: #453838;
}

.BlueBeach .info {
  border: 1px solid #453838;
}

.BlueBeach .info p {
  color: #453838;
}

.BlueBeach .detail p {
  font-size: 16px;
  color: #453838;
  border-left: 1px solid #453838;
}

.BlueBeach .left__Area .form-check-input:checked {
  background-color: #453838;
  border-color: #453838;
}

.BlueBeach #Ftr {
  background-color: #453838;
}

.BlueBeach #Description .right__Area p {
  color: #453838;
}
#Description .right__Area p a{
  font-family: 'Open Sans';
}
.BlueBeach #Header__Area a {
  color: #453838;
}

.BlueBeach a {
  color: #453838;
}

.ThePooL #Menu__Category,
.ThePooL .title__Area {
  background-color: #453838;
}

.ThePooL .left__Area label {
  color: #453838;
}

.ThePooL .right__Area p {
  color: #453838;
}

.ThePooL .info {
  border: 1px solid #453838;
}

.ThePooL .info p {
  color: #453838;
}

.ThePooL .detail p {
  font-size: 16px;
  color: #453838;
  border-left: 1px solid #453838;
}

.ThePooL .left__Area .form-check-input:checked {
  background-color: #453838;
  border-color: #453838;
}

.ThePooL #Ftr {
  background-color: #453838;
}

.ThePooL #Description .right__Area p {
  color: #453838;
}

.ThePooL #Header__Area a {
  color: #453838;
}

.ThePooL a {
  color: #453838;
}

.MandarinBar #Menu__Category,
.MandarinBar .title__Area {
  background-color: #453838;
}

.MandarinBar .left__Area label {
  color: #453838;
}

.MandarinBar .right__Area p {
  color: #453838;
}

.MandarinBar .info {
  border: 1px solid #453838;
}

.MandarinBar .info p {
  color: #453838;
}

.MandarinBar .detail p {
  font-size: 16px;
  color: #453838;
  border-left: 1px solid #453838;
}

.MandarinBar .left__Area .form-check-input:checked {
  background-color: #453838;
  border-color: #453838;
}

.MandarinBar #Ftr {
  background-color: #453838;
}

.MandarinBar #Description .right__Area p {
  color: #453838;
}

.MandarinBar #Header__Area a {
  color: #453838;
}

.MandarinBar a {
  color: #453838;
}

.InRoomDinning #Menu__Category,
.InRoomDinning .title__Area {
  background-color: #453838;
}

.InRoomDinning .left__Area label {
  color: #453838;
}

.InRoomDinning .right__Area p {
  color: #453838;
}

.InRoomDinning .info {
  border: 1px solid #453838;
}

.InRoomDinning .info p {
  color: #453838;
}

.InRoomDinning .detail p {
  font-size: 16px;
  color: #453838;
  border-left: 1px solid #453838;
}

.InRoomDinning .left__Area .form-check-input:checked {
  background-color: #453838;
  border-color: #453838;
}

.InRoomDinning #Ftr {
  background-color: #453838;
}

.InRoomDinning #Description .right__Area p {
  color: #453838;
}

.InRoomDinning #Header__Area a {
  color: #453838;
}

.InRoomDinning a {
  color: #453838;
}

@media screen and (max-width: 991.98px) {
  #Menu__Category ul {
    display: none;
  }

  #Menu__Category .mobile-dropdown {
    display: block;
  }

  #Menu__Category ul li::after {
    content: none;
  }

  #Menu__Select--Area .menu__Card .text__Area::after {
    content: "";
    width: 300px;
    height: 1px;
    background: #453838;
    position: absolute;
    z-index: 1;
  }

  .product__Details {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .left__Area label {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 767.98px) {
  #Header__Area {
    padding-bottom: 2.5rem;
    padding-top: 2rem;
  }

  .costum__Container {
    padding: 0 0vw;
  }

  #Description .left__Area {
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px;
    padding: 1rem;
    border-radius: 1rem;
    margin-bottom: 4rem;
  }

  .left__Area .info {
    width: 22px;
    height: 22px;
    min-width: 22px;
  }

  .left__Area .info p {
    font-size: 12px !important;
  }

  #Description .left__Area .description__Detail p {
    font-size: 14px;
  }
}

@media screen and (max-width: 575.98px) {
  .left__Area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .product__Details {
    display: none;
  }

  .left__Area .form-check-input[type=checkbox] {
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin: 3px 7px 0px 0px;
  }

  .left__Area label {
    font-size: 18px;
    gap: 0.2rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .right__Area p {
    font-size: 18px;
  }

  .info {
    width: 27px;
    height: 27px;
    min-width: 27px;
  }

  .info p {
    font-size: 14px;
  }

  .detail p {
    font-size: 14px;
    color: #453838;
    border-left: 1px solid #453838;
    font-weight: normal;
    padding: 0;
    margin: 0;
    padding-left: 1rem;
    font-family: 'Open Sans';
  }

  .mobile__Opener {
    display: block;
    margin-left: 0.5rem;
  }

  #Description .left__Area {
    margin-top: 5rem;
    margin-bottom: 3rem;
    margin-left: 1rem;
    margin-right: 0.3rem;
  }

  #Description .right__Area {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    white-space: normal;
  }
}

@media screen and (max-width: 429.98px) {
  #Ftr .logo__Area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }

  .vertical__Line {
    display: none;
  }

  .mx-5 {
    margin-right: 0.3rem !important;
    margin-left: 0.3rem !important;
  }
}