/* 
Theme Name: The Aroma Trace MCMTech Theme
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

h3,
p,
span,
td,
tr,
table {
	font-family: "IBM Plex Sans", Sans-serif;
}

.container-product-recommended {
	display: flex;
	gap: 25px;
	width: 100%;
	align-items: center;
}

.container-content-product p {
	color: #A1A1A1;
	font-size: 13px;
	font-weight: 400;
	line-height: 22px;
}

.container-content-product h3 {
	font-size: 14px;
	font-weight: 400;
	line-height: 18.2px;
}

.container-img-product img {
	width: 150px;
}

#accordion h3 {
	width: 100%;
	text-align: left;
	padding: 15px 18px;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 300;
	line-height: 20.8px;
	background: #212121;
	border: 1px solid #212121;
	border-radius: 3px;
	transition: background 0.3s;
	margin-top: 20px;
	position: relative;
}

#accordion .suscription_container,
#accordion .one_time_container {
	position: relative;
}


#accordion h3:hover,
#accordion .ui-accordion-header-active {
	border: 1px solid #FCFF8C !important;
	background: #212121 !important;
	border-radius: 3px !important;
}

#accordion .ui-accordion-content-active {
	background: #0F0F0F !important;
	border: 1px solid #FCFF8C !important;
	border-radius: 3px !important;
	margin-bottom: 0px !important;
}

p.info-subscription {
	color: #A1A1A1;
	font-size: 13px;
	font-weight: 400;
	line-height: 22px;
}

.subscription-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 39px;
}

.subscription-container button {
	width: 213px;
	padding: 18px 0px;
	background: #FCFF8C;
	border: 0px;
	color: #121212;
	border-radius: 3px;
	font-size: 14px !important;
	font-weight: 400;
	line-height: 18.17px;
}

.content-suscription {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

span.price-subscription {
	font-size: 26px;
	font-weight: 300;
	line-height: 33.8px;
	color: #FCFF8C;
}

.down-payment-subscription {
	font-size: 14px;
	font-weight: 300;
	line-height: 18.2px;
	color: #fff;
}

.container-one-time-purchase {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.content-one-time-purchase-price {
	display: flex;
	justify-content: flex-end;
}

.content-one-time-purchase-price a {
	width: 213px;
	padding: 18px 0px;
	background: #FCFF8C;
	border: 0px;
	color: #121212 !important;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 400;
	line-height: 18.17px;
	text-align: center;
	display: flex;
	justify-content: center;
}

.content-one-time-purchase p {
	font-size: 14px;
	font-weight: 300;
	line-height: 18.2px;
	color: #fff;
}

.price-one-time-purchase {
	font-size: 26px;
	font-weight: 300;
	line-height: 33.8px;
	color: #fff;
}

#accordion .ui-accordion-header-icon,
.archive-home-products .woocommerce ul.products li.product .star-rating {
	display: none !important;
}

#accordon h3 .active-text {
	color: #FCFF8C !important;
}

.equipos-category-products {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	/*grid-template-rows: repeat(2, auto);*/
	gap: 20px;
	list-style: none;
	padding: 0;
	margin: 0;
	/*min-height: 900px;*/
}

.content-product-category-diffuser {
	background: #131313;
	border-radius: 6px;
	padding: 29px;
	display: flex;
	flex-direction: column;
	transition: all 0.3s;
	justify-content: space-around;
}

.fade-in {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.fade-in.show {
	opacity: 1;
	transform: translateY(0);
}

.fade-out {
	opacity: 1 !important;
	transform: translateY(0) !important;
	transition: opacity 0.5s ease-out, transform 0.5s ease-out !important;
}

.fade-out.hide {
	opacity: 0 !important;
	transform: translateY(20px) !important;
}

.content-product-category-diffuser h3 {
	font-size: 16px;
	font-weight: 400;
	line-height: 20.8px;
	color: #E9E9E9;
}

.content-product-category-diffuser p {
	font-size: 13px;
	font-weight: 400;
	line-height: 22px;
	color: #A1A1A1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.content-product-category-diffuser span.woocommerce-Price-amount.amount {
	font-size: 22px;
	font-weight: 400;
	line-height: 28.6px;
	color: #fff !important;
}

.content-product-category-diffuser a.button.add-to-cart,
.content-product-category-diffuser button.button.add-to-cart {
	margin-top: 20px;
	background: #FCFF8C;
	color: #121212;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 400;
	line-height: 18.17px;
	text-align: center;
	padding: 14px 0px;
}

.container-img-product {
	display: flex;
	justify-content: center;
}

.content-product-category-diffuser img {
	width: 182px;
}

.container-refill-aroma p.price {
	margin-bottom: 0px;
	color: white !important;
}

.price-aroma span.woocommerce-Price-amount.amount,
.price-aroma {
	font-size: 14px;
}

.ajax-loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ajax-loader:before {
	content: "";
	width: 50px;
	height: 50px;
	border: 5px solid #ccc;
	border-top: 5px solid #007cba;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

.grid-sectors .elementor-loop-container.elementor-grid {
	grid-column-gap: 5px;
	grid-row-gap: 5px;
}

.custom-sector-item {
	display: block;
	padding: 0px !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.custom-sector-item .elementor-page-title,
.custom-sector-item .elementor-page-title .elementor-widget-container {
	min-height: 291px;
}

.custom-sector-item h3.elementor-heading-title.elementor-size-default {
	min-height: 291px;
	position: relative;
}

.custom-sector-item h3.elementor-heading-title.elementor-size-default a {
	width: 100%;
	height: 100%;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
}

.grid-sectors .e-loop-item:last-child {
	grid-column: span 2;
}

.number-sector span {
	background: #333;
	border-radius: 50%;
	height: 45px;
	width: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.container-suscription-form label {
	font-size: 14px;
	font-weight: 400;
	line-height: 18.2px;
	color: #E5E5E5;
	width: 100%;
}

.container-suscription-form label input {
	background: #050505;
	border-bottom: 1px solid #1e1e1e;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	color: #fff;
	padding-left: 11px;
	padding-right: 11px;
	border-radius: 0px;
}

.container-suscription-form label input:focus {
	outline: none;
}

p.container-button-submit input {
	background: #050505;
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 15px 20px 15px 20px;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	margin-top: 11px;
}

p.container-button-submit input:hover {
	background: #fff;
	color: #050505;
}

.active_bg {
	background-color: #131313 !important;
}

.otgs-development-site-front-end,
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
	display: none !important;
}

.custom-cart-header span.elementor-button-icon-qty {
	top: 9px !important;
}

.button-icon-burger .elementor-button-icon svg {
	width: 23px !important;
}

.custom-multilenguage span.wpml-ls-native,
.custom-multilenguage a.wpml-ls-link {
	text-transform: uppercase;
}

.wpml-ls-item-toggle,
.wpml-ls-legacy-dropdown a {
	overflow: hidden;
	width: 20px;
	padding: 0px !important;
	border-color: transparent !important;
}

.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-dropdown.js-wpml-ls-legacy-dropdown {
	width: 25px;
}

.custom-accordeon summary.e-n-accordion-item-title {
	justify-content: space-between;
}

.button-banner-ancla {
	position: absolute;
	bottom: 32px;
}

.button-banner-ancla .elementor-button-icon svg {
	width: 2em !important;
}

.banner-main-tech {
	box-shadow: inset 0 -50px 50px -30px rgba(0, 0, 0, 0.7);
}

.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-dropdown.js-wpml-ls-legacy-dropdown,
.wpml-ls-legacy-dropdown>ul,
.wpml-ls-legacy-dropdown .wpml-ls-item {
	background: transparent !important;
	border-color: unset !important;
}

.wpml-ls-statics-shortcode_actions .wpml-ls-current-language>a,
ul.wpml-ls-sub-menu,
a.wpml-ls-link {
	background-color: transparent !important;
}

.button-tech a.elementor-button.elementor-button-link.elementor-size-sm {
	width: 100%;
}

.container-img-blog a,
.item-carrousel-service .url-item-service-home .elementor-element {
	width: 100% !important;
}

.item-service,
.item-carrousel-service,
.item-carrousel-sector {
	display: block;
	padding: 0px !important;
}

.item-service .elementor-page-title,
.custom-sector-item .elementor-page-title .elementor-widget-container {
	min-height: 292px;
}

.item-carrousel-service-title,
.item-carrousel-sector h3 {
	min-height: 397px;
}

.item-carrousel-service-title .elementor-widget-container,
.item-carrousel-service-title .elementor-widget-container h3,
.item-carrousel-service-title .elementor-widget-container .elementor-button-wrapper {
	min-height: 397px;
}

.item-carrousel-service-title .elementor-widget-container h3 a,
.item-carrousel-service-title .elementor-widget-container .elementor-button-wrapper a {
	display: flex !important;
	width: 100%;
	height: 397px;
	align-items: flex-end;
	padding: 0px 0px 8px 23px !important;
}

.button-service-home a {
	width: 100% !important;
	padding: 0px 0px 21px 23px !important;
}

.button-service-home a span {
	justify-content: start !important;
}

.item-carrousel-sector h3 a {
	width: 100%;
	display: flex;
	flex-direction: column;
	min-height: 397px;
	justify-content: center;
	align-items: center;
	gap: 8px;
}

.discount-carrousel {
	position: absolute;
	top: 8px;
	left: 8px;
}

.container-discount {
	width: 75px;
	background: #FCFF8C;
	border-radius: 27px;
}

.container-content-aroma {
	position: absolute;
	bottom: 0;
	left: 0px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}

.container-main-aroma {
	position: relative !important;
	overflow: hidden !important;
}

.img-carrousel-aromas a {
	width: 100%;
}

.woocommerce .woocommerce-result-count {
	margin: 0 0 1em;
	font-size: 14px;
	font-weight: 400;
	line-height: 18.2px;
}

.woocommerce .woocommerce-ordering select {
	border: 0;
	padding: 0;
	background: transparent !important;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 18.2px;
}

.woocommerce .woocommerce-ordering select:focus {
	outline: none;
}

.woocommerce .woocommerce-ordering select option {
	color: #000;
}

.archive-aromas a.button.product_type_variable.add_to_cart_button,
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
	display: none !important;
}

.archive-aromas a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
	height: 432px !important;
}

.archive-aromas a.woocommerce-LoopProduct-link.woocommerce-loop-product__link img {
	height: 432px !important;
	object-fit: cover !important;
}

.archive-aromas h2.woocommerce-loop-product__title {
	margin-top: -87px !important;
	padding: 0px 23px !important;
	position: relative;
	z-index: 1;
}

.archive-aromas span.price {
	padding: 0px 23px !important;
	padding-top: 10px !important;
	position: relative;
	z-index: 1;
}

.archive-aromas a.woocommerce-LoopProduct-link.woocommerce-loop-product__link::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 85px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0 0 0 / 79%));
	pointer-events: none;
	z-index: 0;
}

.custom-side-bar-aroma .wcapf-filter .wcapf-filter-title {
	font-size: 18px;
	font-weight: 400;
	line-height: 23.4px;
}

.custom-side-bar-aroma span.wcapf-nav-item-text {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #fff !important;
}

.wcapf-active-filters.clear-all-btn-layout-inline .wcapf-reset-filters-btn {
	color: white !important;
}

.wcapf-active-filter-items-wrapper .wcapf-active-filter-item {
	background: transparent !important;
	font-size: 13px !important;
}

.wcapf-filter .wcapf-list-wrapper.list-type-native .wcapf-filter-item input[type=checkbox] {
	background: transparent !important;
}

nav.woocommerce-pagination {
	display: flex;
	justify-content: flex-end;
}

.woocommerce nav.woocommerce-pagination ul {
	display: flex !important;
	gap: 15px !important;
	border: 0 !important;
}

span.page-numbers.current {
	background: #535353 !important;
	border-radius: 2px;
	color: white !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 18.2px !important;
	padding: 9px 13px !important;
}

a.page-numbers {
	background: #212121 !important;
	border-radius: 2px;
	color: white !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 18.2px !important;
	padding: 9px 13px !important;
}

.woocommerce-page .woocommerce-pagination ul.page-numbers::before {
	display: none !important;
}

.woocommerce nav.woocommerce-pagination ul li {
	border-right: 0px !important;
}

.archive-home-products .woocommerce ul.products li.product a img {
	width: 65% !important;
	height: 370px !important;
	object-fit: cover !important;
}

.archive-home-products a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
	background: #131313 !important;
	padding: 16px 22px 16px 22px !important;
	display: flex !important;
	flex-direction: column;
	align-items: center;
}

.archive-home-products h2.woocommerce-loop-product__title,
span.price {
	width: 100%;
}

.featured-product {
	width: 105px;
	background: #FFFFFF;
	border-radius: 27px;
}

.featured-badge-without-discount {
	width: 105px;
	background: #FFFFFF;
	border-radius: 27px;
	color: #000;
	text-align: center;
	line-height: 25.2px;
	font-weight: 400;
	font-size: 14px;
	position: absolute;
	top: 18px;
	left: 15px;
}

.custom-badges-container span.onsale {
	position: relative !important;
	margin: 0px !important;
}

.custom-badges-container {
	position: absolute;
	top: 18px;
	left: 15px;
	display: flex;
	flex-direction: column-reverse;
	align-items: flex-start;
	gap: 12px;
}

span.featured-badge {
	width: 105px;
	background: #FFFFFF;
	border-radius: 27px;
	color: #000;
	text-align: center;
	line-height: 25.2px;
	font-weight: 400;
	font-size: 14px;
}

div#wpgs-gallery {
	width: 100% !important;
	max-width: 100% !important;
}

#wpgs-gallery .gallery-navigation-carousel-wrapper {
	display: none !important;
}

#wpgs-gallery .wcgs-carousel .wcgs-swiper-arrow,
#wpgs-gallery .wcgs-carousel .wcgs-swiper-arrow {
	width: 57px;
	height: 57px;
}

.wcgs-swiper-button-next::before {
	content: url(https://tat.mcmservers2.com/wp-content/uploads/2024/11/chevron-right.svg) !important;
}

.wcgs-swiper-button-next {
	padding-top: 9px;
	padding-left: 4px;
}

.wcgs-swiper-button-prev::before {
	content: url(https://tat.mcmservers2.com/wp-content/uploads/2024/11/chevron-left.svg) !important;
}

.wcgs-swiper-button-prev {
	padding-top: 9px;
	padding-right: 6px;
}

#accordion-diffuser h3 {
	font-size: 16px;
	padding: 24px 20px;
	background-color: transparent;
	color: #DCDBDB;
	cursor: pointer;
	position: relative;
	margin: 0;
	border-bottom: 1px solid #474747;
	font-weight: 400;
	line-height: 20.8px;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-radius: 0px;
}

#accordion-diffuser h3:first-child {
	border-top: 1px solid #474747 !important;
}

#accordion-diffuser h3.accordion-closed::after {
	content: "\f067";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}

#accordion-diffuser h3.accordion-open::after {
	content: "\f068";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}

#accordion-diffuser .ui-accordion-content {
	background-color: #000;
	color: #fff;
	padding: 15px;
	border-bottom: 1px solid #474747;
	border-left: 0;
	border-right: 0;
}

.stars a::before {
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: WooCommerce;
	content: "\e021";
	text-indent: 0;
}

.star-custom.selected::before {
	content: "\e020" !important;
}

.woocommerce .star-rating span::before {
	display: none !important;
}

p.comment-form-comment label,
form#custom-review-form label {
	color: #A1A1A1 !important;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 13px;
}

p.comment-form-rating label,
form#commentform p {
	color: #A1A1A1 !important;
	font-size: 14px;
	line-height: 22px;
}

textarea#comment,
form#commentform input,
.comment-form-email input,
.comment-form-author input {
	background: transparent;
	border-radius: 0px;
	color: #A1A1A1;
	font-size: 14px;
}

p.comment-form-rating-1 select {
	background: #141414;
	border-radius: 5px;
	border: 1px solid #454545;
	color: #A1A1A1 !important;
	padding: 13px 12px;
	font-size: 16px;
}

p.comment-form-author label,
p.comment-form-email label {
	margin-bottom: 11px;
}

p.form-submit input {
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	border: 1px solid #fff !important;
	border-radius: 5px !important;
	padding: 12px 20px 12px 20px !important;
	margin-top: 21px !important;
	background: transparent !important;
}

p.form-submit input:hover {
	color: #000 !important;
	background: #fff !important;
}

p.comment-form-cookies-consent {
	display: flex;
	align-items: center;
	gap: 9px;
	margin-top: 30px;
}

.review-rating {
	display: flex;
	gap: 5px;
	margin-bottom: 10px;
}

.review-rating img {
	width: 15px !important;
}

p.review-content {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 30px;
}

p.review-author {
	font-size: 14px;
	line-height: 24px;
}

p.comment-form-rating select {
	background: transparent;
	color: #A1A1A1;
	font-size: 14px;
	margin-top: 9px;
}

p.comment-form-rating select option {
	color: #000;
}

.swiper-container-review {
	overflow: hidden;
}

.swiper-container-review .swiper-wrapper {
	padding-bottom: 22px;
}

.swiper-container-review .swiper-pagination-bullet {
	background: #696969 !important;
	width: 8px !important;
	height: 8px !important;
	opacity: 1 !important;
}

.swiper-container-review span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #fff !important;
}

span.onsale {
	background: #FCFF8C !important;
	color: #000 !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	border-radius: 27px !important;
	width: 75px !important;
	line-height: 28px !important;
	min-height: unset !important;
	top: unset !important;
	left: unset !important;
}

div#aroma-selector select {
	background: #141414;
	border-radius: 5px;
	border: 1px solid #454545;
	color: white !important;
	padding: 13px 12px;
	font-size: 16px;
}

div#aroma-selector {
	display: flex;
	flex-direction: column;
	gap: 8px;
	position: relative;
}

.container-price-quantity {
	display: flex;
	margin-top: 46px;
	border-top: 1px solid #1F1F1F;
	padding-top: 36px;
	justify-content: space-between;
}

div#aroma-selector select option:hover {
	background: unset !important;
}

#total-price span.woocommerce-Price-amount.amount bdi,
p#total-price {
	font-size: 30px;
	color: #A1A1A1;
	line-height: 39px;
	font-weight: 300;
}

.quantity-wrapper {
	display: flex;
	gap: 10px;
	justify-content: flex-end;
}

.quantity-wrapper button#add-to-cart {
	background: #FCFF8C;
	border-radius: 5px;
	color: #121212;
	font-size: 16px;
	line-height: 20.77px;
	font-weight: 400;
	width: 221px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 21px;
}

.quantity-wrapper input#quantity {
	border-radius: 5px;
	width: 20% !important;
	border: 1px solid #454545;
	background: #141414;
	color: white;
}

button#submit-review {
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	font-size: 14px;
	padding: 11px 22px;
}

button#submit-review:hover,
button#submit-review:focus {
	color: #000 !important;
	background: #fff !important;
	border: 1px solid #FFFFFF !important;
	border-radius: 5px !important;
	font-size: 14px !important;
	padding: 11px 22px !important;
}

#loader {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9999;
}

#loader:after {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 2px solid #fff;
	border-top: 2px solid #fff;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

ul.steps-cart {
	list-style: none;
	padding-left: 0px;
}

ul.steps-cart {
	list-style: none;
	padding-left: 0px;
	display: flex;
	justify-content: center;
	gap: 78px;
}

ul.steps-cart li {
	display: flex;
	gap: 20px;
	align-items: center;
}

ul.steps-cart li span {
	background: #DBDBDB;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #000;
}

li.active.completed span {
	background: #FCFF8C;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead tr {
	background: #171717 !important;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents th {
	font-weight: 400 !important;
	padding: 18px 17px !important;
	line-height: 1.5em;
	font-size: 16px !important;
	border-right: 0px !important;
	border-left: 0px !important;
}

.woocommerce a.remove {
	font-size: 28px !important;
	color: #C1C1C1 !important;
	font-weight: 400 !important;
}


table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead:first-child tr:first-child th {
	border-block-start: 0px solid hsla(0, 0%, 50.2%, .5019607843) !important;
	border-block-end: 0px !important;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td {
	border-top: 0px solid rgba(0, 0, 0, .1) !important;
	border-left: 0px !important;
	border-right: 0px !important;
}

td.product-name {
	display: flex;
	align-items: center;
	gap: 11px;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
	width: 72px !important;
	height: 74px !important;
	object-fit: cover;
}

td.product-name a,
td.product-price,
td.product-subtotal {
	color: #9B9B9B;
	font-size: 16px;
	font-weight: 400;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .quantity input {
	border-radius: 5px !important;
	border: 1px solid #454545 !important;
	background: #141414 !important;
	color: white !important;
}

td.actions {
	padding-top: 57px !important;
	border-bottom: 0px !important;
}

td.actions {
	border-bottom: 0;
	padding-top: 57px !important;
}

td.actions button {
	background: transparent !important;
	color: #fff !important;
	border: 1px solid #FCFF8C !important;
	border-radius: 5px !important;
	padding: 16px 36px !important;
	font-size: 14px !important;
	font-weight: 400 !important;
}

.coupon input {
	background: #1B1B1B;
	border: 1px solid #1B1B1B !important;
	padding: 16px 36px !important;
	color: #9B9B9B !important;
	width: 100% !important;
	margin-right: -21px !important;
	padding-left: 21px !important;
}

.coupon {
	width: 39% !important;
	display: flex !important;
	flex-wrap: nowrap !important;
	gap: 0px !important;
}

button.button.coupon-button {
	width: 49% !important;
	background: #1B1B1B !important;
	border: 1px solid #1B1B1B !important;
	color: #9B9B9B !important;
	border-radius: 0 5px 5px 0px !important;
	font-size: 18px !important;
	padding: 19px 30px !important;
}

label.label-descuento {
	display: flex;
	align-items: center;
	background: #1B1B1B;
	padding-left: 17px;
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
	padding-top: 26px;
}

a.checkout-button.button.alt.wc-forward {
	background: #FCFF8C;
	color: #000;
	font-weight: 400;
	font-size: 16px;
	border-radius: 5px;
}

.cart_totals th {
	background: #141414 !important;
	border-top: 1px solid #424242 !important;
	border-right: 1px solid #424242 !important;
	border-left: 1px solid #424242 !important;
	border-bottom: 1px solid #424242 !important;
	padding: 22px !important;
	color: #A3A3A3;
	font-weight: 500;
	font-size: 16px;
}

tr.cart-subtotal td {
	border-top: 1px solid #424242 !important;
}

.cart_totals td {
	padding: 22px !important;
	color: #979797 !important;
	font-weight: 400 !important;
	font-size: 16px !important;
	border-top: 1px solid #424242 !important;
	border-right: 1px solid #424242 !important;
}

tr.order-total td span.woocommerce-Price-amount.amount {
	font-weight: 400;
}

a.shipping-calculator-button {
	color: #FCFF8C !important;
	font-weight: 400 !important;
	font-size: 16px !important;
}

.cart_totals h2 {
	font-size: 23px;
	color: #C2C2C2 !important;
	font-weight: 400 !important;
	padding-bottom: 23px !important;
	font-family: "IBM Plex Sans", Sans-serif !important;
}

button#place_order {
	margin-top: 29px;
}

h3#title-method-payment {
	font-size: 28px;
	font-weight: 400;
}

h3#order_review_heading {
	font-size: 28px !important;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table .cart_item td.product-name {
	max-width: 100% !important;
	padding-right: 0px !important;
}

table.shop_table.woocommerce-checkout-review-order-table td {
	color: #9B9B9B !important;
}

table.shop_table.woocommerce-checkout-review-order-table ul#shipping_method li label {
	color: #9B9B9B !important;
}

table.shop_table.woocommerce-checkout-review-order-table tr.order-total th,
table.shop_table.woocommerce-checkout-review-order-table tr.order-total td {
	color: #FCFF8C !important;
}

ul.woocommerce-error li a {
	color: #b81c23 !important;
}

a.restore-item {
	color: #515151 !important;
}

p.return-to-shop a {
	background: transparent !important;
	color: #fff !important;
	border: 1px solid #FCFF8C !important;
	border-radius: 5px !important;
	padding: 16px 36px !important;
	font-size: 14px !important;
	font-weight: 400 !important;
}

p.return-to-shop a:hover {
	background: #fff !important;
	color: #000 !important;
}

#form-loader,
#form-loader-register,
#form-loader-recover {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(8 8 8 / 80%) !important;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 9999;
}

.spinner {
	width: 50px;
	height: 50px;
	border: 3px solid rgba(0, 0, 0, 0.1);
	border-top: 3px solid #c7c7c8;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

.login-register-container {
	display: flex;
	gap: 50px;
}

form#login-form,
form#register-form {
	width: 50%;
	background: #141414;
	padding: 40px 50px;
}

form#login-form h3,
form#register-form h3 {
	font-size: 32px;
	font-weight: 400;
	font-family: "Auguste Sans Pro", sans-serif;
	margin-bottom: 6px !important;
}

form#login-form input,
form#register-form input,
input#email_recover {
	background: transparent;
	border-bottom: 1px solid #313030;
	border-right: 0;
	border-left: 0;
	border-top: 0;
	color: #E5E5E5;
	font-size: 14px;
	font-weight: 400;
	line-height: 18.2px;
	margin-top: 13px;
	outline: unset;
}

form#login-form label,
form#register-form label,
a#forgot-password-link,
form#recover-password-form label {
	color: #E5E5E5;
	font-size: 14px;
	font-weight: 400;
	line-height: 18.2px;
	margin-top: 21px;
}

form#login-form button,
form#register-form button,
form#recover-password-form button {
	border: 1px solid #fff;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 18.2px;
	padding: 13px 51px;
	margin-top: 43px;
}

form#login-form button:hover,
form#login-form button:focus,
form#register-form button:hover,
form#register-form button:focus,
form#recover-password-form button:hover,
form#recover-password-form button:focus {
	background-color: #fff !important;
	color: #000 !important;
}

form#login-form .error,
form#register-form .error,
form#recover-password-form .error {
	color: pink !important;
}

form#register-form label {
	width: 100% !important;
}

form#login-form label,
form#login-form input {
	width: 100% !important;
}

form#recover-password-form p {
	color: #E5E5E5;
}


/*
* START
* Social login Style
* 
* */

.social-login-section h4 {
	font-size: 16px;
	font-weight: 400;

}

.social-login-bar {
	width: fit-content;
	height: fit-content;
	background-color: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 25px 25px;
	gap: 20px;
	width: 100%;
}



/* for all social containers*/
.socialContainer {
	width: 52px !important;
	height: 52px !important;
	border-radius: 50% !important;
	background-color: rgb(44, 44, 44) !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	overflow: hidden !important;
	transition-duration: .3s !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.socialContainer:hover {
	background-color: #ffffff !important;
	transition-duration: .3s;
}

.socialContainer:hover .socialSvg path {
	fill: #000;
}

/* instagram*/
.containerOne:hover {
	background-color: #d62976 !important;
	transition-duration: .3s;
}

/* twitter*/
.containerTwo:hover .socialSvg path {
	background-color: #00acee !important;
	transition-duration: .3s;
}

/* linkdin*/
.containerThree:hover .socialSvg path {
	background-color: #0072b1 !important;
	transition-duration: .3s;
}

.socialContainer:active {
	transform: scale(0.9);
	transition-duration: .3s;
}

.socialSvg {
	width: 17px;
}

.socialSvg path {
	fill: rgb(255, 255, 255);
}

.socialContainer:hover .socialSvg {
	animation: slide-in-top 0.3s both;
}

@keyframes slide-in-top {
	0% {
		transform: translateY(-50px);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

/*
* END
* Social login Style
* 
* */


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

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


@media(max-width: 767px) {

	.shop_table_responsive td.product-remove {
		display: flex !important;
		justify-content: flex-end;
		position: relative !important;
	}

	.shop_table_responsive td.product-remove a::before {
		content: "Eliminar: ";
		font-size: 16px;
		font-weight: 700;
		position: absolute;
		left: 13px;
		bottom: 15px;
		color: #9B9B9B !important;
	}

	button.button.coupon-button {
		width: 46% !important;
		background: #1B1B1B !important;
		border: 1px solid #1B1B1B !important;
		color: #9B9B9B !important;
		border-radius: 0 5px 5px 0px !important;
		font-size: 14px !important;
		padding: 19px 19px !important;
	}

	.subscription-container,
	.container-one-time-purchase,
	.login-register-container {
		flex-direction: column;
		gap: 18px;
		align-items: baseline;
	}

	.container-product-recommended {
		gap: 0px;
		flex-direction: column;
	}

	.equipos-category-products {
		grid-template-columns: repeat(1, 1fr);
		min-height: 900px;
	}

	.container-refill-aroma button.single_add_to_cart_button.button.alt,
	.coupon {
		width: 100% !important;
	}

	.item-service-responsive .elementor-widget-container,
	.item-service-responsive .elementor-widget-container h3 {
		min-height: 292px;
	}

	.item-service-responsive .elementor-widget-container h3 a {
		display: flex !important;
		width: 100%;
		height: 292px;
		align-items: flex-end;
		padding: 0px 0px 3px 23px !important;
	}

	.title-item-service .elementor-widget-container .elementor-button-wrapper a {
		width: 100%;
		padding: 0px 0px 23px 23px !important;
	}

	.title-item-service .elementor-widget-container .elementor-button-wrapper a .elementor-button-content-wrapper {
		justify-content: start !important;
	}

	.archive-aromas a.woocommerce-LoopProduct-link.woocommerce-loop-product__link img {
		height: 304px !important;
		object-fit: cover !important;
	}

	.archive-aromas a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
		height: 304px !important;
	}

	.woocommerce .woocommerce-ordering,
	.woocommerce-page .woocommerce-ordering {
		float: left !important;
		width: 100% !important;
	}

	.archive-home-products .woocommerce ul.products li.product a img {
		width: 100% !important;
		height: 202px !important;
		object-fit: cover !important;
	}

	.archive-aromas span.price {
		padding-top: 0px !important;
	}

	.container-price-quantity {
		flex-direction: column;
	}

	.quantity-wrapper {
		justify-content: flex-start !important;
	}

	h3#order_review_heading,
	h3#title-method-payment {
		font-size: 22px !important;
	}

	form#login-form,
	form#register-form {
		width: 100% !important;
		padding: 40px 34px;
	}
}

@media (max-width: 1024px) {
	.grid-sectors .e-loop-item:last-child {
		grid-column: span 1 !important;
	}
}

@media (min-width: 1024px) {
	.grid-related-blogs .e-loop-item:nth-child(2n) .container-row-reverse-blog {
		flex-direction: row-reverse !important;
	}
}

@media (min-width: 768px) {

	.title-item-service .elementor-widget-container,
	.title-item-service .elementor-widget-container h3,
	.title-item-service .elementor-widget-container .elementor-button-wrapper {
		min-height: 292px;
	}

	.title-item-service .elementor-widget-container h3 a,
	.title-item-service .elementor-widget-container .elementor-button-wrapper a {
		display: flex !important;
		width: 100%;
		height: 292px;
		align-items: flex-end;
		padding: 0px 0px 23px 23px !important;
	}

	.item-icon-service a {
		padding: 0px 0px 23px 14px !important;
	}

	.container-both-inputs {
		display: flex;
		gap: 18px;
	}
}

#payment,
#diffuser-presentations-container {
	position: relative;
}

#diffuser-presentations-container {
	min-height: 100px;
	border-radius: 6px;
	overflow: hidden;
}

#suscription,
#one-time-purchase {
	border: 1px solid #fcff8c !important;
}

.diffuser-pagination svg {
	width: 12px;
}

#one-time-purchase {
	width: 213px !important;
	padding: 18px 0px !important;
	background: #FCFF8C;
	color: #121212 !important;
	border-radius: 3px !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 18.17px !important;
}

#suscription:hover,
#one-time-purchase:hover,
#suscription:focus,
#one-time-purchase:focus {
	position: relative;
	appearance: none !important;
	background-color: #0f0f0f !important;
	color: #fcff8c !important;
}



#stripe-loader,
#stripe-loader-purchase,
#products-diffusers-loader,
#custom-add-loader {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ffffff4a;
	transition: all ease-in 0.3s;
}

#stripe-loader .loader-stripe,
#stripe-loader-purchase .loader-stripe,
#products-diffusers-loader .loader-stripe,
#custom-add-loader .loader-stripe {
	width: 50px;
	height: 50px;
	display: inline-block;
	border: 5px solid #fcff8c;
	border-radius: 50%;
	border-top-color: transparent;
	border-bottom-color: transparent;
	animation: rot5 1s infinite;
}

@keyframes rot5 {
	0% {
		transform: rotate(0);
	}

	50% {
		transform: rotate(180deg);
		border-top-color: #fcff8c5e;
		border-bottom-color: #fcff8c5e;
		border-right-color: transparent;
		border-left-color: transparent;
	}

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

.title-suscription {
	font-weight: 500;
	font-size: 16px;
}

dl.variation dt,
dl.variation dd {
	color: #fff;
}

.variation-selector {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 32px;
}

.variation-selector select,
.container-variations-select select {
	appearance: none !important;
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M 215.881 271.515 C 228.381 284.015 248.681 284.015 261.181 271.515 L 453.181 79.515 C 465.681 67.015 465.681 46.715 453.181 34.215 C 440.681 21.715 420.381 21.715 407.881 34.215 L 238.481 203.615 L 69.081 34.315 C 56.581 21.815 36.281 21.815 23.781 34.315 C 11.281 46.815 11.281 67.115 23.781 79.615 L 215.781 271.615 L 215.881 271.515 Z" style="fill: rgb(252, 255, 140);"></path></svg>');
	font-family: "IBM Plex Sans", Sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 18.2px;
	color: white;
	border: none;
	border-bottom: 1px solid #fcff8c;
	border-radius: 0px;
	transition: all ease-out 0.1s;
	position: relative;
	background-position-x: 96%;
	background-size: 16px;
	background-position-y: center;
	background-repeat: no-repeat;
}

.variation-selector select:focus,
.container-variations-select select:focus {
	outline: none;
}

.variation-selector select option,
.container-variations-select select option {
	color: #000;
}

.diffuser-pagination {
	margin-top: 16px;
	display: flex;
	justify-content: center;
	min-height: 46px;
	gap: 36px;
}

.diffuser-pagination a {
	width: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 46px;
	transition: all ease-out 0.2s;
	border-radius: 50px;
}

.diffuser-pagination a:hover {
	background: #ffffff2b;
}

.custom-price-range {
	font-family: "IBM Plex Sans", Sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 28.6px;
}

.custom-price {
	color: #777335;
	font-size: 1.25em;
	margin: 0px;
}

.custom-product-variations {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.container-variations-select {
	display: flex;
	padding: 24px 16px;
	align-items: center;
	gap: 16px;
	background-color: #161616;
}

#custom-clear-selection {
	appearance: none !important;
	background: transparent;
	border: 1px solid #FCFF8C;
	color: #fcff8c;
	border-radius: 3px;
	font-size: 14px !important;
	font-weight: 400;
	line-height: 18.17px;
	display: none;
}

#custom-add-to-cart {
	font-family: "IBM Plex Sans", Sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 18.17px;
	border-style: none;
	border-radius: 3px 3px 3px 3px;
	padding: 14px 14px;
	color: #121212;
	background-color: #FCFF8C;
	transition: all 0.2s;
	width: 80%;
}


#card-number,
#card-expiry,
#card-cvc {
	border-bottom: 1px solid #fcff8c;
	padding-bottom: 8px;
}


div.woocommerce-order {
	max-width: 1200px;
	margin: auto;
}

.container-order-recieved svg {
	stroke: #fcff8c;
	height: 75px;
	width: auto;
}

.container-order-recieved {
	background-color: #131313;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	padding: 36px 16px;
}

.container-order-recieved .woocommerce ul.order_details li {
	color: #fff;
}

.container-order-recieved ul.order_details {
	margin: 0 !important;

	border-top: 2px solid #262626;
	padding-top: 8px;
}

.container-order-recieved .woocommerce-notice {
	color: #fff;
	font-size: 24px;
}

.container-order-recieved ul.order_details li {
	color: #fff;
	border-style: solid;
	border-color: #262626;
	border-right-width: 2px;
	padding: 20px;
	margin: 0px;
}

.container-full-order-details {
	display: flex;
	justify-content: center;
	gap: 24px;
	margin-top: 30px;
}

.container-full-order-details section.woocommerce-order-details {
	width: 60%;
}

.container-full-order-details section.woocommerce-customer-details {
	width: 40%;
}

.container-full-order-details section.woocommerce-customer-details address {
	background-color: #131313;
	border-radius: 0;
	height: auto !important;
	padding: 24px;
	color: #fff;
	font-family: 'IBM Plex Sans Arabic';
}

.container-full-order-details section>h2 {
	margin-block: 16px !important;

}

.container-full-order-details section table {
	color: #fff;
}

.table-image {
	text-align: center;
}

.woocommerce-orders-table__cell-order-actions a {
	background: #fcff8c !important;
	margin-right: 8px !important;
}

.e-woo-select2-wrapper .select2-results__option {
	color: #131313 !important;
}

.woocommerce-checkout #payment div.payment_box {
	background-color: transparent !important;
}

.list-emotions ul {
	list-style: none;
}

/* Login Notifications */
.successLoginTAT {
	border-bottom: 4px solid green;
}

.errorLoginTAT {
	border-bottom: 4px solid red;
}

.product-type-variable .button.product_type_variable {
	display: none !important;
}

.woocommerce ul.products li.product .woocommerce-placeholder {
	border: none !important;
}


/*  
 * Landings
 * 
 * */

.add-to-cart-btn-landing {
	background: #FCFF8C;
	border-radius: 6px;
	color: #121212;
	font-size: 16px;
	line-height: 1;
	font-weight: 400 !important;
	border: 1px solid transparent !important;
	transition: all 0.2s ease;
	padding:15px 50px 15px 50px;
}

.add-to-cart-btn-landing:hover {
	border-color: #FCFF8C !important;
	background: transparent;
	color: #FCFF8C;
}

.add-to-cart-btn-landing:active,
.add-to-cart-btn-landing:focus {
	background: #FCFF8C !important;
	color: #000;
}




.add-cart-container {
	font-family: 'IBM Plex Sans';
    color: #ffff99;
    padding: 1rem;
    text-align: center;
    border-radius: 6px;
	display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
}

.add-cart-title {
    font-size: 1rem;
	color:#fff;
}

.add-cart-prices {
    font-size: 1.5rem;
    margin-bottom: 0.25rem;
}

.price-regular {
    text-decoration: line-through;
    color: #fff;
    margin-right: 0.5rem;
	font-size:20px
}

@media only screen and (max-width: 768px) {
.add-cart-container {
  	padding:0px;
    justify-content: center;
    align-items: center;
}

}

.price-final {
    color: #ffff99;
	font-size:41px;
}

.add-cart-note {
    font-size: 0.9rem;
    margin-bottom: 1rem;
}


.add-cart-error {
    color: red;
    font-weight: bold;
}
