
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em .5em 1em;
	padding: .2em 1em;
	border: 2px solid #00a0d2;
}

.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232;
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900;
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before, .wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d;
	opacity: .75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: "";
	position: absolute;
	background-color: #fbfbfc;
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}
	
	50% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: .5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}

.wcu-settings-tabs {
	margin-bottom: 20px;
}

.wcu-settings-tab-nav {
	list-style: none;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #ddd;
	display: flex;
	padding-left: 0 !important;
	margin-bottom: 0 !important;
}

.wcu-settings-tab-nav li {
	margin: 0;
}

.wcu-settings-tab-nav a {
	display: block;
	padding: 10px 20px;
	text-decoration: none;
	color: #0073aa;
	border-bottom: 2px solid transparent;
}

.wcu-settings-tab-nav li.active a {
	color: #000;
	border-bottom: 2px solid #0073aa;
}

#wcu-settings-update-button {
	margin-top: 20px;
}

.wcu-settings-tab-content {
	padding: 20px;
	border: 1px solid #ddd;
	border-top: none;
	background: #fff;
}

.wcu-settings-tab-pane {
	display: none;
}

.wcu-settings-tab-pane.active {
	display: block;
}

.wcu-settings-tab-content .profile-picture img {
	border-radius: 50%;
	width: 96px;
	height: 96px;
}

.admin-edit-account {
	opacity: .5;
}

#wcu-settings-ajax-message {
	margin-bottom: 20px;
}

.order-date {
	color: green;
}

.coupon-orders-single {
	margin: 20px 0px;
	width: 100%;
}

.wcuTable {
	display: table;
	width: 100%;
	text-align: center;
	border: 1px solid #e8e8e8;
}

@media screen and (min-width: 900px) {
	.wcu-dash-coupon-area {
		min-width: 900px;
	}
	
	.woocommerce-MyAccount-content .wcu-dash-coupon-area {
		min-width: 100% !important;
	}
}

@media screen and (max-width: 900px) {
	.wcu-dash-coupon-area {
		min-width: 100%;
		padding: 0;
	}
}

.wcu-dash-coupon-area .wcutabcontent .wcuTableRow {
	display: table-row;
	background: linear-gradient(#fefefe, #fff);
	color: #333;
}

.wcuTableRowDropdown {
	color: #333;
}

.wcu-dash-coupon-area .wcutabcontent .wcuTableRowDropdown:nth-child(even) td {
	background: #fdfdfd !important;
	color: #333;
}

.wcu-dash-coupon-area .wcutabcontent .wcuTableRowDropdown:nth-child(odd) td {
	background: #fafafa !important;
	color: #333;
}

.wcu-dash-coupon-area .wcutabcontent .wcuTableRowDropdown:hover td {
	background: #fff;
	color: #333;
}

.wcu-dash-coupon-area .wcutabcontent .wcuTableRow td, .wcu-dash-coupon-area .wcutabcontent .wcuTableRow tr:nth-child(odd) td {
	background: linear-gradient(#fefefe, #fff);
	color: #333;
}

.wcutabcontent a {
	text-decoration: none;
}

/* Mobile */
form#product_search_form input {
	max-width: 250px;
}

/* Mobile Navigation */
.wcutabmobile {
	display: none;
}

@media (max-width: 1000px) {
	.wcutabmobile {
		display: block;
	}
}

/* Table */
.wcuTableHeading {
	display: table-header-group;
	background-color: #ddd;
}

.wcuTable thead {
	text-align: center;
}

.wcuTableCell {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	padding: 9px 10px !important;
	border: 1px solid #e6e6e6;
	width: auto;
	max-width: 200px;
	white-space: nowrap;
	overflow: hidden;
}

@media screen and (min-width: 720px) {
	.wcuTableCell-time {
		min-width: 100px;
	}
}

.wcuTableHead {
	display: table-cell;
	padding: 7px 10px;
	font-weight: bold;
	background: #333 !important;
	background-color: #333 !important;
	color: #fff !important;
	text-align: center;
}

.wcuTableHead-summary {
	display: table-cell;
	padding: 2px 0 !important;
	font-weight: bold;
	background: #f4f4f4 !important;
	background-color: #f4f4f4 !important;
	color: #333 !important;
	text-align: center;
	border: 0 !important;
	font-size: 14px !important;
}

.wcuTableFoot {
	display: table-cell;
	padding: 7px 10px;
	background: #333;
	color: #fff;
	text-align: center;
}

.wcuTableBody {
	display: table-row-group;
}

@media screen and (max-width: 720px) {
	.wcuTableRow, .wcuTableCell, .wcuTableHead, .wcuTableHead-summary {
		display: block;
		width: 100%;
	}
}

.wcutablinks, .ml_wcutablinks {
	border-radius: 2px;
}

.wcutablinks .fas {
	margin-right: 1px;
}

/* Mobile */
@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {
	select#wcu-select-tab {
		width: calc(100% - 20px);
		margin: 0 auto;
	}
	
	.coupon-title {
		font-size: 20px !important;
		width: 100vw;
		padding: 5px;
		height: auto !important;
		text-align: center;
	}
	
	.coupon-title .wcusage-dash-logout {
		float: none;
		text-align: center;
	}
	
	.wcusage-dash-top-links {
		display: inline-block;
		text-align: center;
		margin-top: 10px;
		margin-bottom: -7px;
	}
	
	.wcutab {
		padding: 0 !important;
		margin-top: 20px !important;
		margin-bottom: 20px;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	
	.wcutablinks, .ml_wcutablinks {
		margin: 2px !important;
	}
	
	.wcutab button {
		float: none;
		margin-top: 4px;
		margin-left: 0;
		width: 98vw;
		display: block;
		clear: both;
		text-align: center;
	}
	
	.wcutabcontent {
		padding: 10px;
		box-sizing: border-box;
	}
	
	div.wcutabcontent div {
		box-sizing: border-box;
	}
	
	#wcu5.wcutabcontent.active {
		text-align: center;
	}
	
	#wcu5.wcutabcontent button {
		margin: 0 auto;
	}
	
	/* Force table to not be like tables anymore */
	.wcuTable table, .wcuTable thead, .wcuTable tbody, .wcuTable th, .wcuTable td, .wcuTable tr, .wcuTableRow, .wcuTableCell {
		display: block;
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.wcuTable thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.wcuTable tr {
		border: 1px solid #ccc;
		display: inline-block;
		margin-bottom: 5px;
	}
	
	.wcu-dash-coupon-area .wcutabcontent .wcuTableRow, .wcu-dash-coupon-area .wcutabcontent .listtheproducts {
		display: block;
		margin-bottom: 15px;
	}
	
	.wcu-statistics-orders {
		width: 100%;
	}
	
	.wcu-dash-coupon-area .wcutabcontent .listtheproducts, .wcu-dash-coupon-area .wcutabcontent .listtheproducts .wcuTableCell {
		padding: 10px 0 !important;
	}
	
	.wcuTable td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50% !important;
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}
	
	.wcuTable td:before {
		/* Now like a table header */
		position: absolute;
		top: 5px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
	}
	
	.wcuTableRow, .wcu-table-payouts {
		margin-bottom: 20px;
	}
	
	.wcuTableCell {
		display: block;
		max-width: 100%;
	}
	
	.wcuTableHead {
		display: block;
	}
	
	.wcu-table-monthly-summary td:before {
		font-weight: bold;
	}
	
	.wcu-thetitlerow {
		display: none !important;
	}
}

.wcu-dash-coupon-area .wcutabcontent p.wcu-tab-title {
	margin-top: 25px;
	margin-bottom: 25px;
}

.entry-content .ml_wcutabcontent p.wcu-tab-title {
	margin-top: 25px;
}

@media screen and (max-width: 1060px) {
	.wcu-tab-title, .wcu-tab-text {
		width: 100%;
	}
}

@media screen and (max-width: 520px) {
	.wcu-tab-title {
		margin-top: 0;
		text-align: center;
	}
}

.wcu-coupon-box {
	margin-top: 20px;
}

.wcutab {
	overflow: hidden;
}

.coupon-title {
	font-size: 30px;
	margin-top: 10px;
	margin-bottom: 20px;
}

@media screen and (min-width: 1060px) {
	.wcuTableCell-ref-website {
		max-width: 250px !important;
	}
	
	.wcuTableCell-ref-landing {
		max-width: 350px !important;
	}
}

/* Rates */
.rates-pagination {
	float: right;
}

@media only screen and (max-width: 1020px) {
	.rates-pagination {
		float: none;
		display: block;
		width: 100%;
	}
}

.wcu-rates-image img {
	text-align: center;
	margin: 0 auto;
}

/* Logout */
.wcu-dash-coupon-area .wcusage-dash-logout {
	font-size: 12px;
	margin-top: 14px;
	margin-right: 0;
	margin-bottom: 5px;
}

/* Style the buttons inside the tab */
.wcutab button {
	background-color: #333;
	color: #fff;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	transition: .3s;
	font-size: 17px;
	margin: 2px;
}

.wcu-active-tab {
	opacity: .8;
}

#search-coupon-all, #search-coupon, #search-criteria {
	min-height: 40px;
	padding: 5px 10px;
	max-width: 150px;
}

#wcu-paypal-input, #wcu-paypal-input2 {
	margin-top: 10px;
}

#wcu-paypal-button, .wcu-paypal-button, #wcu-email-settings-update-button, #wcu-billing-update-button, #wcu-register-button, .wcu-settings-tab-content .button {
	margin-top: 12px;
	font-size: 15px;
	min-height: 40px;
	padding: 5px 20px;
}

#wcu-register-button {
	margin-top: 15px;
}

.wcu-save-settings-button, #wcu6 .woocommerce-Button, #wcu6 button {
	border: 2px solid #333;
	border-radius: 2px;
}

#paypal-input {
	width: 300px;
	max-width: 100%;
}

.wcu_paypal_email_form p {
	margin-bottom: 5px;
}

.create-stripe-link, .create-stripe-link span, .create-stripe-link i {
	color: #fff;
}

.create-stripe-link {
	text-decoration: none !important;
}

#submitpayoutyes {
	background: #008cdd;
	padding: 10px 15px;
	color: #fff;
	font-weight: bold;
	width: auto;
	display: block;
}

#submitpayoutyes:hover {
	background: #0074b8;
}

#submitpayoutno {
	cursor: not-allowed;
	padding: 10px 15px;
}

#payouts_invoice_label {
	padding: 0;
}

#payouts_invoice_label:hover {
	cursor: pointer;
}

#wcu_copylink {
	padding: 2px 10px !important;
	border-radius: 20px !important;
}

#wcusage_copylink, .wcusage_copylink {
	margin: 0;
	padding: 2px 10px !important;
	border-radius: 20px !important;
	cursor: pointer;
}

#wcusage_copylink:active, .wcusage_copylink:active, #wcusage_copylink:focus, .wcusage_copylink:focus {
	opacity: .8;
}

#wcusage_copylink i {
	margin: 0;
}

.referral-url-box, .payouts-box, .creatives-box {
	background: linear-gradient(#fefefe, #fff);
	color: #333;
	box-shadow: 0px 0px 4px #dbdada;
	border-radius: 10px;
	padding: 10px 20px;
	margin-top: 10px;
}

.payouts-box {
	margin-top: 28px;
	padding: 20px 25px 20px 25px;
}

@media only screen and (max-width: 720px) {
	.referral-url-box, .payouts-box, .creatives-box {
		padding: 10px 5px;
	}
}

.referral-url-box p, .payouts-box p, .creatives-box p, .referral-url-box strong, .payouts-box strong {
	color: #333 !important;
}

.wcu-color-box {
	width: 90%;
	margin: 0 auto 10px auto;
	padding: 10px;
	border-radius: 5px;
	cursor: pointer;
	font-size: 20px;
	border: 2px solid #fff;
	box-shadow: 0px 0px 4px #dbdada;
	font-weight: bold;
}

/* Payout Settings */
.wcu-stripe-button {
	display: inline-block;
	width: auto;
	margin: 0 0 7px 0 !important;
	padding: 5px 20px !important;
	background: #008cdd !important;
	color: #fff !important;
	font-size: 20px !important;
	border-radius: 10px !important;
	text-decoration: none !important;
}

.wcu-stripe-error {
	color: red;
}

/* Settings Tab */
#wcu6 label {
	width: 100%;
}

#wcu6 input[type="text"], #wcu6 input[type="email"], #wcu6 input[type="password"] {
	min-width: 33%;
	margin: 0px 0 2px 0;
	padding: 5px;
}

#wcu6 em {
	width: 100%;
}

/* Monthly Summary */
.listtheproducts {
	display: none;
}

.listtheproducts .wcuTableCell {
	text-align: center;
}

.listtheproducts::before {
	display: none !important;
	content: "" !important;
}

.listtheproducts-small {
	display: none;
}

@media only screen and (max-width: 1024px) {
	.listtheproducts-summary {
		display: none !important;
	}
	
	.listtheproducts-small {
		display: block !important;
	}
}

/* Change buttons */
.wcutab button {
	background-color: #333;
	color: #fff;
	padding: 8px 10px;
	font-size: 16px;
	line-height: 16px;
}

/* Change buttons on hover */
.wcutab button:hover {
	background-color: #000;
	color: #fff;
}

/* Change buttons active */
.wcutab button.active {
	background-color: #000;
	color: #fff;
}

/* Style the tab content */
.wcutabcontent {
	display: none;
	border-top: none;
}

/* Font Styles */
.wcutabcontent p, .wcutabcontent td, .wcutabcontent tr, .wcutabcontent code, .wcuTableCell {
	font-size: 17px;
}

.wcu-dash-coupon-area .wcutabcontent p, .entry-content .ml_wcutabcontent p {
	margin: 8px 0;
	padding: 0 !important;
}

.listproductsbutton {
	display: block;
	text-align: center;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}

/* Filters */
.wcu-orders-search, .wcu-summary-search {
	float: right;
	max-width: 150px;
	margin-right: 10px;
}

.wcusage-search-form {
	float: right;
	margin: 5px 0;
	height: 35px;
	margin-top: -55px;
}

@media screen and (max-width: 720px) {
	.wcusage-search-form {
		width: 100%;
		display: block;
		float: none;
		margin-top: 0;
	}
}

.wcu-button-export {
	border: 1px solid #333 !important;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
}

.wcusage_settings_form {
	margin: 0;
	padding: 0;
}

.wcusage_settings_form input[type="submit"], .wcusage_settings_form input[type="button"], .wcusage_settings_form input[type="date"], .wcusage_settings_form input[type="month"], .wcu-monthly-orders-button, .wcu-button-export, .submitpayoutno, .submitpayoutyes {
	height: 40px !important;
	font-size: 15px !important;
	padding: 0 10px !important;
	display: inline-block !important;
	border: 1px solid #333;
	border-radius: 5px;
	cursor: pointer;
}

.wcusage_settings_form input[type="date"], .wcusage_settings_form input[type="month"] {
	min-width: 0 !important;
}

.wcu-filters-col1, .wcu-filters-col2 {
	display: table;
	height: 70px;
}

.wcu-filters-inner {
	display: table-cell;
	vertical-align: middle;
}

.wcu-order-filters-space {
	min-width: 15px;
	display: inline-block;
}

@media only screen and (min-width: 940px) {
	.wcu-filters-col1 {
		width: 80%;
		float: left;
	}
	
	.wcu-filters-col2 {
		width: 20%;
		float: left;
	}
	
	.wcu-button-export {
		float: right;
	}
}

.ordersfilterbutton, .summaryfilterbutton {
	display: block;
	margin: 4px auto;
	max-width: 150px !important;
}

@media only screen and (max-width: 939px) {
	.wcu-filters-col1 {
		margin: 20px 0;
		width: 100vw;
		text-align: center;
	}
	
	.wcu-filters-col2 {
		width: 100vw;
		text-align: center;
	}
	
	.wcu-order-filters-field {
		width: calc(100% - 20px);
		display: block;
		margin-bottom: 4px;
	}
	
	.wcu-order-filters-space {
		display: none;
	}
}

.wcu-order-filters-field input {
	max-width: 190px !important;
	display: inline-block;
}

.wcu-order-filters-field .minimal-form-input {
	width: auto !important;
	padding: 0 !important;
	margin: 0 !important;
}

.wcu-order-filters label {
	display: inline-block;
}

/* Registration */
.wcu_form_affiliate_register label:first-letter {
	text-transform: capitalize;
}

.wcu-form-section .wcusage-register-form-title, .wcu-form-section .wcusage-login-form-title {
	margin-top: 20px !important;
	margin-bottom: 25px !important;
}

.wcu_form_affiliate_register input[type="text"], .wcu_form_affiliate_register input[type="password"], .wcu_form_affiliate_register input[type="email"] {
	width: 100%;
	min-height: 30px;
}

.wcusage-login-form-col label, .wcu_form_affiliate_register label {
	font-weight: bold;
}

.wcu_form_affiliate_register label {
	display: block;
	width: 100% !important;
}

.wcu_form_affiliate_register p {
	margin-bottom: 20px;
}

#wcu-register-button, .wcusage-login-form-col .woocommerce-button {
	padding: 10px;
	min-width: 200px !important;
	cursor: pointer !important;
}

.wcu-reg-terms {
	font-weight: bold;
}

.wcu-form-section .wcu-reg-terms p {
	line-height: 1.5em;
}

.wcu_form_style_columns .wcu-register-field-col-1, .wcu_form_style_columns .wcu-register-field-col-2 {
	width: 49.5%;
	float: left;
	display: inline-block;
}

.wcu_form_style_columns .wcu-register-field-col-1 {
	margin-right: 1%;
}

/* Registration Form Style 2 */
.wcu_form_style_2 input[type="text"], .wcu_form_style_2 input[type="email"], .wcu_form_style_2 input[type="password"], .wcu_form_style_2 input[type="date"], .wcu_form_style_2 textarea, .wcu_form_style_2 select {
	margin: 4px 0 5px 0 !important;
	width: 100% !important;
	max-width: 100% !important;
	border: 3px solid #dadada !important;
	border-radius: 4px !important;
}

/* Registration Form Style 3 */
.wcu_form_style_3 p {
	margin-bottom: 15px !important;
}

.wcu_form_style_3 input[type="text"], .wcu_form_style_3 input[type="email"], .wcu_form_style_3 input[type="password"], .wcu_form_style_3 input[type="date"], .wcu_form_style_3 textarea, .wcu_form_style_3 select {
	margin: 4px 0 0px 0 !important;
	padding: 10px;
	width: 100% !important;
	max-width: 100% !important;
	border: 1px solid #dadada !important;
	border-radius: 5px !important;
}

/* Ref Urls campaigns */
.wcu-campaigns-col1, .wcu-campaigns-col2 {
	display: table;
}

#wcu-add-campaign, #wcu-add-directlink {
	padding: 0;
}

@media only screen and (min-width: 760px) {
	.wcu-campaigns-col1 {
		width: 75%;
		float: left;
	}
	
	.wcu-campaigns-col2 {
		width: 25%;
		float: left;
		text-align: right;
	}
	
	.wcu-campaigns-col1 p, .wcu-campaigns-col2 p {
		margin-bottom: 0;
	}
	
	#wcu-referral-campaign {
		min-height: 27px;
		width: 200px;
		max-width: 100%;
		float: right;
	}
	
	#wcu-creatives-campaign {
		min-height: 27px;
	}
	
	#wcu-add-campaign-name {
		width: 120px;
		max-width: 100%;
		font-size: 12px;
		padding: 5px;
	}
	
	#wcu-add-campaign-button {
		display: inline-block;
		float: left;
		max-width: 100%;
		font-size: 12px;
		line-height: 12px;
		padding: 0 5px;
		height: 30px;
	}
	
	#wcu-add-campaign-button, #wcu-add-directlink-button {
		max-width: 100%;
		font-size: 12px;
		padding: 5px;
		min-height: 0px !important;
	}
}

@media only screen and (max-width: 759px) {
	.wcu-campaigns-col1 {
		width: 100%;
		text-align: center;
	}
	
	.wcu-campaigns-col2 {
		width: 100%;
		text-align: center;
	}
	
	#wcu-referral-campaign {
		margin: 0 auto;
	}
	
	#wcu-creatives-campaign {
		margin: 0 auto;
		float: none !important;
	}
	
	#wcu-add-campaign-button {
		width: 100%;
		margin-bottom: 40px !important;
	}
}

/* Info Boxes */
.wcusage-info-box {
	padding: 25px 15px 25px 105px;
	background: linear-gradient(#fefefe, #fff);
	color: #000;
	border: 1px solid #f3f3f3;
	display: block;
	border-radius: 5px;
	margin: .5%;
	box-shadow: 0px 0px 4px #dbdada;
	width: 99%;
	position: relative;
}

.wcusage-info-box:before {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-size: 40px;
	position: absolute;
	left: 30px;
	top: 44px;
	color: #bebebe;
	width: 50px;
	text-align: center;
	font-style: normal;
	font-weight: 900;
	height: 40px !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wcusage-info-box-dollar:before {
	content: "";
}

.wcusage-info-box-dollar2:before {
	content: "";
}

.wcusage-info-box-dollar3:before {
	content: "";
}

.wcusage-info-box-dollar4:before {
	content: "";
}

.wcusage-info-box-discount:before {
	content: "";
}

.wcusage-info-box-discounts:before {
	content: "";
}

.wcusage-info-box-usage:before {
	content: "";
}

.wcusage-info-box-sales:before {
	content: "";
}

.wcusage-info-box-commission:before {
	content: "";
}

.wcusage-info-box-percent:before {
	content: "";
}

.wcusage-info-box-clicks:before {
	content: "";
}

.wcusage-info-box-convert:before {
	content: "";
}

@media only screen and (min-width: 1060px) {
	.wcusage-info-box {
		width: 32.3%;
		float: left;
		box-sizing: border-box;
	}
}

.wcusage-info-box:hover {
	background: #f9f9f9;
}

.wcusage-info-box p {
	margin: 8px 0 !important;
	padding: 0 !important;
	font-size: 32px !important;
	line-height: 32px !important;
}

.wcusage-info-box .wcusage-info-box-title {
	width: 100%;
	font-size: 16px;
	display: block;
	margin-bottom: 5px;
	line-height: 20px;
	color: #000;
}

.wcusage-info-box p, .wcusage-info-box span {
	color: #000;
}

.wcusage-info-box .wcusage-info-box-value {
	width: 100%;
	font-size: 22px;
	display: block;
}

.wcusage-last-days {
	margin: 15px 0 10px 0;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #333;
	padding: 0 !important;
}

.show_statistics .wcusage-stats-title {
	margin: 0;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 5px;
}

/* Graphs */
.wcusagechart {
	padding: 0px 10px 10px 10px;
	box-shadow: 0px 0px 4px #dbdada;
	background: #fff;
	width: calc(100% - 10px);
	margin: 0 auto;
	min-height: 400px;
	overflow: hidden;
	border-radius: 5px;
}

.wcusagechart #chart_divquarter, .wcusagechart #chart_divmonth, .wcusagechart #chart_divlastmonth {
	margin-top: -20px;
}

@media only screen and (max-width: 720px) {
	.wcusage-all-charts {
		width: 100vw;
	}
}

.wcusagechart {
	visibility: hidden;
}

#mla_chart_div table.google-visualization-orgchart-table p, #mla_chart_div table.google-visualization-orgchart-table a {
	font-family: arial, sans-serif;
}

/* Stats Increase/Decrease Number */
.wcusage-num-pos {
	color: green !important;
	font-size: 12px;
	position: absolute;
	margin-left: 10px;
	bottom: 27%;
}

.wcusage-num-neg {
	color: red !important;
	font-size: 12px;
	position: absolute;
	margin-left: 10px;
	bottom: 27%;
}

@media only screen and (max-width: 1260px) {
	.wcusage-num-pos, .wcusage-num-neg {
		display: block !important;
		margin-bottom: -30px !important;
		margin-left: 0px;
	}
}

/* Loading */
.wcu-loading-loader {
	width: 80px;
	height: 40px;
	margin: 20px 0 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.wcu-loading-loader .loader, .wcu-loading-loader .loader:before, .wcu-loading-loader .loader:after {
	border-radius: 50%;
	width: 12px;
	height: 12px;
	background: #333;
	animation: load7 1.4s infinite ease-in-out;
}

.wcu-loading-loader .loader {
	position: relative;
	animation-delay: -.16s;
}

.wcu-loading-loader .loader:before, .wcu-loading-loader .loader:after {
	content: "";
	position: absolute;
	top: 0;
}

.wcu-loading-loader .loader:before {
	left: -20px;
	animation-delay: -.32s;
}

.wcu-loading-loader .loader:after {
	left: 20px;
}

@keyframes load7 {
	0%, 80%, 100% {
		transform: scale(.6);
		opacity: .4;
	}
	
	40% {
		transform: scale(1);
		opacity: 1;
	}
}

@-webkit-keyframes load7 {
	0%, 80%, 100% {
		transform: scale(.6);
		opacity: .4;
	}
	
	40% {
		transform: scale(1);
		opacity: 1;
	}
}

.wcu-loading-loader-text {
	margin: 0;
	font-weight: bold;
	font-size: 15px;
	margin-top: -5px;
	text-align: center;
	width: 80px;
}

/* Coupon List */
@media only screen and (min-width: 1240px) {
	.wcu-user-coupon-list-group {
		display: flex;
	}
}

.wcu-user-coupon-list {
	margin: 10px;
	float: left;
	padding: 15px 20px;
	text-align: center;
	font-size: 18px;
	background: linear-gradient(#fefefe, #fff);
	box-shadow: 0px 0px 4px #dbdada;
	border: 1px solid #f3f3f3;
	border-radius: 10px;
	word-wrap: break-word;
}

.wcu-coupon-list-button, .wcu-coupon-list-button2 {
	padding: 5px 20px;
	background: #333 !important;
	border: 1px solid #333;
	display: block;
	text-align: center;
	color: #fff !important;
	border-radius: 4px;
	text-decoration: none !important;
}

.wcu-coupon-list-button:hover, .wcu-coupon-list-button2:hover {
	background: #000 !important;
	color: #fff;
}

@media only screen and (min-width: 1240px) {
	.wcu-user-coupon-list {
		width: calc(33.33% - 20px);
	}
}

@media only screen and (min-width: 820px) and (max-width: 1239px) {
	.wcu-user-coupon-list {
		width: calc(50% - 20px);
	}
}

@media only screen and (max-width: 820px) {
	.wcu-user-coupon-list {
		width: calc(100% - 20px);
	}
}

.wcu-loading-image {
	display: inline-block;
}

.wcusage-loading {
	color: green;
}

@media only screen and (max-width: 820px) {
	.wcu-loading-image {
		display: inline;
	}
	
	.wcu-loading-loader {
		margin: 0 auto;
	}
	
	.wcu-loading-image p {
		text-align: center;
		width: 100% !important;
	}
}

.wcusage-refresh-data {
	margin-top: -2px;
}

/* Ref URL */
.wcusage_custom_ref_url {
	margin-bottom: 0 !important;
	padding: 5px;
	display: inline-block;
}

/* QR Code */
.wcu-display-qr-code {
	display: none;
	padding: 10px;
	border: 4px solid #f3f3f3;
	border-radius: 10px;
	text-align: center;
	margin-top: 10px;
}

.wcu-qr-code {
	width: 150px;
	max-width: 150px;
	margin: 2px 0 0 0;
	display: none;
}

.wcu-download-qr {
	display: none;
	background: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 10px;
	cursor: pointer;
	border-radius: 5px;
}

/* Social Icons */
.wcusage-social-icon {
	font-size: 30px;
	margin: 0 4px 0 0;
}

.wcusage-social-link-whatsapp {
	display: none;
}

@media only screen and (max-width: 780px) {
	.wcusage-social-link-whatsapp {
		display: inline-block !important;
	}
}

/* Login */
.wcusage-login-form-col {
	width: 50%;
	display: block;
	float: left;
	padding: 20px;
}

.wcusage-login-form-col input[type=text] {
	width: 100% !important;
	max-width: 100% !important;
}

.wcu-form-section p {
	margin-top: 0;
	line-height: 1em;
}

.wcusage-login-form-section .woocommerce-form-login {
	padding: 0 !important;
}

.wcusage-login-form-section .woocommerce-form-login .woocommerce-form__input-checkbox {
	width: 20px;
}

.wcusage-login-form-section .woocommerce-form-login__rememberme {
	width: 100% !important;
	margin-bottom: 20px !important;
	display: block !important;
}

.wcusage-login-form-section .woocommerce-form__input-checkbox {
	margin-bottom: 0px !important;
}

@media only screen and (max-width: 1020px) {
	.wcusage-login-form-col {
		width: 100%;
		min-width: 300px;
		display: block;
		float: left;
		padding: 20px;
	}
}

/* Creatives */
.creatives-box {
	margin-top: 15px;
	margin: 10px;
	float: left;
	text-align: center;
	border: 2px solid #f3f3f3;
}

@media screen and (max-width: 940px) {
	.creatives-box {
		width: calc(100% - 20px);
	}
}

.creatives-box-image {
	position: relative;
	width: 90%;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 0px;
	border: 2px solid #f3f3f3;
	background-color: #fff;
	opacity: 1;
	background-image: repeating-linear-gradient(45deg, #f9f9f9 25%, transparent 25%, transparent 75%, #f9f9f9 75%, #f9f9f9), repeating-linear-gradient(45deg, #f9f9f9 25%, #fff 25%, #fff 75%, #f9f9f9 75%, #f9f9f9);
	background-position: 0 0, 19px 19px;
	background-size: 38px 38px;
}

.creatives-box-image:before {
	content: "";
	display: block;
	padding-top: 100%;
}

.creatives-box-image-content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
}

.creatives-box img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.wcusage_creativelink {
	width: 90%;
	border-radius: 0 !important;
	border-radius: 4px !important;
	border: 2px solid #f3f3f3 !important;
	margin-bottom: 10px;
	padding: 4px !important;
}

/* Tooltip */
.wcu-tooltip {
	position: relative;
	display: inline-block;
}

/* Tooltip text */
.wcu-tooltip .wcu-tooltiptext {
	visibility: hidden;
	width: max-content;
	min-width: 200px;
	background-color: black;
	color: #fff;
	text-align: left;
	padding: 5px 10px;
	border-radius: 6px;
	position: absolute !important;
	z-index: 1 !important;
	margin-left: 5px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.wcu-tooltip:hover .wcu-tooltiptext {
	visibility: visible;
}

/* MLA */
.wcu-mla-network-button {
	margin: 2px 0 7px 0 !important;
	padding: 2px 5px 2px 5px !important;
	text-decoration: none !important;
}

.wcu-mla-network-tier {
	font-size: 12px !important;
	width: 20px !important;
	margin-top: -15px !important;
	margin-bottom: -8px !important;
	margin-left: -7px !important;
	opacity: .2 !important;
	cursor: default !important;
}

.wcu-mla-network-avatar {
	text-align: center;
	display: inline-block !important;
	margin: 0 auto !important;
	max-width: 50px;
	border-radius: 50px;
	border: 2px solid #f3f3f3;
}

.wcu-mla-network-user {
	font-size: 18px !important;
	line-height: 25px !important;
	min-width: 150px !important;
}

.wcu-mla-network-coupon {
	margin-top: 5px !important;
	font-size: 12px !important;
	line-height: 12px !important;
}

.wcu-mla-network-amount {
	cursor: default !important;
	font-size: 18px !important;
	line-height: 17px !important;
	margin: 8px 0 10px 0 !important;
}

.wcu-mla-network-email {
	text-decoration: none;
	display: inline-block !important;
	margin-top: 4px !important;
	margin-bottom: -2px !important;
}

.wcu-mla-network-email:hover {
	text-decoration: none !important;
	opacity: .8;
}

#ml-wcu4 {
	padding: 0 20px;
}

#mla_chart_div table td {
	border: 0 !important;
}

/* MLA Chart */
#mla_chart_div table td {
	background: transparent !important;
}

#mla_chart_div td.google-visualization-orgchart-node {
	padding: 18px 12px;
	font-weight: bold;
	background: linear-gradient(#fefefe, #fff) !important;
	box-shadow: 0px 0px 4px #d0d0d0 !important;
	border: 0 !important;
	border-radius: 10px;
	word-wrap: break-word;
	margin-left: -2px;
	cursor: grab;
}

#mla_chart_div table td a:hover {
	opacity: .75;
	text-decoration: underline;
}

#mla_chart_div .google-visualization-orgchart-linenode {
	padding: 10px;
}

#mla_chart_div .google-visualization-orgchart-linebottom, #mla_chart_div .google-visualization-orgchart-linetop, #mla_chart_div .google-visualization-orgchart-lineleft, #mla_chart_div .google-visualization-orgchart-lineright {
	padding-top: 10px;
	padding-bottom: 10px;
}

#mla_chart_div {
	text-align: center;
	display: inline-block;
	width: 100%;
	overflow: scroll;
	overflow: auto;
	cursor: grab;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#mla_chart_div .google-visualization-orgchart-table {
	cursor: grab;
	display: flex;
	width: auto;
}

#mla_chart_div::-webkit-scrollbar {
	display: none;
}

/* Bonuses */
.wcusage-bonuses-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	position: relative;
}

.wcusage-reward-box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	width: calc(50% - 20px);
	float: left;
	border: 2px solid #f3f3f3;
	border-radius: 10px;
	padding: 29px 10px 15px 10px;
	box-shadow: 0px 0px 4px #dbdada;
	margin-bottom: 0px;
	position: relative;
}

@media only screen and (max-width: 920px) {
	.wcusage-reward-box {
		width: 98vw;
	}
}

.wcusage-reward-text {
	display: block;
	padding: 5px 10px;
	font-size: 18px;
	font-weight: bold;
	background-image: linear-gradient(0deg, #f6d365 50%, #ffb9a5 100%);
	color: #000;
	border-radius: 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	text-shadow: 1px 1px 1px rgba(255, 255, 255, .5);
	margin: -10px auto 10px auto;
	width: auto;
}

@media only screen and (max-width: 720px) {
	.wcusage-reward-text {
		width: 100%;
	}
}

.wcusage-reward-box h4 {
	margin-top: 5px !important;
	margin-bottom: 0px !important;
}

.wcusage-reward-box p {
	margin-bottom: 10px;
}

.wcusage-progress-bar {
	box-sizing: content-box;
	height: 35px;
	border-radius: 25px;
	margin-bottom: 10px;
	padding: 0px;
	box-shadow: inset 0 -1px 1px rgba(255, 255, 255, .3);
	background: #d2d2d2;
	width: 90%;
	margin: 0 auto 10px auto;
	display: block;
	position: relative;
	font-size: 15px;
	line-height: 35px;
}

.wcusage-progress-bar-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: bold;
	z-index: 2;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, .5);
}

.wcutabcontent p.wcusage-reward-description {
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 0 20px !important;
}

.wcusage-progress-bar>span {
	display: block;
	height: 100%;
	border-radius: 25px;
	background-color: rgba(43, 194, 83, .75);
	background-image: linear-gradient(center bottom, #2bc253 37%, #54f054 69%);
	box-shadow: inset 0 2px 9px rgba(255, 255, 255, .3), inset 0 -2px 6px rgba(0, 0, 0, .4);
	position: relative;
	overflow: hidden;
}

.wcusage-progress-bar>span:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
	z-index: 1;
	background-size: 50px 50px;
	animation: move 4s linear infinite;
	border-top-right-radius: 20px;
	overflow: hidden;
}

@keyframes move {
	0% {
		background-position: 0 0;
	}
	
	100% {
		background-position: 50px 50px;
	}
}

.wcusage-reward-status {
	display: inline-block;
	padding: 5px 10px;
	color: #fff;
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 10px;
	font-weight: bold;
}

.wcusage-reward-achieved {
	background-color: #2ecc71;
	color: #fff;
	font-size: 15px;
	margin-bottom: 0px;
}

.wcusage-reward-not-achieved {
	background-color: #e74c3c;
}

.wcusage-reward-summary-item {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.wcusage-reward-countdown {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}

/* Store Credit */
.wcusage-store-credit-info {
	display: block;
}

/* Leaderboard Table Styles */
table.wcusage-leaderboard-table {
	width: 100%;
	border-collapse: collapse;
}

.wcusage-leaderboard-table th {
	padding: 10px;
}

.wcusage-leaderboard-table td {
	padding: 10px;
}

.wcusage-leaderboard-table .wcusage-highlight {
	background: #b8e4c7;
	color: #333;
}

.wpmenucart-icon-shopping-cart-0:before {
	font-family: WPMenuCart;
	speak: none;
	font-style: normal;
	font-weight: 400;
	display: inline;
	width: auto;
	height: auto;
	line-height: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	vertical-align: baseline;
	background-image: none;
	background-position: 0 0;
	background-repeat: repeat;
	margin-top: 0;
	margin-right: .25em;
}

.wpmenucart-icon-shopping-cart-0:before {
	content: "";
}

.empty-wpmenucart, .hidden-wpmenucart {
	display: none !important;
}

.cartcontents+.amount:before {
	content: "-";
	margin: 0 .25em;
}

.wpmenucart-display-right {
	float: right !important;
}

.wpmenucart-display-left {
	float: left !important;
}

.wpmenucart-icon-shopping-cart {
	background-image: none;
	vertical-align: inherit;
}

.wpmenucart-icon-shopping-cart.nitro-lazy {
	background-image: none !important;
}

.wpmenucart-thumbnail img {
	width: 32px;
	height: auto;
	margin-right: 8px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3);
}

.wpmenucart-submenu-item a {
	overflow: hidden;
	white-space: nowrap !important;
}

.wpmenucart-order-item-info, .wpmenucart-thumbnail {
	display: inline-block;
	vertical-align: middle;
}

.wpmenucart-product-name, .wpmenucart-product-quantity-price {
	display: block;
}

.wpmenucart .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.wpmenucart .clearfix {
	display: inline-block;
}

* html .wpmenucart .clearfix {
	height: 1%;
}

.wpmenucart .clearfix {
	display: block;
}

li.wpmenucartli a.wpmenucart-contents span {
	display: inline-block !important;
}

.woocommerce img.pswp__img, .woocommerce-page img.pswp__img {
	max-width: none;
}

button.pswp__button {
	box-shadow: none !important;
	background-image: url("https://cdn-dbggh.nitrocdn.com/AIiDCjqvjTNXdrJTjvEIsVJIHHpGLhDY/assets/images/optimized/rev-30c84c6/www.lieferreparatur.de/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png") !important;
}

button.pswp__button.nitro-lazy {
	background-image: none !important;
}

button.pswp__button, button.pswp__button--arrow--left::before, button.pswp__button--arrow--right::before, button.pswp__button:hover {
	background-color: transparent !important;
}

button.pswp__button--arrow--left, button.pswp__button--arrow--left:hover, button.pswp__button--arrow--right, button.pswp__button--arrow--right:hover {
	background-image: none !important;
}

button.pswp__button--arrow--left.nitro-lazy, button.pswp__button--arrow--left:hover.nitro-lazy, button.pswp__button--arrow--right.nitro-lazy, button.pswp__button--arrow--right:hover.nitro-lazy {
	background-image: none !important;
}

button.pswp__button--close:hover {
	background-position: 0 -44px;
}

button.pswp__button--zoom:hover {
	background-position: -88px 0;
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 1500;
	-webkit-text-size-adjust: 100%;
	-webkit-backface-visibility: hidden;
	outline: 0;
}

.pswp * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.pswp img {
	max-width: none;
}

.admin-bar .pswp {
	height: calc(100% - 32px);
	top: 32px;
}

@media screen and (max-width:782px) {
	.admin-bar .pswp {
		height: calc(100% - 46px);
		top: 46px;
	}
}

.pswp--animate_opacity {
	opacity: .001;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
	transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
}

.pswp--open {
	display: block;
}

.pswp--zoom-allowed .pswp__img {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab;
}

.pswp--dragging .pswp__img {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing;
}

.pswp__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}

.pswp__scroll-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.pswp__container, .pswp__zoom-wrap {
	-ms-touch-action: none;
	touch-action: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.pswp__container, .pswp__img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.pswp__zoom-wrap {
	position: absolute;
	width: 100%;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transition: -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1);
	transition: transform 333ms cubic-bezier(.4, 0, .22, 1);
}

.pswp__bg {
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
	transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
}

.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {
	-webkit-transition: none;
	transition: none;
}

.pswp__container, .pswp__zoom-wrap {
	-webkit-backface-visibility: hidden;
}

.pswp__item {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.pswp__img {
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	left: 0;
}

.pswp__img--placeholder {
	-webkit-backface-visibility: hidden;
}

.pswp__img--placeholder--blank {
	background: #222;
}

.pswp--ie .pswp__img {
	width: 100% !important;
	height: auto !important;
	left: 0;
	top: 0;
}

.pswp__error-msg {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	margin-top: -8px;
	color: #ccc;
}

.pswp__error-msg a {
	color: #ccc;
	text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp__button {
	width: 44px;
	height: 44px;
	position: relative;
	background: 0 0;
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	opacity: .75;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.pswp__button:focus, .pswp__button:hover {
	opacity: 1;
}

.pswp__button:active {
	outline: 0;
	opacity: .9;
}

.pswp__button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.pswp__ui--over-close .pswp__button--close {
	opacity: 1;
}

.pswp__button, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
	background: url("https://cdn-dbggh.nitrocdn.com/AIiDCjqvjTNXdrJTjvEIsVJIHHpGLhDY/assets/images/optimized/rev-30c84c6/www.lieferreparatur.de/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png") 0 0 no-repeat;
	background-size: 264px 88px;
	width: 44px;
	height: 44px;
}

@media (-webkit-min-device-pixel-ratio:1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:105dpi),(min-resolution:1.1dppx) {
	.pswp--svg .pswp__button, .pswp--svg .pswp__button--arrow--left:before, .pswp--svg .pswp__button--arrow--right:before {
		background-image: url("https://cdn-dbggh.nitrocdn.com/AIiDCjqvjTNXdrJTjvEIsVJIHHpGLhDY/assets/images/optimized/rev-30c84c6/www.lieferreparatur.de/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.svg");
	}
	
	.pswp--svg .pswp__button--arrow--left, .pswp--svg .pswp__button--arrow--right {
		background: 0 0;
	}
}

.pswp__button--close {
	background-position: 0 -44px;
}

.pswp__button--share {
	background-position: -44px -44px;
}

.pswp__button--fs {
	display: none;
}

.pswp--supports-fs .pswp__button--fs {
	display: block;
}

.pswp--fs .pswp__button--fs {
	background-position: -44px 0;
}

.pswp__button--zoom {
	display: none;
	background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
	display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
	background-position: -132px 0;
}

.pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right {
	visibility: hidden;
}

.pswp__button--arrow--left, .pswp__button--arrow--right {
	background: 0 0;
	top: 50%;
	margin-top: -50px;
	width: 70px;
	height: 100px;
	position: absolute;
}

.pswp__button--arrow--left {
	left: 0;
}

.pswp__button--arrow--right {
	right: 0;
}

.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
	content: "";
	top: 35px;
	background-color: rgba(0, 0, 0, .3);
	height: 30px;
	width: 32px;
	position: absolute;
}

.pswp__button--arrow--left:before {
	left: 6px;
	background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
	right: 6px;
	background-position: -94px -44px;
}

.pswp__counter, .pswp__share-modal {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pswp__share-modal {
	display: block;
	background: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 10px;
	position: absolute;
	z-index: 1600;
	opacity: 0;
	-webkit-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out;
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}

.pswp__share-modal--hidden {
	display: none;
}

.pswp__share-tooltip {
	z-index: 1620;
	position: absolute;
	background: #fff;
	top: 56px;
	border-radius: 2px;
	display: block;
	width: auto;
	right: 44px;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
	box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
	-webkit-transform: translateY(6px);
	-ms-transform: translateY(6px);
	transform: translateY(6px);
	-webkit-transition: -webkit-transform .25s;
	transition: transform .25s;
	-webkit-backface-visibility: hidden;
	will-change: transform;
}

.pswp__share-tooltip a {
	display: block;
	padding: 8px 12px;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	line-height: 18px;
}

.pswp__share-tooltip a:hover {
	text-decoration: none;
	color: #000;
}

.pswp__share-tooltip a:first-child {
	border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
	border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
	opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.pswp--touch .pswp__share-tooltip a {
	padding: 16px 12px;
}

a.pswp__share--facebook:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: -12px;
	right: 15px;
	border: 6px solid transparent;
	border-bottom-color: #fff;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none;
}

a.pswp__share--facebook:hover {
	background: #3e5c9a;
	color: #fff;
}

a.pswp__share--facebook:hover:before {
	border-bottom-color: #3e5c9a;
}

a.pswp__share--twitter:hover {
	background: #55acee;
	color: #fff;
}

a.pswp__share--pinterest:hover {
	background: #ccc;
	color: #ce272d;
}

a.pswp__share--download:hover {
	background: #ddd;
}

.pswp__counter {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	font-size: 13px;
	line-height: 44px;
	color: #fff;
	opacity: .75;
	padding: 0 10px;
}

.pswp__caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 44px;
}

.pswp__caption small {
	font-size: 11px;
	color: #bbb;
}

.pswp__caption__center {
	text-align: left;
	max-width: 420px;
	margin: 0 auto;
	font-size: 13px;
	padding: 10px;
	line-height: 20px;
	color: #ccc;
}

.pswp__caption--empty {
	display: none;
}

.pswp__caption--fake {
	visibility: hidden;
}

.pswp__preloader {
	width: 44px;
	height: 44px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -22px;
	opacity: 0;
	-webkit-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out;
	will-change: opacity;
	direction: ltr;
}

.pswp__preloader__icn {
	width: 20px;
	height: 20px;
	margin: 12px;
}

.pswp__preloader--active {
	opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
	background: url("https://cdn-dbggh.nitrocdn.com/AIiDCjqvjTNXdrJTjvEIsVJIHHpGLhDY/assets/images/optimized/rev-30c84c6/www.lieferreparatur.de/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/preloader.gif") 0 0 no-repeat;
}

.pswp__preloader--active .pswp__preloader__icn.nitro-lazy {
	background: none !important;
}

.pswp--css_animation .pswp__preloader--active {
	opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
	-webkit-animation: clockwise .5s linear infinite;
	animation: clockwise .5s linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
	-webkit-animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite;
	animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
	background: 0 0;
	opacity: .75;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 15px;
	top: 15px;
	margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
	position: relative;
	width: 7px;
	height: 14px;
	overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	border: 2px solid #fff;
	border-radius: 50%;
	border-left-color: transparent;
	border-bottom-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	background: 0 0;
	margin: 0;
}

@media screen and (max-width:1024px) {
	.pswp__preloader {
		position: relative;
		left: auto;
		top: auto;
		margin: 0;
		float: right;
	}
}

@-webkit-keyframes clockwise {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes clockwise {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	
	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg);
	}
	
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

@keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	
	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg);
	}
	
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

.pswp__ui {
	-webkit-font-smoothing: auto;
	visibility: visible;
	opacity: 1;
	z-index: 1550;
}

.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	width: 100%;
}

.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right, .pswp__caption, .pswp__top-bar {
	-webkit-backface-visibility: hidden;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
	transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
}

.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
	visibility: visible;
}

.pswp__caption, .pswp__top-bar {
	background-color: rgba(0, 0, 0, .5);
}

.pswp__ui--fit .pswp__caption, .pswp__ui--fit .pswp__top-bar {
	background-color: rgba(0, 0, 0, .3);
}

.pswp__ui--idle .pswp__top-bar {
	opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right {
	opacity: 0;
}

.pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__top-bar {
	opacity: .001;
}

.pswp__ui--one-slide .pswp__button--arrow--left, .pswp__ui--one-slide .pswp__button--arrow--right, .pswp__ui--one-slide .pswp__counter {
	display: none;
}

.pswp__element--disabled {
	display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
	background: 0 0;
}

:root {
	--woocommerce: #7f54b3;
	--wc-green: #7ad03a;
	--wc-red: #a00;
	--wc-orange: #ffba00;
	--wc-blue: #2ea2cc;
	--wc-primary: #7f54b3;
	--wc-primary-text: white;
	--wc-secondary: #e9e6ed;
	--wc-secondary-text: #515151;
	--wc-highlight: #b3af54;
	--wc-highligh-text: white;
	--wc-content-bg: #fff;
	--wc-subtext: #767676;
}

.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
	float: right;
}

.woocommerce .col2-set, .woocommerce-page .col2-set {
	width: 100%;
}

.woocommerce .col2-set::after, .woocommerce .col2-set::before, .woocommerce-page .col2-set::after, .woocommerce-page .col2-set::before {
	content: " ";
	display: table;
}

.woocommerce .col2-set::after, .woocommerce-page .col2-set::after {
	clear: both;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
	float: left;
	width: 48%;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	float: right;
	width: 48%;
}

.woocommerce img, .woocommerce-page img {
	height: auto;
	max-width: 100%;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	float: left;
	width: 48%;
}

.woocommerce #content div.product div.thumbnails::after, .woocommerce #content div.product div.thumbnails::before, .woocommerce div.product div.thumbnails::after, .woocommerce div.product div.thumbnails::before, .woocommerce-page #content div.product div.thumbnails::after, .woocommerce-page #content div.product div.thumbnails::before, .woocommerce-page div.product div.thumbnails::after, .woocommerce-page div.product div.thumbnails::before {
	content: " ";
	display: table;
}

.woocommerce #content div.product div.thumbnails::after, .woocommerce div.product div.thumbnails::after, .woocommerce-page #content div.product div.thumbnails::after, .woocommerce-page div.product div.thumbnails::after {
	clear: both;
}

.woocommerce #content div.product div.thumbnails a, .woocommerce div.product div.thumbnails a, .woocommerce-page #content div.product div.thumbnails a, .woocommerce-page div.product div.thumbnails a {
	float: left;
	width: 30.75%;
	margin-right: 3.8%;
	margin-bottom: 1em;
}

.woocommerce #content div.product div.thumbnails a.last, .woocommerce div.product div.thumbnails a.last, .woocommerce-page #content div.product div.thumbnails a.last, .woocommerce-page div.product div.thumbnails a.last {
	margin-right: 0;
}

.woocommerce #content div.product div.thumbnails a.first, .woocommerce div.product div.thumbnails a.first, .woocommerce-page #content div.product div.thumbnails a.first, .woocommerce-page div.product div.thumbnails a.first {
	clear: both;
}

.woocommerce #content div.product div.thumbnails.columns-1 a, .woocommerce div.product div.thumbnails.columns-1 a, .woocommerce-page #content div.product div.thumbnails.columns-1 a, .woocommerce-page div.product div.thumbnails.columns-1 a {
	width: 100%;
	margin-right: 0;
	float: none;
}

.woocommerce #content div.product div.thumbnails.columns-2 a, .woocommerce div.product div.thumbnails.columns-2 a, .woocommerce-page #content div.product div.thumbnails.columns-2 a, .woocommerce-page div.product div.thumbnails.columns-2 a {
	width: 48%;
}

.woocommerce #content div.product div.thumbnails.columns-4 a, .woocommerce div.product div.thumbnails.columns-4 a, .woocommerce-page #content div.product div.thumbnails.columns-4 a, .woocommerce-page div.product div.thumbnails.columns-4 a {
	width: 22.05%;
}

.woocommerce #content div.product div.thumbnails.columns-5 a, .woocommerce div.product div.thumbnails.columns-5 a, .woocommerce-page #content div.product div.thumbnails.columns-5 a, .woocommerce-page div.product div.thumbnails.columns-5 a {
	width: 16.9%;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	float: right;
	width: 48%;
	clear: none;
}

.woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
	clear: both;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs::after, .woocommerce #content div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .woocommerce-tabs ul.tabs::after, .woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before, .woocommerce-page div.product .woocommerce-tabs ul.tabs::after, .woocommerce-page div.product .woocommerce-tabs ul.tabs::before {
	content: " ";
	display: table;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs::after, .woocommerce div.product .woocommerce-tabs ul.tabs::after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after, .woocommerce-page div.product .woocommerce-tabs ul.tabs::after {
	clear: both;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
	display: inline-block;
}

.woocommerce #content div.product #reviews .comment::after, .woocommerce #content div.product #reviews .comment::before, .woocommerce div.product #reviews .comment::after, .woocommerce div.product #reviews .comment::before, .woocommerce-page #content div.product #reviews .comment::after, .woocommerce-page #content div.product #reviews .comment::before, .woocommerce-page div.product #reviews .comment::after, .woocommerce-page div.product #reviews .comment::before {
	content: " ";
	display: table;
}

.woocommerce #content div.product #reviews .comment::after, .woocommerce div.product #reviews .comment::after, .woocommerce-page #content div.product #reviews .comment::after, .woocommerce-page div.product #reviews .comment::after {
	clear: both;
}

.woocommerce #content div.product #reviews .comment img, .woocommerce div.product #reviews .comment img, .woocommerce-page #content div.product #reviews .comment img, .woocommerce-page div.product #reviews .comment img {
	float: right;
	height: auto;
}

.woocommerce ul.products, .woocommerce-page ul.products {
	clear: both;
}

.woocommerce ul.products::after, .woocommerce ul.products::before, .woocommerce-page ul.products::after, .woocommerce-page ul.products::before {
	content: " ";
	display: table;
}

.woocommerce ul.products::after, .woocommerce-page ul.products::after {
	clear: both;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	float: left;
	margin: 0 3.8% 2.992em 0;
	padding: 0;
	position: relative;
	width: 22.05%;
	margin-left: 0;
}

.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
	clear: both;
}

.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
	margin-right: 0;
}

.woocommerce ul.products.columns-1 li.product, .woocommerce-page ul.products.columns-1 li.product {
	width: 100%;
	margin-right: 0;
}

.woocommerce ul.products.columns-2 li.product, .woocommerce-page ul.products.columns-2 li.product {
	width: 48%;
}

.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
	width: 30.75%;
}

.woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product {
	width: 16.95%;
}

.woocommerce ul.products.columns-6 li.product, .woocommerce-page ul.products.columns-6 li.product {
	width: 13.5%;
}

.woocommerce-page.columns-1 ul.products li.product, .woocommerce.columns-1 ul.products li.product {
	width: 100%;
	margin-right: 0;
}

.woocommerce-page.columns-2 ul.products li.product, .woocommerce.columns-2 ul.products li.product {
	width: 48%;
}

.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
	width: 30.75%;
}

.woocommerce-page.columns-5 ul.products li.product, .woocommerce.columns-5 ul.products li.product {
	width: 16.95%;
}

.woocommerce-page.columns-6 ul.products li.product, .woocommerce.columns-6 ul.products li.product {
	width: 13.5%;
}

.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
	float: left;
}

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
	float: right;
}

.woocommerce .woocommerce-pagination ul.page-numbers::after, .woocommerce .woocommerce-pagination ul.page-numbers::before, .woocommerce-page .woocommerce-pagination ul.page-numbers::after, .woocommerce-page .woocommerce-pagination ul.page-numbers::before {
	content: " ";
	display: table;
}

.woocommerce .woocommerce-pagination ul.page-numbers::after, .woocommerce-page .woocommerce-pagination ul.page-numbers::after {
	clear: both;
}

.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
	display: inline-block;
}

.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
	height: auto;
}

.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
	text-align: right;
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
	width: 80px;
}

.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
	float: left;
}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
	width: 100%;
}

.woocommerce .cart-collaterals::after, .woocommerce .cart-collaterals::before, .woocommerce-page .cart-collaterals::after, .woocommerce-page .cart-collaterals::before {
	content: " ";
	display: table;
}

.woocommerce .cart-collaterals::after, .woocommerce-page .cart-collaterals::after {
	clear: both;
}

.woocommerce .cart-collaterals .related, .woocommerce-page .cart-collaterals .related {
	width: 30.75%;
	float: left;
}

.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
	width: 48%;
	float: left;
}

.woocommerce .cart-collaterals .cross-sells ul.products, .woocommerce-page .cart-collaterals .cross-sells ul.products {
	float: none;
}

.woocommerce .cart-collaterals .cross-sells ul.products li, .woocommerce-page .cart-collaterals .cross-sells ul.products li {
	width: 48%;
}

.woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .shipping_calculator {
	width: 48%;
	clear: right;
	float: right;
}

.woocommerce .cart-collaterals .shipping_calculator::after, .woocommerce .cart-collaterals .shipping_calculator::before, .woocommerce-page .cart-collaterals .shipping_calculator::after, .woocommerce-page .cart-collaterals .shipping_calculator::before {
	content: " ";
	display: table;
}

.woocommerce .cart-collaterals .shipping_calculator::after, .woocommerce-page .cart-collaterals .shipping_calculator::after {
	clear: both;
}

.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1, .woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2, .woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1, .woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
	width: 47%;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	float: right;
	width: 48%;
}

.woocommerce ul.cart_list li::after, .woocommerce ul.cart_list li::before, .woocommerce ul.product_list_widget li::after, .woocommerce ul.product_list_widget li::before, .woocommerce-page ul.cart_list li::after, .woocommerce-page ul.cart_list li::before, .woocommerce-page ul.product_list_widget li::after, .woocommerce-page ul.product_list_widget li::before {
	content: " ";
	display: table;
}

.woocommerce ul.cart_list li::after, .woocommerce ul.product_list_widget li::after, .woocommerce-page ul.cart_list li::after, .woocommerce-page ul.product_list_widget li::after {
	clear: both;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img {
	float: right;
	height: auto;
}

.woocommerce form .form-row::after, .woocommerce form .form-row::before, .woocommerce-page form .form-row::after, .woocommerce-page form .form-row::before {
	content: " ";
	display: table;
}

.woocommerce form .form-row::after, .woocommerce-page form .form-row::after {
	clear: both;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
	display: block;
}

.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
	display: inline;
}

.woocommerce form .form-row select, .woocommerce-page form .form-row select {
	width: 100%;
}

.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
	box-sizing: border-box;
	width: 100%;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
	width: 47%;
	overflow: visible;
}

.woocommerce form .form-row-first, .woocommerce-page form .form-row-first {
	float: left;
}

.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
	float: right;
}

.woocommerce form .form-row-wide, .woocommerce-page form .form-row-wide {
	clear: both;
}

.woocommerce form .password-input, .woocommerce-page form .password-input {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}

.woocommerce form .password-input input[type=password], .woocommerce-page form .password-input input[type=password] {
	padding-right: 2.5rem;
}

.woocommerce form .password-input input::-ms-reveal, .woocommerce-page form .password-input input::-ms-reveal {
	display: none;
}

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
	position: absolute;
	right: .7em;
	top: .7em;
	cursor: pointer;
}

.woocommerce form .show-password-input::after, .woocommerce-page form .show-password-input::after {
	font-family: WooCommerce;
	speak: never;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-left: .618em;
	content: "";
	text-decoration: none;
}

.woocommerce form .show-password-input.display-password::after, .woocommerce-page form .show-password-input.display-password::after {
	color: #585858;
}

.woocommerce #payment .form-row select, .woocommerce-page #payment .form-row select {
	width: auto;
}

.woocommerce #payment .terms, .woocommerce #payment .wc-terms-and-conditions, .woocommerce-page #payment .terms, .woocommerce-page #payment .wc-terms-and-conditions {
	text-align: left;
	padding: 0 1em 0 0;
	float: left;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	float: right;
}

.woocommerce .woocommerce-billing-fields::after, .woocommerce .woocommerce-billing-fields::before, .woocommerce .woocommerce-shipping-fields::after, .woocommerce .woocommerce-shipping-fields::before, .woocommerce-page .woocommerce-billing-fields::after, .woocommerce-page .woocommerce-billing-fields::before, .woocommerce-page .woocommerce-shipping-fields::after, .woocommerce-page .woocommerce-shipping-fields::before {
	content: " ";
	display: table;
}

.woocommerce .woocommerce-billing-fields::after, .woocommerce .woocommerce-shipping-fields::after, .woocommerce-page .woocommerce-billing-fields::after, .woocommerce-page .woocommerce-shipping-fields::after {
	clear: both;
}

.woocommerce .woocommerce-terms-and-conditions, .woocommerce-page .woocommerce-terms-and-conditions {
	margin-bottom: 1.618em;
	padding: 1.618em;
}

.woocommerce .woocommerce-oembed, .woocommerce-page .woocommerce-oembed {
	position: relative;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	float: left;
	width: 30%;
}

.woocommerce-account .woocommerce-MyAccount-content {
	float: right;
	width: 68%;
}

.woocommerce-account .woocommerce-MyAccount-content mark {
	background-color: transparent;
	color: inherit;
	font-weight: 700;
}

.woocommerce-page.left-sidebar #content.twentyeleven {
	width: 58.4%;
	margin: 0 7.6%;
	float: right;
}

.woocommerce-page.right-sidebar #content.twentyeleven {
	margin: 0 7.6%;
	width: 58.4%;
	float: left;
}

.twentyfourteen .tfwc {
	padding: 12px 10px 0;
	max-width: 474px;
	margin: 0 auto;
}

.twentyfourteen .tfwc .product .entry-summary {
	padding: 0 !important;
	margin: 0 0 1.618em !important;
}

.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail {
	margin-top: 0;
}

@media screen and (min-width:673px) {
	.twentyfourteen .tfwc {
		padding-right: 30px;
		padding-left: 30px;
	}
}

@media screen and (min-width:1040px) {
	.twentyfourteen .tfwc {
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media screen and (min-width:1110px) {
	.twentyfourteen .tfwc {
		padding-right: 30px;
		padding-left: 30px;
	}
}

@media screen and (min-width:1218px) {
	.twentyfourteen .tfwc {
		margin-right: 54px;
	}
	
	.full-width .twentyfourteen .tfwc {
		margin-right: auto;
	}
}

.twentyfifteen .t15wc {
	padding-left: 7.6923%;
	padding-right: 7.6923%;
	padding-top: 7.6923%;
	margin-bottom: 7.6923%;
	background: #fff;
	box-shadow: 0 0 1px rgba(0, 0, 0, .15);
}

.twentyfifteen .t15wc .page-title {
	margin-left: 0;
}

@media screen and (min-width:38.75em) {
	.twentyfifteen .t15wc {
		margin-right: 7.6923%;
		margin-left: 7.6923%;
		margin-top: 8.3333%;
	}
}

@media screen and (min-width:59.6875em) {
	.twentyfifteen .t15wc {
		margin-left: 8.3333%;
		margin-right: 8.3333%;
		padding: 10%;
	}
	
	.single-product .twentyfifteen .entry-summary {
		padding: 0 !important;
	}
}

.twentysixteen .site-main {
	margin-right: 7.6923%;
	margin-left: 7.6923%;
}

.twentysixteen .entry-summary {
	margin-right: 0;
	margin-left: 0;
}

#content .twentysixteen div.product div.images, #content .twentysixteen div.product div.summary {
	width: 46.42857%;
}

@media screen and (min-width:44.375em) {
	.twentysixteen .site-main {
		margin-right: 23.0769%;
	}
}

@media screen and (min-width:56.875em) {
	.twentysixteen .site-main {
		margin-right: 0;
		margin-left: 0;
	}
	
	.no-sidebar .twentysixteen .site-main {
		margin-right: 15%;
		margin-left: 15%;
	}
	
	.no-sidebar .twentysixteen .entry-summary {
		margin-right: 0;
		margin-left: 0;
	}
}

.rtl .woocommerce .col2-set .col-1, .rtl .woocommerce-page .col2-set .col-1 {
	float: right;
}

.rtl .woocommerce .col2-set .col-2, .rtl .woocommerce-page .col2-set .col-2 {
	float: left;
}
@media only screen and (max-width: 768px){
:root {
	--woocommerce: #7f54b3;
	--wc-green: #7ad03a;
	--wc-red: #a00;
	--wc-orange: #ffba00;
	--wc-blue: #2ea2cc;
	--wc-primary: #7f54b3;
	--wc-primary-text: white;
	--wc-secondary: #e9e6ed;
	--wc-secondary-text: #515151;
	--wc-highlight: #b3af54;
	--wc-highligh-text: white;
	--wc-content-bg: #fff;
	--wc-subtext: #767676;
}

.woocommerce table.shop_table_responsive thead, .woocommerce-page table.shop_table_responsive thead {
	display: none;
}

.woocommerce table.shop_table_responsive tbody tr:first-child td:first-child, .woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
	border-top: 0;
}

.woocommerce table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive tbody th {
	display: none;
}

.woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
	display: block;
}

.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
	display: block;
	text-align: right !important;
}

.woocommerce table.shop_table_responsive tr td.order-actions, .woocommerce-page table.shop_table_responsive tr td.order-actions {
	text-align: left !important;
}

.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
	content: attr(data-title) ": ";
	font-weight: 700;
	float: left;
}

.woocommerce table.shop_table_responsive tr td.actions::before, .woocommerce table.shop_table_responsive tr td.product-remove::before, .woocommerce-page table.shop_table_responsive tr td.actions::before, .woocommerce-page table.shop_table_responsive tr td.product-remove::before {
	display: none;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
	background-color: rgba(0, 0, 0, .025);
}

.woocommerce table.my_account_orders tr td.order-actions, .woocommerce-page table.my_account_orders tr td.order-actions {
	text-align: left;
}

.woocommerce table.my_account_orders tr td.order-actions::before, .woocommerce-page table.my_account_orders tr td.order-actions::before {
	display: none;
}

.woocommerce table.my_account_orders tr td.order-actions .button, .woocommerce-page table.my_account_orders tr td.order-actions .button {
	float: none;
	margin: .125em .25em .125em 0;
}

.woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-1, .woocommerce-page .col2-set .col-2 {
	float: none;
	width: 100%;
}

.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
	width: 48%;
	float: left;
	clear: both;
	margin: 0 0 2.992em;
}

.woocommerce ul.products[class*=columns-] li.product:nth-child(2n), .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
	float: right;
	clear: none !important;
}

.woocommerce #content div.product div.images, .woocommerce #content div.product div.summary, .woocommerce div.product div.images, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.images, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.images, .woocommerce-page div.product div.summary {
	float: none;
	width: 100%;
}

.woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
	display: none;
}

.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
	text-align: left;
}

.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
	float: none;
	padding-bottom: .5em;
}

.woocommerce #content table.cart td.actions .coupon::after, .woocommerce #content table.cart td.actions .coupon::before, .woocommerce table.cart td.actions .coupon::after, .woocommerce table.cart td.actions .coupon::before, .woocommerce-page #content table.cart td.actions .coupon::after, .woocommerce-page #content table.cart td.actions .coupon::before, .woocommerce-page table.cart td.actions .coupon::after, .woocommerce-page table.cart td.actions .coupon::before {
	content: " ";
	display: table;
}

.woocommerce #content table.cart td.actions .coupon::after, .woocommerce table.cart td.actions .coupon::after, .woocommerce-page #content table.cart td.actions .coupon::after, .woocommerce-page table.cart td.actions .coupon::after {
	clear: both;
}

.woocommerce #content table.cart td.actions .coupon .button, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon input, .woocommerce table.cart td.actions .coupon .button, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon input, .woocommerce-page #content table.cart td.actions .coupon .button, .woocommerce-page #content table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon input, .woocommerce-page table.cart td.actions .coupon .button, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon input {
	width: 48%;
	box-sizing: border-box;
}

.woocommerce #content table.cart td.actions .coupon .button.alt, .woocommerce #content table.cart td.actions .coupon .input-text+.button, .woocommerce table.cart td.actions .coupon .button.alt, .woocommerce table.cart td.actions .coupon .input-text+.button, .woocommerce-page #content table.cart td.actions .coupon .button.alt, .woocommerce-page #content table.cart td.actions .coupon .input-text+.button, .woocommerce-page table.cart td.actions .coupon .button.alt, .woocommerce-page table.cart td.actions .coupon .input-text+.button {
	float: right;
}

.woocommerce #content table.cart td.actions .button, .woocommerce table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page table.cart td.actions .button {
	display: block;
	width: 100%;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce .cart-collaterals .cross-sells, .woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .shipping_calculator {
	width: 100%;
	float: none;
	text-align: left;
}

.woocommerce-page.woocommerce-checkout form.login .form-row, .woocommerce.woocommerce-checkout form.login .form-row {
	width: 100%;
	float: none;
}

.woocommerce #payment .terms, .woocommerce-page #payment .terms {
	text-align: left;
	padding: 0;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	float: none;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 1em;
}

.woocommerce .lost_reset_password .form-row-first, .woocommerce .lost_reset_password .form-row-last, .woocommerce-page .lost_reset_password .form-row-first, .woocommerce-page .lost_reset_password .form-row-last {
	width: 100%;
	float: none;
	margin-right: 0;
}

.woocommerce-account .woocommerce-MyAccount-content, .woocommerce-account .woocommerce-MyAccount-navigation {
	float: none;
	width: 100%;
}

.single-product .twentythirteen .panel {
	padding-left: 20px !important;
	padding-right: 20px !important;
}
}