@media (min-width: 100px) and (max-width: 767px) {
	span.orderDynamicProductBtnText{
		display: inline-block;
	}
	.dynamicproduct-button{
		width: 100%;
	}
}

@media (min-width: 767px) {
	span.orderDynamicProductBtnText{
		display:none;
	}
	.dynamicproduct-button{
		width: auto;
	}
}

.dp_input_div{
  padding-left:0px!important;
}




  /* The switch - the box around the slider */
#dynamicproduct-modal .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 12px;
  line-height: 12px;
}

/* Hide default HTML checkbox */
#dynamicproduct-modal .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
#dynamicproduct-modal .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

#dynamicproduct-modal .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 0;
  bottom: -4px;
  border: 1px solid #ccc;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

#dynamicproduct-modal input:checked + .slider {
  background-color: #2196F3;
}

#dynamicproduct-modal input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

#dynamicproduct-modal input:checked + .slider:before {
  border: 1px solid #2196F3;
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}

/* Rounded sliders */
#dynamicproduct-modal .slider.round {
  border-radius: 12px;
}

#dynamicproduct-modal .slider.round:before {
  border-radius: 50%;
}
