#gopay-payment-iframe{
	z-index: 999999999999 !important;
}

/* ZD pokladna upravy */

.woocommerce-checkout .payment_box.payment_method_gopay-inline p {
	font-size: 16px !important;
	font-weight: 500 !important;
	color: #808080 !important;
}

.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method.payment_method_gopay-inline label {
	font-family: "Roboto Condensed", sans-serif !important;
	font-weight: bold;
	font-size: 20px !important;
}

.woocommerce-checkout .woocommerce-checkout-payment span.woocommerce-terms-and-conditions-checkbox-text {
	vertical-align: middle !important;
}

.woocommerce-checkout .woocommerce-checkout-payment .woocommerce-form__input.woocommerce-form__input-checkbox.input-checkbox {
	margin-right: 4px !important;
}

.woocommerce-checkout .woocommerce-checkout-payment [name="ecomail_subscribe"] + .woocommerce-terms-and-conditions-checkbox-text::after {
    content: "Odhlásit se můžete kdykoliv a posíláme jen to, co vás opravdu zajímá.";
	display: block;
	padding-top: 10px;
	font-size: 14px !important;
	color: #808080 !important;
}

.woocommerce-checkout-payment label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox:last-child {
	display: flex;
	gap: 4px;
}

.wc-stripe-error.woocommerce-message, .wc-notice.woocommerce-message {
	border-radius: 8px !important;
}

/* end of ZD pokladna upravy */

/* pokladna */

#billing_country_field{
	display: none !important;
}

#billing_country_field span strong{
	display: block;
    padding: 12px 0;
}

/* pokladna disable radio */
.wc_payment_method.payment_method_gopay-inline .input-radio {
	display: none !important;
}
/* end of pokladna disable radio */

.woocommerce-checkout .btn-hidden{
	display: block !important;
}

div.payment_box {
	margin-left: 0px !important;
}

.payment_methods li img {
	max-width: 80px !important;
}

.shop_table tfoot > tr:last-child th, .shop_table tfoot > tr:last-child td{
	vertical-align: top;
}

.shop_table.woocommerce-checkout-review-order-table .woocommerce-shipping-totals.shipping th{
	padding-top: 36px !important;
}

#shipping_method{
	min-width: 170px;
}

.woocommerce-checkout-payment .wc_payment_method{
	text-align: left;
	margin-bottom: 20px;
	background: #f6f6f6;
	padding: 18px;
	border-radius: 8px;
}

.woocommerce-checkout-payment .wc_payment_method > input[type="radio"]{
	margin: 7px 10px 0 0 !important;
	float: left !important;
}

.style-light input[type=radio]:checked:before, .style-dark .style-light input[type=radio]:checked:before {
	background: #ec1117 !important;
	width: 12px;
	height: 12px;
}

label[for="shipping_method_0_flat_rate1"] .woocommerce-Price-amount.amount{
	color: #ec1117 !important;
	font-weight: bold;
	font-family: "Roboto Condensed";
	font-size: 20px !important;
}

label[for="shipping_method_0_flat_rate1"]{
	font-size: 0;
}

label[for="shipping_method_0_flat_rate1"] small{
	display: none;
}

label[for="shipping_method_0_flat_rate1"] .woocommerce-Price-amount.amount:before,label[for="shipping_method_0_advanced_free_shipping"]:before{
	content: "";
    background-image: url(https://2022.denbraven.cz/wp-content/uploads/2022/03/ppl-logo.png);
    width: 80px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: right;
    margin-top: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

#billing_address_2_field,#shipping_address_2_field{
	display: none !important;
}

.woocommerce-order table.order_details{
	padding: 18px;
    background: #f2f2f2;
    border-radius: 8px;
    border: 0;
}

.order-table-with-thumbs.vertical-align-middle .order_details tr.order_item{
	background: #fff;
    flex: 100%;
    margin-bottom: 10px;
    display: flex;
    border-radius: 4px;
	align-items: center;
}

.order-table-with-thumbs.vertical-align-middle .order_details tr:last-of-type{
	margin-bottom: 0;
}

.order-table-with-thumbs.vertical-align-middle .order_details{
    display: flex;
    flex-wrap: wrap;
	margin: 0 !important;
}

.woocommerce-order-received .order-table-with-thumbs.vertical-align-middle .order_details.wc-bacs-bank-details.bacs_details li{
	flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 20px;
    background: #f2f2f2;
    border-radius: 8px;
    margin: 0 5px;
}

.woocommerce-order-received .order-table-with-thumbs.vertical-align-middle .order_details.wc-bacs-bank-details.bacs_details li strong{
	color: #ec1117;
}

.order-table-with-thumbs.vertical-align-middle .order_details.wc-bacs-bank-details.bacs_details li:first-of-type{
	margin-left: 0;
}

.order-table-with-thumbs.vertical-align-middle .order_details.wc-bacs-bank-details.bacs_details li:last-of-type{
	margin-right: 0;
}

.woocommerce-order h2, .woocommerce-order h3{
	margin-bottom: 18px;
}

.woocommerce-order-received .woocommerce-order h3{
	font-size: 26px !important;
}

.order-table-with-thumbs.vertical-align-middle .order_details tbody{
	flex: 2;
}

.order-table-with-thumbs.vertical-align-middle .order_details tfoot{
	display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-around;
    background: #fff;
    border-radius: 4px;
    margin-left: 20px;
}

.order-table-with-thumbs.vertical-align-middle .order_details tfoot tr{
	display: flex;
	justify-content: space-between;
}
	
.order-table-with-thumbs.vertical-align-middle .order_details th{
	padding-left: 18px !important;
	font-family: Roboto Condensed;
	font-weight: bold;
}

.order-table-with-thumbs.vertical-align-middle .order_details td{
	padding-left: 18px !important;
	padding-right: 18px !important;
	min-width: 120px;
}

.woocommerce-order-received .check-icon{
	padding: 18px;
    border-radius: 60px;
    color: #48c81a;
    font-size: 80px;
    display: inline-flex;
}

.woocommerce-order-received .woocommerce-order header,.woocommerce-order-received .woocommerce-order address{
	display: none;
}

.woocommerce-order-received .woocommerce-order{
	text-align: center;
}

.woocommerce-order-received .woocommerce-order .order-details{
	margin-top: 50px;
}

.woocommerce-order-received .woocommerce-order > p{
	display: none;
}

.woocommerce-order-received .woocommerce-order-overview{
	display: flex;
}

.woocommerce-order-received .woocommerce-order-overview li{
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 10px 20px;
	background: #f2f2f2;
	border-radius: 8px;
	margin: 0 5px;
}

.woocommerce-order-received .woocommerce-order-overview li:first-of-type{
	margin-left: 0;
}

.woocommerce-order-received .woocommerce-order-overview li:last-of-type{
	margin-right: 0;
}

.woocommerce-order-received .woocommerce-order-overview li strong{
	font-weight: 700;
}

#billing_iscomp_field {
    width: 100%;
    background: #eaeaea;
    display: flex;
    align-items: center;
    grid-column: 1 / -1;
    padding: 10px;
    border-radius: 4px;
}

#billing_iscomp_field input[type="checkbox"]{
	margin-right: 5px;
	vertical-align: -3px;
}

.woocommerce-checkout .woocommerce .woolab-ic-dic-no_spaces span.woolab-ic-dic-tip {
    position: absolute;
    left: 0;
    right: 0;
    font-size: 10px;
    color: #fff;
    background: #48c81a;
    text-align: center;
    padding: 0 10px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.woocommerce-checkout .woocommerce .woolab-ic-dic-no_spaces span.woolab-ic-dic-tip.error {
    background: #ec1117;
}

.woocommerce-checkout .woocommerce .woolab-ic-dic-no_spaces{
	position: relative;
}

span.optional{
	display: none;
}

#payment button[type="submit"]{
	background: #48c916 !important;
    border: 1px solid #48c916 !important;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 18px !important;
    font-size: 16px;
    font-family: "Roboto Condensed" !important;
	border-radius: 8px;
}

#payment button[type="submit"]:hover{
    background: #3cb20f !important;
	border: 1px solid #3cb20f !important;
	color: #fff !important;
}

.order-table-with-thumbs.vertical-align-middle .woocommerce-checkout-review-order-table td.product-name{
	font-family: "Roboto Condensed" !important;	
	font-weight: bold;
}

.order-table-with-thumbs .woocommerce-checkout-review-order-table .product-item-thumb strong.product-quantity{
	font-weight: 500;
    font-size: 12px;
    font-family: 'Rubik';
    height: 16px;
    line-height: 16px;
}

.woocommerce-form-coupon-toggle .wc-notice a{
	color: #ec1117;
}

.woocommerce-form-coupon-toggle .wc-notice a:hover{
	text-decoration: underline;
}

.shop_table tr > td > span.woocommerce-Price-amount,.shop_table tr > td > strong span.woocommerce-Price-amount{
	display: block;
    font-size: 20px;
    font-family: "Roboto Condensed";
    font-weight: bold;
    color: #ec1117 !important;
}

.shop_table tr td span .tax_label, .shop_table tr td strong > span .tax_label{
	font-size: 12px;
}

.woocommerce-checkout-review-order-table tfoot th{
	font-family: "Roboto Condensed" !important;	
	font-weight: bold;
	font-size: 20px;
}

.woocommerce-checkout-review-order-table tfoot{
    background: #f7f7f7;
    width: 100%;
}

.woocommerce-checkout-review-order-table tfoot th,.woocommerce-checkout-review-order-table tfoot td{
	padding: 18px !important;
}

.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th,.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td{
	display: none !important;
}

.shop_table.woocommerce-checkout-review-order-table tbody tr > td > span.woocommerce-Price-amount{
	color: #303133 !important;
}

.shop_table.woocommerce-checkout-review-order-table tbody tr > td.product-total{
	padding-right: 18px !important;
	width: 35%;
}

.woocommerce-billing-fields__field-wrapper .form-row:last-child {
    grid-column: 1 / 3;
}

@media (max-width: 959px){
	.woocommerce-order-received .woocommerce-order-overview li{
		margin: 0 5px 5px !important;
	}
	
	.woocommerce-order-received .order_details li{
		margin: 0 5px 5px !important;
		flex: 1;
	}

}

@media (max-width: 569px){
	.woocommerce-checkout .shop_table tfoot > tr:last-child th, .woocommerce-checkout .shop_table tfoot > tr:last-child td{
		min-width: 120px;
	}
	
	.woocommerce-order-received .order_details li{
		flex: 100% !important;
	}
	
	.order-table-with-thumbs.vertical-align-middle .order_details tfoot{
		margin-left: 0;
		margin-top: 18px;
	}
	
	.woocommerce-checkout .col-lg-6 .uncell{
		background: #f6f6f6;
		margin-bottom: 18px;
		display: block;
	}
	
	.woocommerce-form-coupon-toggle .wc-notice a{
		display: block;
		margin-top: 9px;
	}
	
	.woocommerce-checkout .wpb_row.row-inner > div:last-of-type .uncell.single-block-padding{
		padding: 0;
		background: transparent;
	}
	
	#order_review_heading{
		margin-top: 36px !important;
	}
	
	.woocommerce-checkout-review-order-table tfoot tr th,.woocommerce-checkout-review-order-table tfoot tr td{
		width: 50%;
	}
	
	label[for="shipping_method_0_flat_rate1"]{
		font-size: 0;
	}
	
	label[for="shipping_method_0_flat_rate1"] span{
		font-size: 16px;
		font-weight: bold;
	}
	
	label[for="shipping_method_0_flat_rate1"] span bdi{
		color: #ec1117;
		font-weight: bold;
	}
	
	label[for="shipping_method_0_flat_rate1"] small{
	    display: block;
    	margin: 0;
	}
}