@font-face {
  font-family: 'Century Gothic';
  src: url("../fonts/century-gothic.ttf");
  font-display: block; }
@font-face {
  font-family: 'Montserrat-Medium';
  src: url("../fonts/Montserrat-Medium.ttf");
  font-display: block; }
@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("../fonts/Montserrat-SemiBold.ttf");
  font-display: block; }
@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat-Regular.ttf");
  font-display: block; }
@font-face {
  font-family: 'Montserrat-Light';
  src: url("../fonts/Montserrat-Light.ttf");
  font-display: block; }
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a, a:hover {
  text-decoration: none;
  color: inherit; }

/*header*/
header {
  width: 100%;
  height: 80px;
  padding-top: 25px;
  background-color: #fdae30;
  position: relative; }

header #container-header {
  margin: 0 auto;
  width: 83.4375%;
  max-width: 450px;
  height: 32px;
  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; }

header .container-stock-media {
  display: none; }

#mobile-menu {
  width: 45px;
  height: 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;
  position: relative;
  cursor: pointer; }

.open-mobile-menu {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  min-height: 30px;
  background-color: #23262c;
  z-index: 9999; }

.open-mobile-menu li {
  display: block;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.open-mobile-menu li .open-mobile-menu-container {
  width: 83.4375%;
  max-width: 267px; }

.open-mobile-menu li .open-mobile-menu-container a {
  font-family: "Montserrat-Medium", Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #ffffff;
  display: block;
  padding: 15px 0; }

.open-mobile-menu li:hover {
  background-color: #4e5156; }
  .open-mobile-menu li:hover a {
    color: #d88d25; }

.hide-block {
  display: none; }

#mobile-menu #mobile-menu-img {
  width: 100%;
  height: 4px;
  background-color: #000000; }

#mobile-menu #mobile-menu-img::before {
  content: '';
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000000; }

#mobile-menu #mobile-menu-img::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000000; }

#mobile-quick-access {
  width: 65.26717557251908%;
  max-width: 171px;
  height: 100%;
  padding: 0 5px;
  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; }

#mobile-quick-access .phone-quick, #mobile-quick-access .time-quick,
#mobile-quick-access .location-quick {
  width: 30%;
  max-width: 32px;
  height: 100%;
  cursor: pointer; }

#mobile-quick-access .phone-quick img, #mobile-quick-access .time-quick img,
#mobile-quick-access .location-quick img {
  width: 100%;
  height: 100%; }

.no-show {
  display: none; }

/*end header*/
#service-mobile .human-img-bs {
  display: none; }

#service-desktop {
  display: none; }

#service-mobile {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

#service-mobile .human-img {
  width: 100%;
  height: auto;
  padding: 10px 5px 40px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

#service-mobile .human-img .container-human-img {
  width: 23%;
  height: auto; }

#service-mobile .human-img .container-human-img img {
  width: 100%;
  height: auto; }

#service-mobile .room {
  width: 100%;
  height: auto;
  margin-bottom: 15px; }

#service-mobile .room .room-name {
  width: 100%;
  height: auto;
  text-align: center; }

#service-mobile .room .room-name p {
  text-transform: uppercase;
  font-size: 24px;
  font-family: "Montserrat-SemiBold", Arial, Helvetica, sans-serif;
  margin-bottom: 28px; }

#service-mobile .room .room-item-assembly {
  width: 100%;
  padding: 0 9px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 26px; }

#service-mobile .room .room-item-assembly p {
  font-size: 18px;
  font-family: "Montserrat-Regular", Arial, Helvetica, sans-serif; }

#service-mobile .room .room-item {
  width: 100%;
  text-align: center;
  margin-bottom: 26px; }

#service-mobile .room .room-item p {
  font-size: 18px;
  font-family: "Montserrat-Regular", Arial, Helvetica, sans-serif;
  font-weight: 200; }

#service-mobile .room .room-separator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 28px; }

#service-mobile .room .last-item {
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  font-family: "Montserrat-SemiBold", Arial, Helvetica, sans-serif;
  margin-bottom: 28px;
  font-weight: 600; }

#service-mobile .room .border-room {
  margin: 0 auto;
  width: 96.9%;
  height: auto;
  padding: 37px 0 10px 0;
  -webkit-box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

#service-mobile .room .border-room .article-name {
  display: none; }

#service-mobile .room .border-room .item-price {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px; }

#service-mobile .room .border-room .item-price .div-row-name-price {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

#service-mobile .room .border-room .item-price .div-row-name-price p:first-child {
  font-size: 20px;
  font-family: "Montserrat-Regular", Arial, Helvetica, sans-serif;
  margin-bottom: 14px;
  text-align: center; }

#service-mobile .room .border-room .item-price .div-row-name-price p:last-child {
  font-size: 20px;
  font-family: "Montserrat-SemiBold", Arial, Helvetica, sans-serif;
  color: #fda51a; }

#service-mobile .room .border-room .item-price .container-subdiv {
  width: 100%;
  height: auto;
  padding: 10px 0 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

#service-mobile .room .border-room .item-price .container-subdiv .div-row {
  width: 100%;
  max-width: 320px;
  height: auto;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

#service-mobile .room .border-room .item-price .container-subdiv .div-row p:first-child {
  font-size: 16px;
  font-family: "Montserrat-Light", Arial, Helvetica, sans-serif; }

#service-mobile .room .border-room .item-price .container-subdiv .div-row p:last-child {
  font-size: 16px;
  font-family: "Montserrat-SemiBold", Arial, Helvetica, sans-serif;
  color: #fda51a; }

#service-mobile .room .hidem {
  display: none; }

.select-item {
  color: orange; }

/*footer*/
footer {
  width: 100%;
  height: auto;
  padding: 40px 0;
  background-color: #23262c; }

#container-footer {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

#container-footer .wrapper-container-footer .container-time {
  text-align: right;
  margin-bottom: 50px; }

#container-footer .wrapper-container-footer .container-time p {
  color: #9c9b9d;
  font-family: "Century Gothic", Arial, sans-serif;
  font-size: 1.125em;
  margin-bottom: 22px;
  margin-right: 20px; }

#container-footer .wrapper-container-footer .container-time p:first-child {
  margin-right: 0; }

#container-footer .container-time p:last-child {
  margin-bottom: 0; }

#container-footer .container-time p span {
  color: #fefcfc;
  font-size: 1.5em;
  margin-left: 17px; }

#container-footer .container-time p:first-child {
  color: #fdae30;
  font-size: 1.375em;
  margin-bottom: 36px;
  text-align: center; }

#container-footer .container-address {
  text-align: center;
  margin-bottom: 45px; }

#container-footer .container-address p:first-child,
#container-footer .container-address p:nth-child(2) {
  color: #fdae30;
  font-size: 1.375em;
  margin-bottom: 15px;
  letter-spacing: 0; }

#container-footer .container-address p:nth-child(2) {
  margin-bottom: 39px; }

#container-footer .container-address p {
  font-family: "Century Gothic", Arial, sans-serif;
  color: #fefcfc;
  margin-bottom: 22px;
  font-size: 1.5em;
  letter-spacing: 2px; }

#container-footer .container-address p:last-child {
  margin-bottom: 0; }

#container-footer .container-social-icons {
  width: 81.5625%;
  max-width: 260px;
  height: auto;
  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; }

/*end footer*/

/*# sourceMappingURL=service.css.map */
