/*
Theme Name: emadeforyou Theme
Theme URI:  https://www.jakubca.com
Author:     Adrián Jakubča
Author URI: https://www.jakubca.com
Template:   hello-elementor
Version:    1.0
License:    GNU General Public License v2 or later
*/

.flex-1 {
	flex: 1 !important;
}
.height-100 {
	height: 100% !important;
}

.a-href-black-to-red a {
	color: #000000 !important;
	text-decoration: underline !important;
}
.a-href-black-to-red a:hover {
	color: #841927 !important;
}
p:last-child {
	margin-bottom: 0 !important;
}
.specifikaci-font {
	font-size: 14px !important;
}
.elementor-menu-cart__toggle_button {
	flex-direction: row !important;
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
	left: calc(var(--dots-horizontal-position) + var(--dots-horizontal-offset)) !important;
}
.packeta-widget .wc-block-components-text-input input {
	height: 0 !important;
}

.woocommerce-cart .woocommerce table.shop_table tr.order-total {
	display: table-row !important;
}
.woocommerce-cart .woocommerce table.shop_table_responsive tbody tr.order-total th,
.woocommerce-cart .woocommerce table.shop_table_responsive tbody tr.cart-discount th {
	display: table-cell !important;
}
.woocommerce-cart .woocommerce table.shop_table_responsive tbody tr.cart-discount td::before {
	display: none !important;
}
.woocommerce-cart .cart-collaterals .cart_totals table th {
	width: 40% !important;
}
.woocommerce-cart .woocommerce table.shop_table tr.cart-subtotal {
	display: none !important;
}
.woocommerce-cart .woocommerce table.shop_table tr.order-total-tax-info td {
	padding-top: 4px !important;
	color: #666;
	font-size: 0.9em;
}

.added_to_cart {
	display: none !important;
}
.wc-block-components-totals-shipping__change-address__link {
	color: #841927 !important;
	text-decoration: underline !important;
}
.wc-block-components-totals-shipping__change-address__link:hover {
	color: #841927 !important;
	text-decoration: none !important;
}
.wc-block-components-checkout-place-order-button {
	color: #ffffff !important;
	background-color: #841927 !important;
	border-color: #841927 !important;
}
.wc-block-components-checkout-place-order-button:hover {
	color: #ffffff !important;
	background-color: #000 !important;
	border-color: #000 !important;
}

.all-product-loop-item .in-stock,
.all-product-loop-item .out-of-stock {
	border-radius: 4px;
	font-weight: 700;
	padding: 4px 10px 5px 10px;
	font-size: 0.8rem !important;
}
.all-product-loop-item .in-stock {
	color: #eeb4bb !important;
	background-color: var(--e-global-color-primary) !important;
}
.all-product-loop-item .out-of-stock {
	color: #747474 !important;
	background-color: #dfdfdf !important;
}

.all-product-loop-item .with-dph {
	font-size: 1rem;
	font-weight: 700 !important;
}
.all-product-loop-item .without-dph {
	font-size: 0.8rem;
	color: #8b8b8b;
}

.all-product-loop-item .span,
.all-product-loop-item .span {
	font-weight: 300 !important;
}

.my-title span {
	font-weight: 900 !important;
	color: var(--e-global-color-primary);
}

.white-gradient:after {
	content: "";
	width: 100%;
	height: 75%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
.red-gradient:after {
	content: "";
	width: 100%;
	height: 50%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: rgb(132, 25, 39);
	background: -moz-linear-gradient(180deg, rgba(132, 25, 39, 0) 0%, rgba(132, 25, 39, 1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(132, 25, 39, 0) 0%, rgba(132, 25, 39, 1) 100%);
	background: linear-gradient(180deg, rgba(132, 25, 39, 0) 0%, rgba(132, 25, 39, 1) 100%);
	background: linear-gradient(180deg, rgba(132, 25, 39, 0) 0%, rgba(132, 25, 39, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}

.header-socky-after:after {
	content: "";
	width: 1px;
	height: 18px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -27px;
	margin: auto;
	background-color: #a7424f;
}

.index-slider-bg:after {
	content: "";
	width: 670px;
	height: calc(100% - 100px);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	background: #f0f0f0;
	border-radius: 6px;
}

.btn-show-preview a {
	width: 100%;
}

@media (max-width: 1024px) {
	.btn-show-preview a {
		width: 260px;
	}
}
/* .btn-show-preview {
	position: absolute !important;
	transform: rotate(270deg) translateX(calc(-100% - 50px)) translateY(calc(-100% + 5px));
    transform-origin: top left;
    top: 0;
    left: 0;
}

@media (max-width: 767px) {
	.btn-show-preview {
		position: absolute !important;
		transform: rotate(0deg) translateX(0) translateY(calc(100% - 1px));
		transform-origin: top left;
		top: auto;
		left: 0;
		right: 0;
		margin: auto;
		bottom: 0;
	}
	.btn-show-preview .elementor-button-wrapper {
		display: flex;
		align-items: center;
		justify-content: center;
	}
} */

.detail-cover-wrapper {
	max-width: 460px !important;
}

.detail-cover-wrapper-lying {
	max-width: 500px !important;
}

.book_lying {
	width: 500px;
	height: 370px;
	position: relative;
	text-align: center;
}
.book_lying_small {
	width: 320px;
	height: 237px;
	position: relative;
	text-align: center;
}
.book_lying_index {
	width: 200px;
	height: 148px;
	position: relative;
	text-align: center;
}
.book_small {
	/*   width: 240px;
  height: 339px; */
	width: 260px;
	height: 367px;
	position: relative;
	text-align: center;
}
.book_small_2 {
	width: 200px;
	height: 282px;
	position: relative;
	text-align: center;
}
.book {
	width: 460px;
	height: 649px;
	position: relative;
	text-align: center;
}
.book_lying_index .cover,
.book_small_2 .cover,
.book_lying .cover,
.book_lying_small .cover,
.book_small .cover,
.book .cover {
	position: absolute;
	top: 0;
	left: 0;
}
.book_lying_index .cover img,
.book_small_2 .cover img,
.book_lying .cover img,
.book_lying_small .cover img,
.book_small .cover img,
.book .cover img {
	display: block;
}
.book-cover {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	transform-origin: 0 50%;
	-webkit-transform-origin: 0 50%;
	background: #111;
	border-radius: 3px;
	box-shadow:
		inset 4px 1px 3px #ffffff60,
		inset 0 -1px 2px #00000080;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

.book .book-cover {
	background-size: 100% 100%;
}

.effect {
	width: 20px;
	height: 100%;
	margin-left: 10px;
	border-left: 2px solid #00000010;
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
	transition: all 0.5s ease;
}

.light {
	width: 90%;
	height: 100%;
	position: absolute;
	border-radius: 3px;
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
	top: 0;
	right: 0;
	opacity: 0.1;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.book_lying_index:hover,
.book_small_2:hover,
.book_lying:hover,
.book_lying_small:hover,
.book_small:hover,
.book:hover {
	cursor: pointer;
}

.book_lying_index:hover .book-cover,
.book_small_2:hover .book-cover,
.book_lying:hover .book-cover,
.book_lying_small:hover .book-cover,
.book_small:hover .book-cover,
.book:hover .book-cover {
	transform: perspective(2000px) rotateY(-30deg);
	-webkit-transform: perspective(2000px) rotateY(-30deg);
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	box-shadow:
		inset 4px 1px 3px #ffffff60,
		inset 0 -1px 2px #00000080,
		10px 0px 10px -5px #00000030;
}

.book_lying_index:hover .effect,
.book_lying:hover .effect,
.book_lying_small:hover .effect,
.book_small:hover .effect,
.book:hover .effect {
	width: 40px;
	/** margin-left:13px;
  opacity: 0.5; **/
}

.book_lying_index:hover .light,
.book_lying:hover .light,
.book_lying_small:hover .light,
.book_small:hover .light,
.book:hover .light {
	opacity: 1;
	width: 70%;
}

.book-inside {
	width: calc(100% - 2px);
	height: 96%;
	position: relative;
	top: 2%;
	border: 1px solid grey;
	border-radius: 3px;
	background: white;
	box-shadow:
		10px 40px 40px -10px #00000030,
		inset -2px 0 0 grey,
		inset -3px 0 0 #dbdbdb,
		inset -4px 0 0 white,
		inset -5px 0 0 #dbdbdb,
		inset -6px 0 0 white,
		inset -7px 0 0 #dbdbdb,
		inset -8px 0 0 white,
		inset -9px 0 0 #dbdbdb;
}

.woocommerce-checkout-info-doplnok {
	background: var(--sections-background-color, #ffffff);
	border-radius: var(--sections-border-radius, 3px);
	padding: var(--sections-padding, 16px 30px);
	margin: var(--sections-margin, 0 0 24px 0);
	border-style: var(--sections-border-type, solid);
	border-color: var(--sections-border-color, #d5d8dc);
	border-width: 1px;
	display: block;
}
.woocommerce-checkout-info-doplnok a {
	color: var(--e-global-color-primary) !important;
	text-decoration: underline !important;
}
.woocommerce-checkout-info-karty img {
	max-width: 140px !important;
	display: block !important;
	margin-top: 20px !important;
}

.woocommerce-billing-fields h3 {
	font-size: 1.25rem !important;
	font-weight: 700 !important;
}

.elementor-widget-woocommerce-checkout-page #ship-to-different-address {
	padding-top: 20px !important;
	padding-left: 0 !important;
	font-size: 1.25rem !important;
}
.elementor-widget-woocommerce-checkout-page #ship-to-different-address span {
	font-weight: 700 !important;
}

.woocommerce-checkout-spat-do-obchodu a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: 20px;
}
.woocommerce-checkout-spat-do-obchodu a:hover {
	color: #000000 !important;
}
/* Štýly pre vlastný text so SVG šípkou doľava */
.woocommerce-checkout-spat-do-kosika a {
	color: var(--e-global-color-primary) !important;
	text-decoration: underline !important;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: color 0.3s ease;
}

.woocommerce-checkout-spat-do-kosika svg {
	width: 20px;
	fill: var(--e-global-color-primary) !important;
	margin-right: 10px;
}
.woocommerce-checkout-spat-do-kosika a:hover {
	color: #000000 !important;
}

.elementor-widget-woocommerce-cart .woocommerce .wc-proceed-to-checkout .checkout-button {
	background-color: #ffff00 !important;
	color: var(--e-global-color-primary) !important;
}
.elementor-widget-woocommerce-cart .woocommerce .wc-proceed-to-checkout .checkout-button:hover {
	background-color: #000000 !important;
	color: #ffffff !important;
}

.shipping-calculator-button {
	color: var(--e-global-color-primary) !important;
	text-decoration: underline !important;
}
.elementor-widget-woocommerce-cart
	.woocommerce
	a:not(.add_to_cart_button):not(.restore-item):not(.wc-backward):not(.wc-forward),
.woocommerce-cart-form__cart-item.cart_item .product-name {
	color: var(--e-global-color-primary) !important;
}
.woocommerce-cart-form__cart-item.cart_item .product-name {
	text-decoration: underline !important;
}
.elementor-widget-woocommerce-cart .woocommerce button.button {
	color: var(--e-global-color-primary) !important;
	border-color: var(--e-global-color-primary) !important;
}
.elementor-widget-woocommerce-cart .woocommerce button.button:hover {
	color: #ffffff !important;
	background-color: var(--e-global-color-primary) !important;
	border-color: var(--e-global-color-primary) !important;
}

.tnp form {
	margin: 0 !important;
}
div.tnp-subscription {
	max-width: 100% !important;
}
.tnp-subscription {
	margin: 0 !important;
}
.tnp-field-email input {
	color: var(--e-global-color-primary) !important;
	background-color: #d47b87 !important;
	border: 0 !important;
}
.tnp-field-email input::placeholder {
	color: var(--e-global-color-primary) !important;
}
.tnp-field-email input::-ms-input-placeholder {
	color: var(--e-global-color-primary) !important;
}

.tnp-field-email label {
	display: none !important;
	height: 0 !important;
}
.tnp-privacy-field a {
	color: #d47b87 !important;
}
.tnp-field-button {
	margin-bottom: 0 !important;
}
.tnp-field-button input {
	padding: 10px 35px !important;
	background-color: #000000 !important;
}

.product-detail .in-stock {
	display: inline-block;
}
.product-detail .in-stock,
.product-detail .out-of-stock {
	border-radius: 4px;
	padding: 4px 10px 5px 10px;
	font-weight: 700;
	font-size: 0.8rem !important;
}
.product-detail .in-stock {
	color: #eeb4bb !important;
	background-color: var(--e-global-color-primary) !important;
}
.product-detail .out-of-stock {
	color: #747474 !important;
	background-color: #dfdfdf !important;
}

.without-dph-detail {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 5px;
	font-weight: 600;
	color: #a5a5a5;
}
.with-dph-detail {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 5px;
	font-size: 1.25rem;
	line-height: 2rem;
	font-weight: 700;
}

.tax-detail {
	width: 65px;
	font-size: 0.7rem;
	font-weight: 600;
	display: flex;
	align-items: center;
	color: #a5a5a5;
}

.woocommerce-checkout-review-order-table .product-name {
	width: 70% !important;
}
.woocommerce-checkout-review-order-table .product-total {
	width: 30% !important;
}
.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals th,
.woocommerce-checkout-review-order-table tr.order-total th {
	display: table-cell !important;
}
.woocommerce-checkout-review-order-table tr.woocommerce-shipping-methods-row td {
	padding-top: 0 !important;
}
.woocommerce-checkout-review-order-table tr.order-total-tax-info td,
.woocommerce-checkout-review-order-table tr.woocommerce-shipping-description td {
	color: #666;
	font-size: 0.9em;
	padding-top: 2px !important;
}

.woocommerce div.product div.images {
	margin-bottom: 0 !important;
}

.wc-block-components-button.wp-element-button.contained {
	background-color: #ba1c05 !important;
	color: #ffffff !important;
	font-weight: 700 !important;
}

.wc-block-components-button.wp-element-button.contained:hover {
	background-color: var(--e-global-color-primary) !important;
}
.wc-block-components-product-metadata__description p {
	display: none !important;
}
#shipping-fields .wc-block-components-checkout-step__description {
	display: none !important;
}
.wc-block-components-checkout-return-to-cart-button,
.wp-block-woocommerce-checkout-pickup-options-block,
.wp-block-woocommerce-checkout-shipping-method-block {
	display: none !important;
}
.elementor-menu-cart__products {
}

@media (max-width: 767px) {
	.is-small .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.wp-block-woocommerce-checkout,
	.wc-block-components-order-summary,
	.wc-block-components-totals-item {
		padding: 0 !important;
	}
	.is-small .wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
		text-align: center !important;
	}
	.wc-block-checkout__actions_row {
		justify-content: center !important;
	}

	.is-small .wp-block-woocommerce-checkout-order-summary-block.checkout-order-summary-block-fill-wrapper {
		display: none !important;
	}
	.woocommerce ul.order_details {
		margin: 0 0 20px 0 !important;
		padding: 0 !important;
		display: flex;
		flex-wrap: wrap;
	}
	.woocommerce-order-details {
		margin-top: 20px !important;
	}
	.woocommerce-order-overview__date.date,
	.woocommerce-order-overview__payment-method.method,
	.woocommerce-order-overview__total.total,
	.woocommerce-order-overview__order.order,
	.woocommerce-order-overview__email.email {
		margin: 0 0 1px 0 !important;
		padding: 14px 0 10px 10px !important;
		background-color: #e9e9e9;
		border: 0 !important;
	}

	.woocommerce-order-overview__date.date,
	.woocommerce-order-overview__payment-method.method,
	.woocommerce-order-overview__total.total,
	.woocommerce-order-overview__order.order {
		width: 50% !important;
	}
	.woocommerce-order-overview__email.email {
		width: 100% !important;
	}

	.woocommerce-order-overview__total.total,
	.woocommerce-order-overview__order.order {
		border-right: 1px solid #ffffff !important;
	}
	.woocommerce-column--2 .woocommerce-column__title {
		padding-top: 25px !important;
	}
	section.woocommerce-order-details a {
		color: var(--e-global-color-primary) !important;
		text-decoration: underline !important;
	}
}

/* Pokladna */
/* payment-method.php */
li.wc_payment_method {
	margin-bottom: 1px !important;
	padding: 10px 0 !important;
}
.woocommerce-checkout #payment ul.payment_methods li input {
	margin: 0 5px 0 0 !important;
}
.woocommerce #payment .payment_methods.methods label {
	padding: 0 0 5px 0;
}
.wc_payment_method.payment_method_wc_gopay_gateway img {
	width: 70px !important;
	margin: 0 0 0 10px !important;
}
.woocommerce-checkout #payment div.payment_box {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 1em 1em 1em 1.25em;
	margin: 1em 0 0 0;
	font-size: 0.92em;
	border-radius: 2px;
	line-height: 1.5;
	background-color: #e4e4e4;
	color: #515151;
}
.woocommerce-checkout #payment div.payment_box::before {
	content: "";
	display: block;
	border: 1em solid #e4e4e4;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
	position: absolute;
	top: -0.75em;
	left: 0;
	margin: -1em 0 0 1em;
}
.payment_method_wc_gopay_gateway_selection {
	display: none !important;
	height: 0 !important;
}

/* terms.php */
.woocommerce-terms-and-conditions-wrapper a {
	color: var(--e-global-color-primary) !important;
	text-decoration: underline !important;
}
.woocommerce-terms-and-conditions-wrapper a:hover {
	color: #000000 !important;
	text-decoration: none !important;
}
.form-row.validate-required {
	margin-top: 10px !important;
}
.woocommerce form .form-row label {
	line-height: 22px;
}

/* pokladna-odoslat-objednavku */
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor))
	.woocommerce
	button.button.alt {
	background-color: #ffff00 !important;
	color: #000000 !important;
	margin-top: 20px;
	padding: 15px 35px !important;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor))
	.woocommerce
	button.button.alt:hover {
	background-color: #000000 !important;
	color: #ffffff !important;
}

/* Packeta plugin */
.packeta-widget.after-rate .packetery-widget-button-row {
	width: 100% !important;
	display: flex !important;
	flex-direction: row !important;
	align-items: center;
	margin-top: 5px;
}
.packeta-widget.after-rate .packeta-widget-button img {
	display: block !important;
	margin: 0 !important;
}
.packeta-widget.after-rate .packeta-widget-button button {
	width: 100% !important;
	flex: 1 !important;
	padding: 15px 5px !important;
	margin: 0 0 0 10px !important;
	background-color: #ba1c05 !important;
	border-radius: 0 !important;
	color: #ffffff !important;
}
.packetery-widget-button-row.packeta-widget-button {
}

.elementor-add-to-cart.elementor-product-simple {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.woocommerce .woocommerce-customer-details address {
	padding: 15px 20px !important;
}
.woocommerce-table--order-details .button {
	margin-top: 10px !important;
	text-decoration: none !important;
	background-color: #e9e6ed;
	color: var(--e-global-color-primary) !important;
}
.woocommerce-table__product-name.product-name a {
	color: var(--e-global-color-primary) !important;
	text-decoration: underline !important;
}

.e-cart__container {
	margin-top: 10px;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
	margin-bottom: 50px;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout a {
	color: #000000;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout a:hover {
	color: var(--e-global-color-primary) !important;
}
.woocommerce-NoticeGroup .woocommerce-error {
	max-width: 1440px;
	margin: 10px auto 0 auto;
	padding: 1em 1em 1em 3.5em;
	background-color: var(--e-global-color-accent);
	border-top-color: #000000;
	display: flex;
	flex-direction: column;
	padding-left: 55px;
	justify-content: space-between;
}
.woocommerce-notices-wrapper .woocommerce-message {
	max-width: 1440px;
	margin: 10px auto 0 auto;
	padding: 1em 1em 1em 3.5em;
	background-color: var(--e-global-color-accent);
	border-top-color: #000000;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.woocommerce-NoticeGroup .woocommerce-error::before {
	color: #000000;
	top: 0 !important;
	bottom: 0 !important;
	margin: auto !important;
	display: flex;
	align-items: center;
}
.woocommerce-notices-wrapper .woocommerce-message::before {
	color: #000000;
	top: 0 !important;
	bottom: 0 !important;
	margin: auto !important;
	display: flex;
	align-items: center;
}
.woocommerce-NoticeGroup .woocommerce-error::after {
	display: none !important;
}
.woocommerce-notices-wrapper .woocommerce-message::after {
	display: none !important;
}
.woocommerce-NoticeGroup .woocommerce-error:focus-visible {
	outline: 0 !important;
}
.woocommerce-notices-wrapper .woocommerce-message:focus-visible {
	outline: 0 !important;
}

.woocommerce-notices-wrapper .button.wc-forward {
	background-color: #000000 !important;
	color: #ffffff !important;
}
.woocommerce-notices-wrapper .button.wc-forward:hover {
	background-color: var(--e-global-color-primary) !important;
}

@media (max-width: 767px) {
	.woocommerce-notices-wrapper {
		padding: 0 10px;
	}
}

.cart_totals {
	display: flex;
	flex-direction: column;
	/* display: grid; */
}
.cart_totals .wc-proceed-to-checkout {
	order: 10;
}
.cart_totals .woocommerce-shipping-description,
.cart_totals.calculated_shipping h2,
.cart_totals .woocommerce-shipping-methods-row,
.cart_totals .woocommerce-shipping-totals.shipping {
	display: none !important;
}
.woocommerce-Price-amount.nadpis {
	width: 100% !important;
	font-size: 14px;
	font-weight: 700;
	display: block !important;
	margin-top: 20px;
}
.woocommerce-Price-amount.text {
	width: 100% !important;
	display: block !important;
}

.variations th.label {
	padding: 6px 10px 0px 10px !important;
}
.woo-selected-variation-item-name,
.woo-variation-swatches.wvs-show-label .variations th label {
	margin: 0 !important;
}
.variations td {
	padding: 0 !important;
}
.variations tr:nth-child(2) {
	display: none !important;
}

.grid-2 .woocommerce-variation.single_variation:not(:has(.woocommerce-variation-description)) {
	min-height: 0px !important;
	background-color: #841927;
	display: none !important;
}
.grid-2
	.woocommerce-variation.single_variation:has(.woocommerce-variation-description)
	.woocommerce-variation-description {
	min-height: 0px !important;
	background-color: #841927;
	display: none !important;
}
.woocommerce-variation.single_variation:not(:has(.woocommerce-variation-description)) {
	/* 	min-height: 54px !important; */
	background-color: #841927;
	display: block !important;
}
.single_variation_wrap .woocommerce-variation-availability {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 15px;
}

.woocommerce-variation-add-to-cart {
	display: flex;
	justify-content: flex-end;
}

.woo-variation-items-wrapper {
	display: flex;
	justify-content: center;
}
.variable-items-wrapper.button-variable-items-wrapper {
	display: grid !important;
	grid-template-columns: repeat(8, 1fr) !important;
	padding: 10px !important;
	gap: 10px;
}

@media (max-width: 767px) {
	.variable-items-wrapper.button-variable-items-wrapper {
		grid-template-columns: repeat(4, 1fr) !important;
	}
}

.grid-2 {
	width: 100% !important;
}
.grid-2 .variable-items-wrapper.button-variable-items-wrapper {
	display: grid !important;
	grid-template-columns: repeat(2, 1fr) !important;
	padding: 10px !important;
	gap: 10px;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
	width: 100% !important;
	min-width: 28px !important;
	height: 28px !important;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
	width: 100% !important;
	min-width: 28px !important;
	height: 50px !important;
	color: #ffffff !important;
	background-color: #841927 !important;
	box-shadow: none !important;
}
.woo-variation-swatches
	.variable-items-wrapper
	.variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
	background-color: #000000 !important;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
	margin: 4px !important;
	margin: 0px !important;
	border-radius: 0 !important;
}
.variable-items-wrapper.button-variable-items-wrapper span {
	/* font-size: 16px !important; */
	font-weight: 700;
}
.grid-2 .variable-items-wrapper.button-variable-items-wrapper span {
	/* font-size: 16px !important; */
	font-weight: 700;
}
.woo-selected-variation-item-name {
	display: none !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
	background-color: #000000 !important;
}

.woocommerce-variation-description {
	background-color: #841927;
	margin-bottom: 15px;
	padding: 15px;
	color: #ffffff;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled {
	pointer-events: none !important;
	display: none !important;
}

/* Urobíme, že text po pomlčke a čísle (cm) sa zlomí na nový riadok */
.woocommerce div.product .variations li.variable-item .variable-item-span-button {
	white-space: nowrap;
}

.woocommerce div.product .variations li.variable-item .variable-item-span-button::after {
	display: block;
}

.woocommerce div.product .variations li.variable-item .variable-item-span-button {
	display: inline-block;
}

/* Ak chcete, môžete tiež pridať trochu medzery medzi riadkami */
.woocommerce div.product .variations li.variable-item .variable-item-span-button {
	line-height: 1.5;
}

.woocommerce div.product form.cart .variations {
	background-color: #ffff00;
}
.woocommerce div.product form.cart .reset_variations {
	margin-left: 10px;
	display: none !important;
}
.woo-variation-swatches.wvs-show-label .variations th .woo-selected-variation-item-name,
.woocommerce .elementor-1351 .elementor-element.elementor-element-3a43bb3 form.cart table.variations label {
	font-size: 1.25rem !important;
}

.woocommerce table.shop_table td small {
	font-weight: 400;
	font-size: 100% !important;
}
.woocommerce-shipping-totals.shipping {
	margin-bottom: 20px !important;
}

.detail-rozmeru {
	width: 100% !important;
	display: flex !important;
	font-size: 12px !important;
}

.coupon.e-cart-section.shop_table {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.elementor-widget-woocommerce-cart .woocommerce .coupon .form-row {
	width: 100% !important;
}
#coupon_code {
	line-height: 32px !important;
}
.woocommerce form .form-row .input-text:focus {
	color: var(--e-global-color-primary) !important;
	outline-color: var(--e-global-color-primary) !important;
}
.coupon-error-notice {
	width: 100% !important;
	display: block !important;
	color: #ffffff !important;
	background-color: var(--e-global-color-primary) !important;
	border-radius: 4px !important;
	padding: 10px 25px !important;
	text-align: center !important;
	margin-top: 25px !important;
}
