/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

#shipping_city.select2-hidden-accessible + .select2{
	width:100% !important;

}


.wc-backbone-modal * {
	box-sizing: border-box;
	font-size: 13px;
	font-weight: 600;
	color: #444;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    line-height: 1.4em;
}
.wc-backbone-modal h2{
	display: block;
	font-weight: 600;
	color: #23282d;
    font-size: 1.3em;
	margin: 1em 0;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	line-height: 1.4em;
}

.wc-backbone-modal .wc-backbone-modal-content {
	position: fixed;
	background: #fff;
	z-index: 100000;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	min-width: 500px;
}

.wc-backbone-modal .wc-backbone-modal-content article {
	overflow: auto;
}

.wc-backbone-modal.wc-backbone-modal-shipping-method-settings .wc-backbone-modal-content {
	width: 75%;
	min-width: 500px;
}

.wc-backbone-modal .select2-container {
	width: 100% !important;
}

@media screen and (max-width: 782px) {
	.wc-backbone-modal .wc-backbone-modal-content {
		width: 100%;
		height: 100%;
		min-width: 100%;
	}
}

.wc-backbone-modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	min-height: 360px;
	background: #000;
	opacity: 0.7;
	z-index: 99900;
}

.wc-backbone-modal-main {
	padding-bottom: 55px;
}

.wc-backbone-modal-main header,
  .wc-backbone-modal-main article {
	display: block;
	position: relative;
}

.wc-backbone-modal-main .wc-backbone-modal-header {
	height: auto;
	background: #fcfcfc;
	padding: 1em 1.5em;
	border-bottom: 1px solid #ddd;
}

.wc-backbone-modal-main .wc-backbone-modal-header h1 {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5em;
}

.wc-backbone-modal-main .wc-backbone-modal-header .modal-close-link {
	cursor: pointer;
	color: #777;
	height: 54px;
	width: 54px;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	border: 0;
	border-left: 1px solid #ddd;
	background-color: transparent;
	transition: color 0.1s ease-in-out, background 0.1s ease-in-out;
}

.wc-backbone-modal-main .wc-backbone-modal-header .modal-close-link::before {
	font: normal 22px/50px "dashicons" !important;
	color: #666;
	display: block;
	content: "\f335";
	font-weight: 300;
}

.wc-backbone-modal-main .wc-backbone-modal-header .modal-close-link:hover, .wc-backbone-modal-main .wc-backbone-modal-header .modal-close-link:focus {
	background: #ddd;
	border-color: #ccc;
	color: #000;
}

.wc-backbone-modal-main .wc-backbone-modal-header .modal-close-link:focus {
	outline: none;
}

.wc-backbone-modal-main article {
	padding: 1.5em;
}

.wc-backbone-modal-main article ul{
	list-style-type: none;
	padding: 0; 
	margin: 0; 
}
.wc-backbone-modal-main article ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.wc-backbone-modal-main article p {
	margin: 1.5em 0;
}

.wc-backbone-modal-main article p:first-child {
	margin-top: 0;
}

.wc-backbone-modal-main article p:last-child {
	margin-bottom: 0;
}

.wc-backbone-modal-main article .pagination {
	padding: 10px 0 0;
	text-align: center;
}

.wc-backbone-modal-main article table.widefat {
	margin: 0;
	width: 100%;
	border: 0;
	box-shadow: none;
}

.wc-backbone-modal-main article table.widefat thead th {
	padding: 0 1em 1em 1em;
	text-align: left;
}

.wc-backbone-modal-main article table.widefat thead th:first-child {
	padding-left: 0;
}

.wc-backbone-modal-main article table.widefat thead th:last-child {
	padding-right: 0;
	text-align: right;
}

.wc-backbone-modal-main article table.widefat tbody td,
      .wc-backbone-modal-main article table.widefat tbody th {
	padding: 1em;
	text-align: left;
	vertical-align: middle;
}

.wc-backbone-modal-main article table.widefat tbody td:first-child,
        .wc-backbone-modal-main article table.widefat tbody th:first-child {
	padding-left: 0;
}

.wc-backbone-modal-main article table.widefat tbody td:last-child,
        .wc-backbone-modal-main article table.widefat tbody th:last-child {
	padding-right: 0;
	text-align: right;
}

.wc-backbone-modal-main article table.widefat tbody td select,
        .wc-backbone-modal-main article table.widefat tbody td .select2-container,
        .wc-backbone-modal-main article table.widefat tbody th select,
        .wc-backbone-modal-main article table.widefat tbody th .select2-container {
	width: 100%;
}

.wc-backbone-modal-main footer {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	padding: 1em 1.5em;
	background: #fcfcfc;
	border-top: 1px solid #dfdfdf;
	box-shadow: 0 -4px 4px -4px rgba(0, 0, 0, 0.1);
}

.wc-backbone-modal-main footer .inner {
	text-align: right;
	line-height: 23px;
}

.wc-backbone-modal-main footer .inner .button {
	margin-bottom: 0;
}