.pcb_product_header{
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	border-bottom-style: 0px;
}
.qty_button{
	padding: 10px 10px 10px 0px!important;
	border-radius: 0!important;
	border-color: #dbdbdb!important;
	background: #fff!important;
	color: #222 !important;
	margin-right: 5px!important;
	margin-left: 5px!important;
}
.qty_button:hover{
	padding: 10px 10px 10px 0px!important;
	color: #0f9bfd!important;
	border-color: #61b0ff!important;
	background: #f7fbff!important;
	border-radius: 0!important;
	margin-left: 5px!important;
}

.dropdown-content {
	padding: 10px 10px 10px 10px!important;
	display: none;
	position: absolute;
	background-color: #ffffff!important;
	min-width: 100px;
	overflow: visible;
	border: 1px solid #dbdbdb!important;
	z-index: 1;
	margin-right: 10px!important;
}

.dropdown-content a {
	padding: 10px 10px 10px 10px!important;
	color: black;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	display: block;
	margin-right: 10px!important;
}

.show {
	display: block;
}
			
#pcb_product_detail_container{
	border: 1px solid #ddd;
	padding : 20px ;
}

input[type="radio"][disabled]+label {
	cursor: no-drop;
}

input[type="radio"][disabled]{
	cursor: no-drop;
}

#pcb_qty,#diff_design{
	padding: 10px 20px 10px 20px!important;
	border-radius: 0px!important;
	border-color: #dbdbdb!important;
	background: #fff!important;
	color: #212529!important;
}

#pcb_qty:hover{
	color: #0f9bfd!important;
	background: #f7fbff!important;
	border-color: #0f9bfd!important;
}

#diff_design:hover{
	color: #0f9bfd!important;
	background: #f7fbff!important;
	border-color: #0f9bfd!important;
}

.dim_button{
	padding: 10px 0px 0px 10px;
	text-align: center;
}

.diff_design_button{
	padding: 10px 10px 10px 0px!important;
	border-radius: 0!important;
	border-color: #dbdbdb!important;
	background: #fff!important;
	color: #222 !important;
	margin-right: 5px!important;
	margin-left: 5px!important;
}

.diff_design_button:hover{
	padding: 10px 10px 10px 0px!important;
	color: #0f9bfd!important;
	border-color: #61b0ff!important;
	background: #f7fbff!important;
	border-radius: 0!important;
	margin-left: 5px!important;
}

/* switch button css*/

.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}

.switch input { 
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked + .slider {
	background-color: #2196F3;
}

input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

#select_file{
	width:100%!important;
	color:white;
	border-radius:0px;
	background-color:#362d86;
	border:1px solid #362d86;
}
