/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jun 23 2025 | 10:54:37 */
/* 23-6-2025 Header Mobile */
[data-elementor-device-mode="mobile"] .xts-header-bottom, [data-elementor-device-mode="tablet"] .xts-header-bottom {
	background: white;
}

[data-elementor-device-mode="mobile"] .xts-header-bottom .xts-header-html-block, [data-elementor-device-mode="tablet"] .xts-header-bottom .xts-header-html-block{
	padding-right: 5px!important;
	padding-left: 5px!important;
}

[data-elementor-device-mode="mobile"] .xts-site-content, [data-elementor-device-mode="tablet"] .xts-site-content {
	margin-top: 60px;
}

.dg-portes-mobile{
    color:white!important;
    text-align: center!important;
    font-size: 12px;
}

.dg-portes-mobile .dg-mesage-wrap{
    display: inline-block;
   
}

.dg-portes-mobile .dg-header-message{
     overflow: visible;
    
}

.xts-header-col.xts-full.xts-mobile {
	height: fit-content;
	background-color: white;
}


/* Fix no Bt de comprar */
.price_uni_container {
	display: block;
	width: 100%;
	min-height: 60px;
}

.xts-prod-design-icons-alt .xts-product-content-footer, .xts-prod-design-icons-alt .xts-product-content-head {
	display: block!important;
}


/* Header Message 7/1/2025 */
.dg-header-message{
	font-size: 13px;
	color: white;
	background-color: #D4564A;
	padding-left:5px;
	padding-right:5px;
	max-width: fit-content;
  	overflow: hidden;
	max-height: 20px;
	display:block;
}

.dg-header-message a{
	color:white;
}

.dg-header-message a:hover{
	color:black;
}

@media only screen and (max-width: 1250px) {
	.dg-mesage-wrap{
		display:none;
	}
}

/* Promo Menu*/
.dg-promo-animation{
  	height: 40px;
	align-content: center;
}

.dg-promo-animation .xts-nav-link{
	height: 25px!important;
	color: white!important;
	background-color: #D4564A;
	border-radius: 25px;
}

.suggestion-content .price {
	display: none;
}

/* My account */
#wcmca_add_new_address_button_shipping {
	float: right;
}

/* Product page */
.single-product .xts-onsale.xts-product-label{
	background-color: #D4564A;
  	color: white;
}


/* prices homepage and archive*/
.home .xts-onsale.xts-product-label, .archive .xts-onsale.xts-product-label{
	background-color: #D4564A;
  	color: white;
}

.home .tax-sufix, .archive .tax-sufix {
	padding: 0px;
}

.home .dg-min-price, .archive .dg-min-price{
	font-size: 20px;	
}

.home .dg-price-before, .archive .dg-price-before {
	font-size: 16px;
	text-decoration: line-through;
}

.home .dg-price-label, .archive .dg-price-label {
  color: #d4564a;
}


.home .xts-action-btn, .archive .xts-action-btn{
	display: block!important;
}


.xts-scroll-to-top {
	bottom: 55px;
}

/* Timer */
.xts-countdown-timer.xts-style-default .xts-countdown-item, .archive .xts-countdown-timer.xts-style-default .xts-countdown-item {
	margin: 0px!important;
	padding: 0px!important;
	min-width: 50px!important;
	height: 50px!important;

}

.xts-product-countdown .xts-countdown-timer-inner, .archive .xts-product-countdown .xts-countdown-timer-inner {
	display: flex;
	justify-content: left;
}

.xts-product-countdown .xts-countdown-timer-inner > div, .archive .xts-product-countdown .xts-countdown-timer-inner > div {
	flex: 0!important;
}

.xts-countdown-timer.xts-style-default .xts-countdown-digit, .archive .xts-countdown-timer.xts-style-default .xts-countdown-digit {
	/*font-size: 1.1vw;*/
	font-size: clamp(12px, 1vw, 14px)
}

/* Recaptcha */
#cerber-recaptcha > div {
	display: contents !important;
}


div[data-get-attribute="pr_onsale"] {
	display:none!important;
}

p.order-again a.button {
    background-color: #D4564A;
	color:white;
}

/* Product */
.xts-product-label {
	font-size: 15px;
}


#shipping_method li:last-child {
	margin-top: 30px !important;
}

#shipping_method li:last-child label {
	color: black;
	font-weight: bold;
}

/* main menu */
ul.sub-sub-menu li:first-child span {
	background-color: #D4564A;
	color: white;
  	padding-left: 5px;
  	padding-right: 5px;
}

/* MOBILE */
@media only screen and (max-width: 767px) {
	.woocommerce-MyAccount-navigation {
		display: none;
	}
}

#wcmca_add_new_address_button_shipping {
	padding-top: 12px;
}

/* Wishlist page */
.waitlist .product-image img {
	max-width: 80px;
}

/* Cart z-index */
.xts-side-hidden {
	z-index: 500000000000!important;
}


table.variations .label.cell {
	display: block;
}

table.variations .value.cell {
	margin-top:15px;
	display: block;
}

.woocommerce-loop-product__title.xts-entities-title {
	line-height: 1.2em;
	height: 3.6em;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
}

.tax-sufix {
	font-size: 14px;
	padding-left: 5px;
}

.xts-header-bottom .xts-nav-secondary > li > a {
    color: #FFF;
}

.xts-nav-secondary>li.menu-item-has-children>a:after {
    color: #FFF;
}

input[value="A ver Com Iva"] { 
  color:white;
  background-color: #D4564A;
}

input[value="A ver Sem Iva"] { 
  color:white;
  background-color: #D4564A;
}

input.tax-switcher { 
    min-height: 0px;
    border-radius: 25px;
}

.form-row-flex{
	display:flex;
	justify-content: center;
}

.form-row-flex.privacy-message {
	font-size: 12px;
}

.tracking-link::after {
	font-size: 15px;
	font-family: "font-icon";
	content: "\e951";
	padding-left: 5px;
	color: #D4564A;
}


