#osp-tab-menu {
	float: left;
	clear: both;
	width: 100%;
	margin: 0 0 15px;
	font-size: 13px;
	background: #fff;
	position: relative;
}

/* PAGINATION */
.osp-pagination {float:left;clear:both;width:100%;background:transparent;padding:15px 0;margin:0;position:relative;z-index:2;text-align:center;}
.osp-pagination a {text-decoration:none;display:inline-block;float:none;margin:0 2px;text-decoration:none;background:#fff;padding:6px 3px;min-width:32px;height:32px;line-height:18px;color:#444;font-weight:normal;border-radius:4px;border:1px solid rgba(0,0,0,0.15);font-size:14px;text-align:center;}
.osp-pagination span {display:inline-block;text-decoration:none;float:none;margin:0 4px;padding:6px 3px;height:32px;line-height:18px;color:#999;font-weight:normal;font-size:14px;text-align:center;}
.osp-pagination a:hover, .osp-pagination a.osp-active {background:#333;color:#fff;text-decoration:none;}

#osp-tab-menu:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -3px;
	height: 3px;
	background: #ddd;
}
#osp-tab-menu > div {
	float: left;
	padding: 10px 20px;
	position: relative;
	cursor: pointer;
	z-index: 2;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
#osp-tab-menu > div:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -3px;
	height: 3px;
	background: #ddd;
}
#osp-tab-menu > div.osp-active {
	font-weight: 600;
	color: #000;
}
#osp-tab-menu > div.osp-active:after, #osp-tab-menu > div:hover:after {
	background: #03a9f4;
}
#osp-tab-menu > div:hover {
	color: #000;
}
.osp-tab {
	float: left;
	clear: both;
	width: 100%;
	display: block;
}
.osp-tab:not(.osp-active) {
	display: none;
}
.osp-status-info {
	float: left;
	clear: both;
	width: 100%;
	border-radius: 3px;
	border: 1px dashed #aaa;
	margin: 10px 0 20px;
	padding: 0 0 10px;
}
.osp-order-cycle {
	float: left;
	clear: both;
	width: 100%;
	position: relative;
	padding: 0;
	margin: 0;
}
.osp-order-cycle:after {
	position: absolute;
	content: "";
	left: 17%;
	top: 26px;
	width: 64%;
	height: 2px;
	background: #ddd;
	z-index: 2;
}
.osp-order-cycle .osp-step {
	position: relative;
	float: left;
	width: 33.3%;
	display: block;
	text-align: center;
}
.osp-order-cycle .osp-step i {
	text-align: center;
	position: relative;
	z-index: 3;
	display: inline-block;
	font-size: 20px;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	border: 1px solid rgba(0,0,0,0.1);
	box-shadow: 1px 1px 6px rgba(0,0,0,0.08);
}
.osp-order-cycle .osp-step > strong {
	float: left;
	width: 100%;
	padding: 10px 10px 2px;
	font-size: 13px;
	color: #444;
	font-weight: 600;
}
.osp-order-cycle .osp-step > span {
	float: left;
	width: 100%;
	padding: 0 10px 10px;
	font-size: 12px;
	color: #999;
	font-style: italic;
}
.osp-cycle-title {
	float: left;
	width: 100%;
	clear: both;
	text-align: center;
	font-size: 13px;
	color: #333;
	font-weight: 600;
	margin: 20px 0 15px;
}
.osp-order-cycle .osp-step.osp-s2:after, .osp-order-cycle .osp-step.osp-s3:after {
	content: "\f105";
	color: #ccc;
	position: absolute;
	top: 16px;
	left: 50%;
	margin-left: -33px;
	font: 21px "FontAwesome";
}
.osp-order-cycle .osp-step.osp-s1 i {
	background: #4ac7e0;
}
.osp-order-cycle .osp-step.osp-s2 i {
	background: #f4a261;
}
.osp-order-cycle .osp-step.osp-s3 i {
	background: #72c279;
}
.osp-table-wrap {
	float: left;
	clear: both;
	width: 100%;
	max-height: 400px;
	overflow-y: auto;
	scrollbar-width: thin;
}
.osp-table-orders {
	float: left;
	clear: both;
	width: 100%;
	font-size: 12px;
	margin: 10px 0 50px;
}
.osp-table-orders .osp-col {
	float: left;
	padding: 8px;
}
.osp-table-orders .osp-col.id {
	width: 5%;
	position: relative;
	text-align: center;
}
.osp-table-orders .osp-col.orderid {
	width: 5%;
	position: relative;
	text-align: center;
}
.osp-table-orders .osp-col.item {
	width: 36%;
	border: 3px #000;
	padding: 8px;
}
.osp-table-orders .osp-col.item a {
	float: left;
	color: #2eacce;
	text-decoration: underline;
}
.osp-table-orders .osp-col.item a:hover {
	color: #2eacce;
	text-decoration: none;
}
.osp-table-orders .osp-col.item span {
	float: left;
}
.osp-table-orders .osp-col.items {
	width: 36%;
}
.osp-table-orders .osp-col.items a {
	float: left;
	color: #2eacce;
	text-decoration: underline;
}
.osp-table-orders .osp-col.items a:hover {
	color: #2eacce;
	text-decoration: none;
}
.osp-table-orders .osp-col.items span {
	float: left;
}
.osp-table-orders .osp-col.item .qt, .osp-table-orders .osp-col.items .qt {
	margin: 1px 10px 0 4px;
	display: inline-block;
	background: #333;
	color: #fff;
	font-size: 10px;
	padding: 2px 4px;
	font-weight: 600;
	border-radius: 8px;
	line-height: 11px;
	width: auto;
}
.osp-table-orders .osp-col.price {
	width: 15%;
	text-align: right;
	font-weight: 600;
	cursor: default;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: break-word;
	word-break: break-all;
}
.osp-table-orders .osp-col.pric {
	width: 10%;
	text-align: right;
	cursor: default;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: break-word;
	word-break: break-all;
}
.osp-table-orders .osp-row .osp-col.pric {
	text-decoration: line-through;
	color: #888;
}
.osp-table-orders .osp-col.paid {
	width: 15%;
	text-align: right;
	font-weight: 600;
	cursor: default;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: break-word;
	word-break: break-all;
}
.osp-table-orders .osp-col.status {
	width: 19%;
}
.osp-table-orders .osp-col.date {
	width: 10%;
	text-align: center;
	cursor: default;
}
.osp-table-orders .osp-col.payment {
	width: 5%;
	text-align: right;
}
.osp-table-orders .osp-head-row {
	display: inline-block;
	width: 100%;
	clear: both;
	border: none;
	font-weight: 400;
	vertical-align: top;
	border-bottom: solid 1px #a0d0eb;
	color: #555;
	font-size: 12px;
}
.osp-table-orders .osp-row {
	display: block;
	width: 100%;
	clear: both;
	float: left;
	background: #fcfdfe;
	font-size: 12px;
	border-bottom: 1px solid #eaedef;
}
.osp-table-orders .osp-row:nth-child(odd) {
	background: #fff;
}
.osp-table-orders .osp-row:hover {
	background: #f4f8fb;
}
.osp-table-orders .status {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: break-word;
	word-break: break-all;
}
.osp-table-orders .status span {
	float: left;
	margin: -4px 0;
	max-width: 100%;
	width: auto;
	cursor: default;
	border-radius: 3px;
	background: #444;
	font-size: 12px;
	font-weight: 500;
	padding: 4px 8px 2px;
	color: #fff;
	border-bottom: 2px solid rgba(0,0,0,0.15);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: break-word;
	word-break: break-all;
}
.osp-table-orders .status span i {
	margin-right: 1px;
}
.osp-table-orders .status.st0 span {
	background: #4ac7e0;
}
.osp-table-orders .status.st1 span {
	background: #f4a261;
}
.osp-table-orders .status.st2 span {
	background: #72c279;
}
.osp-table-orders .status.st9 span {
	background: #e08f95;
}
.osp-table-orders .osp-col.payment i {
	cursor: pointer;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	margin: -4px 0;
	display: inline-block;
	border-radius: 3px;
	color: #3586ae;
	background-color: #edf7fb;
	border: none;
	border-bottom: solid 1px #d8edf7;
}
.osp-table-orders .osp-row.osp-row-empty {
	text-align: center;
	padding: 30px 25px 20px;
	height: auto;
}
.osp-table-orders .osp-row.osp-row-empty i {
	color: #dedede;
	display: block;
	clear: both;
	font-size: 80px;
	text-shadow: #fff 1px 1px 0;
}
.osp-table-orders .osp-row.osp-row-empty span {
	text-align: center;
	display: block;
	color: #999;
	font-size: 14px;
}
.osp-product {
	float: left;
	clear: both;
	padding: 0;
	width: auto !important;
}
.osp-product.osp-is-hook {
	padding: 2%;
	border: 1px solid rgba(3,169,244,0.14);
	border-radius: 3px;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 96%;
}
.osp-product-to-cart {
	position: relative;
	text-decoration: none;
	text-shadow: none;
	border: none;
	box-shadow: none;
	border-radius: 3px;
	color: #fff !important;
	background: #03a9f4;
	font-weight: 700;
	font-size: 13px;
	line-height: 16px;
	width: auto;
	padding: 12px 15px 12px 37px;
	text-align: center;
	float: left;
	clear: both;
	margin: 0;
}
.osp-product-to-cart:not(.osp-disabled):hover {
	background: #0398db;
}
.osp-product-to-cart i {
	font-size: 17px;
	position: absolute;
	top: 6px;
	left: 6px;
	width: 28px;
	height: 28px;
	text-align: center;
	line-height: 26px;
	color: rgba(255,255,255,0.9);
}
.osp-product-to-cart.osp-disabled {
	cursor: not-allowed;
	opacity: .5;
}
.osp-product-quantity {
	position: relative;
	float: left !important;
	margin: 10px 0 10px 4px !important;
	width: auto !important;
	background: #333;
	line-height: 16px;
	padding: 2px 10px 2px 5px;
	font-size: 11px;
	color: #fff;
	border-radius: 1px;
}
.osp-product-quantity:after {
	position: absolute;
	left: -20px;
	top: 0;
	border-radius: 1px;
	content: "";
	border: 10px solid;
	border-color: transparent #333 transparent transparent;
}
.osp-table-banners {
	float: left;
	clear: both;
	width: 100%;
	font-size: 12px;
	margin-top: 20px;
}
.osp-table-banners .osp-col {
	float: left;
	padding: 8px;
}
.osp-table-banners .osp-col.name {
	width: 20%;
	position: relative;
}
.osp-table-banners .osp-col.name a {
	color: #2eacce;
	text-decoration: underline;
}
.osp-table-banners .osp-col.name a:hover {
	color: #2eacce;
	text-decoration: none;
}
.osp-table-banners .osp-col.name .osp-review-comment {
	position: absolute;
	right: 5px;
	top: 9px;
	font-size: 15px;
	line-height: 16px;
	color: #666;
	cursor: pointer;
}
.osp-table-banners .osp-col.views {
	width: 12%;
	text-align: center;
}
.osp-table-banners .osp-col.clicks {
	width: 12%;
	text-align: center;
}
.osp-table-banners .osp-col.spent {
	width: 12%;
	text-align: center;
}
.osp-table-banners .osp-col.budget {
	width: 10%;
	text-align: center;
}
.osp-table-banners .osp-col.status {
	width: 17%;
}
.osp-table-banners .osp-col.add {
	width: 12%;
	text-align: right;
	padding-left: 0;
}
.osp-table-banners .osp-col.remove {
	width: 5%;
	border-left: 1px solid rgba(0,0,0,0.05);
	text-align: center;
}
.osp-table-banners .osp-col.remove a {
	font-size: 18px;
	color: #2eacce !important;
	text-decoration: none;
}
.osp-table-banners .osp-col.views > span, .osp-table-banners .osp-col.clicks > span, .osp-table-banners .osp-col.spent > span {
	font-size: 10px;
	color: #999;
	margin-left: 4px;
}
.osp-table-banners .osp-head-row {
	display: inline-block;
	width: 100%;
	clear: both;
	border: none;
	font-weight: 400;
	vertical-align: top;
	border-bottom: solid 1px #a0d0eb;
	color: #555;
	font-size: 12px;
}
.osp-table-banners .osp-row {
	display: block;
	width: 100%;
	clear: both;
	float: left;
	background: #fcfdfe;
	font-size: 12px;
	border-bottom: 1px solid #eaedef;
	height: 34px;
}
.osp-table-banners .osp-row:nth-child(odd) {
	background: #fff;
}
.osp-table-banners .osp-row:hover {
	background: #f4f8fb;
}
.osp-table-banners .status {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: break-word;
	word-break: break-all;
	color: #fff;
}
.osp-table-banners .status span {
	cursor: default;
	border-radius: 3px;
	background: #444;
	font-size: 12px;
	font-weight: 500;
	padding: 4px 8px 2px;
	color: #fff;
	border-bottom: 2px solid rgba(0,0,0,0.15);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: break-word;
	word-break: break-all;
}
.osp-table-banners .status span i {
	margin-right: 1px;
}
.osp-table-banners .status.st0 span {
	background: #4ac7e0;
}
.osp-table-banners .status.st1 span {
	background: #4ac7e0;
}
.osp-table-banners .status.st2 span {
	background: #72c279;
}
.osp-table-banners .status.st2.sp1 span {
	background: #e08f95;
}
.osp-table-banners .status.st9 span {
	background: #e08f95;
}
.osp-table-banners .osp-row.osp-row-empty {
	text-align: center;
	padding: 30px 25px 20px;
	height: auto;
}
.osp-table-banners .osp-row.osp-row-empty i {
	color: #dedede;
	display: block;
	clear: both;
	font-size: 80px;
	text-shadow: #fff 1px 1px 0;
}
.osp-table-banners .osp-row.osp-row-empty span {
	text-align: center;
	display: block;
	color: #999;
	font-size: 14px;
	margin-top: 20px;
}
.osp-table-banners .osp-banner-add-cart {
	height: 25px;
	font-size: 12px;
	font-weight: 600;
	padding: 4px 6px 2px;
	border-radius: 3px;
	color: #fff;
	text-decoration: none;
	background: #f44336;
	border-bottom: 2px solid rgba(0,0,0,0.15);
}
.osp-table-banners .osp-banner-add-cart:hover {
	background: #d32f2f;
	color: #fff;
	text-decoration: none;
}
.osp-advertise-here {
	font-weight: 600;
	display: block;
	font-size: 14px;
	margin: 0 auto;
	clear: both;
	text-decoration: none;
	line-height: 19px;
	border-radius: 3px;
	color: #fff;
	width: auto;
	background: #c94a38;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
	padding: 6px 10px;
	text-align: center;
	text-transform: uppercase;
}
.osp-advertise-here:hover {
	color: #fff;
	text-decoration: none;
	background: #1d9f94;
}
#banner-dialog.osp-custom-dialog {
	width: 400px !important;
	margin-left: -200px;
}
#banner-dialog.osp-custom-dialog .osp-bot {
	padding-top: 5px;
}
#banner-dialog label {
	line-height: 16px;
	font-weight: 600;
	width: 100%;
	clear: both;
	display: inline-block;
	margin: 15px 0 1px;
	color: #333;
	font-size: 12px;
}
#banner-dialog label em {
	font-weight: 500;
	font-size: 11px;
}
#banner-dialog input[type="text"], #banner-dialog input[type="email"], #banner-dialog input[type="url"], #banner-dialog textarea {
	float: left;
	width: 100%;
	background: #fff;
	font-size: 13px;
	color: #333;
	padding: 6px;
	height: 34px;
	line-height: 16px;
	border: 1px solid #ccc;
	border-radius: 3px;
}
#banner-dialog textarea {
	height: 80px;
	min-width: 100%;
	max-width: 100%;
	font: 10px/13px monospace;
}
#banner-dialog input[type="text"]#budget {
	max-width: 150px;
	padding-left: 40px;
}
#banner-dialog p {
	float: left;
	clear: both;
	width: 100%;
}
#banner-dialog input[type="submit"] {
	cursor: pointer;
	text-shadow: none;
	border: none;
	box-shadow: none;
	border-radius: 3px;
	color: #fff !important;
	background: #03a9f4;
	font-weight: 700;
	font-size: 13px;
	line-height: 16px;
	width: 100%;
	padding: 12px 8px;
	text-align: center;
	float: left;
	clear: both;
	margin-top: 20px;
}
#banner-dialog input[type="submit"]:hover {
	background: #0398db;
}
#banner-dialog .osp-input-box {
	float: left;
	width: 100%;
	position: relative;
}
#banner-dialog .osp-input-box input[type="text"]:first-child, #banner-dialog .osp-input-box input[type="email"]:first-child, #banner-dialog .osp-input-box input[type="url"]:first-child {
	padding-left: 32px;
}
#banner-dialog .osp-input-box i {
	position: absolute;
	width: 28px;
	height: 28px;
	top: 2px;
	left: 2px;
	text-align: center;
	color: #333;
	font-size: 14px;
	line-height: 28px;
}
#banner-dialog .osp-input-box i.fa-dollar {
	font-size: 17px;
	background: #f0f0f0;
	top: 1px;
	left: 1px;
	height: 32px;
	width: 32px;
	line-height: 32px;
	border-right: 1px solid #ccc;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
#banner-dialog .osp-input-box i.fa-dollar:before {
	content: "";
}
#banner-dialog .bprice {
	float: left;
	clear: both;
	width: 100%;
}
#banner-dialog .bprice span {
	width: 120px;
	display: inline-block;
}
#banner-dialog select[multiple] {
	overflow-y: scroll !important;
	height: auto !important;
}
#banner-dialog .bt5 {
	margin-top: 15px;
}
#banner-dialog input[name="name"] {
	max-width: 220px;
}
#banner-dialog .osp-html-info {
	float: left;
	clear: both;
	width: 100%;
	font-size: 11px;
	font-style: italic;
	line-height: 16px;
	color: #999;
	margin-top: 4px;
}
#osp-aff {
	float: left;
	clear: both;
	width: 100%;
	margin: 10px 0 30px;
	font-size: 13px;
	background: #eee;
	border-radius: 3px;
	padding: 12px 10px;
}
#osp-aff .osp-h2 {
	font-size: 13px;
	font-weight: 600;
	color: #333;
	border-bottom: 1px solid rgba(0,0,0,0.05);
	margin-bottom: 8px;
	padding-bottom: 8px;
}
#osp-aff .osp-h2 i {
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	background: #00a896;
	color: #fff;
	text-align: center;
	margin-right: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}
#osp-aff .osp-line {
	line-height: 22px;
	float: left;
	clear: both;
	width: 100%;
}
#osp-aff .osp-invite-link {
	word-wrap: break-word;
	word-break: break-all;
	max-width: 100%;
	display: block;
	opacity: .85;
	padding: 5px;
	font-size: 12px;
	font-weight: 500;
	background: #f3ffbd;
	border-radius: 3px;
	border: 1px solid rgba(0,0,0,0.05);
	color: rgba(0,0,0,0.5);
	width: auto;
	float: left;
}
#osp-aff .osp-referral-code {
	background: #b2dbbf;
	color: rgba(0,0,0,0.7);
	font-weight: 600;
	padding: 0 3px;
	margin-left: 2px;
}
#osp-aff .osp-lab {
	float: left;
	clear: both;
	width: 100%;
	font-size: 12px;
	font-weight: 600;
	color: #111;
	margin-top: 15px;
}
#osp-aff .osp-share {
	margin-top: 0;
	float: left;
	clear: both;
	width: 100%;
}
#osp-aff .osp-share a {
	overflow: hidden;
	float: left;
	margin: 0 8px 5px 0;
	padding: 4px 8px 4px 38px;
	color: #fff;
	position: relative;
	text-decoration: none;
	font-size: 12px;
	border-radius: 2px;
	height: 30px;
	width: 32%;
}
#osp-aff .osp-share a i {
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	font-size: 15px;
	text-indent: 2px;
	line-height: 32px;
	text-align: center;
	background: rgba(0,0,0,0.1);
	border-right: 1px solid rgba(0,0,0,0.05);
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	font-style: normal;
}
#osp-aff .osp-share a:hover {
	box-shadow: 0 0 0 15px rgba(0,0,0,0.12) inset;
}
#osp-aff .osp-share a.osp-fb {
	background: #3b5998;
}
#osp-aff .osp-share a.osp-wa {
	background: #0dc143;
}
#osp-aff .osp-share a.osp-tw {
	background: #1ea1f3;
}
#osp-aff .osp-share a.osp-gp {
	background: #dd4b3e;
}
#osp-aff .osp-share a.osp-li {
	background: #007bb6;
}
#osp-aff .osp-share a.osp-ok {
	background: #EE8208;
}
#osp-aff .osp-share a.osp-vk {
	background: #0077FF;
}
#osp_referral_info, #osp_quantity_info, #osp_sell_info {
	margin-top: 2px;
	font-size: 12px;
	font-style: italic;
	color: #999;
	margin-bottom: 15px;
}
.osp-body-pack .osp-h1, .osp-body-group .osp-h1, .osp-body-banner .osp-h2, .osp-body-order .osp-h2 {
    background: #fff;
    font-weight: 500;
    margin-bottom: 10px;
    border-radius: 3px;
    font-size: 17px;
}
.osp-body-pack .osp-lab {
    float: left;
    clear: both;
    width: 100%;
    font-size: 26px;
    margin: 20px 0 20px;
    color: #000;
    font-weight: 600;
}
.osp-restrict-category-wrap {
	display: inline-block;
	width: 100%;
	clear: both;
	text-align: center;
	cursor: defaut;
}
.osp-restrict-category {
	background: #fff;
	padding: 40px 25px;
	font-size: 13px;
	line-height: 24px;
	float: none;
	display: inline-block;
	width: 100%;
	margin: 20px 0 40px;
	border: 1px solid #ddd;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.15);
	text-align: center;
	border-radius: 5px;
}
.osp-restrict-category > i {
	font-size: 100px;
	color: #eee;
	margin-bottom: 15px;
}
.osp-restrict-category .osp-restrict-groups {
	margin-top: 20px;
	border-top: 1px solid #eee;
	padding-top: 12px;
}
.osp-restrict-category a {
	font-size: 13px;
	cursor: pointer;
	font-weight: 500;
	text-decoration: underline;
	color: #2eacce;
	margin-top: 20px;
	display: block;
}
.osp-restrict-category a:hover {
	text-decoration: none;
}
.osp-restrict-category .osp-group {
	margin-right: 4%;
}
.osp-restrict-category .osp-body {
	border: none;
	padding: 0;
}
.osp-restrict-category .osp-group .osp-price {
	font-size: 30px;
	padding-top: 5px;
}
.osp-restrict-category .osp-restrict-groups .osp-h1 {
	font-size: 13px;
	font-weight: 500;
	margin: 0 0 8px;
	padding: 10px;
	background: #f8f8f8;
	border: 1px solid rgba(0,0,0,0.05);
}
.payumoney-dialog #payumoney-img {
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}
.payumoney-dialog #payumoney-img img {
	float: none;
	width: auto;
	max-width: 100%;
	height: 28px;
	max-height: 100%;
}
.payumoney-dialog #payumoney-desc {
	margin-bottom: 0;
	font-style: italic;
	color: #999;
	border-bottom: 1px solid #eee;
	padding-bottom: 12px;
	text-align: center;
}
.payumoney-dialog #payumoney-price {
	margin-bottom: 5px;
	font-weight: 500;
	color: #000;
	font-size: 22px;
	line-height: 26px;
}
.payumoney-dialog label {
	line-height: 16px;
	font-weight: 600;
	width: 100%;
	clear: both;
	display: inline-block;
	margin: 15px 0 1px;
	color: #333;
	font-size: 12px;
}
.payumoney-dialog input[type="text"] {
	float: left;
	width: 100%;
	background: #fff;
	font-size: 13px;
	color: #333;
	padding: 6px;
	height: 34px;
	line-height: 16px;
	border: 1px solid #ccc;
	border-radius: 3px;
}
.payumoney-dialog p {
	float: left;
	clear: both;
	width: 100%;
}
.payumoney-dialog button[type="submit"], #uniform-payumoney-submit {
	text-shadow: none;
	border: none;
	box-shadow: none;
	border-radius: 3px;
	color: #fff !important;
	background: #03a9f4;
	font-weight: 700;
	font-size: 13px;
	line-height: 16px;
	width: 100%;
	padding: 12px 8px;
	text-align: center;
	float: left;
	clear: both;
	margin-top: 20px;
}
.payumoney-dialog button[type="submit"]:hover, #uniform-payumoney-submit:hover {
	background: #0398db;
}
#uniform-payumoney-submit button {
	display: none !important;
}
.payumoney-dialog .osp-input-box {
	float: left;
	width: 100%;
	position: relative;
}
.payumoney-dialog .osp-input-box input[type="text"]:first-child {
	padding-left: 32px !important;
}
.payumoney-dialog .osp-input-box i {
	position: absolute;
	width: 28px;
	height: 28px;
	top: 2px;
	left: 2px;
	text-align: center;
	color: #333;
	font-size: 14px;
	line-height: 28px;
}
.payumoney-dialog #payumoney-userdata {
	margin-bottom: 0;
	margin-top: 30px;
	font-style: italic;
	color: #999;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	text-align: center;
}
#payumoney-results {
	text-align: center;
	padding: 20px 20px 25px;
	float: left;
	width: 100%;
	clear: both;
}
#payumoney-results i {
	display: inline-block;
	clear: both;
	width: 100px;
	text-align: center;
	line-height: 56px;
	font-size: 50px;
	padding: 5px 0;
	color: #ddd;
}
#payumoney-results span {
	display: inline-block;
	clear: both;
	width: 100%;
	line-height: 24px;
	text-align: center;
	padding: 10px 20px 5px;
	font-size: 16px;
	color: #333;
}
.payumoney-dialog button[type="submit"].osp-disabled, #uniform-payumoney-submit:disabled {
	cursor: wait;
	opacity: .5;
}
#stripe-dialog {
	display: none;
}
#stripe-dialog-text {
	display: none;
	text-align: center;
}
#stripe-dialog-text i {
	display: inline-block;
	clear: both;
	width: 100px;
	text-align: center;
	line-height: 56px;
	font-size: 50px;
	padding: 5px 0;
	color: #ddd;
}
#stripe-dialog-text span {
	display: inline-block;
	clear: both;
	width: 100%;
	line-height: 24px;
	text-align: center;
	padding: 10px 20px 5px;
	font-size: 16px;
	color: #333;
}
#stripe-dialog-response {
	display: none;
}
.osp-table-payments {
	float: left;
	clear: both;
	width: 100%;
	font-size: 12px;
}
.osp-table-payments .osp-col {
	float: left;
	padding: 8px;
}
.osp-table-payments .osp-head-row {
	display: inline-block;
	width: 100%;
	clear: both;
	border: none;
	font-weight: 400;
	vertical-align: top;
	border-bottom: solid 1px #a0d0eb;
	color: #555;
	font-size: 12px;
}
.osp-table-payments .osp-row {
	display: block;
	width: 100%;
	clear: both;
	float: left;
	background: #fcfdfe;
	font-size: 12px;
	border-bottom: 1px solid #eaedef;
	height: 34px;
}
.osp-table-payments .osp-row:nth-child(odd) {
	background: #fff;
}
.osp-table-payments .osp-row:hover {
	background: #f4f8fb;
}
.osp-row.osp-row-empty {
	text-align: center;
	padding: 30px 25px 20px;
}
.osp-row.osp-row-empty i {
	color: #dedede;
	display: block;
	clear: both;
	font-size: 80px;
	text-shadow: #fff 1px 1px 0;
}
.osp-row.osp-row-empty span {
	text-align: center;
	display: block;
	color: #999;
	font-size: 14px;
}
.osp-table-payments .osp-col.source {
	width: 10%;
	text-align: center;
}
.osp-table-payments .osp-row .osp-col.source {
	opacity: .85;
	height: 35px;
	background: #6b6b93;
	color: #fff;
	font-weight: 600;
	font-size: 10px;
	margin: -1px 0;
	border: 1px solid rgba(0,0,0,0.15);
	line-height: 16px;
}
.osp-table-payments .osp-col.code {
	width: 23%;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: break-word;
	word-break: break-all;
}
.osp-table-payments .osp-col.concept {
	width: 37%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: break-word;
	word-break: break-all;
}
.osp-table-payments .osp-col.amount {
	width: 15%;
	text-align: center;
}
.osp-table-payments .osp-row .osp-col.amount {
	font-weight: 700;
	color: #000;
}
.osp-table-payments .osp-col.date {
	width: 10%;
}
.osp-table-payments .osp-col.details {
	width: 5%;
	text-align: right;
}
.osp-table-payments .osp-col.details i {
	cursor: pointer;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	margin: -5px 0;
	display: inline-block;
	border-radius: 3px;
	color: #3586ae;
	background-color: #edf7fb;
	border: none;
	border-bottom: solid 1px #d8edf7;
}
.osp-table-payments .osp-row .osp-col.date {
	color: #999;
	cursor: pointer;
}
.osp-table-payments .osp-row .osp-col.source.referral {
	background: #f25f5c;
	color: #fff;
}
.osp-table-payments .osp-row .osp-col.source.instamojo {
	background: #00b5a6;
	color: #fff;
}
.osp-table-payments .osp-row .osp-col.source.periodical {
	background: #0c7c59;
	color: #fff;
}
.osp-table-payments .osp-row .osp-col.source.admin {
	background: #111;
}
.osp-table-payments .osp-row .osp-col.source.transfer {
	background: #f4a261;
}
.osp-table-payments .osp-row .osp-col.source.wallet {
	background: #fde74c;
	color: #444;
}
.osp-table-payments .osp-row .osp-col.source.paypal {
	background: #003087;
}
.osp-table-payments .osp-row .osp-col.source.stripe {
	background: #359ad5;
}
.osp-table-payments .osp-row .osp-col.source.ccavenue {
	background: #e14632;
}
.osp-table-payments .osp-row .osp-col.source.skrill {
	background: #721f63;
}
.osp-table-payments .osp-row .osp-col.source.payza {
	background: #00a54d;
}
.osp-table-payments .osp-row .osp-col.source.authorize {
	background: #c2b43a;
}
.osp-table-payments .osp-row .osp-col.source.pagseguro {
	background: #6fbe47;
}
.osp-table-payments .osp-row .osp-col.source.payumoney {
	background: #a1ca3a;
}
.osp-table-payments .osp-row .osp-col.source.payulatam {
	background: #00aeef;
}
.osp-table-payments .osp-row .osp-col.source.braintree {
	background: #ff6308;
}
.osp-table-payments .osp-row .osp-col.source.blockchain {
	background: #039bd3;
}
.osp-ph-links {
	display: inline-block;
	float: right;
	font-size: 11px;
}
.osp-ph-links a {
	position: relative;
	display: inline-block;
	line-height: 14px;
	padding: 3px 5px;
	font-size: 11px;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	background: #03a9f4;
	border-radius: 2px;
	margin-right: 2px;
}
.osp-ph-links a:hover {
	text-decoration: none;
	color: #fff;
	background: #0695d6;
}
.osp-ph-links a.osp-active {
	font-weight: 600;
}
.osp-ph-links a.osp-active:after {
	content: "";
	position: absolute;
	z-index: 2;
	bottom: -11px;
	left: 50%;
	margin-left: -6px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-color: #03a9f4 transparent transparent;
}
.osp-table-payments .osp-row.osp-empty {
	text-align: center;
	padding: 30px 25px 20px;
	height: auto;
}
.osp-table-payments .osp-row.osp-empty i {
	color: #dedede;
	display: block;
	clear: both;
	font-size: 80px;
	text-shadow: #fff 1px 1px 0;
}
.osp-table-payments .osp-row.osp-empty span {
	text-align: center;
	display: block;
	color: #999;
	font-size: 14px;
}
#authorizenet-dialog {
	max-height: 450px !important;
	overflow-x: hidden;
	overflow-y: auto;
}
#authorizenet-dialog #authorizenet-img {
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}
#authorizenet-dialog #authorizenet-img img {
	float: none;
	width: auto;
	max-width: 100%;
	height: 28px;
	max-height: 100%;
}
#authorizenet-dialog #authorizenet-text {
	margin-bottom: 0;
	font-style: italic;
	color: #999;
	border-bottom: 1px solid #eee;
	padding-bottom: 12px;
	text-align: center;
}
#authorizenet-dialog #authorizenet-price {
	margin-bottom: 5px;
	font-weight: 500;
	color: #000;
	font-size: 22px;
	line-height: 26px;
}
#authorizenet-dialog label {
	line-height: 16px;
	font-weight: 600;
	width: 100%;
	clear: both;
	display: inline-block;
	margin: 15px 0 1px;
	color: #333;
	font-size: 12px;
}
#authorizenet-dialog input[type="text"] {
	float: left;
	width: 100%;
	background: #fff;
	font-size: 13px;
	color: #333;
	padding: 6px;
	height: 34px;
	line-height: 16px;
	border: 1px solid #ccc;
	border-radius: 3px;
}
#authorizenet-dialog p {
	float: left;
	clear: both;
	width: 100%;
}
#authorizenet-dialog p.bt2 {
	clear: none;
	width: 60%;
	padding-right: 20px;
}
#authorizenet-dialog p.bt2 input[type="text"][size="2"] {
	width: 45%;
	clear: none;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right: none;
	text-align: center;
}
#authorizenet-dialog p.bt2 input[type="text"][size="4"] {
	width: 45%;
	clear: none;
	border-radius: 0;
	border-left: none;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	text-align: center;
}
#authorizenet-dialog p.bt2 .osp-del {
	text-align: center;
	float: left;
	width: 10%;
	background: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #aaa;
	font-size: 14px;
	line-height: 34px;
	height: 34px;
}
#authorizenet-dialog p.bt3 {
	clear: none;
	width: 40%;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
#authorizenet-dialog p.bt4a {
	width: 50%;
	padding-right: 10px;
}
#authorizenet-dialog p.bt4b {
	clear: none;
	width: 50%;
	padding-left: 10px;
}
#authorizenet-dialog input[type="submit"] {
	text-shadow: none;
	border: none;
	box-shadow: none;
	border-radius: 3px;
	color: #fff !important;
	background: #03a9f4;
	font-weight: 700;
	font-size: 13px;
	line-height: 16px;
	width: 100%;
	padding: 12px 8px;
	text-align: center;
	float: left;
	clear: both;
	margin-top: 20px;
}
#authorizenet-dialog input[type="submit"]:hover {
	background: #0398db;
}
#authorizenet-dialog .osp-input-box {
	float: left;
	width: 100%;
	position: relative;
}
#authorizenet-dialog .osp-input-box input[type="text"]:first-child {
	padding-left: 32px;
}
#authorizenet-dialog .osp-input-box i {
	position: absolute;
	width: 28px;
	height: 28px;
	top: 2px;
	left: 2px;
	text-align: center;
	color: #333;
	font-size: 14px;
	line-height: 28px;
}
#authorizenet-dialog p.bt7 {
	width: 60%;
	padding-right: 20px;
}
#authorizenet-dialog p.bt8 {
	width: 40%;
	clear: none;
}
#authorizenet-dialog #authorizenet-userdata {
	margin-bottom: 0;
	margin-top: 30px;
	font-style: italic;
	color: #999;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	text-align: center;
}
#authorizenet-dialog button, #uniform-authorizenet-submit {
	text-shadow: none;
	border: none;
	box-shadow: none;
	border-radius: 3px;
	color: #fff !important;
	background: #03a9f4;
	font-weight: 700;
	font-size: 13px;
	line-height: 16px;
	width: 100%;
	padding: 12px 8px;
	text-align: center;
	float: left;
	clear: both;
	margin-top: 20px;
}
#authorizenet-dialog button:hover, #uniform-authorizenet-submit:hover {
	background: #0398db;
}
#authorizenet-results, #authorizenet-response {
	text-align: center;
	display: none;
}
#authorizenet-results i {
	display: inline-block;
	clear: both;
	width: 100px;
	text-align: center;
	line-height: 56px;
	font-size: 50px;
	padding: 5px 0;
	color: #ddd;
}
#authorizenet-results span {
	display: inline-block;
	clear: both;
	width: 100%;
	line-height: 24px;
	text-align: center;
	padding: 10px 20px 5px;
	font-size: 16px;
	color: #333;
}
#twocheckout-dialog #twocheckout-img {
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}
#twocheckout-dialog #twocheckout-img img {
	float: none;
	width: auto;
	max-width: 100%;
	height: 28px;
	max-height: 100%;
}
#twocheckout-dialog #twocheckout-desc {
	margin-bottom: 0;
	font-style: italic;
	color: #999;
	border-bottom: 1px solid #eee;
	padding-bottom: 12px;
	text-align: center;
}
#twocheckout-dialog #twocheckout-price {
	margin-bottom: 5px;
	font-weight: 500;
	color: #000;
	font-size: 22px;
	line-height: 26px;
}
#twocheckout-dialog label {
	line-height: 16px;
	font-weight: 600;
	width: 100%;
	clear: both;
	display: inline-block;
	margin: 15px 0 1px;
	color: #333;
	font-size: 12px;
}
#twocheckout-dialog input[type="text"] {
	float: left;
	width: 100%;
	background: #fff;
	font-size: 13px;
	color: #333;
	padding: 6px;
	height: 34px;
	line-height: 16px;
	border: 1px solid #ccc;
	border-radius: 3px;
}
#twocheckout-dialog p {
	float: left;
	clear: both;
	width: 100%;
}
#twocheckout-dialog p.bt2 {
	clear: none;
	width: 60%;
	padding-right: 20px;
}
#twocheckout-dialog p.bt2 input[type="text"][size="2"] {
	width: 45%;
	clear: none;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right: none;
	text-align: center;
}
#twocheckout-dialog p.bt2 input[type="text"][size="4"] {
	width: 45%;
	clear: none;
	border-radius: 0;
	border-left: none;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	text-align: center;
}
#twocheckout-dialog p.bt2 .osp-del {
	text-align: center;
	float: left;
	width: 10%;
	background: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #aaa;
	font-size: 14px;
	line-height: 34px;
	height: 34px;
}
#twocheckout-dialog p.bt3 {
	clear: none;
	width: 40%;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
#twocheckout-dialog input[type="submit"] {
	cursor: pointer;
	text-shadow: none;
	border: none;
	box-shadow: none;
	border-radius: 3px;
	color: #fff !important;
	background: #03a9f4;
	font-weight: 700;
	font-size: 13px;
	line-height: 16px;
	width: 100%;
	padding: 12px 8px;
	text-align: center;
	float: left;
	clear: both;
	margin-top: 20px;
}
#twocheckout-dialog input[type="submit"]:hover {
	background: #0398db;
}
#twocheckout-dialog .osp-input-box {
	float: left;
	width: 100%;
	position: relative;
}
#twocheckout-dialog .osp-input-box input[type="text"]:first-child {
	padding-left: 32px;
}
#twocheckout-dialog .osp-input-box i {
	position: absolute;
	width: 28px;
	height: 28px;
	top: 2px;
	left: 2px;
	text-align: center;
	color: #333;
	font-size: 14px;
	line-height: 28px;
}
#twocheckout-dialog p.bt7 {
	width: 60%;
	padding-right: 20px;
}
#twocheckout-dialog p.bt8 {
	width: 40%;
	clear: none;
}
#twocheckout-dialog #twocheckout-userdata {
	margin-bottom: 0;
	margin-top: 30px;
	font-style: italic;
	color: #999;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	text-align: center;
}
#twocheckout-results {
	text-align: center;
	padding: 20px 20px 25px;
	float: left;
	width: 100%;
	clear: both;
}
#twocheckout-results i {
	display: inline-block;
	clear: both;
	width: 100px;
	text-align: center;
	line-height: 56px;
	font-size: 50px;
	padding: 5px 0;
	color: #ddd;
}
#twocheckout-results span {
	display: inline-block;
	clear: both;
	width: 100%;
	line-height: 24px;
	text-align: center;
	padding: 10px 20px 5px;
	font-size: 16px;
	color: #333;
}
#braintree-dialog #braintree-img {
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}
#braintree-dialog #braintree-img img {
	float: none;
	width: auto;
	max-width: 100%;
	height: 28px;
	max-height: 100%;
}
#braintree-dialog #braintree-desc {
	margin-bottom: 0;
	font-style: italic;
	color: #999;
	border-bottom: 1px solid #eee;
	padding-bottom: 12px;
	text-align: center;
}
#braintree-dialog #braintree-price {
	margin-bottom: 5px;
	font-weight: 500;
	color: #000;
	font-size: 22px;
	line-height: 26px;
}
#braintree-dialog label {
	line-height: 16px;
	font-weight: 600;
	width: 100%;
	clear: both;
	display: inline-block;
	margin: 15px 0 1px;
	color: #333;
	font-size: 12px;
}
#braintree-dialog input[type="text"] {
	float: left;
	width: 100%;
	background: #fff;
	font-size: 13px;
	color: #333;
	padding: 6px;
	height: 34px;
	line-height: 16px;
	border: 1px solid #ccc;
	border-radius: 3px;
}
#braintree-dialog p {
	float: left;
	clear: both;
	width: 100%;
}
#braintree-dialog p.bt2 {
	clear: none;
	width: 60%;
	padding-right: 20px;
}
#braintree-dialog p.bt2 input[type="text"][size="2"] {
	width: 45%;
	clear: none;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right: none;
	text-align: center;
}
#braintree-dialog p.bt2 input[type="text"][size="4"] {
	width: 45%;
	clear: none;
	border-radius: 0;
	border-left: none;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	text-align: center;
}
#braintree-dialog p.bt2 .osp-del {
	text-align: center;
	float: left;
	width: 10%;
	background: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #aaa;
	font-size: 14px;
	line-height: 34px;
	height: 34px;
}
#braintree-dialog p.bt3 {
	clear: none;
	width: 40%;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
#braintree-dialog button[type="submit"], .osp-dialog .button#uniform-submit {
	text-shadow: none;
	border: none;
	box-shadow: none;
	border-radius: 3px;
	color: #fff !important;
	background: #03a9f4;
	font-weight: 700;
	font-size: 13px;
	line-height: 16px;
	width: 100%;
	padding: 12px 8px;
	text-align: center;
	float: left;
	clear: both;
	margin-top: 20px;
}
#braintree-dialog button[type="submit"]:hover, .osp-dialog .button#uniform-submit:hover {
	background: #0398db;
}
#braintree-dialog .osp-input-box {
	float: left;
	width: 100%;
	position: relative;
}
#braintree-dialog .osp-input-box input[type="text"]:first-child {
	padding-left: 32px;
}
#braintree-dialog .osp-input-box i {
	position: absolute;
	width: 28px;
	height: 28px;
	top: 4px;
	left: 2px;
	text-align: center;
	color: #333;
	font-size: 14px;
	line-height: 28px;
}
#braintree-results {
	text-align: center;
	display: none;
}
#braintree-results i {
	display: inline-block;
	clear: both;
	width: 100px;
	text-align: center;
	line-height: 56px;
	font-size: 50px;
	padding: 5px 0;
	color: #ddd;
}
#braintree-results span {
	display: inline-block;
	clear: both;
	width: 100%;
	line-height: 24px;
	text-align: center;
	padding: 10px 20px 5px;
	font-size: 16px;
	color: #333;
}
#braintree-response {
	display: none;
}
.osp-custom-dialog {
	max-height: 80%;
	cursor: default;
	display: none;
	position: absolute;
	top: 10%;
	left: 50%;
	width: 300px !important;
	height: 80% !important;
	margin-left: -150px;
	z-index: 9999;
}
.osp-custom-dialog#blockchain-dialog {
	height: 430px !important;
}
.osp-custom-dialog .osp-inside {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	float: left;
	clear: both;
	width: 100%;
	border: none;
	background: #fff;
	box-shadow: 2px 2px 15px rgba(0,0,0,0.3);
	border-radius: 3px;
	padding: 0;
	z-index: 999;
}
.osp-custom-dialog .osp-top {
	height: 67px;
	float: left;
	clear: both;
	width: 100%;
	display: block;
	border-bottom: 2px solid rgba(0,0,0,0.15);
	position: relative;
	z-index: 3;
	padding: 20px 8px;
	text-align: center;
	background: #03a9f4 url(../img/dialog-bg.jpg) repeat center center;
	background-size: 100% 100%;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	border-radius: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.osp-custom-dialog .osp-top > span {
	display: inline-block;
	height: 24px;
}
.osp-custom-dialog .osp-top > span > img {
	width: auto;
	max-width: 100%;
	height: 40px;
	margin: -8px 0;
	opacity: .95;
}
.osp-custom-dialog .osp-bot {
	overflow-x: hidden;
	height: calc(100% - 67px);
	background: #fff;
	overflow-y: auto;
	bottom: 0;
	float: left;
	clear: both;
	width: 100%;
	display: block;
	padding: 20px 20px 25px;
	font-size: 13px;
	color: #444;
	line-height: 20px;
	position: relative;
	z-index: 2;
}
.osp-custom-dialog .osp-close {
	cursor: pointer;
	right: 10px;
	top: 50%;
	position: absolute;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	color: rgba(0,0,0,0.4) !important;
	font-size: 18px;
	padding: 0;
	line-height: 30px;
	box-shadow: none;
	background: none;
	border: none;
	background: rgba(0,0,0,0.15);
	border-radius: 50%;
}
.osp-custom-dialog .osp-close:hover {
	background: rgba(0,0,0,0.20);
}
.osp-custom-dialog .osp-close:active {
	background: rgba(0,0,0,0.25);
}
.osp-custom-dialog .osp-close i {
	line-height: 30px;
	margin: 0;
	text-indent: 1px;
}
.osp-custom-dialog p {
	margin: 5px 0;
}
.osp-custom-dialog .stage-loading {
	margin-bottom: 25px;
}
.osp-custom-dialog .stage-loading img {
	width: 32px !important;
	height: 32px !important;
}
.osp-custom-dialog .stage-ready .qr-code {
	margin-top: 20px;
}
.osp-custom-overlay {
	display: none;
	background: #aaa;
	opacity: .3;
	z-index: 9998;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.osp-custom-dialog input[type="submit"].osp-disabled, .osp-custom-dialog button[type="submit"].osp-disabled {
	cursor: wait;
	opacity: .5;
}
.blockchain.stage-loading i {
	display: inline-block;
	clear: both;
	width: 100px;
	text-align: center;
	line-height: 56px;
	font-size: 50px;
	padding: 5px 0;
	color: #ddd;
}
.osp-custom-dialog form, .osp-dialog form {
	float: left;
	clear: both;
	width: 100%;
	display: block;
}
.osp-custom-dialog .osp-response-success {
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
}
.osp-custom-dialog .osp-response-success * {
	display: inline-block;
}
.osp-custom-dialog .osp-response-success i {
	font-size: 100px;
	color: #8bc34a;
	line-height: 120px;
	margin-top: 50px;
	display: block;
	clear: both;
}
.osp-custom-dialog .osp-response-success div {
	font-weight: 600;
	color: #333;
	margin-bottom: 25px;
	display: block;
	clear: both;
}
.osp-custom-dialog .osp-response-success span {
	font-size: 12px;
	line-height: 18px;
	display: block;
	clear: both;
}
.osp-custom-dialog .osp-response-info {
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
}
.osp-custom-dialog .osp-response-info * {
	display: inline-block;
}
.osp-custom-dialog .osp-response-info i {
	font-size: 100px;
	color: #999;
	line-height: 120px;
	margin-top: 50px;
	display: block;
	clear: both;
}
.osp-custom-dialog .osp-response-info div {
	font-weight: 600;
	color: #333;
	margin-bottom: 15px;
	display: block;
	clear: both;
}
.osp-custom-dialog .osp-response-info span {
	font-size: 12px;
	line-height: 18px;
	display: block;
	clear: both;
}
.osp-custom-dialog .osp-response-info a {
	float: none;
	font-size: 13px;
	line-height: 18px;
	margin-top: 15px;
	color: #03a9f4;
	text-decoration: underline;
	font-weight: 600;
	display: block;
	clear: both;
}
.osp-custom-dialog .osp-response-info a:hover {
	text-decoration: none;
	color: #03a9f4;
}
.osp-custom-dialog .blockchain-icon {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 100px;
	line-height: 100px;
	margin: 30px 0;
}
.osp-custom-dialog .blockchain-icon.blockchain-success-icon {
	color: #72c279;
}
.osp-custom-dialog .blockchain-icon.blockchain-error-icon {
	color: #e08f95;
}
.osp-dialog.ui-dialog {
	border: none;
	background: #fff;
	box-shadow: 2px 2px 15px rgba(0,0,0,0.3);
	border-radius: 3px;
	padding: 0;
	z-index: 999;
}
.osp-dialog.ui-dialog .ui-dialog-titlebar {
	border-bottom: 2px solid rgba(0,0,0,0.15);
	position: relative;
	z-index: 3;
	padding: 20px 8px;
	text-align: center;
	background: #03a9f4 url(../img/dialog-bg.jpg) repeat center center;
	background-size: 100% 100%;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	border-radius: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.osp-dialog.ui-dialog .ui-dialog-content {
	padding: 20px 20px 25px;
	font-size: 13px;
	color: #444;
	line-height: 20px;
	position: relative;
	z-index: 2;
}
.osp-dialog.ui-dialog .ui-dialog-content p {
	margin: 0;
}
.osp-dialog.ui-dialog .ui-button-icon-only .ui-button-text {
	display: none;
}
.osp-dialog.ui-dialog .ui-widget-header .ui-dialog-titlebar-close {
	width: 30px;
	height: 30px;
	margin-top: -15px;
	color: rgba(0,0,0,0.4) !important;
	font-size: 18px;
	padding: 0;
	line-height: 30px;
	box-shadow: none;
	background: none;
	border: none;
	background: rgba(0,0,0,0.15);
	border-radius: 50%;
}
.osp-dialog.ui-dialog .ui-widget-header .ui-dialog-titlebar-close:hover {
	background: rgba(0,0,0,0.20);
}
.osp-dialog.ui-dialog .ui-widget-header .ui-dialog-titlebar-close:active {
	background: rgba(0,0,0,0.25);
}
.osp-dialog.ui-dialog .ui-widget-header .ui-dialog-titlebar-close:after {
	font-family: "FontAwesome";
	content: "\f00d";
}
.osp-dialog.ui-dialog .ui-widget-header .ui-dialog-titlebar-close > span {
	display: none !important;
}
.osp-dialog span.ui-dialog-title {
	display: inline-block;
	height: 24px;
	margin: 0;
	overflow: visible;
	padding-left: 32px;
}
.osp-dialog.braintree-dialog span.ui-dialog-title > img {
	height: 30px;
	margin: -6px 0;
}
.osp-body.osp-body-itempay {
	padding: 0;
	border: none;
}
body#body-custom .osp-body.osp-body-itempay {
    background: #fff;
    padding: 20px 20px 25px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 15px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
    max-width: 1280px;
    margin: 0 auto;
    display: block;
}
.osp-body-itempay .osp-cart {
	margin-bottom: 20px;
	margin-top: 20px;
}
.osp-flash.flashmessage {
	display: block;
	width: 100%;
	clear: both;
	margin-bottom: 30px;
}
.osp-body-itempay .osp-cart-row:not(.osp-cart-total) .osp-cart-col.prod .p1 {
	float: left;
	margin: 2px 10px 0 0;
	padding: 8px 6px;
	/*width: 30%;*/
	text-align: center;
}
.osp-body-itempay .osp-cart-col.prod .px {
	float: left;
	max-width: 80%;
}
.osp-body-itempay .osp-cart-col.prod .p2 {
	font-weight: 600;
	float: left;
	clear: both;
	line-height: 15px;
	margin-top: 3px;
	color: #333;
}
.osp-body-itempay .osp-cart-col.prod .p3 {
	font-weight: 500;
	float: left;
	font-style: italic;
	color: rgba(0,0,0,0.4);
	clear: both;
	font-size: 14px;
	line-height: 18px;
}
.osp-body-itempay .osp-cart-row:not(.osp-cart-total) .osp-cart-col.code, .osp-body-itempay .osp-cart-row:not(.osp-cart-total) .osp-cart-col.delt, .osp-body-itempay .osp-cart-row:not(.osp-cart-total) .osp-cart-col.pric, .osp-body-itempay .osp-cart-row:not(.osp-cart-total) .osp-cart-col.qty {
	padding: 17px 3px;
}
.osp-body-itempay .osp-cart-row:not(.osp-cart-total) .osp-cart-col {
	padding: 8px 6px;
}
.osp-body-itempay .osp-h1 {
	margin-bottom: 5px;
}
.osp-body-itempay .osp-h2 {
	margin-bottom: 4px;
}
.osp-body-itempay .osp-cart-col.prod .p2 a {
	text-decoration: underline;
	border: none;
}
.osp-body-itempay .osp-cart-col.prod .p2 a:hover {
	text-decoration: none;
}
#201_duration {
	background: #f0f3bd !important;
}
.osp-promote-form {
	display: inline-block;
	width: 100%;
	clear: both;
	margin: 20px 0 10px;
	padding: 8px 15px 0;
	border-radius: 3px;
	background: #f0f0f0;
	border: 1px solid rgba(0,0,0,0.08);
	line-height: 18px;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.1);
}
.osp-promote-form.osp-is-publish {
	background: transparent;
	padding: 0;
	margin: 15px 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.osp-promote-form .osp-h1 {
	margin-bottom: 0;
}
.osp-promote-form .osp-h2 {
	color: #aaa;
	font-size: 12px;
}
.osp-promote-form .osp-pb-line {
	background: #fff;
	display: inline-block;
	width: 100%;
	padding: 0;
	font-size: 16px;
	text-align: left;
	float: none;
	position: relative;
	border-radius: 3px;
	margin: 0 0 8px;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.06), 0 0 0 1px rgba(0,0,0,0.15) inset;
}
.osp-promote-form .osp-pb-line.pt101 .osp-chk {
	background: #bddce7;
}
.osp-promote-form .osp-pb-line.pt501 .osp-chk {
	background: #94c6d8;
}
.osp-promote-form .osp-pb-line.pt802 .osp-chk {
	background: #79b7ce;
}
.osp-promote-form .osp-pb-line.pt201 .osp-chk {
	background: #79ceb7;
}
.osp-promote-form .osp-pb-line.pt401 .osp-chk {
	background: #bbe6da;
}
.osp-promote-form .osp-pb-line.pt402 .osp-chk {
	background: #f1e3e3;
}
.osp-promote-form .osp-pb-line.pt403 .osp-chk {
	background: #e6bbbb;
}
.osp-promote-form .osp-pb-line.pt601 .osp-chk {
	background: #f7dcdc;
}
.osp-promote-form .osp-pb-line.pt801 .osp-chk {
	background: #e88484;
}
.osp-promote-form .osp-pb-line.pt101 .osp-text, .osp-promote-form .osp-pb-line.pt801 .osp-text, .osp-promote-form .osp-pb-line.pt802 .osp-text, .osp-promote-form .osp-pb-line.pt501 .osp-text {
	/*width: 100%;*/
}
.osp-promote-form .osp-pb-line .osp-chk {
	padding: 10px;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	height: 100%;
	width: 50px;
	background: rgba(0,0,0,0.08);
	border: 1px solid rgba(0,0,0,0.15);
	border-right-color: rgba(0,0,0,0.08);
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	z-index: 1;
}
.osp-promote-form .osp-pb-line .osp-text {
	float: left;
	width: 60%;
	padding: 10px 10px 10px 60px;
	clear: none;
}
.osp-promote-form .osp-pb-line .osp-select {
	float: right;
	width: 40%;
	padding: 5px;
	clear: none;
}
.osp-promote-form .osp-pb-line .osp-select1 {
	float: left;
	width: 28%;
	padding: 13px 10px 10px;
	clear: none;
}
.osp-promote-form .osp-pb-line .osp-select2 {
	float: left;
	width: 12%;
	padding: 13px 10px 10px 0;
	clear: none;
}
.osp-promote-form .osp-pb-line .osp-select2 select {
	padding-right: 5px;
}
.osp-promote-form .osp-pb-line .osp-pb-name {
    font-weight: 600;
    margin: 0 0 3px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
}
.osp-promote-form .osp-pb-line .osp-pb-name strong {
    padding: 2px 5px;
    display: flex;
    background: #444;
    border-radius: 3px;
    margin-left: 3px;
    color: #fff;
    min-width: 65px;
    flex-direction: row;
    justify-content: center;
}
.osp-promote-form .osp-pb-line .osp-pb-desc {
	font-weight: 500;
	font-size: 14px;
	opacity: .8;
}
.osp-promote-form .osp-pb-line select {
	opacity: 1 !important;
	position: relative;
	left: auto;
	top: auto;
	height: 35px !important;
	color: rgba(0,0,0,0.7);
	cursor: pointer;
	float: left;
	width: 100% !important;
	max-width: 100%;
	min-width: 100%;
	padding: 5px 7px;
	line-height: 17px;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 3px;
	font-size: 16px;
	box-shadow: 2px 3px 5px rgba(0,0,0,0.03) inset;
}
.osp-promote-form .osp-pb-line select:hover {
	border-color: rgba(0,0,0,0.15);
	background-color: rgba(255,255,255,0.1) !important;
}
.osp-promote-form .osp-pb-line .selector {
	padding: 0 !important;
	border: none !important;
	height: auto !important;
	box-shadow: none !important;
	background: none !important;
	width: 100% !important;
	margin: 0 !important;
}
.osp-promote-form .osp-pb-line .selector > span {
	display: none !important;
}
.osp-promote-form label.osp-chk {
	display: inline-block;
	width: auto;
	position: relative;
	cursor: pointer;
}
.osp-promote-form label.osp-chk input[type="checkbox"] {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	visibility: hidden;
	overflow: hidden;
	padding: 0 !important;
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	box-shadow: none !important;
}
.osp-promote-form label.osp-chk div {
	cursor: pointer;
	position: absolute;
	padding: 0 !important;
	line-height: 20px;
	font-size: 13px;
	width: auto;
	clear: both;
	left: 50%;
	margin-left: -9px;
	top: 50%;
	margin-top: -11px;
}
.osp-promote-form label.osp-chk div:before {
	cursor: pointer;
	content: "";
	width: 18px;
	height: 18px;
	background: rgba(0,0,0,0.1);
	border: 1px solid rgba(0,0,0,0.15);
	font-weight: 500;
	text-shadow: none;
	position: absolute;
	top: 0;
	left: 0;
	text-shadow: none;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.06);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.06);
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.06);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.osp-promote-form label.osp-chk div:after {
	cursor: pointer;
	text-indent: 1px;
	content: "\2713";
	color: transparent;
	width: 18px;
	height: 18px;
	text-align: center;
	text-shadow: none;
	position: absolute;
	top: 1px;
	left: 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font: 500 14px/18px "FontAwesome";
}
.osp-promote-form label.osp-chk div:hover:before {
	border-color: rgba(0,0,0,0.25);
	background: rgba(255,255,255,0.20);
}
.osp-promote-form label.osp-chk div:hover:after {
	cursor: pointer;
	text-indent: 1px;
	content: "\2713";
	color: transparent;
	width: 18px;
	height: 18px;
	text-align: center;
	text-shadow: none;
	position: absolute;
	top: 1px;
	left: 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font: 500 14px/18px "FontAwesome";
}
.osp-promote-form label.osp-chk input[type="checkbox"]:checked + div:before {
	border-color: #333;
	color: #fff;
	background-color: #333;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.osp-promote-form label.osp-chk input[type="checkbox"]:checked + div:after {
	color: #fff;
}
.osp-promote-form button[type="submit"], #uniform-osp-item-promote {
	position: relative;
	text-shadow: none;
	border: none;
	box-shadow: none;
	border-radius: 3px;
	color: #fff !important;
	background: #03a9f4;
	font-weight: 700;
	font-size: 13px;
	line-height: 16px;
	width: auto;
	padding: 10px 40px;
	text-align: center;
	float: left;
	clear: both;
	margin-top: 16px;
	margin-bottom: 20px;
}
.osp-promote-form button[type="submit"]:hover, #uniform-osp-item-promote:hover {
	background: #0398db;
}
.osp-promote-form button[type="submit"] i, #uniform-osp-item-promote i {
	font-size: 20px;
	position: absolute;
	top: 6px;
	left: 6px;
	width: 28px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	color: rgba(255,255,255,0.55);
}
.osp-promote-form .osp-wrap {
	float: left;
	clear: both;
	width: 100%;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding-bottom: 8px;
}
.osp-promote-form form .osp-pb-line {
	box-shadow: 1px 1px 4px rgba(0,0,0,0.1), 0 0 0 1px rgba(0,0,0,0.2) inset;
}
.osp-promote-form form .osp-pb-line .osp-chk {
	border-color: rgba(0,0,0,0.1);
}
.osp-body-itempay .osp-promote-form {
	padding: 0;
	background: #fff;
	border: none;
	margin-top: 23px;
}
.osp-body-itempay .osp-promote-form form {
	background: #f0f0f0;
	float: left;
	clear: both;
	padding: 22px 15px 15px;
	display: none;
	width: 100%;
	border: 1px solid rgba(0,0,0,0.08);
	box-shadow: 1px 1px 4px rgba(0,0,0,0.08);
	border-top: none;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.osp-body-itempay .osp-promote-form form .osp-pb-line {
	margin-right: 2%;
	float: left;
	clear: none;
}
.osp-body-itempay .osp-promote-form form .osp-pb-line:nth-child(even) {
	margin-right: 0;
}
.osp-body-itempay .osp-promote-form form .osp-pb-line .osp-pb-desc {
	display: block;
	width: 100%;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-break: break-all;
	word-wrap: break-word;
}
.osp-body-itempay .osp-promote-form .osp-h1 {
	cursor: pointer;
	padding: 15px 40px 15px 15px;
	background: #03a9f4;
	color: #fff;
	margin: 0 0 -3px;
	border-radius: 3px;
	position: relative;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.1);
}
.osp-body-itempay .osp-promote-form .osp-h1:hover {
	background: #0398db;
}
.osp-body-itempay .osp-promote-form .osp-h1:after {
	text-indent: 2px;
	content: "\f107";
	position: absolute;
	top: 8px;
	right: 10px;
	cursor: pointer;
	width: 32px;
	height: 32px;
	text-align: center;
	color: rgba(255,255,255,0.9);
	background: rgba(0,0,0,0.1);
	border-radius: 16px;
	font: 24px/34px "FontAwesome";
}
.osp-body-itempay .osp-promote-form .osp-h1.is-open:after {
	content: "\f106";
	line-height: 30px;
}
.osp-body-itempay .osp-promote-form button[type="submit"] {
	margin-bottom: 4px;
}
.osp-manage-top {
	float: left;
	clear: both;
	width: 100%;
	padding-right: 26%;
	position: relative;
}
.osp-manage-top .osp-top-button {
	max-width: 300px;
	overflow: hidden;
	text-decoration: none;
	color: #444;
	position: absolute;
	text-align: center;
	right: 0;
	top: 50%;
	margin-top: -21px;
	width: 25%;
	font-size: 14px;
	font-weight: 600;
	padding: 12px 10px 12px 42px;
	line-height: 16px;
	border: 1px solid #e76f51;
	border-radius: 3px;
}
.osp-manage-top .osp-top-button:hover {
	color: #fff;
	background: #e76f51;
}
.osp-manage-top .osp-top-button i {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	line-height: 42px;
	text-align: center;
	font-size: 16px;
	color: rgba(255,255,255,0.95);
	background: #e76f51;
	border-left: 1px solid rgba(0,0,0,0.08);
}
.osp-item {
	background: #fff;
	font-size: 13px;
	border-radius: 3px;
	display: inline-block;
	line-height: 17px;
	width: 100%;
	clear: both;
	margin: 0 0 30px;
	border: 1px solid rgba(0,0,0,0.1);
	box-shadow: 1px 1px 4px rgba(0,0,0,0.05);
	position: relative;
}
.osp-item .osp-top {
	display: inline-block;
	width: 90%;
	clear: both;
}
.osp-item .osp-bot {
	
	width: 100%;
	clear: both;
}
.osp-item .osp-img {
	float: left;
	width: 15%;
	padding: 2px;
	max-width: 72px;
}
.osp-item .osp-img img {
	float: left;
	height: 50px;
	padding-right: 3px;
	background: #fff;
	width: auto;
	max-width: 100%;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	border-right: 1px solid rgba(0,0,0,0.05);
}
.osp-item .osp-left {
	float: left;
	width: 53%;
	padding: 8px;
}
.osp-item .osp-left .osp-h2 {
	margin: 0 0 2px;
}
.osp-item .osp-left a {
	font-weight: 500;
	color: #454545;
	text-decoration: none;
	font-size: 14px;
}
.osp-item .osp-left a:hover {
	color: #40c9ed;
	text-decoration: underline;
}
.osp-item .osp-left .osp-date {
	font-size: 12px;
	color: #888;
}
.osp-item .osp-right {
	float: left;
	width: 35%;
	font-size: 15px;
	color: #000;
	font-weight: 600;
	text-align: left;
	padding: 15px 10px 15px 15px;
	margin: 3px 0;
	border-left: 1px solid rgba(0,0,0,0.05);
	background: #FFF;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.osp-item .osp-right .MCtooltip {
	display: none !important;
}
.osp-item .osp-promote {
	position: absolute;
	cursor: pointer;
	background: #f2f2f2;
	color: #000;
	font-weight: 600;
	font-size: 14px;
	text-align: center;
	width: 15%;
	top: 3px;
	right: 3px;
	border: 1px solid rgba(0,0,0,0.19);
	padding: 5px;
	border-radius: 2px;
}
.osp-item.open .osp-promote {
	z-index: 99;
}
.osp-item .osp-promote:hover, .osp-item.open .osp-promote {
	background: #55acee;
	border: 1px solid rgba(0,0,0,0);
}
.osp-item .osp-promote .osp-text {
	display: inline-block;
	width: 100%;
	font-size: 13px;
	font-weight: 600;
}
.osp-item .osp-promote .osp-icon {
	display: inline-block;
	width: 100%;
	font-size: 24px;
	font-weight: 600;
	cursor: pointer;
}
.osp-item .osp-promote .osp-icon i {
	line-height: 20px;
}
.osp-item .osp-stat {
	width: 100%;
	
	clear: both;
	padding: 0;
	z-index: 10;
	background: #fcfcfc;
	border-top: 1px solid rgba(0,0,0,0.08);
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}
.osp-item .osp-stat > span {
	cursor: default;
	float: left;
	width: auto;
	font-size: 13px;
	font-weight: 600;
	line-height: 14px;
	padding: 3px 5px 4px 6px;
	background: transparent;
	color: #fff;
	border: 1px solid rgba(0,0,0,0.08);
}
.osp-item .osp-stat > span:first-child {
	border-bottom-left-radius: 2px;
}
.osp-stat > span.osp-none {
	color: rgba(0,0,0,0.5);
	font-weight: 500;
	font-style: italic;
	border-color: transparent;
}
.osp-stat > span.osp-101, .osp-cart-col.prod .p1.osp-101 {
	background: #bddce7;
	color: rgba(0,0,0,0.7);
}

.osp-stat > span.osp-602, .osp-cart-col.prod .p1.osp-602 {
    background: #bddce7;
    color: rgba(0, 0, 0, 0.7);
}
.osp-stat > span.osp-201, .osp-cart-col.prod .p1.osp-201 {
	background: #79ceb7;
	cursor: help;
	color: rgba(0,0,0,0.7);
}
.osp-stat > span.osp-202, .osp-cart-col.prod .p1.osp-202 {
	background: #79ceb7;
	cursor: help;
	color: rgba(0,0,0,0.7);
}
.osp-stat > span.osp-801, .osp-cart-col.prod .p1.osp-801 {
	background: #e88484;
	color: rgba(0,0,0,0.7);
}
.osp-stat > span.osp-802, .osp-cart-col.prod .p1.osp-802 {
	background: #79b7ce;
	color: rgba(0,0,0,0.7);
}
.osp-stat > span.osp-401, .osp-cart-col.prod .p1.osp-401 {
	background: #bbe6da;
	cursor: help;
	color: rgba(0,0,0,0.7);
}
.osp-stat > span.osp-402, .osp-cart-col.prod .p1.osp-402 {
	background: #f1e3e3;
	cursor: help;
	color: rgba(0,0,0,0.7);
}
.osp-stat > span.osp-403, .osp-cart-col.prod .p1.osp-403 {
	background: #e6bbbb;
	cursor: help;
	color: rgba(0,0,0,0.7);
}
.osp-stat > span.osp-501, .osp-cart-col.prod .p1.osp-501 {
	background: #94c6d8;
	color: rgba(0,0,0,0.7);
}
.osp-stat > span.osp-601, .osp-cart-col.prod .p1.osp-601 {
	background: #f7dcdc;
	cursor: help;
	color: rgba(0,0,0,0.7);
}
.osp-stat > span.osp-301, .osp-cart-col.prod .p1.osp-301 {
	background: #c6dabf;
	color: rgba(0,0,0,0.6);
}
.osp-stat > span.osp-701, .osp-cart-col.prod .p1.osp-701 {
	background: #f3e9d2;
	color: rgba(0,0,0,0.6);
}
.osp-stat > span.osp-1001, .osp-cart-col.prod .p1.osp-1001 {
	background: #d0a26f;
	color: rgba(0,0,0,0.6);
}
.osp-stat > span.osp-1101, .osp-cart-col.prod .p1.osp-1101 {
	background: #5bc0eb;
}

.osp-stat > span.osp-404, .osp-cart-col.prod .p1.osp-404 {
    background: #ebebeb;
    color: rgba(0, 0, 0, 0.7);
}
.osp-stat > span.osp-405, .osp-cart-col.prod .p1.osp-405 {
    background: #ff7c7c;
    color: rgba(0, 0, 0, 0.7);
}
.osp-stat > span.osp-issue {
	background: #f44336;
	cursor: help;
}
.osp-stat > span.osp-issue:after, .osp-stat > span.osp-201:after, .osp-stat > span.osp-801:after, .osp-stat > span.osp-802:after, .osp-stat > span.osp-401:after, .osp-stat > span.osp-601:after, .osp-stat > span.osp-402:after, .osp-stat > span.osp-403:after, .osp-stat > span.osp-404:after, .osp-stat > span.osp-405:after, .osp-stat > span.osp-202:after {
	content: "\f05a";
	margin: 1px 0 0 5px;
	color: rgba(0,0,0,0.4);
	float: right;
	font: 500 13px/13px "FontAwesome";
}
.osp-stat > span.osp-issue:after {
	content: "\f06a";
}
.osp-options {
	display: none;
	height: auto;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.16);
	padding: 15px;
	z-index: 5;
	margin-bottom: 20px;
	position: absolute;
	top: 49px;
	max-width: 800px;
	right: 3px;
	width: 99.6%;
	background: #55acee;
	color: #fff;
	border: 1px solid rgba(0,0,0,0.1);
}
.osp-item.open .osp-options {
	z-index: 98;
}
.osp-options .osp-o-row {
	font-size: 18px;
	font-weight: 600;
	cursor: default;
	width: 100%;
	clear: both;
	display: inline-block;
	margin: 0 0 0px;
	padding: 5px 0;
	
	color: #ebffc5;
}
em.preis {
	color: #fff;
	font-weight: 800;
	font-style: normal;
	padding-left: 5px;
}
.osp-options .osp-o-row i {
	color: rgba(255,255,255,0.85);
	width: 18px;
	text-align: center;
}
.osp-options .osp-block {
    font-size: 13px;
    font-weight: 500;
    width: 100%;
    clear: both;
    display: flex;
    margin: 0 0 5px;
    line-height: 20px;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
   
    flex-wrap: nowrap;
    align-items: flex-start;
}
.osp-options .osp-b-line {
	display: inline-block;
	width: 100%;
	margin-top: 5px;
}
.osp-options .osp-b-line a {
	position: relative;
	height: 35px;
	border: 1px solid transparent;
	line-height: 17px;
	text-align: center;
	padding: 8px 5px;
	display: inline-block;
	width: 100%;
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	background: #9bc53d;
	text-decoration: none;
	border-radius: 3px;
	border-color: rgba(0,0,0,0.15);
	box-shadow: 0 0 0 3px rgba(255,255,255,0.4);
}
.osp-options .osp-b-line a:hover {
	background: #95c131;
	text-decoration: none;
}
.osp-options .osp-b-line a:active {
	box-shadow: 0 0 0 3px rgba(255,255,255,0.7);
	background: #8eb92c;
}
.osp-options .osp-b-line a.osp-notin-cart {
	background: rgba(0,0,0,0.25);
}
.osp-options .osp-b-line a i {
	display: inline-block;
	margin: -8px 2px -8px 0;
	font-size: 20px;
	vertical-align: -2px;
	line-height: 33px;
	color: rgba(255,255,255,0.9);
}
!.osp-options .osp-b-line a i.osp-cart-problems {
	font-size: 18px;
	vertical-align: -2px;
	margin-right: 2px;
}
.osp-options .osp-b-line.osp-b-line-empty {
	margin: 0 0 3px;
	text-align: center;
	font-style: italic;
	padding: 15px 0;
	background: rgba(255,255,255,0.15);
	color: rgba(255,255,255,0.9);
}
.osp-options .osp-line {
    width: 33.3%;
    display: flex;
    float: left;
    clear: none;
    margin: 10px 0 10px;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
.osp-options .osp-block[data-type="101"] .osp-line, .osp-options .osp-block[data-type="501"] .osp-line, .osp-options .osp-block[data-type="801"] .osp-line, .osp-options .osp-block[data-type="602"] .osp-line {
	width: 100%;
}

.osp-select {
    width: 50%;
    float: right;
	height: 35px;
}

.osp-options .osp-small-title {
	font-size: 12px;
	display: inline-block;
	width: 100%;
	font-style: italic;
	font-weight: 500;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.05);
	color: rgba(0,0,0,0.3);
	line-height: 18px;
	margin: -10px 0 10px;
	padding: 1px 4px;
	background: rgba(255,255,255,0.25);
}
.osp-options label {
	display: inline-block;
	width: auto;
	position: relative;
	margin: 0;
	font-weight: 500;
}
.osp-options label > .square {
	opacity: 0 !important;
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
	z-index: -1 !important;
	visibility: hidden !important;
	overflow: hidden !important;
	padding: 0 !important;
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	box-shadow: none !important;
}
.osp-options label > .square:before, .osp-options label > .square:after {
	display: none !important;
	content: "";
}
.osp-options label input[type="checkbox"] {
	opacity: 0 !important;
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
	z-index: -1 !important;
	visibility: hidden !important;
	overflow: hidden !important;
	padding: 0 !important;
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	box-shadow: none !important;
}
.osp-options label > div > ins {
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
}
.osp-options label > div {
	cursor: pointer;
	position: relative;
	float: left;
	padding: 0 8px 0 26px !important;
	line-height: 20px;
	font-size: 15px;
	width: auto;
	clear: both;
}
.osp-options label > div:before {
	cursor: pointer;
	content: "";
	width: 18px;
	height: 18px;
	background: rgba(0,0,0,0.1);
	border: 1px solid rgba(0,0,0,0.15);
	font-weight: 500;
	text-shadow: none;
	position: absolute;
	top: 0;
	left: 0;
	text-shadow: none;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.06);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.06);
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.06);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.osp-options label > div:after {
	cursor: pointer;
	text-indent: 1px;
	content: "\2713";
	color: transparent;
	width: 18px;
	height: 18px;
	text-align: center;
	text-shadow: none;
	position: absolute;
	top: 1px;
	left: 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font: 500 14px/18px "FontAwesome";
}
.osp-options label > div:hover:before {
	border-color: rgba(0,0,0,0.25);
	background: rgba(255,255,255,0.20);
}
.osp-options label > div:hover:after {
	cursor: pointer;
	content: "\2713";
	color: transparent;
	width: 18px;
	height: 18px;
	text-align: center;
	text-shadow: none;
	position: absolute;
	top: 1px;
	left: 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font: 500 14px/18px "FontAwesome";
}
.osp-options label > input[type="checkbox"]:checked + div:before {
	border-color: #333;
	color: #fff;
	background-color: #333;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.osp-options label > input[type="checkbox"]:checked + div:after {
	color: #fff;
}
.osp-body-group .osp-content {
	margin-top: 5px;
}
.osp-group {
	display: inline-block;
	width: 100%;
	float: left;
	margin: 0 0 12px;
	padding: 0;
	border-radius: 2px;
	position: relative;
	margin: 0 3.5% 15px 0;
	width: 48%;
	text-align: left;
	cursor: default;
}
.osp-group:nth-child(1) {
	width: 100%;
}
.osp-group:nth-child(2n+2) {
	clear: both;
}
.osp-group:nth-child(2n+3) {
	margin-right: 0;
}
.osp-group .osp-top {
	float: left;
	clear: both;
	width: 100%;
	padding: 12px 8px 20px;
	border: 1px solid rgba(0,0,0,0.1);
	text-align: center;
	position: relative;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.osp-group .osp-right2 {
	float: left;
	clear: both;
	width: 100%;
	padding: 28px 12px 12px;
	border: 1px solid rgba(0,0,0,0.1);
	font-size: 13px;
	line-height: 17px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.osp-group .osp-h2 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	color: rgba(0,0,0,0.6);
	border-bottom: 2px solid rgba(0,0,0,0.15);
	padding: 8px 0 15px;
}
.osp-group .osp-desc {
	font-size: 18px;
	color: rgba(255,255,255,0.9);
}
.osp-group .osp-price {
	font-size: 40px;
	color: #fff;
	font-weight: 500;
	padding: 20px 0 0;
	line-height: 40px;
}
.osp-group .osp-cost {
	font-size: 13px;
	color: #fff;
	font-weight: 500;
	font-style: italic;
	line-height: 24px;
	margin-top: 5px;
	margin-bottom: 8px;
}
.osp-group .osp-perc {
	font-weight: 500;
	margin: 0;
	padding: 8px 0;
	float: left;
	clear: both;
	width: 100%;
	display: block;
	overflow: hidden;
	font-size: 20px;
}
.osp-group .osp-perc + .osp-perc, .osp-group .osp-perc + .osp-cats {
	border-top: 1px solid rgba(0,0,0,0.05);
}
.osp-group .osp-cats {
	font-weight: 500;
	margin-bottom: 10px;
	padding-top: 8px;
	height: 59px;
	overflow: hidden;
	float: left;
	clear: both;
	width: 100%;
	display: block;
}
.osp-group .osp-perc.osp-none, .osp-group .osp-cats.osp-none {
	color: #ccc;
	font-size: 11px;
}
.osp-group .osp-label {
	float: left;
	clear: both;
	width: 100%;
	display: block;
	margin: 10px 0 2px;
	font-weight: 600;
	font-size: 12px;
	line-height: 16px;
}
.osp-body .osp-group select.osp-select {
	position: relative;
	top: auto;
	left: auto;
	float: left;
	clear: both;
	width: 100%;
	display: block;
	margin: 0;
	font-size: 18px;
}
.osp-body .osp-group .selector {
	padding: 0 !important;
	border: none !important;
	height: auto !important;
	box-shadow: none !important;
	background: none !important;
	width: 100% !important;
	margin: 0 !important;
}
.osp-body .osp-group .selector > span {
	display: none !important;
}
.osp-group .osp-cart-keep {
	position: absolute;
	width: 100%;
	bottom: -18px;
	left: 0;
	text-align: center;
}
.osp-group .osp_cart_add {
	cursor: pointer;
	display: inline-block;
	background: rgba(0,0,0,0.7);
	padding: 10px 15px;
	color: #fff;
	font-weight: 600;
	font-size: 13px;
	border-radius: 3px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.08);
	text-decoration: none;
}
.osp-group .osp_cart_add:not(.osp-disabled):hover {
	background: rgba(0,0,0,0.45);
}
.osp-group .osp_cart_add.osp-disabled {
	opacity: .6;
	cursor: not-allowed;
}
.osp-group .osp-is-active {
	position: absolute;
	right: -10px;
	top: -10px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	background: #333;
	color: #fff;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}
.osp-group .osp-is-active i {
	line-height: 50px;
}
.osp-restrict-line {
	font-size: 16px;
	margin-bottom: 10px;
}
.osp-um {
	display: inline-block;
	width: 100%;
	clear: both;
	margin: 0;
}
ul.osp-um-inside {
	float: left;
	width: 100%;
	clear: both;
	list-style-type: none;
	margin: 0 !important;
	padding: 0 !important;
	display: inline-block;
}
ul.osp-um-inside li {
	overflow: hidden;
	float: left;
	clear: none;
	margin: 0 !important;
	padding: 0 !important;
	width: 33.333333333333%;
	list-style: none;
}
ul.osp-um-inside li:first-child {border-radius: 10px 0 0 10px;}
ul.osp-um-inside li:last-child {border-radius: 0 10px 10px 0px;}

ul.osp-um-inside.elem6 li {
	width: 16.66%;
}
ul.osp-um-inside.elem5 li {
	width: 20%;
}
ul.osp-um-inside.elem4 li {
	width: 25%;
}
ul.osp-um-inside.elem3 li {
	width: 33.3%;
}
ul.osp-um-inside li a {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	overflow: visible;
	position: relative;
	text-align: center;
	width: 100%;
	float: left;
	display: block;
	padding: 10px 5px;
	font-size: 17px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	position: relative;
	background: #a5d7a4;
	border-right: 1px solid rgba(255,255,255,0.25);
	border-left: 1px solid transparent;
}
ul.osp-um-inside li a.active {
	background: #6ec46b;
	font-weight: 600;
	border-right-color: transparent;
}
ul.osp-um-inside li a:not(.active):hover {
	background: #6ec46b;
	border-left-color: rgba(255,255,255,0.25);
}
ul.osp-um-inside li a.active:after {
	z-index: 2;
	content: "";
	box-shadow: 0 0 0 2px rgba(0,0,0,0.1);
	display: block;
	width: 0;
	height: 0;
	border: 15px solid #fff;
	position: absolute;
	top: 33px;
	left: 50%;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: 0 0;
}
ul.osp-um-inside li:last-child a {
	border-right: none;
}
ul.osp-um-inside li a > span em {
	display: inline;
	padding: 3px 5px;
	background: rgba(0,0,0,0.3);
	border-radius: 2px;
	margin-left: 2px;
	font-style: normal;
}
ul.osp-um-inside li a > i {
	display: none;
}
.osp-body {
    clear: both;
    display: inline-block;
    width: 100%;
    float: none;
    background: #fff;
    padding: 20px 12px 12px;
    border: 1px solid #eee;
    border-radius: 10px;
    margin-top: 10px;
}
.osp-h1 {
	clear: both;
	display: inline-block;
	width: 100%;
	float: none;
	font-size: 17px;
	font-weight: 600;
	color: #444;
	margin: 5px 0 15px;
}
.osp-h1 strong {
	text-decoration: underline;
}
.osp-h2 {
	clear: both;
	display: inline-block;
	width: 100%;
	float: none;
	font-size: 13px;
	font-weight: 500;
	color: #333;
	margin: 0 0 10px;
}
.osp-content {
	clear: both;
	display: inline-block;
	width: 100%;
	float: none;
}
.osp-body div.select-box, .osp-promote-form div.select-box {
	z-index: 1;
	position: inherit;
	width: initial;
	background: none !important;
	border: none;
	border-radius: 0;
	display: initial;
	vertical-align: initial;
	color: initial !important;
	line-height: inherit;
	text-decoration: none;
	box-shadow: none;
	text-shadow: none;
	padding: 0;
	overflow: hidden;
}
.osp-body div.select-box a, .osp-promote-form div.select-box a {
	display: none !important;
}
.osp-body select.osp-select, .osp-promote-form select.osp-select, .osp-promote-form .select-box select {
	height: 36px;
	opacity: 1 !important;
	position: initial;
	left: auto;
	top: auto;
	width: auto;
	height: auto;
	-webkit-appearance: menulist !important;
	z-index: 1;
	padding: 0;
	cursor: pointer;
	float: left;
	clear: none;
	background: #fff;
	border: 1px solid rgba(0,0,0,0.2);
	font-size: 13px;
	height: 36px;
	padding: 7px 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.osp-body .paginate {
	margin: 10px 0 0;
	padding: 15px 0 8px;
	text-align: center;
	clear: both;
	float: left;
	width: 100%;
	border-top: 1px solid #eee;
}
.osp-body .paginate a, .osp-body .paginate span {
    border: none;
    float: none;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    width: 36px;
    font-weight: 600;
    margin: 0 3px 0 2px;
    font-size: 16px;
    line-height: 12px;
    padding: 12px 0px;
    color: #333;
    background: #ddd;
    cursor: pointer;
    border-radius: 10px;
}
.osp-body .paginate a.searchPaginationSelected, .osp-body .paginate a:hover {
	font-weight: 700;
	background-color: #0398db;
	color: #fff;
}
.osp-body .paginate a.searchPaginationSelected {
	color: #fff;
	background: #03a9f4;
	font-weight: 700;
}
.osp-body .paginate a:hover, .osp-body .paginate span:hover {
	color: #fff;
	background: #03a9f4;
}
.osp-cart {
	font-size: 13px;
	display: inline-block;
	width: 100%;
	clear: both;
}
.osp-cart .osp-cart-row {
	display: inline-block;
	width: 100%;
	clear: both;
	background: #fcfdfe;
	/*border-bottom: 1px solid #eaedef;*/
}
.osp-cart .osp-cart-row:nth-child(odd) {
	background: #fff;
}
.osp-cart .osp-cart-row:hover {
	background: #f4f8fb;
}
.osp-cart .osp-cart-col {
	padding: 12px 6px;
	float: left;
	width: 12%;
	line-height: 17px;
}
.osp-cart .osp-cart-col.bold {
	font-weight: 600;
}
.osp-cart .osp-cart-head-row {
	display: inline-block;
	width: 100%;
	clear: both;
	font-size: 12px;
	border: none;
	font-weight: 400;
	vertical-align: top;
	border-bottom: 1px solid #a0d0eb;
	color: #333;
}
.osp-cart .osp-cart-head-row .osp-cart-col {
	font-weight: 600;
	padding-top: 8px;
	padding-bottom: 8px;
}
.osp-cart-col.code {
	width: 5%;
	text-align: center;
}
.osp-cart-col.prod {
	width: 66%;
}
.osp-cart-col.prod .p1 {
	border: 1px solid rgba(0,0,0,0.08);
	cursor: default !important;
	padding: 3px 4px;
	border-radius: 2px;
	color: #fff;
	background: #333;
	font-size: 13px;
	font-weight: 600;
	line-height: 16px;
	margin: -3px 4px -3px 0;
}
.osp-cart-col.prod .p1 i {
	margin: 0 1px;
	font-size: 13px;
	line-height: 11px;
	width: 13px;
	text-align: center;
}
.osp-cart-col.prod .p2 a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dashed #8be2f9;
}
.osp-cart-col.prod .p2 a:hover {
	color: #2eacce;
	text-decoration: none;
	border-bottom-color: #2eacce;
}
.osp-cart-col.prod .p2 u {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dashed #ddd;
}
.osp-cart-col.qty {
	width: 8%;
	text-align: center;
}
.osp-cart-col.qty input[type="text"] {
	float: none !important;
	display: inline-block !important;
	max-width: 40px;
	width: 100%;
	height: 28px !important;
	margin: -5px 0;
	line-height: 28px;
	font-size: 13px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	text-align: center;
}
.osp-cart-col.qty input[type="text"]:hover, .osp-cart-col.qty input[type="text"]:focus {
	border-color: #aaa;
}
.osp-cart-col.qty.osp-editable > span {
	border: 1px solid rgba(0,0,0,0.06);
	display: inline-block;
	height: 28px;
	line-height: 26px;
	margin: -5px 0;
	border-radius: 3px;
	background: #f8f8f8;
	cursor: pointer;
	width: 100%;
	max-width: 40px;
}
.osp-cart-col.pric {
	width: 15%;
	cursor: default;
	font-weight: 600;
	color: #000;
	text-align: center;
}
.osp-cart-col.pric.has-unit {
	cursor: pointer;
}
.osp-cart-col.delt {
	width: 5%;
	text-align: center;
}
.osp-cart-col.delt a {
	font-size: 18px;
	color: #ce2e2e !important;
	text-decoration: none;
}
.osp-cart-col.delt a.osp-disabled {
	opacity: .3;
	cursor: not-allowed;
}
.osp-cart-col.delt a:not(.osp-disabled):hover {
	color: #ed4040 !important;
	text-decoration: none;
}
.osp-cart-row .osp-cart-col.delt {
	border-left: 1px solid rgba(0,0,0,0.05);
}
.osp-cart-empty {
	text-align: center;
	padding: 30px 25px 20px;
}
.osp-cart-empty i {
	color: #dedede;
	display: block;
	clear: both;
	font-size: 80px;
	text-shadow: #fff 1px 1px 0;
}
.osp-cart-empty span {
    text-align: center;
    display: block;
    color: #999;
    font-size: 18px;
    margin-top: 20px;
}
.osp-cart .osp-cart-row.osp-cart-total {
	font-weight: 600;
	border-top: 1px solid #eaedef;
	background: #f4f8fb;
}
.osp-cart .osp-cart-row.osp-cart-total .osp-cart-col.pric > span {
	font-size: 19px;
	
}
.osp-pay-msg {
	display: inline-block;
	width: 100%;
	font-size: 13px;
	padding: 12px;
	color: rgba(0,0,0,0.5);
	font-style: italic;
	border: 1px solid rgba(0,0,0,0.05);
	margin: 15px 0;
	background: #f7ea8a;
}
.osp-pay-msg strong {
	color: rgba(0,0,0,0.6);
}
.osp-pay-msg a {
	color: rgba(0,0,0,0.6);
	text-decoration: underline;
	text-transform: uppercase;
}
.osp-pay-msg a:hover {
	color: rgba(0,0,0,0.8);
	text-decoration: none;
}
.osp-pay-msg + .osp-pay-msg {
	margin-top: -5px;
}
.osp-pack {
    color: #232323 !important;
    display: inline-block;
    width: 100%;
    float: left;
    margin: 0 0 12px;
    padding: 14px;
    border-radius: 10px;
    position: relative;
    font-weight: 700;
}
.osp-pack .osp-h2 {
    color: inherit;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    margin: 0;
}
.osp-pack .osp-desc {
	font-size: 12px;
	line-height: 16px;
}
.osp-pack .osp-group {
	position: absolute;
	top: 0;
	right: 5px;
	font-weight: 500;
	background: rgba(0,0,0,0.7);
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	padding: 0;
	line-height: 36px;
	width: 36px;
	height: 36px;
	border-radius: 18px;
	text-align: center;
}
.osp-pack .osp-group i {
	cursor: default;
	font-size: 16px;
	font-weight: 500;
	line-height: 36px;
	width: 36px;
	height: 36px;
	text-align: center;
}
.osp-pack .osp-right2 a {
	text-align: center;
	float: right;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	color: #fff;
	background: rgba(0,0,0,0.3);
	padding: 10px;
	line-height: 16px;
	margin: 0;
	border-radius: 3px;
}
.osp-pack .osp-right2 a:hover {
	background: rgba(0,0,0,0.25);
}
.osp-pack.list {
	border-left: 5px solid rgba(0,0,0,0.1);
	padding: 8px;
}
.osp-pack.list .osp-left {
	width: 45%;
	float: left;
	position: relative;
	padding-right: 10px;
	border-right: 1px solid rgba(0,0,0,0.1);
}
.osp-pack.list .osp-right1 {
	width: 35%;
	float: left;
	padding-left: 15px;
}
.osp-pack.list .osp-right1 .osp-perc {
	display: none;
}
.osp-pack.list .osp-right2 {
	width: 20%;
	float: left;
}
.osp-pack.list .osp-price {
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
}
.osp-pack.list .osp-cost {
	font-size: 12px;
	line-height: 16px;
}
.osp-pack.gallery {
	overflow: hidden;
	margin: 0 2% 15px 0;
	width: 32%;
	border: 1px solid rgba(0,0,0,0.1);
}
.osp-pack.gallery:nth-child(3n+3) {
	margin-right: 0;
}
.osp-pack.gallery .osp-desc {
	height: 32px;
	overflow: hidden;
	margin: 2px 0 15px;
}
.osp-pack.gallery .osp-left, .osp-pack.gallery .osp-right1, .osp-pack.gallery .osp-right2 {
	width: 100%;
	display: inline-block;
	clear: both;
}
.osp-pack.gallery .osp-right1 {
	border-top: 1px solid rgba(0,0,0,0.05);
	padding-top: 12px;
	position: relative;
	width: 100%;
}
.osp-pack.gallery .osp-price {
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
}
.osp-pack.gallery .osp-cost {
	font-size: 15px;
	line-height: 16px;
	font-weight: 500;
}
.osp-pack.gallery .osp-right2 a {
	width: 100%;
	margin-top: 20px;
}
.osp-pack.gallery .osp-group {
	top: 10px;
	right: 10px;
}
.osp-pack.gallery .osp-right1 .osp-perc {
	-ms-transform: rotate(-8deg);
	-webkit-transform: rotate(-8deg);
	transform: rotate(-8deg);
	position: absolute;
	right: -5px;
	top: -30px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-shadow: none;
	color: #8bc34a;
	text-align: center;
	border-radius: 25px;
	box-shadow: 0 0 0 6px rgba(0,0,0,0.1);
	background: #fff;
	font-weight: 600;
	font-size: 16px;
}
.osp-pack.gallery .osp-right1 .osp-perc > span {
	font-size: 11px;
}
.osp-body-pack .osp-content {
	margin-top: 5px;
}
.osp-body-pack .osp-pack-bonus {
	font-size: 12px;
	line-height: 18px;
	border-radius: 3px;
	padding: 10px 10px 10px 50px;
	color: #1e94ab;
	background: #dcf4f9;
	margin: 10px 0;
	position: relative;
	display: block;
	width: 100%;
}
.osp-body-pack .osp-pack-bonus:before {
	background: #4ac7e0;
	color: #dcf4f9;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	left: 10px;
	text-align: center;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	content: "\f005";
	font: 18px/30px "FontAwesome";
}
.osp-pay-button {
    list-style-type: none;
    padding: 0;
    margin: 25px 0 15px;
    clear: both;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}
.osp-pay-button li {
    display: inline-block;
    cursor: pointer;
    float: left;
    margin: 0 10px;
    height: 64px;
    width: 100%;
    text-align: center;
}

.osp-pay-button li a {
    float: none;
    font-weight: 500;
    cursor: pointer;
    height: 90px;
    display: flex
;
    width: 100%;
    text-align: center;
    padding: 12px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom-color: rgba(0, 0, 0, 0.15);
    text-decoration: none;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15) !important;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}
.osp-pay-button li a img {
    width: auto;
    height: 80%;
    /* max-width: 100%; */
    float: none;
    padding: 0;
}
.osp-pay-button li a > div:not(.osp-custom-dialog) {
	width: 100%;
	height: 100%;
}
.osp-pay-button li a:not(.osp-btn-wallet):not(.osp-disabled):hover {
	opacity: .8;
}

.osp-pay-labl label {
    font-weight: 600;
    color: #333;
    clear: both;
    float: left;
    width: 100%;
    font-size: 23px;
    line-height: 30px;
    margin: 25px 0 28px;
    text-align: center;
}

.osp-pay-button label, .osp-pay-label {
	font-weight: 600;
	color: #333;
	clear: both;
	float: left;
	width: 100%;
	font-size: 23px;
	line-height: 30px;
	margin: 0 0 28px;
	text-align: center;
}
.osp-pay-label {
	margin-top: 25px;
}
.osp-pay-label + .osp-pay-button {
	margin-top: 0;
}
.osp-pay-button li a.osp-btn-wallet {
	position: relative;
}
.osp-pay-button li a.osp-btn-wallet .osp-btn-line-bot {
	position: absolute;
	bottom: -5px;
	right: -3px;
	font-size: 10px;
	font-weight: 600;
	width: auto;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
	clear: both;
	display: block;
	line-height: 15px;
	text-align: left;
	background: #8bc34a;
	color: #fff;
	padding: 2px 7px;
	border-radius: 3px;
}
.osp-pay-button li a.btn-payza {
	padding: 0;
}
.osp-pay-button li a.btn-payza input[type="image"]:not([type="submit"]) {
	width: auto;
	height: 100%;
	max-width: 100%;
	border-radius: 5px;
	padding: 15px;
	display: inline-block !important;
	border: none;
	float: none;
	transition: none;
}
.osp-pay-button li a.osp-disabled {
	opacity: .5;
	cursor: not-allowed;
}
.osp-btn-line-middle {
	line-height: 38px;
	font-size: 20px;
	font-weight: 500;
	color: #333;
}
.form-controls select#osp_sell {
	display: inline-block;
	width: 208px;
	height: 28px;
	padding: 4px 6px;
	font-size: 13px;
	line-height: 18px;
	color: #555;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	vertical-align: top;
}
::-webkit-scrollbar {
	box-shadow: none;
	width: 10px;
}
::-webkit-scrollbar-thumb {
	-moz-transition: background-color 218ms cubic-bezier(0.4,0,0.2,1);
	-o-transition: background-color 218ms cubic-bezier(0.4,0,0.2,1);
	-webkit-transition: background-color 218ms cubic-bezier(0.4,0,0.2,1);
	transition: background-color 218ms cubic-bezier(0.4,0,0.2,1);
	background-color: rgba(0,0,0,0.12);
	background-clip: initial;
	box-shadow: none;
}
::-webkit-scrollbar-thumb:hover {
	background-color: #9e9e9e;
}
::-webkit-scrollbar-corner {
	background: #000;
}
.osp-custom-dialog, .osp-custom-dialog :not(i), .osp-dialog.ui-dialog, .osp-dialog.ui-dialog :not(i), .osp-pay-button, .osp-pay-button :not(i), .osp-body, .osp-body :not(i), .osp-um, .osp-um :not(i), .osp-promote-form, .osp-promote-form :not(i), .osp-restrict-category, .osp-restrict-category :not(i) {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
	outline: 0;
}

.haupt {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    align-content: center;
}

.frage {
    background: #fff;
    display: flex;
    width: 45px;
    font-size: 20px;
    float: left;
    position: relative;
    border-radius: 3px;
    margin: 0 0 8px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(0, 0, 0, 0.15) inset;
    height: 45px;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1200px) {
	.osp-table-banners .osp-col.views, .osp-table-banners .osp-col.clicks {
		display: none;
	}
	.osp-table-banners .osp-col.name {
		width: 24%;
	}
	.osp-table-banners .osp-col.spent {
		width: 16%;
	}
	.osp-table-banners .osp-col.budget {
		width: 14%;
	}
	.osp-table-banners .osp-col.remove {
		width: 9%;
	}
	.osp-table-banners .osp-col.add {
		width: 16%;
	}
	.osp-table-banners .osp-col.status {
		width: 21%;
	}
	.osp-table-banners .status span i {
		display: none;
	}
	.osp-table-banners .osp-col.spent > span {
		margin-left: 1px;
	}
	.osp-table-orders .osp-col.items, .osp-table-orders .osp-col.item {
		width: 40%;
	}
	.osp-table-orders .osp-col.date {
		width: 15%;
	}
	.osp-table-orders .osp-col.payment {
		width: 10%;
	}
	.osp-table-orders .status span {
		color: transparent !important;
		width: 30px;
		position: relative;
	}
	.osp-table-orders .status span i {
		color: #fff;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		text-align: center;
		line-height: 25px;
	}
	.osp-table-orders .osp-col.pric {
		display: none;
	}
	.osp-table-orders .osp-col.status {
		width: 11%;
	}
	.osp-table-orders .osp-col.payment {
		width: 9%;
	}
	.osp-table-orders .osp-col.paid, .osp-table-orders .osp-col.price {
		width: 20%;
	}
	.osp-table-orders .osp-col.quantity {
		width: 10%;
	}
	.osp-table-orders .osp-head-row .osp-col.status, .osp-table-orders .osp-head-row .osp-col.quantity {
		visibility: hidden;
	}
}
@media screen and (max-width: 980px) {
	.osp-um {
		margin-top: 5px;
	}
	ul.osp-um-inside li a > i {
		display: none;
		line-height: 14px;
		font-size: 20px;
	}
	ul.osp-um-inside li a > span {
		display: block;
		font-size: 12px;
		white-space: nowrap;
        overflow: hidden;
	}
	ul.osp-um-inside li a > span em {
    display: flex;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    margin-left: 2px;
    font-style: normal;
    align-items: center;
    align-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
	padding: 0;
}
	ul.osp-um-inside li a.active:after {top: 50px;}
	ul.osp-um-inside li:last-child {border-radius: 0 10px 10px 10px;}
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
	    .osp-pay-button li, .osp-body-itempay .osp-pay-button li {
        margin: 0 10px 25px 10px;
    }
	.osp-pay-button li:nth-child(3n+4), .osp-body-itempay .osp-pay-button li:nth-child(3n+4) {
		margin-right: 3%;
	}
	
	.osp-body-itempay .osp-promote-form form .osp-pb-line {
		width: 49%;
		margin-right: 2%;
	}
	.osp-body-itempay .osp-promote-form form .osp-pb-line:nth-child(3n+3) {
		margin-right: 2%;
	}
	.osp-body-itempay .osp-promote-form form .osp-pb-line:nth-child(even) {
		margin-right: 0;
	}
	.osp-options .osp-line {
		width: 50%;
	}
	.osp-options {
		top: 49px;
		width: 70%;
	}
	.osp-table-payments .osp-col.code {
		display: none;
	}
	.osp-table-payments .osp-col.concept {
		width: 43%;
	}
	.osp-table-payments .osp-col.amount {
		width: 20%;
	}
	.osp-table-payments .osp-col.date {
		width: 15%;
	}
}
@media screen and (max-width: 767px) {
	
	.osp-pay-button {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
	
	.osp-body-pack .osp-lab {font-size: 18px;}
	
	.osp-body-pack .osp-h1, .osp-body-group .osp-h1, .osp-body-banner .osp-h2, .osp-body-order .osp-h2 {font-size: 16px;}

	.osp-table-banners .osp-col.budget, .osp-table-banners .osp-col.spent > span, .osp-table-banners .osp-col.name .osp-review-comment {
		display: none;
	}
	.osp-table-banners .osp-col.spent {
		width: 24%;
	}
	.osp-table-banners .osp-col.add {
		width: 30%;
	}
	.osp-table-banners .osp-col.remove {
		display: none;
	}
	.osp-table-banners .osp-col.name {
		width: 30%;
	}
	.osp-table-banners .osp-col.status {
		width: 16%;
	}
	
	.osp-select select {
    padding: 0px;
    font-size: 13px;
    line-height: 18px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    box-shadow: none;
    outline: none;
    background: #fff;
    width: 100%;
}

.osp-options .osp-o-row {
    font-size: 14px;
    font-weight: 400;
    
}
	
	
	.osp-table-banners .osp-col.status span {
		display: inline-block;
		color: transparent;
		margin: -4px 0;
		width: 25px;
		position: relative;
	}
	.osp-table-banners .status span i {
		position: absolute;
		color: #fff;
		top: 0;
		left: 0;
		width: 100%;
		height: 25px;
		line-height: 25px;
		display: block;
		text-align: center;
	}
	.osp-ph-links {
		margin: 0px;
		clear: both;
		display: block;
	}
	.osp-manage-top {
		padding-right: 0;
	}
	.osp-manage-top .osp-top-button {
		position: relative;
		float: left;
		display: block;
		width: 100%;
		right: auto;
		left: auto;
		max-width: 100%;
		margin-top: 15px;
		padding-left: 26px;
	}
	.osp-item {
		margin-bottom: 12px;
	}
	/*.osp-item .osp-img, */.osp-item .osp-left .osp-date, .osp-item .osp-promote .osp-text {
		display: none;
	}
	.osp-item .osp-top {
		width: 85%;
		display: flex;
	}
	.osp-item .osp-left {
		padding: 10px 8px;
		width: 80%;
	}
	.osp-item .osp-left a {
		font-size: 17px;
	}
	.osp-item .osp-right {
		font-size: 13px;
		padding: 8px;
		margin: 2px 0;
		width: 40%;
	}
	.osp-item .osp-left .osp-h2 {
		margin: 0;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		word-break: break-all;
		word-wrap: break-word;
	}
	.osp-item .osp-promote {
		width: 15%;
	}
	.osp-options {
		top: 31px;
		width: 75%;
	}
	.osp-options .osp-line {
		width: 40%;
		margin: 0px 0 5px;
	}
	
	.osp-select {
    width: 60%;
    
}

	.osp-options .osp-b-line {
		margin-top: 0;
	}
	.osp-um {
		margin-top: 5px;
	}
	ul.osp-um-inside li a > i {
		display: none;
		line-height: 14px;
		font-size: 20px;
	}
	ul.osp-um-inside li a > span {
		display: block;
		font-size: 14px;
		white-space: nowrap;
        overflow: hidden;
	}
	
	.osp-group {
		width: 100%;
		margin-right: 0 !important;
		clear: both;
	}
	.osp-pack.gallery {
		width: 49%;
		
	}
	.osp-pack.gallery:nth-child(2n) {
    margin-right: 0;
}

.osp-pack.gallery:nth-child(3) {
    margin-right: 2%!important;
}

	.osp-table-payments .osp-head-row, .osp-table-payments .osp-col.code {
		display: none;
	}
	.osp-table-payments .osp-head-row, .osp-table-payments .osp-col.details {
        display: none;
    }
	.osp-table-payments .osp-row {
		position: relative;
		padding-left: 27%;
		height: 49px;
		line-height: 18px;
	}
	.osp-table-payments .osp-row .osp-col.source {
		width: 26%;
		height: 50px;
		left: 0;
		top: 0;
		position: absolute;
		line-height: 16px;
		padding: 17px 3px;
	}
	.osp-table-payments .osp-col.concept {
		width: 100%;
		padding-top: 5px;
		padding-bottom: 1px;
	}
	.osp-table-payments .osp-col.amount {
		width: 50%;
		text-align: left;
		padding-top: 1px;
		padding-bottom: 5px;
	}
	.osp-table-payments .osp-col.date {
		width: 50%;
		text-align: right;
		padding-top: 1px;
		padding-bottom: 5px;
	}
	.osp-cart-col.code, .osp-cart-col.qty {
		display: none;
	}
	.osp-cart-row .osp-cart-col.delt {
		width: 12%;
		border-left: none;
	}
	.osp-cart-col.pric {
		width: 30%;
		/*text-align: left;*/
	}
	.osp-cart-col.prod {
		width: 58%;
	}
	.osp-cart-col.prod .p2 {
		clear: both;
		margin-top: 6px;
		font-size: 12px;
		line-height: 16px;
		display: block;
	}
	.osp-cart .osp-cart-col {
		padding: 8px 6px;
	}
	.osp-cart .osp-cart-head-row .osp-cart-col.pric {
		display: none;
	}
	.osp-pay-button li, .osp-body-itempay .osp-pay-button li {
		width: 100%;
		margin: 0 0 25px;
		height: 75px;
	}
	.osp-body-itempay .osp-cart-col.prod .px {
		width: 100%;
		max-width: 100%;
	}
	.osp-body-itempay .osp-cart-row:not(.osp-cart-total) .osp-cart-col.prod .p1 {
		padding: 2px 4px;
	}
	.osp-promote-form form .osp-pb-line, .osp-body-itempay .osp-promote-form form .osp-pb-line {
		width: 100%;
		margin: 0 0 8px;
		height: auto;
	}
	.osp-body-itempay .osp-promote-form form .osp-pb-line .osp-pb-desc {
		white-space: normal;
	}
	.osp-promote-form .osp-pb-line .osp-text {
		width: 100%;
	}
	.osp-promote-form .osp-pb-line .osp-select {
		width: 100%;
		padding-left: 60px;
		padding-top: 0;
		clear: both;
		margin-bottom: 5px;
        margin-top: -5px;
	}
	.osp-promote-form .osp-pb-line .osp-select1 {
		clear: both;
		width: 75%;
		padding-left: 60px;
		padding-top: 0;
	}
	.osp-promote-form .osp-pb-line .osp-select2 {
		width: 25%;
		padding-top: 0;
	}
	#osp-aff .osp-share a {
		width: 49%;
		margin: 0 2% 8px 0;
	}
	#osp-aff .osp-share a:nth-child(even) {
		margin-right: 0;
	}
	.osp-pack.list .osp-left {
		width: 60%;
	}
	.osp-pack.list .osp-right1 {
		width: 40%;
	}
	.osp-pack.list .osp-right2 {
		width: 100%;
		clear: both;
		margin-top: 10px;
	}
	.osp-pack.list .osp-right2 a {
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.osp-options {
        width: calc(100% + 50px);
        left: -25px;
		border-radius: 5px;
    }
	#osp-aff .osp-share a {
		width: 100%;
		margin: 0 0 5px;
	}
	.osp-promote-form button[type="submit"], #uniform-osp-item-promote {
		width: 100%;
	}
	.osp-custom-dialog, #banner-dialog.osp-custom-dialog {
		width: 300px !important;
		margin-left: -150px;
	}
	.osp-table-orders .osp-col.id, .osp-table-orders .osp-col.date, .osp-table-orders .osp-col.payment, .osp-table-orders .osp-col.quantity, .osp-table-orders .osp-col.orderid {
		display: none;
	}
	.osp-table-orders .osp-col.status {
		width: 15%;
	}
	.osp-table-orders .osp-col.status span {
		float: right;
	}
	.osp-table-orders .osp-col.price, .osp-table-orders .osp-col.paid {
		width: 25%;
	}
	.osp-table-orders .osp-col.items, .osp-table-orders .osp-col.item {
		width: 60%;
	}
	#osp-tab-menu > div {
		padding: 10px 3px;
		text-align: center;
		width: 50%;
	}
	.osp-pay-msg strong {
		display: block;
	}
	.ppaypal h2 {
		font-size: medium;
	}
	
	.osp-pack.gallery {width: 100%;}
	
	.osp-pack.gallery {margin: 0 0% 10px 0;}
	
	.osp-pack.gallery .osp-desc {
		height: 15px;
		
		margin: 2px 0 0px;
	}
	.osp-pack .osp-h2 {font-weight: 500;font-size: 23px;}
	
	.osp-pack.gallery .osp-right1 .osp-perc {
    top: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: 500;
    font-size: 15px;
	}
}