html{
	font-size: 16px;

}

body{
	font-family: 'Poppins', sans-serif;
	background: #F5F4F9;
}


.main_container{
	min-height: 100vh;
	
}
.main_container .shadeoverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-image: linear-gradient(to right, #ff994c 0%, #0068ac 100%);*/
    background-image: linear-gradient(to right, #ff994c 0%, #ac6700 100%);
    opacity: .92;
}

.main_container{
	background-image: url(/static/relaxx/images/bg/meditation-1.jpg);
  padding: 0;
  position: relative;
  background-size: cover;
  background-position: center center;
}
.btn-warning {
  color: #212529;
  background-color: #ea7f29;
  border-color: #ea7f29;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e17d2d;
  border-color: #e17d2d;
}
.text-black{
  color: #000 !important;
}
.btn-light{
	border-radius: 33px;
  color: #dc3545;
  background-color: #fcf1e7;
  border-color: #fcf1e7;
}
.btn-light:hover{
	border-radius: 33px;
  color: #dc3545;
  background-color: #fbeadb;
  border-color: #fcf1e7;"
}

.button_style_2{
  background-color: #ededed;
  padding: 10px;
}
.button_style_2:hover{
  background-color: #ddd;
  padding: 10px;
}

.box{
	font-family: "Poppins", sans-serif;
	position: relative;
  min-width: 0;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  margin-bottom: 30px;
  border-color: #d7dfe3;
  border-radius: 4px;
  -webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.05);
  box-shadow: 0px 5px 20px rgba(0,0,0,0.05);
}
.hidden{
	display: none;
}

.font-weight-bolder

.box-header{
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
  border-bottom: 1px solid #eee;
  border-radius: 4px;
}

.box-title{
	margin:0;
  line-height: 22px;
  font-size: 22px;
  color: #455a64;
  font-weight: 600;
  display: inline-block;
}

.box-title.colored{
  color: #6931d6;
  font-weight: 500;
}
.box-subtitle{
	margin-top: .75rem;
	font-weight: 300;
  margin-bottom: 5px;
  color: #99abb4;
  line-height: 16px;
  font-size: 16px;
}
.clickable_row{
	cursor: pointer;
}

.box-body{
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.box-body .table td{
	color:#888;
}
.box-footer{
	padding: 15px 10px;
	background: #f6f6f6;
}

.box-footer a{
  display: block;
  font-size: 0.9rem;
}

.old_price {
    text-decoration: line-through;
    font-size: 0.6875rem;
    color: #777;
}

.new_price {
    font-size: 1.25rem;
    color: #222;
}

::placeholder {
  color: #eee;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #eee;
}

.relax_features_type_1{
  margin-bottom: 10px;
}

.relax_features_type_1 i{
  font-size: 24px;
  color: #fe7100;
}
.relax_features_type_1 h3{
  font-size: 24px;
}
.relax_features_type_1 p{
  color: #666666;
  font-size: 18px;
}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { 
	html{
		font-size: 16px;
	}
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 

}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
	html{
		font-size: 15px;
	}
 }


/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1600px) { 
	html{
		font-size: 18px;
	}
 }



