@import url('https://fonts.googleapis.com/css?family=Raleway&display=swap');
.sds-wrapper{
	width: 96%;
	background: white;
	padding: 10px;
	-moz-box-shadow:    5px 4px 6px 3px #625b5b73;
  	-webkit-box-shadow: 5px 4px 6px 3px #625b5b73;
  	box-shadow:         5px 4px 6px 3px #625b5b73;
  	font-family: 'Raleway', sans-serif;
}
.sds-main-wrapper{
	width: 98%;
	height: auto;
	margin-bottom: 20px;
	border-bottom: 1px solid #d5d5d55e;
	padding: 10px;
	display: inline-block;
}
.sds-title{
	float: left;
}
.input-wrapper h3{
	font-size: 15px;
	font-weight: 100;
	margin-bottom: 5px;
	color: #000000d1; 
}
.sds-title h2{
	letter-spacing: 1px;
	font-weight: 100;
	font-size: 20px;
	padding: 0px;
	margin-bottom: 5px;
}
.sds-title span{
	letter-spacing: 1px;
	font-weight: 100;
	color: #83837d;

}
.sds-add-new{
	float: right;
	display:  block;
	margin-top: 18px;
}
.sds-add-new span{
	width: 20px;
	height: auto;
	padding: 12px;
	border: 2px solid #0073aa;
	text-align: center;
	text-decoration: none;
	color: #0073aa;
	font-size: 15px;
	margin-top: 10px;
	outline: none;
}
.sds-add-new span:hover{
	background-color: #0073aa;
	color: white;
	cursor: pointer;
}

.sds-add-new span::-moz-focus-inner, .sds-add-new span:focus{
	border: 0;
	outline: none;
	box-shadow: none !important;
	text-shadow: none;
	cursor: pointer;
}
.sdsForm{
	width: 98%;
	height: auto;
	display: flex;
}
.sdsForm .form-fields{
	float: left;
	margin-left:15px;
	width: 100%;

}
.sdsForm .button-fields{
	width: 88%;
	text-align: center;
}/*
.button-fields .box{
	display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 465px;
}*/
		
.sdsForm .button-fields span{
	width: 100px;
	height: auto;
	padding: 10px;
	background-color: #0073aa;
	text-align: center;
	text-decoration: none;
	color: white;
	font-size: 15px;
	outline: none;
	display: inline-block;
	margin: 20px;
}
.sdsForm .button-fields span:hover{
	border: 1px solid #0073aa;
	color: #0073aa;
	background-color: white;
	cursor: pointer;

}
.sdsForm .form-fields .input-wrapper{
	margin-bottom: 10px;
	margin-top: 10px;
	display: flow-root;
}
.sdsForm .form-fields .input-wrapper input[type="number"],.sdsForm .form-fields .input-wrapper input[type="text"],.sdsForm .form-fields .input-wrapper select{
	width: 88%;
	height: 30px;
	float: left;
}
.sdsForm .form-fields .input-wrapper textarea{
	width: 88%;
	height: 60px;
	float: left;
}
.sdsForm .form-fields .input-wrapper label{
	float: left;
}
input[type=checkbox]{
	height: 0;
	width: 0;
	visibility: hidden;
}

label {
	cursor: pointer;
	text-indent: -9999px;
	width: 50px;
	height: 16px;
	background: #80808054;
	display: block;
	border-radius: 100px;
	position: relative;
}

label:after {
	content: '';
	position: absolute;
	top: 2px;
	left: 5px;
	width: 11px;
	height: 11px;
	background: #fff;
	border-radius: 90px;
	transition: 0.3s;
}

input:checked + label {
	background: #0073aa;
}

input:checked + label:after {
	left: calc(100% - 5px);
	transform: translateX(-100%);
}

label:active:after {
	width: 21px;
}
.sext{
	display: inline-grid;
}
.sext span{
	margin: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice, .select2-container--default .select2-results__option--highlighted[aria-selected]{
	background-color: #0073aa !important;
	color: white !important;
	border: 1px solid #0073aa !important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple,.select2-container--default .select2-selection--single,.select2-container--default .select2-selection--multiple{
	border: solid #72777c63 1px !important;
	outline: 0;
	border-radius: 0px !important;
}
.select2-container--default .select2-selection--single{
	height: 40px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 38px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
	color: white !important;
}
.select2-selection__rendered{
	font-size: 17px;
	vertical-align: middle;
}
.select2-container .select2-search--inline .select2-search__field{
	margin-top: 11px !important;
}
.select2-selection__choice{
	padding: 5px !important;
	border-radius: 0px !important;
}
.delivery-speed .select2 {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}
#new-eawc-form{
	display: none;
}
.sds-edit-wrapper{
	margin-top: 25px;
	display: inline-flex;
	width: 100%;
}
.sds-edit-wrapper table{
	width: 100%;
	
}
.sdsEditForm .form-fields{
	float: left;
	margin-left:15px;
	width: 100%;

}
.sdsEditForm .button-fields{
	width: 88%;
	text-align: center;
}
.sdsEditForm .button-fields span{
	width: 100px;
	height: auto;
	padding: 10px;
	background-color: #0073aa;
	text-align: center;
	text-decoration: none;
	color: white;
	font-size: 15px;
	outline: none;
	display: inline-block;
	margin: 20px;
}
.sdsEditForm .button-fields span:hover{
	border: 1px solid #0073aa;
	color: #0073aa;
	background-color: white;
	cursor: pointer;

}
.sdsEditForm .form-fields .input-wrapper{
	margin-bottom: 10px;
	margin-top: 10px;
	display: flow-root;
}
.sdsEditForm .form-fields .input-wrapper input[type="number"],.sdsEditForm .form-fields .input-wrapper input[type="text"],.sdsEditForm .form-fields .input-wrapper select{
	width: 100%;
	height: 30px;
	float: left;
}
.sdsEditForm .form-fields .input-wrapper textarea{
	width: 100%;
	height: 60px;
	float: left;
}
.sdsForm .form-fields .input-wrapper label{
	float: left;
}
.edit-form-fields{
	display: none;
}
.sds-edit-button{
	cursor: pointer;
}
.sdsEditForm .select2-container--default{
	width: 100% !important;
}
#cover-spin {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.7);
    z-index:9999;
    display:none;
}

@-webkit-keyframes spin {
	from {-webkit-transform:rotate(0deg);}
	to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}

#cover-spin::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:40px;height:40px;
    border-style:solid;
    border-color:black;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}
@font-face {
  font-family: "demo";
  src: url('fonts/icons.woff') format("woff"), url('fonts/icons.ttf') format("truetype");
}

@keyframes loadingStart {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loading {
  position: relative;
  pointer-events: none;
}

#css-input:checked ~ .loading .loading-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-animation: loadingStart 3s 300ms linear 1 both;
  -moz-animation: loadingStart 3s 300ms linear 1 both;
  -o-animation: loadingStart 3s 300ms linear 1 both;
  animation: loadingStart 3s 300ms linear 1 both;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
}
#css-input:checked ~ .loading .loading-text {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  text-shadow: white 0 0 1em, white 0 0 0.5em, white 0 0 0.25em;
  position: relative;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
}
#css-input:checked ~ .loading .loading-text:after {
  content: "...";
}
#css-input:checked ~ .loading .loading-spinner {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: -3.9375rem auto 0;
  color: #1a1d1d;
  text-align: center;
}
#css-input:checked ~ .loading .loading-icon {
  font-size: 4.8125rem;
  line-height: 5.25rem;
  text-shadow: rgba(255, 255, 255, 0.75) 0 0 0.5em;
  -webkit-animation: loading 1s steps(4) infinite;
  -moz-animation: loading 1s steps(4) infinite;
  -o-animation: loading 1s steps(4) infinite;
  animation: loading 1s steps(4) infinite;
  display: block;
  vertical-align: middle;
}
#css-input:checked ~ .loading .loading-icon:before {
  vertical-align: middle;
  content: "\e000";
  font-family: "demo";
}
.sds-sub-wrapper-response{
	text-align: center;
}
.sds-sub-wrapper-response .sds-error{
	background: #da1616;
	color: white;
	font-weight: 400;
	letter-spacing: 2px;
	font-size: 16px;
	padding: 15px;

}
.sds-delete-button{
	cursor: pointer;
}
.sds-sub-wrapper-response .sds-success{
	background: #099f09;
	color: white;
	font-weight: 400;
	letter-spacing: 2px;
	font-size: 16px;
	padding: 15px;

}

.sds-developer-tip {
    position:relative;
    cursor:help;
}
.sds-developer-tip .sds-tip-content {
    position:absolute;
    top:-10px; /* - top padding */
    right:9999px;
    width:200px;
    margin-right:-220px; /* width + left/right padding */
    padding:10px;
    color:#fff;
    background:#333;
	-webkit-box-shadow:2px 2px 5px #aaa;
	-moz-box-shadow:2px 2px 5px #aaa;
	box-shadow:2px 2px 5px #aaa;
    opacity:0;
	-webkit-transition:opacity 250ms ease-out;
	-moz-transition:opacity 250ms ease-out;
	-ms-transition:opacity 250ms ease-out;
	-o-transition:opacity 250ms ease-out;
	transition:opacity 250ms ease-out;
}
.sds-developer-tip .sds-tip-content:before {
    content:' '; /* Must have content to display */
    position:absolute;
    top:4%;
    left:-16px; /* 2 x border width */
    width:0;
    height:0;
    margin-top:-8px; /* - border width */
    border:8px solid transparent;
    border-right-color:#333;
}
.sds-developer-tip:hover .sds-tip-content {
    right:-6px;
    opacity:1;
    z-index: 9999;
}
.sds-shipping-location-zip-dropdown{
	opacity: 0;
}
.wps-eawc-save:before{
	vertical-align: middle;
	font-size: 25px;
}
.wps-eawc-review-footer{
	width:88%; 
	position: fixed; 
	bottom: 0; 
	text-align: center;
  	font-style: italic;
  	font-family: Raleway;
}