.raffmodal, .raffmodalOne, .raffmodalTwo {
	background: none repeat scroll 0 0 transparent;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
	display: none;

	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.raffmodal-dialog {
	background-color: #fff;
	display: table;
	height: auto;
	width: auto;
	margin: auto;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	border: 1px solid #e5e5e5;
}
.raffmodal-body {
	padding: 15px;
	display: inline-block;
	position: relative;
}
.raffmodal-body .dropdown {
	width: 204px;
	float: left;
	margin: 0 6px;
    padding: 5px 40px 5px 15px;
}
.raffmodal-body .dropdown ul {
	width: 204px;
	height: 240px;
	overflow-y: scroll !important;
}
.raff-btn {
	-moz-user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.42857;
	padding: 3px 3px 3px 6px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	float: left;
	margin: 0 6px;
}
.raff-btn-default {
	background-color: #fff;
	border-color: #ccc;
	color: #333;
}
.raff-btn-primary {
	background-color: #337ab7;
	border-color: #2e6da4;
	color: #fff;	
}
.pull-right {
	float: right;
}
.bg-black {
	background-color: #000;
	border: 3px solid #373737;
}

#shippingCostModal {
  z-index: 999999;
}

#taxfreeknowmore {
  z-index: 999999;
}