.logotype_clip {
	width: 30px;
	height: auto;
	position: relative;
	bottom: -8px;
	border-right: 10px solid transparent;
}

.wrap.woocommerce input[type="checkbox"],
.wrap.woocommerce input:checked[type="checkbox"] {
	all: initial;
	display: inline-block !important;
	position: relative !important;
	width: 40px !important;
	height: 24px !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	background: #c6c6c6 !important;
	outline: none !important;
	border: none !important;
	border-radius: 20px !important;
	box-shadow: inset 0 0 5px rgba(255, 0, 0, 0.2) !important;
	transition: 0.7s !important;
	margin: 0px !important;
	padding: 0px !important;
	cursor: pointer !important;
	vertical-align: middle !important;
}

.wrap.woocommerce input:checked[type="checkbox"] {
	background: #ff5722 !important;
}

.wrap.woocommerce input[type="checkbox"]:before,
.wrap.woocommerce input:checked[type="checkbox"]:before {
	all: initial;
	content: '' !important;
	display: block !important;
	position: absolute !important;
	width: 18px !important;
	height: 18px !important;
	border-radius: 18px !important;
	top: 3px !important;
	left: 4px !important;
	background: #ffffff !important;
	transform: scale(1.1) !important;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) !important;
	transition: .5s !important;
	cursor: pointer !important;
}

.wrap.woocommerce input:checked[type="checkbox"]:before {
	left: 18px !important;
}

.wrap.woocommerce fieldset.payment_types{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	gap: 20px;
	width: fit-content;
}
.wrap.woocommerce fieldset.payment_types label{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 5px;
	width: fit-content;
}

.wrap.woocommerce fieldset.cards-options{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	gap: 20px;
	width: fit-content;
}
.wrap.woocommerce fieldset.cards-options label{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 5px;
	width: fit-content;
}

.wrap.woocommerce fieldset.payment_card_brands{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	gap: 20px;
}

.wrap.woocommerce fieldset.payment_card_brands label{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

.wrap.woocommerce fieldset.payment_card_brands label img{
	width: 40px;
	height: 20px;
	object-fit: contain;
}

.wrap.woocommerce #wc_clipredirect_payment_brands_container.is-disabled{
	opacity: 0.5;
}

.wrap.woocommerce fieldset.payment_card_brands.is-disabled{
	pointer-events: none;
}

.wrap.woocommerce fieldset.payment_card_brands.is-disabled input[type="checkbox"]{
	cursor: not-allowed;
}

.wrap.woocommerce fieldset.payment_card_brands.is-disabled input[type="checkbox"]:before,
.wrap.woocommerce fieldset.payment_card_brands.is-disabled input:checked[type="checkbox"]:before{
	cursor: not-allowed;
}
