.filter-wrapper {
    color:white;
    font-size: .7rem;
    font-weight: 500;
    background: var(--grey-dk);
    box-shadow: var(--box-shadow-inset);
}

.f-title {
    font-size: .8rem;
}

.filter-btn {
    background: var(--gold-dk);
    color: white;
    width: 6rem;
    text-align: center;
    font-size: .7rem;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 auto;
    padding: 0.25rem;
    border-top-right-radius: var(--radius-lg);
    border-top-left-radius: var(--radius-lg);
}

.checkbox-wrapper {
    font-weight: 300;
}

.f-apply-btn-wrap {
    display: flex;
    justify-content: center;
}

/* .f-schedule-wrapper {
    display: flex;
    justify-content: center;
} */

/* Schedule Radio Buttons */
.radio-input input {
    display: none;
  }
  
  .radio-input {
    --container_width: 380px;
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 9999px;
    background-color: #fff;
    color: white;
    width: var(--container_width);
    overflow: hidden;
    border: none;
    background-color: var(--black);
    margin: 0 auto;
  }
  
  .radio-input label {
    width: 100%;
    padding: 0.5rem;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    font-weight: 500;
    font-size: .7rem;
  }
  
  .selection {
    display: none;
    position: absolute;
    height: 100%;
    width: calc(var(--container_width) / 5);
    z-index: 0;
    left: 0;
    top: 0;
    transition: .15s ease;
  }
  
  .radio-input label:has(input:checked) {
    color: #fff;
  }
  
  .radio-input label:has(input:checked) ~ .selection {
    background-color: var(--gold-dk);
    display: inline-block;
  }
  
  .radio-input label:nth-child(1):has(input:checked) ~ .selection {
    transform: translateX(calc(var(--container_width) * 0/5));
  }
  
  .radio-input label:nth-child(2):has(input:checked) ~ .selection {
    transform: translateX(calc(var(--container_width) * 1/5));
  }
  
  .radio-input label:nth-child(3):has(input:checked) ~ .selection {
    transform: translateX(calc(var(--container_width) * 2/5));
  }
  
  .radio-input label:nth-child(4):has(input:checked) ~ .selection {
    transform: translateX(calc(var(--container_width) * 3/5));
  }
  
  .radio-input label:nth-child(5):has(input:checked) ~ .selection {
    transform: translateX(calc(var(--container_width) * 4/5));
  }

  @media screen and (min-width: 992px) {
    .adjust-filter-pos {
        margin-left:11rem;
    }
}

/* Isotope FIlter */
form#options {
	line-height: 150%;
	font-size: 125%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-around;
}
	
.option-set {
	width: 250px;
}
	
.menut{
	cursor: pointer;
	text-align: center;
	background-color: #786348;
	line-height: 40px;
	margin-top: 1rem;
	background-color: #555;
	border-radius: 5px;
	color: #ddd;
  margin-bottom: 0;
	}
	
.menut.close{
	background-color: #786348;
	color: #fff;
	border-radius: 5px 5px 0 0;
	}

ul.type {
	color: #fff;
	list-style: none;
	text-align: left;
	padding: 0;
	background: #4e402e;
	border-radius: 0 0 5px 5px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.type.open {
  max-height: 200px;
}

@media only screen and (max-width: 800px) {
	li {
		padding: 5px;
		font-size: larger;
	}
  }

input[type="checkbox"] {
	-moz-appearance: checkbox;
	-webkit-appearance: checkbox;
	transform: scale(1.8);
    margin: 10px 15px 10px 20px;
    width:min-content
}

.list h3 {
	color: #fff;
}

.girl-name-escort {
	padding-bottom:10px;
}

/* Card responsive views */

.list {
	width:1240px;
}

@media only screen and (min-width: 893px) and (max-width: 1190px) {
	.list {
		width: 1000px;
	}
	.now, .next {
		width: 276px!important;
	}
}

@media only screen and (min-width: 631px) and (max-width: 892px) {
	.list {
		width:660px;
	}
	.isotope {
		max-width: 660px;
	}
	.now, .next {
		margin:auto;
		width: 268px!important;
	}
}

@media only screen and (min-width: 200px) and (max-width: 630px) {
	#bbg {
		width: 660px;
	}
	.list {
		width:660px;
	}
	.isotope {
		max-width: 660px;
		margin-left: -15px;
	}
}
