@font-face {
	font-family: 'OpenSans';
	src: url(//filotheijewelry.gr/wp-content/plugins/oxygen-mydata/assets/fonts/OpenSans-Regular.ttf) format('truetype');
}

@font-face {
	font-family: 'OpenSansBold';
	src: url(//filotheijewelry.gr/wp-content/plugins/oxygen-mydata/assets/fonts/OpenSans-Bold.ttf) format('truetype');
}

@font-face {
	font-family: 'OpenSansExtraBold';
	src: url(//filotheijewelry.gr/wp-content/plugins/oxygen-mydata/assets/fonts/OpenSans-ExtraBold.ttf) format('truetype');
}

.my_modal-dialog , .my_modal{
	font-family: 'OpenSans', sans-serif!important;
}

.pay_title{
	font-family: 'OpenSansExtraBold', sans-serif!important;
	font-weight:900;
	color:#191516;
}


#iframe{
	font-family: 'OpenSans', sans-serif!important;
	border-color:transparent;
	border-radius: 6px;
	min-height:370px;
	/*padding-top: 140px;*/
	width: 99%;
}

.mainlogo > a >img{
	width:236px!important;
	height:32px!important;
}

@media screen and (min-width: 801px) {
	.mainlogo{
		padding:.5px 24px;
		box-shadow: 0 1px 0 0 rgba(45, 40, 47, 1);
		min-width: 375px;
		background-color: #6C0093;
		display: flex;
		align-items: center;
		border-top-left-radius: 6px;
		height: 56px;
	}

	.mainlogo > a {
		display: flex;
		align-items: center;
	}

	.close_payment{
		box-shadow: 0 1px 0 0 rgba(242, 242, 244, 1);
		width:100%;
		position:relative!important;
		height: 56px;
	}

	.close_payment > img{
		position: absolute!important;
		right: 36px;
		top: 16px;
		cursor: pointer;
		width: 24px;
		height: 24px;
	}
}


.left_side_oxy_woo{
	font-family: 'OpenSans', sans-serif!important;
	min-width: 375px;
	border-bottom-left-radius: 6px;
	box-shadow: 0 24px 32px 0 rgba(12, 0, 51, 0.1);
	background-color:#6C0093;
	color:white;
	height: 100vh;
	max-height: 600px;
}

#openOxyPayment{
	font-family: 'OpenSans', sans-serif!important;
	margin: 0 auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: fixed;
	width: 800px;
	background-color: white;
	border-radius: 6px;
	max-height: 800px;
}

#openOxyPayment .my_modal-content{
	font-family: 'OpenSans', sans-serif!important;
	min-height:600px;
}

#openOxyPayment .my_modal-body{
	font-family: 'OpenSans', sans-serif!important;
	display:flex;
	max-height: 600px;
}



.payment_footer{
	font-family: 'OpenSans', sans-serif!important;
	display: flex;
	align-items: center;
	font-size: 12px;
	color: #999ca9;
	line-height: 1;
}
.payment_footer>a{
	font-family: 'OpenSans', sans-serif!important;
	color: #999ca9!important;
}

.payment_footer.parent {
	font-family: 'OpenSans', sans-serif!important;
	padding: 24px;
	position: absolute;
	bottom: 0;
	justify-content: space-between;
	width: 100%;
	max-width: 375px;
	align-items: center;
}

.payment_footer > a > p{
	font-family: 'OpenSans', sans-serif!important;
	margin: 0 auto!important;
}

.oxygen_terms{
	font-family: 'OpenSans', sans-serif!important;
	padding-right: 20px;
}


#irisButton{
	font-family: 'OpenSans', sans-serif!important;
	border:none!important;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	position: relative;
	cursor: pointer;
	padding: 16px;
	border-radius: 4px;
	background-color: #F9F6FF;
	width: 100%;
}

.iris_text{
	font-family: 'OpenSans', sans-serif!important;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-left: 12px;
	justify-content: center;

}

.iris_text > div:first-child{
	font-family: 'OpenSansBold', sans-serif!important;
}

.payment-container{
	font-family: 'OpenSans', sans-serif!important;
	padding:24px;
	font-size: 16px;
}

.right_side_oxy_woo{
	font-family: 'OpenSans', sans-serif!important;
	height: 100vh;
	width: 100%;
	display: flex;
	flex-direction: column;
	min-height: 600px;
	max-width: 425px;

}


#irisButton:hover{
	font-family: 'OpenSans', sans-serif!important;
	background-color: rgba(228, 217, 255, 1);
}

@media only screen and (max-width: 800px) {

	#iframe{
		min-height: 553px;
	}

	.close_payment{
		font-family: 'OpenSans', sans-serif!important;
		position: absolute;
		right: 36px;
		top: 50px;
		cursor: pointer;
	}

	.response_payment {
		font-family: 'OpenSans', sans-serif!important;
		text-align: center;
	}

	.overlay__content{
		font-family: 'OpenSans', sans-serif!important;
		display: flex;
		flex-direction: column;
		align-items: center;
		left: 50%!important;
	}

	.full_cover_mobile{
		font-family: 'OpenSans', sans-serif!important;
		width: 100%;
		height: 100vh;
		position: fixed;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		z-index: 10000;
		left: 0;
		top: 0;
		display: flex;
		overflow: hidden;
	}


	.left_side_oxy_woo{
		font-family: 'OpenSans', sans-serif!important;
		position: relative;
		border-radius:0!important;
		min-width: 340px !important;
		max-height: stretch;
		height: 100%;
		/*min-height: 200px;*/
	}

	.right_side_oxy_woo{
		font-family: 'OpenSans', sans-serif!important;
		position: relative;
		background-color: white;
		padding-bottom: 24px;
		max-width:100%;
		min-height: auto;
	}

	.iris_arrow{
		font-family: 'OpenSans', sans-serif!important;
		right: 35px!important;
	}

	.payment_footer>a{
		font-family: 'OpenSans', sans-serif!important;
		color: #999ca9!important;
	}

	.payment_footer.parent{
		font-family: 'OpenSans', sans-serif!important;
		padding-top:24px;
		background-color: white;
		max-width: 100%;
		width:90%;
	}

	.close_payment {
		font-family: 'OpenSans', sans-serif!important;
		top: 20px;
	}

	/* Left = sticky */
	.full_cover_mobile > .left_side_oxy_woo{
		font-family: 'OpenSans', sans-serif!important;
		position: sticky;
		top: 0;
		align-self: flex-start;
		height: 100vh;
		width:100%;
		/*min-height: auto;*/
		max-height: fit-content;

	}

	/* Right = scroll */
	.right_side_oxy_woo{
		font-family: 'OpenSans', sans-serif!important;
		height: 100vh;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}

	.mainlogo{
		padding-bottom: 24px;
	}
}

@media only screen and (max-width:390px) {
	.iris_logo{
		display: none!important;
	}
}


.overlay_loader {
	font-family: 'OpenSans', sans-serif!important;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	background: #222222d9;
	z-index: 15;
}

.overlay__inner {
	font-family: 'OpenSans', sans-serif!important;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

.overlay__content {
	font-family: 'OpenSans', sans-serif!important;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: center;
}

.spinner {
	font-family: 'OpenSans', sans-serif!important;
	width: 75px;
	height: 75px;
	display: inline-block;
	border-width: 2px;
	border-color: rgba(255, 255, 255, 0.05);
	border-top-color: #fff;
	animation: spin 1s infinite linear;
	border-radius: 100%;
	border-style: solid;
}

@keyframes spin {
	100% {
		transform: rotate(360deg);
	}
}

.response_payment{
	font-family: 'OpenSans', sans-serif!important;
	font-weight: bold;
	margin-top: 2rem;
	margin-left: 1rem;
	color: white;
}

.wc_payment_method.payment_method_oxygen_payment > label{
	font-family: 'OpenSans', sans-serif!important;
	display: flex!important;
	align-items: start;
}

.wc_payment_method.payment_method_oxygen_payment > label > img{
	font-family: 'OpenSans', sans-serif!important;
	margin-left:20px;
}

/* this hides oxygen payment from Σελίδα πληρωμής πελάτη , if clicked from admin edit order page */
/*form#order_review .wc_payment_method.payment_method_oxygen_payment{*/
/*	display: none!important;*/
/*}*/
/* hide this again until send via email payment link */

.custom-vat-field .woocommerce-input-wrapper{
	font-family: 'OpenSans', sans-serif!important;
	position: relative;
}

#vat-check-button{
	font-family: 'OpenSans', sans-serif!important;
	width: 40px;
	position: absolute;
	right: 4px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #9737f8;
	color: #fff;
	border: none;
	cursor: pointer;
	height: 48px;
	border-radius: 2px;
}
#vat-check-button:hover{
	font-family: 'OpenSans', sans-serif!important;
	background-color: #672ca3;
}

.div_vat{
	font-family: 'OpenSans', sans-serif!important;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 25%;
	left: 25%;
}

.error_border{
	font-family: 'OpenSans', sans-serif!important;
	border:1px solid red!important;
}
/* HTML: <div class="loader"></div> */
.loading_vat {
	font-family: 'OpenSans', sans-serif!important;
	position: absolute;
	top: 6px;
	left: 6px;
	width: 21px;
	aspect-ratio: 1;
	border-radius: 50%;
	border: 3px solid white;
	animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
}

@keyframes l20-1{
	0%    {clip-path: polygon(50% 50%,0       0,  50%   0%,  50%    0%, 50%    0%, 50%    0%, 50%    0% )}
	12.5% {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100%   0%, 100%   0%, 100%   0% )}
	25%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 100% 100%, 100% 100% )}
	50%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
	62.5% {clip-path: polygon(50% 50%,100%    0, 100%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
	75%   {clip-path: polygon(50% 50%,100% 100%, 100% 100%,  100% 100%, 100% 100%, 50%  100%, 0%   100% )}
	100%  {clip-path: polygon(50% 50%,50%  100%,  50% 100%,   50% 100%,  50% 100%, 50%  100%, 0%   100% )}
}
@keyframes l20-2{
	0%    {transform:scaleY(1)  rotate(0deg)}
	49.99%{transform:scaleY(1)  rotate(135deg)}
	50%   {transform:scaleY(-1) rotate(0deg)}
	100%  {transform:scaleY(-1) rotate(-135deg)}
}
.oxy_create_document,.oxy_create_notice{

	text-align:center!important;
	text-decoration: none!important;
	max-height:28px!important;
	min-height:28px!important;
	display:block;
	border-radius:4px;
	font-size: 13px;
	line-height: 26px;
	font-weight: 500;
}

.oxy_create_notice{

	background-color: white;
	border:1px solid #A700E3;
	color: #A700E3;
	padding: 2px 8px!important;

}
.oxy_create_notice:hover,
.oxy_create_notice:active,
.oxy_create_notice:focus{
	text-decoration: none!important;
	background-color: #f2f2f2;
	color: #A700E3!important;
}

.oxy_create_document:hover,
.oxy_create_document:active,
.oxy_create_document:focus{
	color:#F2F2F4!important;
	text-decoration: none!important;
	background-color: #6C0093;

}

.oxy_create_document:focus,
.oxy_create_notice:focus{
	border-color: transparent!important;
	box-shadow: none !important;
}

.oxy_create_document{
	background-color: #A700E3;
	color: white;
	padding: 4px 10px!important;

}

.oxy_create_document.disabled{
	pointer-events: none;
	cursor: default;
	background-color: #ccc;
}

.download_pdf_orders,.load_shipping_data{

	background-color: #A700E3;
	color: white;
	font-size: 13px;
	padding: 3px 10px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	font-weight: 500;
	max-width: 108px;
	margin: 4px 0;
	position: relative;
	min-height:26px;
	cursor:pointer;
}

.download_pdf_orders:hover,.oxy_create_document:hover,
.load_shipping_data:hover{
	background-color: #6C0093;
}

.load_shipping_data{
	max-width: 245px;
	text-decoration: none !important;
	width: 100%;
}

.load_shipping_data:hover{
	color:white!important;
}

.load_shipping_data:focus{
	color:white!important;
}

.oxygen_links_style{
	color:#4e5057;
	font-weight:bold;
	text-decoration: none!important;
}

.oxygen_links_style:hover{

	color:#303235;
}

.oxygen_labels_orders{

	padding: 4px 0;
	display: inline-block;
	color:#191615;
	font-weight:bold;
	margin: 4px 0;
}

.oxygen_list_separator{
	width: 50px;
	border-bottom: 1px solid #761919;
	padding: 3px;
	margin: 0;
}


.loading_pdf_download {
	position: absolute;
	top: 6px;
	left: 40%;
	width: 16px;
	aspect-ratio: 1;
	border-radius: 50%;
	border: 2px solid white;
	animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
}

@keyframes l20-1{
	0%    {clip-path: polygon(50% 50%,0       0,  50%   0%,  50%    0%, 50%    0%, 50%    0%, 50%    0% )}
	12.5% {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100%   0%, 100%   0%, 100%   0% )}
	25%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 100% 100%, 100% 100% )}
	50%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
	62.5% {clip-path: polygon(50% 50%,100%    0, 100%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
	75%   {clip-path: polygon(50% 50%,100% 100%, 100% 100%,  100% 100%, 100% 100%, 50%  100%, 0%   100% )}
	100%  {clip-path: polygon(50% 50%,50%  100%,  50% 100%,   50% 100%,  50% 100%, 50%  100%, 0%   100% )}
}
@keyframes l20-2{
	0%    {transform:scaleY(1)  rotate(0deg)}
	49.99%{transform:scaleY(1)  rotate(135deg)}
	50%   {transform:scaleY(-1) rotate(0deg)}
	100%  {transform:scaleY(-1) rotate(-135deg)}
}

.send_invoice_email ,.print_pdf_orders{

	width:22px;
}

.send_invoice_email {

	margin-left: 10px;
	margin-top:10px;
}

.print_pdf_orders{

	margin-left: 12px;
}

.send_invoice_email >svg>path:hover,
.print_pdf_orders >svg>path:hover{
	fill: #4e5057;
	cursor: pointer;
}

#edit_shipping_data:hover{
	opacity:1!important;
}