.wrapper {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 0px;
}
.wrapper h6{
    font-size: 12px;
    margin: 0px;
}
header h2 {
    font-size: 24px;
    font-weight: 600;
}
header p {
    margin-top: 5px;
    font-size: 16px;
}
.price-input {
    width: 100%;
    display: flex;
    margin: 5px 0px;
}
.price-input .field {
    display: flex;
    width: 100%;
    height: 30px;
    align-items: center;
}
.field input {
    width: 100%;
    height: auto;
    outline: none;
    font-size: 19px;
    margin-left: 12px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #999;
    -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.price-input .separator {
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
}
.slider {
    height: 1px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
}
.slider .progress {
    height: 100%;
    left: 25%;
    right: 25%;
    position: absolute;
    border-radius: 5px;
    background: #000;
}
.range-input {
    position: relative;
}
.range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
input[type="range"]::-webkit-slider-thumb {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #000;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #000;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

/* Support */
.support-box {
  top: 2rem;
  position: relative;
  bottom: 0;
  text-align: center;
  display: block;
}
.b-btn {
  color: white;
  text-decoration: none;
  font-weight: bold;
}
.b-btn.paypal i {
  color: blue;
}
.b-btn:hover {
  text-decoration: none;
  font-weight: bold;
}
.b-btn i {
  font-size: 20px;
  color: yellow;
  margin-top: 2rem;
}

#f-btn{
    text-align: center;
    position: relative;
    display:none !important;
}

#f-btn #fltr{
    background: #ccc;
    color: #000;
    position: fixed;
    bottom:10px;
    padding: 10px 40px;
    transform: translateX(-50%);
}

.sbar{
    display: block !important;
}

@media only screen and (max-width: 767px){
    #f-btn{
        display: block !important;
    }
    .sbar{
        display: none !important;
    }
    .price-filter-list #color p {
        text-transform: capitalize !important;
        font-size: 9px;
        margin: 0px !important;
    }
}

/* form */
.banner-heading{
	font-family: 'Nanum Gothic', sans-serif;
	font-size: 75px;
    font-weight: 700;
    line-height: 100px;
    margin-bottom: 30px;
	color:#fff;
}
.banner-sub-heading{
	font-family: 'Nanum Gothic', sans-serif;
	font-size: 30px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 50px;
	color:#fff;
}
.btn-warning{background-color:#eca439;}
.btn-warning:hover{background-color:#f39305;}
.mybtn{
	border-radius:0; 
	height:30px;
	margin:10px auto;
	line-height:10px;
}

/* .form-check-input{
	background-color:#fff !important;
	border-radius:50% !important;
	border:2px solid #f39305 !important;
} */

.form-check label {
    margin-left: 5px !important;
    font-size: 12px !important;
}

.form-check-input {
    margin: 0;
    margin-top: 5px;
    width: 13px !important;
    height: 13px !important;
    background: var(--theme-gray-color);
}

.modal-content{
	width:400px;
	margin:auto;
}

.modal-header {
    padding:0.7rem 1rem;
    border-bottom: 1px solid #e9ecef;
   border-radius:0;
	background-color:#747474;
}
.modal-title{
	font-size:16px;
	font-family: 'Nanum Gothic', sans-serif;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	}
.modal-body{
	background-image:url('http://snippetimg.meditialabs.com/bgs/bg1.jpg');
	background-position:top left;
	background-size:cover;
	width:100%;
    height: 85vh;
	padding:15px;
    overflow: hidden;
    overflow-y: scroll;
}
body.modal-open .supreme-container{
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
}
.text-intro{
	font-size:0.8em;
	color:#777;
	text-align:center;
}
.form-div{
	background-color:#fff;
	padding:2em 1.5em;
	box-shadow:2px 2px 2px 2px rgba(215,215,215,0.5);
}
form{
	border:0 !important;
}

.btn-secondary {
    color: #000;
    background-color: transparent;
}
.row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}
.row>* {
    padding-right: 0px;
    padding-left: 0px;
}
.btn {
    padding: 0 5px;
}
.accordion-collapse {
    border: 1px solid rgba(0,0,0,.125);
    border-width: 1px;
    position: absolute;
    background: #fff;
    z-index: 999;
    width: 200px;
}
.boxed1 label {
	display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 10px;
    border-radius: 50px;
    transition: all 0.3s;
    color: #000;
    padding: 5px 10px;
    font-weight: bold;
    margin-bottom: 0px;
    text-align: center;
}
.boxed1 label:hover {
	color:#ff324d;
	cursor:pointer;
}
.boxed1 input[type="radio"] {
	display: none !important;
}
.boxed1 input[type="radio"]:checked + label {
	color:#7b088c;
}
.boxed1 input[type="radio"]:checked + label img {
	color:#7b088c;
	background:#7b088c;
	border:solid 3px #7b088c;
}
.accordion-item {
    display: inline-block;
}
.accordion-body {
    padding: 8px;
}
.accordion-item .accordion-button.collapsed {
    border-bottom-width: 1px;
}
.full-row {
    padding-top: 10px;
    padding-bottom: 10px;
}
.accordion-button {
    padding: 5px 8px;
    font-family: var(--theme-general-font);
}
p {
    line-height: 25px;
    font-family: var(--theme-general-font);
}
.nav-link img {
    filter: opacity(0.5);
}
.woocommerce-tabs .active img {
    filter: brightness(0.5);
}
.woocommerce-tabs .nav-pills .nav-link {
    margin-right: 0px;
}
.form-check-input[type=checkbox] {
    border-radius: 0px;
}
#d-none {
    display: block!important;
}
@media (max-width:500px){
    #d-none {
        display: none!important;
    }
	.modal-content{
    	width:330px;
    	margin:auto;
    }
    .banner-heading{
    	font-size: 30px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .banner-sub-heading{
    	font-size: 10px;
        font-weight: 200;
        line-height: 10px;
        margin-bottom: 40px;
    }
}
@media (max-width:768px){
	.banner-text{
    	padding:150px 0 150px 0;
    }
    	.banner-sub-heading{
    	font-size: 23px;
        font-weight: 200;
        line-height: 23px;
        margin-bottom: 40px;
    }
}