*{
	box-sizing: border-box;
}
body {
	overflow: hidden;
	font-family: 'Source Sans Pro', sans-serif;
}
.main-content {
	padding-left: 2%;
	padding-right: 5%;
	height: 100vh;
	background-color: #fff;
	overflow-y:scroll;
	/*border: 1px solid #ccc;
	border-radius: 4px;*/
	
	/* padding-top: 1%; */
}
.heading_div {
	border-bottom: 2px solid #fff !important;
	margin-bottom: 20px;
}

.switch-ios.switch-toggle {
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff !important;
	border: 2px solid #e1e1e1 !important;
	border-radius: 3px;
}
.switch-ios.switch-toggle label {
	color: #2e2b2a !important;
	font-size: 1rem;
	height: 100%;
	line-height: 2rem;
	width: 50%;
	border-left: 2px solid #e1e1e1 !important;
	line-height: 2rem;
	font-weight: 600;
}
.switch-toggle input {
	position: absolute;
	left: 0;
	opacity: 0;
}
.hwe_show_label {
	background: #f1f1f1;
	text-align: center;
	margin-bottom: 8px;
}
/*.switch-ios input:checked + label {
	color: #515052 !important;
	background-color: transparent;
}*/

.switch-ios.new_items input:checked + label {
	color: #515052 !important;
	background-color: transparent;
}
.switch-toggle.switch-ios.hide_this label {
	background: white;
	color: black !important;
}
.switch-ios.hide_this input:checked + label {
	background: #3e70fc;
	color: #fff !important;
}
.hwe_show_label:hover {
	background: #3e70fc;
}
.hwe_show_label {
width: 100% !important;
height: 60px !important;
display: block;
padding-top: 4%;
border-radius: 10px;
}
.hwe_radio{
	opacity: 0;
	}
.new_one input[type="radio"]:checked + label {
	background: #3e70fc;
	color:#fff;
}
.switch-ios.switch-toggle label {
	color: #e0dfe0 !important;
	font-size: 1rem;
	height: 100%;
	line-height: 3rem;
	background: #c0bec1;
}
.switch-toggle input + label {
	position: relative;
	z-index: 2;
	display: block;
	float: left;
	padding: 0 0.5em;
	margin: 0;
	text-align: center;
}

.select_div,.shopbysize {
	display: flex;
	flex-wrap: wrap;
	
	align-items: center;
	/* margin-top: 25px; */
}
.inner_content_div {
	width: 18%;
	text-align: center;
	height: 100%;
	margin-left: 1%;
	margin-right: 1%;
}
.inner_content_div select {
	height: 100%;
	width: 100%;
	text-align: center;
	font-size: 16px;
	border: solid 2px #e1e1e1;
}

.inner_content_div button {
	height: 100%;
	width: 100%;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	color: white;
	background-color: #3e70fc;
	border: 1px solid #3e70fc;
}
@media only screen and (min-width: 320px)  and (max-width: 767px) {
	.inner_content_div {
		width: 100%;
		text-align: center;
		height: 100%;
		margin-left: 2%;
		margin-right: 2%;
	}
	.inner_content_div select {
		height: 40px;
		width: 100%;
		text-align: center;
		font-size: 16px;
		border: solid 2px #e1e1e1;
		margin-bottom: 20px;
	}
	.rest_div {
		width: 100%;
	}
	
	.inner_content_div button {
		height: 40px;
		width: 100%;
		text-align: center;
		font-size: 16px;
		cursor: pointer;
		color: white;
		background-color: #3e70fc;
		border: 1px solid #3e70fc;
		
	}
	/*#veiwresultresponse{
	margin-top: 200px !important;
	}*/
	
	
}
.hideT {
    width: 100%;
}
.button23 {
background-color:#3e70fc;

color: white;
padding: 15px 32px;
text-align: center;

display: inline-block;
font-size: 20px;
margin: 4px 2px;
border-radius: 1em;
}

/* Dropdown Arrow  */

.white_select 
{
    background: rgba(255,255,255,1) url(../../../assets/images/down-arrow.png) no-repeat scroll calc(5% + 3px) center/8px auto;
    width: 100%;
} 

.select_category {
    font-size: 9px;
    border-radius: 10px;
    padding: 6px 4px;
    border: 1px solid #d7d7d7;
    background: #fff;
    background: rgba(0,0,0,0) url(../../../assets/images/down-arrow.png) no-repeat scroll calc(5% + 3px) center/8px auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #939598;
}
.select-wrapper {
  position: relative;
}

.select-wrapper::after {
  content: "▼";
  font-size: 1rem;
  top: 16px;
  right: 18px;
  position: absolute;
}