/**
 * Theme Name:     The7 Child
 * Author:         ITMA
 * Template:       dt-the7
 * Text Domain:	   the7-child
 * Description:    Any design, any layout. No coding required. The7 is the most customisable WordPress theme on the market up to date. Add the power of Visual Composer, The7 Post Types, Ultimate Addons, Slider Revolution, and WooCommerce to the mix, and you
 */


/* Header */
#preheader a {
	text-decoration: none;
}

#preheader a:hover {
	text-decoration: underline;
}


/* Reviews */

.elementor-testimonial-wrapper {
	position: relative;
}

.elementor-testimonial-content {
	overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
	margin-bottom: 0px !important;
	transition: all 0.3s ease-out;
}

.see-more-button {
	width: 100%;
	text-align: left;
	background: none;
	border: none;
	color: #FF6633;
	font-family: 'Montserrat'
}

.see-more-button:hover {
	color: #645D57;
}

@media (min-width: 768px) {
	.elementor-testimonial-content {
		margin-bottom: 10px !important;
	}
}

@media (min-width: 1024px) {
	.elementor-testimonial-content {
		margin-bottom: 20px !important;
	}
}


/* Footer ITMA logo*/

.solution {
    margin-top: 2px;
    width: fit-content;
}

.solution a {
	font-family: "Montserrat";
	font-weight: 400;
	font-size: 14px;
	line-height: 17.07px;
    color: #FFFFFF;
    text-decoration: none;
}

.solution a:hover {
	color: #FFFFFF;
}

.solution a:hover {
    text-decoration: none !important;
}

.solution .made-by {
    position: relative;
    display: flex;
	align-items: center;
	gap: 5px;
    bottom: 2px;

    path {
        fill: #FFFFFF;
    }
}

.solution .made-by::before,
.solution .made-by::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.solution .made-by:hover path {
    fill: #FFFFFF;
}

.solution .made-by::before {
    background: transparent;
}

.solution .made-by:hover::before {
    animation: typewriter 1s steps(1) forwards;
}

.solution .made-by .letter-i,
.solution .made-by .letter-t,
.solution .made-by .letter-m,
.solution .made-by .letter-a {
    transition: 1s;
}

.solution .made-by:hover .letter-i,
.solution .made-by:hover .letter-t,
.solution .made-by:hover .letter-m,
.solution .made-by:hover .letter-a {
    transition: 0.1s !important;
}

.solution .made-by:hover .letter-t {
    animation: opacity-key 0.75s ease forwards;
}

.solution .made-by:hover .letter-m {
    animation: opacity-key 1.5s ease forwards;
}

.solution .made-by:hover .letter-a {
    animation: opacity-key 2.25s ease forwards;
}

.solution .made-by .letter-i {
    z-index: 999;
}

@keyframes opacity-key {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 0;
    }
    25% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.3;
    }
    75% {
        opacity: 0.8;
    }
    100% {
        opacity: 1
    }
}

@keyframes typewriter {
    0% {
        left: 10%;
    }

    33% {
        left: 36%;
    }

    66% {
        left: 70%;
    }

    to {
        left: 100%;
    }
}


/* Homepage */
.service-icon svg {
	filter: brightness(0) saturate(100%) invert(56%) sepia(70%) saturate(3635%) hue-rotate(338deg) brightness(101%) contrast(104%);
}

.services-block .add_to_cart_button,
.services-block .woo-buttons {
	width: 100%;
}

.services-block .short-description {
	text-align: left;
}

.services-block .post-entry-content .heading {
	height: 50.4px;
}

.services-block .post-entry-content .short-description {
	height: 54px;
}

.swiper.elementor-loop-container {
	margin: 0 20px 0 20px;
}

.elementor-field-group-field_cf00948, .elementor-field-group-field_cf00948 a {
	color: #645D57;
	font-size: 15px;
	font-weight: 400;
	line-height: 18.29px;
}

.elementor-field-group-field_cf00948 a {
	text-decoration: underline;
}

.elementor-field-group-field_cf00948 a:hover {
	color: #000000;
	transition: color 0.3s ease-in-out;
}

@media (max-width: 1100px) {
	#partner-slider .elementor-element-populated {
		justify-content: center !important;
	}	
}


/* About Us */
#about-us-banner strong {
	font-weight: 500;
}

.CTA .elementor-cta__button {
  width: 100%;
}


/* Single Product */
.product-additional-info li {
	margin-bottom: 16px;
}

.product-additional-info li:last-child {
	margin-bottom: 0px;
}

#inquire a {
	color: #645d57;
}

#inquire a:hover {
	color: #FF6633;
}


/* Contact Form */

#contact-form label::after {
	display: none;
}

#contact-form .elementor-field-subgroup label {
	color: #645D57;
}

#contact-form .elementor-field-subgroup a {
	color: #645D57;
	transition: color 0.3s ease-in;
	text-decoration: underline;
}

#contact-form .elementor-field-subgroup a:hover {
	color: #FF6633;
}

#contact-form textarea {
	height: 257px;
	resize: none;
}


/* Career */

.text-link a {
	color: #FF6633;
	transition: color 0.3s ease-in;
	text-decoration: underline;
}

.text-link a:hover {
	color: #645D57;
	text-decoration: underline;
}


/* Career single */

.button-div .box-button {
	width: 100%;
}

@media (max-width: 1410px) {
	.job-description {
		padding: 0px;
	}	
}

.contact-submit-back .elementor-button-content-wrapper {
	height: 46px !important;
}

div.wpcf7-response-output {
  background: none !important;
  color: red !important;
  border: none !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	color: red !important;
}

@media (max-width: 1024px) {
	.breadcrumbs .current span {
		white-space: wrap !important;
	}	
}


/* Privacy Policy / Terms and Conditions */

.privacy-policy-item {
	position: relative;
	top: -164px;
}

.privacy-policy-item h2 {
	position: relative;
	top: 164px;
}

.nav-item::marker {
	display: none;
}

.nav-link {
	color: #2A2E3E;
	font-weight: 300;
}

.nav-link:hover, .nav-item:hover {
	text-decoration: none !important;
}


ul.custom-dash {
  margin-left: 0;
	margin-bottom: 0;
}

#terms .privacy-policy a {
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	color: #FF6633;
}

#terms .privacy-policy a:hover {
	text-decoration: none;
	color: #645D57;
}


/* Cart */

th.product-quantity {
  display: none;
}

th.product-subtotal {
  display: none;
}

td.product-quantity {
  display: none;
}

td.product-subtotal {
  display: none;
}

.cart-footer {
  display: none;
}

.woocommerce-cart-form__cart-item:not(:first-of-type) td {
  border-top: none;
}

dl.variation {
	display: none;
}

.product-remove {
	padding: 0 !important;
	width: 30px !important;
}

.attachment-woocommerce_thumbnail {
	height: 70px !important;
	width: 70px !important;
	object-fit: cover !important;
	border-radius: 8px !important;
}

table {
	table-layout: fixed;
}

table .product-remove {
	width: 30px;
}

table th.product-name {
	width: 90px;
}

table th.product-thumbnail {
	width: 259px !important;
}

table td.product-thumbnail {
	width: 88.17px;
}

table td.product-name {
	width: 259px;
	display: flex;
	width: 100% !important;
	height: 123px !important;
}

.woocommerce-cart-wrap .product-remove a {
  background: #938E89;
}

table .actions {
  display: none;
}

table td.product-price > span:nth-child(1) {
	display: inline-block;
  height: 70px;
}

table td {
	border-bottom: 1px solid black;
}
td.product-name > a:nth-child(1),
td.product-price > span:nth-child(1) {
  padding-top: 10px;
}

table .product-name,
table .product-price {
	color: #645D57 !important;
}

table td.product-name,
table td.product-price {
	color: #000000 !important;
}

table td {
	border-color: #C9C6C5 !important;
}

table td.product-name > a:nth-child(1) {
  color: black;
  transition: color 0.5s ease-in-out;
}

table td.product-name > a:nth-child(1):hover {
  opacity: 0.7;
}

#react-app-edit .min-h-screen {
	min-height: unset;
}


#elementor-popup-modal-104529 .dialog-widget-content,
#elementor-popup-modal-104529 .dialog-message,
.elementor-popup-modal .dialog-message {
  width: unset;
}

#elementor-popup-modal-104529 .dialog-widget-content {
  border-radius: 8px;
}

.cart-subtotal {
	display: none !important;
}

.cart_totals > h2:nth-child(1) {
  display: none;
}

.checkout-info_row {
    display: grid;
    grid-template-columns: 150px auto; /* Adjust 150px to match your longest label */
    align-items: center;
    margin-bottom: 12px;
}

.change-consultation-time:hover {
  color: #645D57;
}

.cart-collaterals, .wc-order-review, .wc-side-column {
	border-radius: 8px !important;
	background: #EFEFEE !important;
	padding: 30px;
	font-family: 'Montserrat';
	font-weight: 500;
	font-size: 15px;
	line-height: 18.29px;
}

.cart_totals > h2:nth-child(2) {
	margin-top: 8px;
	font-size: 18px;
	line-height: 21.94px;
}

.checkout-info {
	margin-top: 16px;
}

.checkout-info_name {
	font-weight: 400;
	color: #A29E9A;
	
}

.checkout-info_value {
	font-weight: 500;
	color: #131313;
}

.change-consultation-time {
	color: #FF6633;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	margin-top: 16px;
	margin-bottom: 8px;
}

.order-total {
	margin-top: 16px;
}

.woocommerce-cart-wrap .cart_totals th {
	color: #645D57;
}

table.shop_table td,
.cart-collaterals .cart_totals tr td,
.cart-collaterals .cart_totals tr th,
.shop_attributes td,
.shop_attributes th,
table.shop_attributes,
.content table.shop_table tr,
.woocommerce table.shop_table,
p.stars a.star-1,
p.stars a.star-2,
p.stars a.star-3,
p.stars a.star-4,
p.stars a.star-5,
.wc-complete-wrap .wc-bacs-bank-details li {
  border-color: #C9C6C5;
}

.order-total > td:nth-child(2) > strong:nth-child(1) > span:nth-child(1) {
	font-size: 24px !important;
	line-height: 29.26px !important;
	font-weight: 600;
}

.calendar-footer {
	margin-left: 0 !important;
}

.elementor-104529 {
	width: fit-content !important;
	height: fit-content: !important;
	padding: 32px 32px 0 32px;
}

.elementor-104529 .elementor-shortcode {
	width: 777px;
}

.react-app-container {
	min-height: 741px;
}

.react-app-edit {
	min-height: inherit;
}

.consultation-info-block {
	padding-top: 16px;
	border-top: 1px solid #D1CECD;
	margin-bottom: 8px;
}

.consultation-info-block:first-of-type {
	padding-top: 0;
	border: none;
}

.checkout-page-title {
  display: none;
}

.cross-sells {
	display: none;
}

/* Checkout Page */

.woocommerce-billing-fields__field-wrapper .optional {
	display: none;
}

#order_review_heading {
	display: none !important;
}

.woocommerce-checkout-review-order-table {
	border: none !important;
}

.woocommerce-checkout-review-order-table .cart_item .product-name {
	display: none !important;
}

.woocommerce-checkout-review-order-table .cart_item {
	padding: 0 !important;
}

.woocommerce-checkout-review-order-table tbody {
	display: none !important;
}


.wc-order-review .consultation-info-block {
	padding-top: 10px;
}

.wc-order-review .consultation-info-block h2 {
	font-weight: 400 !important;
	font-size: 18px !important;
	line-height: 21.94px !important;
	padding-bottom: 8px !important;
}

.consultation-info-block .product-price {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #131313;
}

.wc-order-review h3 {
	font-weight: 400;
	font-size: 26px;
	line-height: 31.69px;
}

.order-total {
	margin-top: 0;
}

.checkout-info_value,
.checkout-info_value,
.checkout-info_value,
.checkout-info_name strong,
.checkout-info_row strong {
	text-align: start !important;
}

#thank-you .checkout-info_value,
.checkout-info_value,
.checkout-info_value,
.checkout-info_name strong,
.checkout-info_row strong {
	text-align: end !important;
}

.woocommerce-Price-amount bdi {
	color: #000000 !important;
	line-height: 33.6px;
}

.wc-order-review .order-total th {
	color: #645D57 !important;
}

.payment_box {
  display: none !important;
}

.wc_payment_method.payment_method_paysera {
	display: flex;
	align-items: center;
	gap: 10px;
}
#payment_method_paysera {
	display: inline-block !important;
	margin: 0;
	accent-color: #0075FF;
	padding: 0;
}
.payment_method_paysera label {
	display: flex !important;
	align-items: center;
	gap: 10px;
	margin: 0;
}
.payment_method_paysera .payment_box {
	flex-basis: 100%;
}

.wc_payment_method > label:nth-child(2) > span:nth-child(1) {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}


.wc_payment_method > label:nth-child(2) > img:nth-child(2) {
	height: 22px;
	width: 91px;
	max-width: unset;
}

.woocommerce-privacy-policy-text {
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	color: #645D57;
}

.woocommerce-privacy-policy-text a {
	transition: color 0.3s ease-in-out;
	color: #FF6633;
}

.woocommerce-privacy-policy-text a:hover {
	color: #000000;
	text-decoration: none;
}

.woocommerce-form__label-for-checkbox {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #000000 !important;
	margin-top: 25px;
}

.woocommerce-form__label-for-checkbox a {
	text-decoration: underline;
	transition: color 0.3s ease-in-out;
}

.woocommerce-form__label-for-checkbox a:hover {
	color: #FF6633;
}

.woocommerce-form__label-for-checkbox .input-checkbox {
	margin-right: 8px;
}

abbr {
	display: none;
}

#place_order {
  height: 56px;
  border-radius: 8px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

#customer_details {
	width: 778px !important;
	flex-shrink: 0;
}

.wc-order-review {
	flex: 1;
	min-width: 300px;
	margin: 0;
}

.checkout.woocommerce-checkout {
    display: flex;
    gap: 24px; /* Adds space between the two sections */
    flex-wrap: wrap; /* Allows stacking on smaller screens */
}

#customer_type_field {
	margin-bottom: 48px;
}

.woocommerce-billing-fields__field-wrapper label,
#customer_type_field {
	color: #645D57; 
}

.woocommerce-billing-fields__field-wrapper input {
	margin-bottom: 6px !important;
	background: white;
	border: 1px solid #E5E2E0;
	border-radius: 5px;
}

#customer_type_individual {
  margin-left: 32px;
}

/* @media (max-width: 768px) {
	.form-row#billing_company_code_field,
	.form-row#billing_vat_field {
		width: 100% !important;
	}
} */

@media (min-width: 769px) {
	.form-row#billing_company_code_field,
	.form-row#billing_vat_field,
	.form-row#billing_first_name,
	..form-row#billing_last_name_field {
		display: inline-block;
		width: calc(50% - 10px) !important;
	}
}

#billing_company_code_field {
	margin-right: 20px !important;
}

.customer-type-selector input {
    accent-color: #FF6633;
    margin-right: 16px;
}

@supports (not (-moz-appearance: none)) and (-webkit-appearance: none) {
    .customer-type-selector input {
        accent-color: initial;
        filter: hue-rotate(167deg);
    }
}

#billing_address_1_field, #billing_address_1_field {
	padding-bottom: 20px !important;
}

.select2-selection--single {
	margin-bottom: 6px !important;
	background: white !important;
}

#billing_consultation_info_field textarea {
	background: white;
	resize: none;
	height: 186px;
	padding: 16px;
}

#billing_consultation_info::placeholder {
	color: #645D57 !important;
	opacity: 1 !important;
}
/* For Firefox */
#billing_consultation_info::-moz-placeholder {
	color: #645D57 !important;
	opacity: 1 !important;
}
/* For Chrome/Safari/Edge */
#billing_consultation_info::-webkit-input-placeholder {
	color: #645D57 !important;
	opacity: 1 !important;
}
/* For Internet Explorer */
#billing_consultation_info:-ms-input-placeholder {
	color: #645D57 !important;
	opacity: 1 !important;
}

.woocommerce-shipping-fields {
  display: none;
}


@media (max-width: 1350px) {
	#customer_details {
	  width: unset !important;
	}

	#customer_details {
	  flex-shrink: unset;
	  flex-grow: 1;
	}

	.wc-order-review {
	  flex: min-content;
	  min-width: min-content;
	}
}


/* Thank you page */

.woocommerce-order-additional-info {
	border-top: 1px solid var(--the7-divider-color) !important;
}

.woocommerce-order-overview__payment-method {
  padding-bottom: 10px !important;
}

.woocommerce-order-additional-info {
	padding-top: 10px !important;
	color: #131313;
}

.woocommerce-order-additional-info,
.woocommerce-order-additional-info h2 {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
}

.woocommerce-order-additional-info h2 {
	color: #645D57;
}

.woocommerce-order-additional-info a {
	color: #FF6633;
	transition: color 0.3s ease-in-out;
}

.woocommerce-order-additional-info a:hover {
	color: #645D57;
}

.woocommerce-order-overview__order,
.woocommerce-order-overview__date,
.woocommerce-order-overview__email,
.woocommerce-order-overview__total,
.woocommerce-order-overview__payment-method {
	color: #645D57 !important;
	font-weight: 400;
}

.woocommerce-order-overview__order strong,
.woocommerce-order-overview__date strong,
.woocommerce-order-overview__email strong,
.woocommerce-order-overview__total strong,
.woocommerce-order-overview__payment-method strong,
.woocommerce-thankyou-order-received {
	color: #000000 !important;
}

.woocommerce-thankyou-order-received {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}

.woocommerce-order-overview__total .woocommerce-Price-amount {
	font-weight: 24px;
	line-height: 29.26px;
}

.woocommerce-table--order-details .product-quantity {
  display: none;
}

.woocommerce-table__product-total {
  align-items: start !important;
}

.woocommerce-table__product-total > span:nth-child(1) {
  padding-top: 10px !important;
}

.woocommerce-table--order-details {
	display: none;
}

.checkout-info_value,
.checkout-info_value,
.checkout-info_value {
	text-align: end;
}

.woocommerce-order-details .order-totals {
	width: 100%;
}

.woocommerce-order-details .product-name-price {
	color: #000000;
}

.checkout-info_row,
.checkout-info_row,
.checkout-info_row,
.checkout-info_name,
.checkout-info_row {
	font-size: 400;
	font-size: 15;
	line-height: 18.29px;
}

.checkout-info_value,
.checkout-info_value,
.checkout-info_value,
.checkout-info_name strong,
.checkout-info_row strong {
	text-align: end;
	color: #000000;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}

.order-totals .checkout-info_row {
	padding-top: 10px;
	border-top: 1px solid #C9C6C5;
	margin-bottom: 18px;
}

.woocommerce-order-details .order-totals {
	margin: 0 !important;
}

.woocommerce-order-details .consultation-info-block {
  margin-bottom: 0px;
}

.checkout-info_name {
	white-space: nowrap;
}

.checkout-info_row div {
	margin-top: 0 !important;
	text-align: end;
}

.order-totals .checkout-info_row:last-of-type {
	padding-bottom: 10px;
	border-bottom: 1px solid #C9C6C5;
	margin-bottom: 41px;
}

.checkout-info_row.additional-info {
	display: flex;
	flex-wrap: wrap;
}
.additional-info-content {
	flex: 1;
	word-break: break-word;
	max-width: 100%;
	padding-left: 10px;
}

.info-grid {
  display: flex;
  justify-content: space-between;
}

.checkout-info_name {
	width: fit-content;
}

.info-content {
  width: 400px;
}

.shop_table.customer_details {
	display: none;
}

.customer-details .checkout-info_row {
	padding-top: 10px;
	padding-bottom: 18px;
	border-bottom: 1px solid #C9C6C5;
	margin: 0 !important;
}

.order-totals span,
.customer-details span {
	color: #645D57;
}

.wc-wide-column .woocommerce-order-details .woocommerce-cart-wrap {
	padding-top: 10px;
}

#thank-you div.woocommerce-cart-wrap:nth-child(2) {
  display: none;
}

#thank-you .wc-wide-column > header:nth-child(2) > h4:nth-child(1) {
  display: none;
}


.checkout-info_row .woocommerce-Price-amount,
.checkout-info_row .woocommerce-Price-currencySymbol {
	color: #000000;
}

.woocommerce-order-details .woocommerce-order-details__title,
.customer-details .woocommerce-order-details__title {
	font-weight: 600;
	font-size: 24px;
	line-height: 29.26px;
	color: #000000;
}

.customer-details .woocommerce-order-details__title {
	padding-bottom: 10px;
}

@media (min-width: 1024px) {
	.wc-complete-wrap {
		flex-wrap: nowrap;
		gap: 16px;
	}

	#thank-you .wc-wide-column {
		flex: 0 0 60%;
	}
	#thank-you .wc-side-column {
	  flex: 0 1 auto;
	  min-width: 0;
		margin-right: 0;
	}
}

@media (min-width: 1350px) {
	.wc-complete-wrap {
		gap: 24px;
	}
	
	#thank-you .wc-wide-column {
		flex: 0 0 777px;
	}
}

/* WPML */
.wpml-ls-statics-footer {
  display: none;
}

/* Minicart */
.the7-e-mini-cart-product .variation-KonsultacijosID {
	display: none;
}

.the7-e-mini-cart-product .product-thumbnail {
	align-items: center !important;
}

/* Single Product Stubborn */

#single-product .woocommerce-Price-amount bdi {
	color: #FF6633 !important;
}

.woocommerce-Price-currencySymbol {
	padding-left: 6px;
}

.btn-p {
	margin-bottom: 0 !important;
}


/* Misc */
.my-account-shortcode .wc-wide-column header h4 {
	display: none;
}

.my-account-shortcode td {
	border-bottom: none !important;
	border-color: #e1e7e9 !important;
}

.my-account-shortcode table {
	border-color: #e1e7e9 !important;
}

.variation-Konsultacijosdata {
	white-space: nowrap;
}

.variation-Konsultacijoslaikas {
	white-space: nowrap;
}

.woocommerce-order-downloads,
.order-again {
	display: none;
}

.react-app-container {
	align-items: center;
	display: flex;
	justify-content: center;
}

.react-app-container > div:first-child {
	width: 100%;	
}


/* Cookies */

#cookie-notice {
	left: 50%;
	display: ;
	transform: translateX(-50%);
	bottom: 10px;
	border-radius: 8px;
	font-family: 'Montserrat';
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

#cookie-notice .cookie-notice-container {
	display: flex;
}

.cookie-notice-container {
	color: #06092e;
	text-align: left;
	justify-content: space-between;
	text-align: left;
	align-items: center;
	gap: 152px;
	padding-left: 64px;
	padding-right: 64px;
	padding-top: 24px;
	padding-bottom: 24px;
}

#cn-notice-buttons {
	font-family: 'Montserrat' !important;
	display: flex !important;
	gap: 8px;
}

#cn-notice-buttons #cn-accept-cookie,
#cn-notice-buttons #cn-refuse-cookie {
	width: 148px;
	height: 48px;
	border-radius: 8px;
	padding: 12px 24px;
	font-size: 15px;
	color: #131313;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	transition: background 0.3s ease-in-out;
}

#cn-notice-buttons #cn-accept-cookie {
	color: #FFFFFF;
	font-family: 'Montserrat' !important;
}

#cn-notice-buttons #cn-refuse-cookie {
	background-color: #FCFAF6 !important;	
	font-family: 'Montserrat' !important;
}

#cn-notice-buttons #cn-accept-cookie:hover {
	background: #645D57 !important;
}

#cn-notice-buttons #cn-refuse-cookie:hover {
	background: #E2C9A9 !important;
}

#cn-close-notice {
	display: none;
}

#cn-notice-text {
	margin: 0;
}

#cn-notice-text a {
	transition: color 0.3 ease-in-out;
}

#cn-notice-text a:hover {
	color: #FF6633;
}

@media (max-width: 768px) {
	#cn-notice-text {
  		text-align: center;
	}
}

@media (max-width: 1024px) {
	.cookie-notice-container {
		flex-direction: column;
		gap: 24px;
	}
}

@media (max-width: 1599px) {
	#cookie-notice {
		min-width: 90%;	
	}
}

@media (min-width: 1600px) {
	#cookie-notice {
		min-width: 1440px;	
	}
}

.elementor-mark-required .elementor-field-label:after,
.woocommerce-Reviews .comment-form .required {
  color:var( --e-global-color-el_color_1_4 );
  display: none;
}

.elementor-element-6a4bd52 {
	display: none;	
}

.woocommerce-order-received .elementor-element-6a4bd52 {
  display: block;
}


/* Captcha badge */

.grecaptcha-badge {
  display: none !important;
}


/* Search Results */
.the7-related-products .paginator {
	display: none;
}