@font-face {
  font-family: 'Hudson NY Pro Slab';
  src: local('Hudson NY Pro Slab Bold'), local('Hudson-NY-Pro-Slab-Bold'),
  url('HudsonNYProSlab-Bold.woff2') format('woff2'),
  url('HudsonNYProSlab-Bold.woff') format('woff'),
  url('HudsonNYProSlab-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

body{
  background-color: #E7E7E7;
  font-family: 'Roboto';
  padding-top: 60px;

}

.custom-navbar .navbar-nav .nav-link {
  color: #003566; -- 001d3d
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6, p{
  color: #000;
}


/** Scroll Bar Layout by RG***/

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 25px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.salasdisponiveis {
  display: block;
}

@media all and (max-width: 768px){
  .salasdisponiveis {
    display: none;
  }
}


.hh-grayBox {
  background-color: transparent;
  margin-bottom: 20px;
  padding: 35px;
  margin-top: 20px;
}
.pt45{padding-top:45px;}
.order-tracking{
  text-align: center;
  width: 33.33%;
  position: relative;
  display: block;
}
.order-tracking .is-complete{
  display: block;
  position: relative;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  color: #000;
  border: 0px solid #AFAFAF;
  background-color: #f7be16;
  margin: 0 auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
  z-index: 2;
}
.order-tracking .is-complete:after {
  display: block;
  position: absolute;
  content: '';
  height: 14px;
  width: 7px;
  top: -2px;
  bottom: 0;
  left: 5px;
  margin: auto 0;
  border: 0px solid #AFAFAF;
  border-width: 0px 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}
.order-tracking.completed .is-complete{
  border-color: #27aa80;
  border-width: 0px;
  background-color: #27aa80;
}
.order-tracking.completed .is-complete:after {
  border-color: #fff;
  border-width: 0px 3px 3px 0;
  width: 7px;
  left: 11px;
  opacity: 1;
}
.order-tracking p {
  color: #A4A4A4;
  font-size: 16px;
  margin-top: 8px;
  margin-bottom: 0;
  line-height: 20px;
}
.order-tracking p span{font-size: 14px;}
.order-tracking.completed p{color: #000;}
.order-tracking::before {
  content: '';
  display: block;
  height: 3px;
  width: calc(100% - 40px);
  background-color: #f7be16;
  top: 13px;
  position: absolute;
  left: calc(-50% + 20px);
  z-index: 0;
}
.order-tracking:first-child:before{display: none;}
.order-tracking.completed:before{background-color: #27aa80;}






* {
  box-sizing: border-box;
}

.details-card {
  width: 80%;
  margin: auto;
}


.description-container {
  position: relative;
  /* height: 900px; */
}

.main-description1 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main-description h3 {
  font-size: 2rem;
}

.product-title {
  font-size: 1.1rem;
  font-weight: bold;
}

.product-price {
  font-size: 1.8rem;
}
