.selectize-input{
	border: none; 
	border-radius: 0px;
	background: #ececec !important;
	
  }
  
  .selectize-dropdown, .selectize-input, .selectize-input input{
	font-family: Raleway;
  }
  
  .selectize-control.single {
	background: #ececec;
	padding: 5px;
  }
  
  .cse-quick-order input, .cse-quick-order select {
	width: 100%;
  }

  .cse-quick-order__loading{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	z-index: 2;
	
  }
  
  .cse-quick-order{
	/* position: relative; */
  }
  
  .loader {
	width: 50px;
	aspect-ratio: 1;
	border-radius: 50%;
	border: 8px solid;
	border-color: #93c841 #0000;
	animation: l1 1s infinite;
	position: absolute;
	top: 50%;
	right: 50%;
  }
  @keyframes l1 {to{transform: rotate(.5turn)}}

  .cse-quick-order__url{
	margin-top: 20px;
	padding: 20px;
	background: #ececec;
	font-size: 25px;
  }
  
  .cse-quick-order__url p {
	margin-bottom: 0;
  }