/***********
  ** Override CSS goes here
  ** Typically added to live sites that aren't compiled anymore
************/
.modal-dialog {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  margin: 0;
  max-width: 50%; 
  height: 100vh;
  overflow: hidden; 
}
@media (max-width: 767px){
	.modal-dialog{
		  max-width: 100%; 
	}
}

.modal-content {
  height: 100%;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  justify-content: center; 
}

.modal-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width:767px){
	.age-gate-modal .modal-content{
	background-color: rgba(255,255,255,0.8)!important;
}
}
@media (max-width:767px){
	.age-gate-modal{
	background-position: right!important;
}
}
.age-gate-modal .modal-content{
	background-color: white;
}
.age-gate-modal .age-gate-denied-body{
	color: black!important;
}
.btn-white, .btn-white:hover {
    border: 3px solid white;
}
@media (max-width:400px){
	.btn-modal-yes, .btn-modal-no{
		font-size: 14px;
	}
}
@media (min-width: 992px) {
    .template-homepage .header-default {
        background: white !important;
    }
}
.home .rpb-product-cards .card .rpb-flex-card-image {
    margin: auto;
}
.page .header-default{
	background: white!important;
}