<style id="elementor-post-12893">.elementor-12893 .elementor-element.elementor-element-35f98f4c > .elementor-container{max-width:1100px;}.elementor-12893 .elementor-element.elementor-element-35f98f4c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:80px 20px 80px 20px;}.elementor-12893 .elementor-element.elementor-element-35f98f4c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12893 .elementor-element.elementor-element-6607718:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-12893 .elementor-element.elementor-element-6607718 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-12893 .elementor-element.elementor-element-6607718 > .elementor-element-populated, .elementor-12893 .elementor-element.elementor-element-6607718 > .elementor-element-populated > .elementor-background-overlay, .elementor-12893 .elementor-element.elementor-element-6607718 > .elementor-background-slideshow{border-radius:5px 5px 5px 5px;}.elementor-12893 .elementor-element.elementor-element-6607718 > .elementor-element-populated{box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.15);transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:20px 20px 20px 20px;}.elementor-12893 .elementor-element.elementor-element-6607718 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}body.elementor-page-12893:not(.elementor-motion-effects-element-type-background), body.elementor-page-12893 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F7F7F7;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-12893 .elementor-element.elementor-element-35f98f4c{padding:0px 0px 0px 0px;}}/* Start custom CSS *//***** kompozico.hu pénztár v1.0 *****/
/* Megrendelés elküldése gomb */
#place_order {
    color: #fff !important; /* betűszín */
    border: 0px solid var(--e-global-color-accent) !important; /* szegély és szegélyszín */
    background: #7F101B !important; /* háttérszín */
	padding: 20pxpx 30px !important;
	width: 100%;
	padding: 20px 30px;
}
 
#place_order:hover {
    color: #fff !important; /* egér fölött betűszín */
    background: #54595F !important;/* egér fölött háttérszín */
    padding: 20px 30px !important;
}

/* Kupon gomb */
.woocommerce button.button {
	background: #4285F4 !important; /* gomb háttérszín */
	color: #fff; /* gomb betűszín */
	width: 100%;
	border: 0px;
	border-radius: 100px !important;
	padding: 17px 30px;
}
 
.woocommerce button.button:hover {
	background: #1A72C9!important; /* gomb háttérszin egérmutató alatt */
	color: #fff !important; /* gomb betűszín egérmutató alatt */
}

/* 2 oszlopos elrendezés */
@media (min-width: 1025px) {
.woocommerce {
	overflow: hidden;
}

.woocommerce:after {
	clear: both;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
	width: 100%;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: right;
    width: 100%;
}

.woocommerce .col2-set, .woocommerce-page .col2-set {
	float:left;
	width: 48%;
}

#order_review_heading, .woocommerce #order_review, .woocommerce-page #order_review {
    float: left;
    width: 48%;
    margin-left: 2%;
}
}


/* Szállítás másik címre */
#ship-to-different-address span {
    font-weight: 700 !important;
}


/* Címsor */
h3 {
    font-size: 20px !important; /* betűméret */
	color: #000; /* betűszín */
	text-transform: uppercase;
}
 
/* Táblázat */
.select2-container .select2-selection--single {
	height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 40px;
	color: #4e4e4e;
	font-weight: 700;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	margin-top: 8px;
}
.select2-container--default .select2-selection--single {
	background: #fff;
	border: none;
}
 
.elementor-widget-text-editor {
    color: #33475b;
    font-weight: 400;
}
 
/* Rendelés tartalma */
table th b, strong{
    font-weight: 700;
    color: #000; /* betűszín */
}

/* Fizetés */
.woocommerce-checkout #payment {
	background: #fff !important;
}

.woocommerce-checkout #payment ul.payment_methods {
	border: none;
}


input.text, input.title, input[type="email"], input[type="password"], input[type="tel"], input[type="text"], select, textarea {
    border: none;
    color: #010101;
    height: 50px;
    width: 100%;
}

/* Mezők */
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	border: 1px solid #dadce0 !important;
	background: #fff;
	border-radius: 3px;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	transition: 0.3s ease; 
}

.woocommerce form .form-row input.input-text:hover, .woocommerce form .form-row textarea:hover {
	border: 1px solid #333 !important;
}

input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
	border: none;
	background-color: #eee;
}
.select2-container .select2-selection--single {
	height: 49px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered { 
	line-height: 49px;
	color: #4e4e4e;
	font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	margin-top: 8px;
}

.select2-container--default .select2-selection--single { 
	background-color: #eee; 
	border: none; 
}

.select2-container--default .select2-selection--single{
    background-color: #fff !important;
    border: 1px solid #dadce0 !important;
}

.select2-container--default:hover .select2-selection--single:hover {
border: 1px solid #333 !important;
}

.woocommerce form .form-row input.input-text:focus, .woocommerce form .form-row textarea:focus {
    border: 1px solid var(--e-global-color-accent) !important;
}

/* Értesítő rész */
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	border-top: none !important;	
}
/*********************************//* End custom CSS */</style>{"id":12893,"date":"2021-11-17T12:27:06","date_gmt":"2021-11-17T12:27:06","guid":{"rendered":"https:\/\/telc.hu\/checkout\/"},"modified":"2021-12-16T09:31:50","modified_gmt":"2021-12-16T09:31:50","slug":"checkout","status":"publish","type":"page","link":"https:\/\/telc.hu\/en\/checkout\/","title":{"rendered":"Checkout"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"12893\" class=\"elementor elementor-12893 elementor-12884\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-35f98f4c elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"35f98f4c\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6607718\" data-id=\"6607718\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>[woocommerce_checkout ]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_seopress_titles_title":"","_seopress_titles_desc":"","_seopress_robots_index":"","_seopress_robots_follow":"","_seopress_robots_imageindex":"","_seopress_robots_snippet":"","_seopress_robots_primary_cat":"","_seopress_robots_breadcrumbs":"","_seopress_robots_freeze_modified_date":"","_seopress_robots_custom_modified_date":"","_seopress_robots_canonical":"","_seopress_social_fb_title":"","_seopress_social_fb_desc":"","_seopress_social_fb_img":"","_seopress_social_fb_img_attachment_id":0,"_seopress_social_fb_img_width":0,"_seopress_social_fb_img_height":0,"_seopress_social_twitter_title":"","_seopress_social_twitter_desc":"","_seopress_social_twitter_img":"","_seopress_social_twitter_img_attachment_id":0,"_seopress_social_twitter_img_width":0,"_seopress_social_twitter_img_height":0,"_seopress_redirections_value":"","_seopress_redirections_enabled":"","_seopress_redirections_enabled_regex":"","_seopress_redirections_logged_status":"","_seopress_redirections_param":"","_seopress_redirections_type":0,"_seopress_analysis_target_kw":"","_seopress_news_disabled":"","_seopress_video_disabled":"","_seopress_video":[],"_seopress_pro_schemas_manual":[],"_seopress_pro_rich_snippets_disable_all":"","_seopress_pro_rich_snippets_disable":[],"_seopress_pro_schemas":[],"footnotes":""},"class_list":["post-12893","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/telc.hu\/en\/wp-json\/wp\/v2\/pages\/12893","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/telc.hu\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/telc.hu\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/telc.hu\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/telc.hu\/en\/wp-json\/wp\/v2\/comments?post=12893"}],"version-history":[{"count":3,"href":"https:\/\/telc.hu\/en\/wp-json\/wp\/v2\/pages\/12893\/revisions"}],"predecessor-version":[{"id":12896,"href":"https:\/\/telc.hu\/en\/wp-json\/wp\/v2\/pages\/12893\/revisions\/12896"}],"wp:attachment":[{"href":"https:\/\/telc.hu\/en\/wp-json\/wp\/v2\/media?parent=12893"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}