/*
 Theme Name:   Badaloners
 Theme URI:    https://badaloners.com
 Description:  Badaloners Theme
 Author:       Ismael
 Author URI:   https://badaloners.com
 Template:     storefront
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  storefrontchild
*/

/* Badaloners font. */

@font-face {
    font-family: BasisGrotesquePro;  
    src: url('./assets/fonts/BasisGrotesquePro-Regular.ttf') format('truetype');  
    font-weight: normal;  
}

@font-face {
    font-family: BasisGrotesquePro;  
    src: url('./assets/fonts/BasisGrotesquePro-Bold.ttf') format('truetype');  
    font-weight: bold;  
}

/* Text Selection Color */

::-moz-selection
{
  color: white;
  background: #6a161d;
}

::selection
{
  color: white;
  background: #6a161d;
}

/* Start CSS Rules */

html
{
	height: 100%;
}

body, input, textarea
{
	font-family: BasisGrotesquePro, Source Sans Pro, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif !important;
}

html,
body
{
	scroll-padding-top: 130px;
}

body
{
	display: flex;
    flex-direction: column;
	height: 100%;
}

#page
{
	flex-grow: 1;
}

a {
    color: #6a161d;
}

#primary,
.site-main,
.site-content
{
	height: 100%;
}

.site-main {
    margin-bottom: 0px !important;
}

.content-area
{
	height: 100%;
	margin-bottom: 0px !important;
}

#content,
.site-content
{
	padding-top: 130px;
}

.page-template-template-homepage:not(.has-post-thumbnail) .site-main
{
	padding: 0px;
}

h1
{
	font-size: clamp(1.85rem, 2.5vw, 3.25rem);
}

h2
{
	font-size: clamp(1.5rem, 2.5vw, 1.8rem);
}

h3
{	
	font-size: clamp(1.4rem, 2.5vw, 1.65rem);
}

h4
{
	font-size: clamp(1.15rem, 2.5vw, 1.5rem);	
}

h5
{
	font-size: clamp(0.9rem, 2.5vw, 1.25rem);	
}

h6
{
	font-size: clamp(0.85rem, 2.5vw, 1.15rem);
}

p, span, dt, dd, bdi, label, button, input, select, a, li, i, nav, #cmplz-document p, #cmplz-document li, #cmplz-document td,
.editor-styles-wrapper .cmplz-unlinked-mode p, .editor-styles-wrapper .cmplz-unlinked-mode li, .editor-styles-wrapper .cmplz-unlinked-mode td,
.badaloners-guiadetallas-tabla th, .badaloners-guiadetallas-tabla td
{
	font-size: clamp(0.85rem, 2.5vw, 1.10rem);
}

ul
{
	list-style: none !important;
}

a.button, button
{
	border-radius:50px!important;
	text-decoration: none !important;
}

a:focus, button:focus, .button.alt:focus, input:focus, textarea:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus
{
	outline: none !important;
}

.hentry .entry-content a
{
  text-decoration: none;
}

.storefront-product-pagination
{
	display:none !important;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart, a.reset_variations
{
	display:none;
}

.attachment-woocommerce_thumbnail, .size-woocommerce_thumbnail
{
	margin:auto;
 	width:100%;
 	border-radius:0;
}

.page-header
{
 	padding-bottom: 9px;
 	margin: 0 !important;
 	border-bottom: 1px solid #eee;
}

@media (min-width: 768px)
{
	.storefront-full-width-content .site-main ul.products.columns-4 li.product
	{
		width: calc(100%/4);
		padding: 0 3px;
	 	margin: 0 auto;
	}
}

/* ------------------------- Cookies -------------------------  */

.cc-accept-all
{
	color: white !important;
}

/* ------------------------- Header -------------------------  */

.badaloners-header
{
	display: flex;
	flex-direction: column;
}

.badaloners-header .badaloners-main-header-container
{
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
	z-index: 1000;
}

.badaloners-header .badaloners-header-container
{
	display: flex;
	width: 100%;
	position: relative;
	padding: 1.5vh 0px;
}

.badaloners-header .badaloners-header-container .badaloners-burguer-button-container
{
	display: none;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.badaloners-header .badaloners-header-container .badaloners-burguer-button-container img
{
	width: 5vmax;
	min-width: 5vmax;
	min-height: 20px;
	max-height: 20px;
}

.badaloners-header.transparent-black-scroll-header .badaloners-header-container .badaloners-burguer-button-container img,
.badaloners-header.transparent-black-scroll-header-show .badaloners-header-container .badaloners-burguer-button-container img
{
	filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(101deg) brightness(105%) contrast(101%);
}

.badaloners-header .badaloners-header-container .badaloners-header-logo
{
	margin-left: 2.5vw;
	display: flex;
	align-items: center;
	width: 25%;
}

.badaloners-header .badaloners-header-container .badaloners-header-utility
{
	margin-right: 2.5vw;
	width: 25%;
	display: flex;
	justify-content: end;
	align-items: center;
}

.badaloners-header .badaloners-header-container .badaloners-header-navigation
{
	display: flex;
    justify-content: center;
	width: 50%;
}

/* Header Title and Logo */

.badaloners-title-logo-container,
.badaloners-title-logo-container .badaloners-title-container a
{
	display: flex;
	align-items: center;
}

.badaloners-title-logo-container .badaloners-title-container .badaloners-title-logo
{
	width: 15vw;
	max-width: 180px;
}

.badaloners-header .badaloners-logo-container
{
	margin: 0px 1.25vw;
}

.badaloners-header .badaloners-logo-container a img
{
	width: 5vmax;
    min-width: 5vmax;
    min-height: 45px;
    max-height: 55px;
}

.badaloners-header .badaloners-logo-container:hover a img
{
	filter: invert(28%) sepia(79%) saturate(6474%) hue-rotate(347deg) brightness(91%) contrast(104%) !important;
}

.dgwt-wcas-search-wrapp
{
	width: 80%;
	height: 40px;
}

.dgwt-wcas-search-form,
.dgwt-wcas-sf-wrapp
{
	height: 100%;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input
{
	height: 100%;
	font-size: clamp(1.0rem, 2.5vw, 1.1rem);
	padding: 10px 24px 10px 48px !important;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp
{
	padding: 0px;
}

.dgwt-wcas-suggestions-wrapp
{
	border: 0px !important;
}

.badaloners-search-container .dgwt-wcas-search-form .dgwt-wcas-close,
.badaloners-search-container .dgwt-wcas-search-form .dgwt-wcas-close svg
{
	visibility: collapse;
}

/* Header Sections */

.badaloners-header .badaloners-header-navigation .badaloners-navigation
{
	width: 100%;
	display: flex;
	justify-content: center;
}

.badaloners-header .badaloners-header-navigation .badaloners-navigation .badaloners-navigation-div
{
    display: flex;
	align-items: center;
}

.badaloners-header .badaloners-header-navigation .badaloners-navigation .badaloners-navigation-div .badaloners-navigation-ul
{
	width: 100%;
	max-height: max-content;
    display: flex;
	justify-content: center;
	overflow: inherit;
	margin: 0px !important;
}

.badaloners-header .badaloners-header-navigation .badaloners-navigation .badaloners-navigation-div .badaloners-navigation-ul li
{
	display: inline-block;
	position: relative;
	text-decoration: none;
	cursor: pointer;
	transition: ease 0.3s;
	margin: 0px 1.25vw;
}

.badaloners-header .badaloners-header-mobile-menu
{
	display: none;
	width: 100%;
	padding: 2.5vh 5vw 1.0vh 5vw;
	transition: ease 0.1s;
	border-bottom: 1px solid #b4b4b4;
}

.badaloners-header .badaloners-header-mobile-menu.show
{
	opacity: 1;
}

.badaloners-header .badaloners-header-mobile-menu .badaloners-navigation .badaloners-navigation-div .badaloners-navigation-ul,
.badaloners-header .badaloners-header-mobile-menu .badaloners-navigation .badaloners-navigation-div .badaloners-navigation-ul .sub-menu
{
    display: flex;
	flex-direction: column;
}

.badaloners-header .badaloners-header-mobile-menu .badaloners-navigation .badaloners-navigation-div .badaloners-navigation-ul
{
	margin: 0px;
}

.badaloners-header .badaloners-header-mobile-menu .badaloners-navigation .badaloners-navigation-div .badaloners-navigation-ul > li
{
	font-size: clamp(1.0rem, 2.5vw, 1.35rem);
	margin-bottom: 2.5vh;
}

.badaloners-header .badaloners-header-mobile-menu .badaloners-navigation .badaloners-navigation-div .badaloners-navigation-ul > li a
{
	width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
	color: #444 !important;
}

.badaloners-header .badaloners-header-mobile-menu .badaloners-navigation .badaloners-navigation-div .badaloners-navigation-ul > li > a
{
	font-weight: bold !important;
}

.badaloners-header .badaloners-header-mobile-menu .badaloners-navigation .badaloners-navigation-div .badaloners-navigation-ul > li i
{
	font-size: clamp(0.4rem, 2.5vw, 0.6rem);
}

.badaloners-header .badaloners-header-mobile-menu .badaloners-navigation .badaloners-navigation-div .badaloners-navigation-ul li
{
	display: inline-block;
	position: relative;
	text-decoration: none;
	cursor: pointer;
	transition: ease 0.3s;
}

.badaloners-header .badaloners-header-mobile-menu .badaloners-navigation .badaloners-navigation-div .badaloners-navigation-ul li .sub-menu
{
	margin-top: 1vh;
	gap: 1vh;
}

.badaloners-header .badaloners-header-mobile-menu .badaloners-navigation .badaloners-navigation-div .badaloners-navigation-ul li .sub-menu li a
{
	font-size: clamp(0.7rem, 2.5vw, 1.0rem);
	color: #444;
}

.badaloners-header .badaloners-header-navigation .badaloners-navigation .badaloners-navigation-div .badaloners-navigation-ul li a,
.badaloners-header .badaloners-header-mobile-menu .badaloners-navigation .badaloners-navigation-div .badaloners-navigation-ul li a
{
    font-weight: 500;
    letter-spacing: normal;
	color: black;
}

.badaloners-header .badaloners-header-navigation .badaloners-navigation .badaloners-navigation-div .badaloners-navigation-ul li a
{
	font-size: clamp(1.0rem, 2.5vw, 1.35rem);
}

.badaloners-shop-notification p
{
	font-size: clamp(0.8rem, 2.5vw, 1.0rem);
	margin: 0px;
}

.badaloners-header .badaloners-header-navigation .badaloners-navigation .badaloners-navigation-div .badaloners-navigation-ul li::after,
.badaloners-header .badaloners-header-mobile-menu .badaloners-navigation .badaloners-navigation-div .badaloners-navigation-ul li::after
{
	display: block;
	width: 100%;
	content: '';
	position: absolute;
	z-index: -1;
	height: 2px;
	background-color: #6a161d;
	transform: scaleX(0);
	transition: transform .26s ease-in-out;
}

.badaloners-header .badaloners-header-navigation .badaloners-navigation .badaloners-navigation-div .badaloners-navigation-ul li:hover::after,
.badaloners-header .badaloners-header-mobile-menu .badaloners-navigation .badaloners-navigation-div .badaloners-navigation-ul li:hover::after
{
	transform: scaleX(1);
}

.badaloners-header .badaloners-header-container .badaloners-header-utility .site-search
{
	margin: 0px !important;
}

#content,
#colophon
{
	transition: ease 0.3s;
	opacity: 1.0;
}

#content.dark,
#colophon.dark
{
	opacity: 0.2;
}

/* Search Div */

.badaloners-search-container
{
	display: none;
	width: 100%;
	height: 100%;
	background-color: white;
	position: absolute;
	opacity: 0;
	transition: 0.25s ease-in-out;
	top: 0;
	z-index: 200;
}

.badaloners-search-container.show
{
	display: flex;
	align-items: center;
	justify-content: center;
}

.badaloners-search-container.is-active
{
	opacity: 1;
}

.badaloners-search-icon
{
	width: 3vmax !important;
	min-width: 3vmax !important;
	min-height: 20px;
	max-height: 20px;
	cursor: pointer;
}

.badaloners-search-container .dgwt-wcas-search-form input
{
	box-shadow: 0 0 0 0 rgba(0,0,0,0) !important;
	font-style: normal !important;
}

.badaloners-search-container .dgwt-wcas-search-form .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input::placeholder
{
	font-style: normal !important;
}

.badaloners-search-container .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit
{
	top: 4px;
    left: 15px;
	padding: 0px !important;
}

/* Cookies */

#cmplz-cookiebanner-container
{
	position: fixed;
    bottom: 0;
    right: 0;
	z-index: 1000;
}

/* Header Shopping Cart */

.badaloners-header-utility ul
{
	margin: 0 !important;
    padding: 0 !important;
}

.badaloners-cart-header .badaloners-cart-product-header
{
	min-width: 35px;
}

.badaloners-cart-header .badaloners-cart-product-header .badaloners-shop-cart-link
{
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	padding: 0px !important;
}

.badaloners-cart-header .badaloners-cart-product-header .badaloners-shop-cart-link .badaloners-shop-cart-icon
{
    width: 3vmax;
    min-width: 3vmax;
	max-height: 20px;
	min-height: 20px;
}

.badaloners-cart-header .badaloners-cart-product-header .badaloners-shop-cart-link .badaloners-shop-cart-count
{
	display: none;
	position: absolute;
	top: 8px;
    opacity: 1;
    font-size: 12px;
    text-align: center;
}

.badaloners-cart-empty-container p,
.badaloners-cart-empty-container a
{
	font-size: clamp(0.7rem, 2.5vw, 1.0rem);
}

.badaloners-cart-header .badaloners-cart-product-header .badaloners-shop-cart-link::after
{
	content: none !important;
}

.badaloners-cart-header .badaloners-cart-product-list
{
	position: absolute;
	right: 0vw;
	min-width: 30vw;
	padding-top: 40px;
}

.badaloners-cart-header .badaloners-cart-product-list .widget_shopping_cart
{
	border: 1px #c4c4c4 solid;
	background-color: white !important;
}

.badaloners-cart-header .badaloners-cart-product-list.show
{
	display: block !important;
}

.badaloners-cart-header .badaloners-cart-empty-container
{
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	align-items: center;
	padding: 25px;
	background-color: white;
}

.site-header-cart
{
	position: relative !important;
}

#site-header-cart .widget_shopping_cart
{
	display: none;
}

#site-header-cart:hover .widget_shopping_cart,
#site-header-cart.show .widget_shopping_cart
{	
	display: block;
}

#site-header-cart #badaloners-cart-product-list-id
{
	opacity: 0;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	z-index: 400;
}

#site-header-cart:hover #badaloners-cart-product-list-id,
#site-header-cart.show #badaloners-cart-product-list-id
{
	opacity: 1 !important;
	pointer-events: auto;
}

.badaloners-cart-header .badaloners-cart-product-list .badaloners-mini-cart-container
{
	height: auto;
	background-color: white;
}

.badaloners-mini-cart-buttons .checkout
{
    display: none !important;
}

.badaloners-cart-header .badaloners-cart-product-list .badaloners-mini-cart-item
{
	display: flex;
	align-items: center;
	padding: 0px !important;
	border-bottom: 0px !important;
}

.badaloners-cart-header .badaloners-cart-product-list .badaloners-mini-cart-item .badaloners-mini-cart-content
{
	display: flex;
	align-items: center;
	width: 100%;
	margin: 1vmax;
}

.badaloners-cart-header .badaloners-cart-product-list .badaloners-mini-cart-item .badaloners-mini-cart-item-description
{
	display: flex;
	flex-direction: column;
}

.badaloners-cart-header .badaloners-cart-product-list .badaloners-mini-cart-item .badaloners-mini-cart-item-description .badaloners-mini-cart-item-variation,
.badaloners-cart-header .badaloners-cart-product-list .badaloners-mini-cart-item .badaloners-mini-cart-item-description .quantity
{
	font-weight: 400;
	opacity: .5;
}

.badaloners-cart-header .badaloners-cart-product-list .badaloners-mini-cart-item .badaloners-mini-cart-thumbnail
{
	max-width: 8em;
	margin: 0px 10px 0px 0px !important;
}

.badaloners-mini-cart-item-closebutton
{
	margin-right: 2.0vw;
}

.badaloners-mini-cart-item-closebutton:before, .badaloners-mini-cart-item-closebutton:after
{
	position: absolute;
	content: ' ';
	height: 14px;
	width: 2px;
	background-color: #333;
}

.badaloners-mini-cart-item-closebutton:before
{
  transform: rotate(45deg);
}

.badaloners-mini-cart-item-closebutton:after
{
  transform: rotate(-45deg);
}

.badaloners-mini-cart-total
{
	background-color: white !important;
	border-top: 0px !important;
	border-bottom: 0px !important;
	padding: 1.5vh 0px !important;
	color: black;
	font-weight: normal;
	text-align: center;
	margin: 0px;
}

.badaloners-mini-cart-buttons
{
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	background-color: white !important;
	padding: 1vh !important;
    margin-bottom: 1.0vh;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
}

.badaloners-mini-cart-buttons a
{
	padding: 1.0vh 2.0vw !important;
	margin: 0px !important;
	width: 42%;
	text-align: center;
}

.badaloners-mini-cart-buttons a.white
{
	background-color: white !important;
	box-shadow: 0 0 0 1px rgba(0,0,0,.3);
}

.badaloners-mini-cart-buttons a.white:hover
{
	color: white;
	background-color: #6a161d !important;
}

/* Header Notifications */

.badaloners-header .badaloners-header-notifications
{
    display: flex;
    justify-content: center;	
	width: 100%;
	height: 45px;
	background-color: #6a161d;
	opacity: 1;
	transition: 0.75s;
	color: white;
}

.badaloners-header .badaloners-header-mobile-menu a
{
	font-size: clamp(1.2rem, 2.5vw, 1.15rem) !important;
}

.badaloners-header .badaloners-header-mobile-menu .badaloners-navigation .badaloners-navigation-div .badaloners-navigation-ul li .sub-menu li a
{
	font-size: clamp(1.0rem, 2.5vw, 1.0rem) !important;
}

.badaloners-header .badaloners-header-mobile-menu .badaloners-mobile-menu-info-contact p
{
	font-weight: 500;
	color: black;
}

.badaloners-header.transparent-black-scroll-header .badaloners-header-mobile-menu .badaloners-mobile-menu-info-contact p
{
	color: white !important;
}

.badaloners-header.transparent-black-scroll-header-show .badaloners-header-notifications,
.badaloners-header.shop-header-show .badaloners-header-notifications
{
	height: 0px;
}

.badaloners-header.transparent-black-scroll-header-show .badaloners-header-notifications .badaloners-shop-notification-container .badaloners-shop-notification,
.badaloners-header.shop-header-show .badaloners-header-notifications .badaloners-shop-notification-container .badaloners-shop-notification
{
	opacity: 0;
}

.badaloners-header .badaloners-header-notifications .badaloners-shop-notification-container
{
	padding: 10px 0px 10px 0px;
}


.badaloners-header.shop-header .badaloners-header-container,
.badaloners-header.shop-header .badaloners-header-mobile-menu
{
	background-color: #ffffffff;
}

.badaloners-header.shop-header .badaloners-navigation a
{
	color: black;
}

/* Cart */

.badaloners-shop-cart-main
{
	background-color: #f0f0f0;
}

.badaloners-shop-cart-main .badaloners-shop-cart-product-desc-container
{
	margin: 1.0vh 2.5vw 2.0vh 2.5vw;
}

.badaloners-shop-cart-main .badaloners-shop-cart-product-name,
.badaloners-shop-cart-main .badaloners-shop-cart-price-quantity
{
	color: black;
	font-weight: bold;
}

.badaloners-shop-cart-product-name p
{
	margin-bottom: 0.0vh;
}

.badaloners-shop-cart-main .variation
{
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 2px;
	margin: 0;
}

.badaloners-shop-cart-main .variation dt,
.badaloners-shop-cart-main .variation dd,
.badaloners-shop-cart-main .variation dd p
{
	font-weight: normal;
	margin: 0px;
}

.badaloners-shop-cart-main .badaloners-coupon,
.badaloners-shop-cart-main .badaloners_shop_cart .woocommerce-cart-form,
.badaloners-shop-cart-main .badaloners-payment,
.badaloners-checkout,
.woocommerce-NoticeGroup-checkout
{
	margin: 0 10vw;
}

.woocommerce-notices-wrapper
{
	margin: 0 10vw 5vh 10vw;
    color: black;
    font-size: 1.2em;
}

.woocommerce-notices-wrapper a
{
	color: #6a161d;
	font-weight: bold;
}

.badaloners-shop-cart-main .badaloners-cart-product-grid
{
	display: flex;
    justify-content: start;
	gap: 1vw;
}

.badaloners-shop-cart-main .badaloners-coupon,
.woocommerce-NoticeGroup-checkout,
.badaloners-shop-cart-main .badaloners-cart-product-grid .product-card,
.badaloners-checkout .badaloners-checkout-data,
.woocommerce-shipping-totals td,
.woocommerce-checkout-review-order-table td,
.woocommerce-checkout-review-order-table tr,
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table table,
.woocommerce-checkout-review-order-table tbody,
.cart_item tr,
.cart_item td,
.cart-subtotal th,
.cart-subtotal td,
.shipping th,
.shipping td,
.order-total th,
.order-total td,
.badaloners_cart_table_separator_margin
{
	background-color: white !important;
}

.badaloners-shop-cart-main .badaloners-cart-product-grid .product-card
{
	position: relative;
	width: 32%
}

.badaloners-shop-cart-main .badaloners-cart-product-grid .product-card .product-remove
{
	position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    right: 0;
	margin: 10px 10px 0px 0px;
}

.badaloners-shop-cart-main .badaloners-cart-product-grid .product-card .product-remove a
{
	display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    line-height: 1;
    font-size: 36px;
    color: black;
}

.woocommerce-shipping-totals #shipping_method,
.woocommerce-error
{
	margin: 0px;
}

.woocommerce-shipping-totals td
{
	background-color: white;
    padding: 2.5vw !important;
}

.badaloners-shop-cart-main .badaloners-payment,
.badaloners-checkout-data,
#order_review
{
	margin-top: 2.5vh !important;
}

.badaloners-shop-cart-main .badaloners-payment .woocommerce-shipping-methods,
.badaloners-ship-entry .badaloners-ship-entry-desc p
{
	margin: 0px;
}

.badaloners-shop-cart-main .badaloners-coupon
{
	margin-top: 2.5vh;
	padding: 2.5vw;
}

.badaloners-shop-cart-main .badaloners-coupon .input-text
{
	width: 50vw;
    margin-right: 20px;
}

.badaloners-ship-entry,
.badaloners-payment-entry
{
	width: 50vw;
	max-width: 800px;
	display: flex !important;
	justify-content: space-between;
    align-items: center;
	padding: 2.5vw;
	background-color: white;
	border: 1px #c4c4c4 solid;
	margin-top: 2.5vh;
}

.badaloners-ship-entry-desc
{
	margin-right: 2.0vw;	
}

.woocommerce-shipping-calculator .shipping-calculator-form input
{
	width: 50vw;
}

.badaloners-payment-entry-desc .payment_box
{
	margin: 2vh 0 0 0;
}

.badaloners-ship-entry .badaloners-payment-entry-desc
{
	padding-left: 4.0vw;
}

.payment_method_stripe_klarna .badaloners-payment-entry-desc label,
.payment_method_stripe .badaloners-payment-entry-desc label
{
	display: flex;
}

.badaloners-ship-entry input,
.badaloners-payment-entry input
{
    transform: scale(2.0);
}

.badaloners-shopping-cart-empty-container
{
	display: flex;
    flex-direction: column;
    align-items: center;
	text-align: center;
}

.badaloners-shopping-cart-empty-container img
{
	width: 20vw;
    max-height: 30vh;
    margin-bottom: 2.5vh;
    filter: brightness(0) saturate(100%) invert(62%) sepia(0%) saturate(6827%) hue-rotate(59deg) brightness(93%) contrast(81%);
}

.badaloners-checkout-data,
.woocommerce-NoticeGroup-checkout
{
	padding: 2.5vw;
}

.woocommerce-NoticeGroup-checkout a
{
	color: #6a161d;
}

.woocommerce-checkout-review-order-table .cart_item .product-name,
.cart_totals .cart_item .product-name
{
	padding: 1.0vh 2.5vw;
}

.cart_item td,
.cart-subtotal td,
.shipping td
{
	padding: 0 2.5vw;
}

.badaloners-checkout-shipping
{
	padding-top: 2.5vh;
}

.cart-header td
{
	padding: 2.5vw 2.5vw 0 2.5vw;
}

.order-total td
{
	padding: 2.5vh 2.5vw 2.5vw 2.5vw;
}

.woocommerce-billing-fields h5,
.woocommerce-billing-fields label,
.woocommerce-shipping-fields h5,
.woocommerce-shipping-fields label,
.woocommerce-shipping-totals h5,
.woocommerce-shipping-totals h6,
.woocommerce-additional-fields h5,
.woocommerce-additional-fields label,
.woocommerce-additional-fields h6,
.woocommerce-checkout-review-order-table h5,
.badaloners-payment-methods-container h5,
.badaloners-payment-methods-subtitle,
#ship-to-different-address,
.badaloners_shop_cart .cart-header h5,
.badaloners-coupon h3,
.woocommerce-shipping-destination
{
	text-transform: uppercase;
}

.woocommerce-shipping-destination
{
	margin-top: 2.5vh;
}

.woocommerce-billing-fields h5,
.woocommerce-shipping-totals h5,
.woocommerce-shipping-totals h6,
.woocommerce-checkout-review-order-table h5,
.badaloners-payment-methods-container h5,
.badaloners_shop_cart .cart-header h5,
.badaloners-coupon h5
{
	font-weight: bold;
}

.shipping-calculator-button
{
	padding: 1.0vw;
    border: 1px #c4c4c4 solid;
    display: inline-block;
    color: #6d6d6d;
    text-transform: uppercase;
}

.shipping-calculator-form
{
	margin: 2.5vh 0 0 0;
	width: 60%;
}

.shipping-calculator-form p
{
	width: 100%;
}

.woocommerce-shipping-totals h6
{
	margin: 2.5vh 0 0 0;
}

.woocommerce-billing-fields label .required,
.woocommerce-shipping-fields label .required
{
	color: red;
	font-weight: bold;
}

.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper
{
	display: grid;
    grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper,
.woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper span,
.woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper input,
.woocommerce-shipping-fields__field-wrapper .woocommerce-input-wrapper,
.woocommerce-shipping-fields__field-wrapper .woocommerce-input-wrapper span,
.woocommerce-shipping-fields__field-wrapper .woocommerce-input-wrapper input
{
	width: 100%;
	height: 100%;
}

.woocommerce-billing-fields__field-wrapper .form-row,
.woocommerce-shipping-fields__field-wrapper .form-row
{
	display: flex;
    flex-direction: column;
}

.woocommerce-shipping-totals .badaloners-ship-entry.selected,
.badaloners-payment-entry:has(input:checked)
{
	background-color: #6a161d;
    color: white;
}

.woocommerce-shipping-methods input[type="radio"],
.badaloners-payment-entry input[type="radio"]
{
    accent-color: white;
}

 input[type="checkbox"]
{
	accent-color: #6a161d;
}

.woocommerce-checkout-payment
{
	background-color: white;
    padding: 2.5vw;
    margin-top: 2.5vh;
}

.woocommerce-checkout-payment .wc_payment_methods,
.woocommerce-additional-fields .form-row
{
	margin: 0px;
}

.badaloners-payment-button-container
{
	text-align: center;
	margin-top: 3vh;
}

.badaloners-payment-button-container a
{
	color: #6a161d;
}

.woocommerce-checkout-review-order-table .product-name-container,
.badaloners-payment .product-name-container
{
	display: flex;
}

.woocommerce-checkout-review-order-table .product-name-details,
.badaloners-payment .product-name-details
{
	margin-left: 2.5vw;
}

.woocommerce-checkout-review-order-table .product-name-details .product-name-details-name,
.badaloners-payment .product-name-details .product-name-details-name
{
	color: black;
    font-weight: 600;
    margin: 0px;
}

.woocommerce-checkout-review-order-table tfoot .cart-subtotal,
.woocommerce-checkout-review-order-table tfoot .shipping,
.woocommerce-checkout-review-order-table tfoot .order-total,
.cart_totals tfoot .cart-subtotal,
.cart_totals tfoot .shipping,
.cart_totals tfoot .order-total
{
	text-transform: uppercase;
}

.woocommerce-checkout-review-order-table .product-name-details .product-name-details-total,
.woocommerce-checkout-review-order-table .order-total,
.cart_totals .product-name-details .product-name-details-total,
.cart_totals .order-total
{
	text-transform: uppercase;
    font-weight: bolder;
    color: black;
}

.woocommerce-checkout-review-order-table tfoot span,
.woocommerce-checkout-review-order-table .order-total,
.cart_totals  tfoot span,
.cart_totals .order-total
{	
    font-weight: bolder;
    color: black;
}

.woocommerce-checkout-review-order-table tfoot td p,
.cart_totals tfoot td p
{
	width: 35%;
	display: flex;
	justify-content: space-between;
}

.woocommerce-checkout-review-order-table .product-name-details .product-name-details-total,
.woocommerce-checkout-review-order-table .product-name-details .product-name-details-variation,
.cart_totals .product-name-details .product-name-details-total,
.cart_totals .product-name-details .product-name-details-variation
{
	margin: 0px;
}

/* Transparent header */

.badaloners-header.transparent-black-scroll-header .badaloners-header-container,
.badaloners-header.transparent-black-scroll-header .badaloners-header-mobile-menu
{
	background-color: black;
}

.badaloners-header.transparent-black-scroll-header .badaloners-header-navigation .badaloners-navigation .badaloners-navigation-div .badaloners-navigation-ul li a,
.badaloners-header.transparent-black-scroll-header .badaloners-header-mobile-menu .badaloners-navigation .badaloners-navigation-div .badaloners-navigation-ul li a,
.badaloners-header.transparent-black-scroll-header .badaloners-cart-header .badaloners-cart-product-header .badaloners-shop-cart-link .badaloners-shop-cart-count
{
	color: white !important;
}

.badaloners-header.transparent-black-scroll-header .badaloners-logo-container a img,
.badaloners-header.transparent-black-scroll-header .badaloners-search-icon,
.badaloners-header.transparent-black-scroll-header .badaloners-cart-header .badaloners-cart-product-header .badaloners-shop-cart-link .badaloners-shop-cart-icon,
.badaloners-header.transparent-black-scroll-header .badaloners-title-logo-container .badaloners-title-container .badaloners-title-logo
{
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

/* ------------------------- Homepage -------------------------  */

.mobile_home_intro
{
	display: none;
}

.badaloners-home-header
{
	position: relative;
	width: 100%;
}

.badaloners-home-image
{
	width: 100%;
	max-height: 98vh;
	object-fit: cover;
}

.badaloners-home-header-content
{
	position: absolute;
	bottom: 0;
	margin: 3.0vh 2.5vw;
}

.badaloners-home-header-content h2
{
	color: white;
	margin: 0px 0px 1.0vh 0px;
}

.badaloners-home-clasicos .badaloners-home-clasicos-header h3
{
	margin: 0px;
}

.badaloners-home-clasicos .badaloners-home-clasicos-header a
{
	font-size: clamp(1.0rem, 1.25vw, 1.3rem);
}

.badaloners-home-clasicos .badaloners-home-clasicos-header
{
	margin-bottom: 2.5vh;
}

.badaloners-intro-section-container
{
	display: flex;
	margin: 5vh 2.5vw 0 2.5vw;
}

.badaloners-intro-section-container .badaloners-intro-image-container
{
	max-width: 55%;
	width: 75%;
	flex-shrink: 0;
}

.badaloners-intro-section-container .badaloners-intro-image-container .badaloners-intro-image
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
	border-radius: 0px;
}

.badaloners-intro-section-container .badaloners-intro-text-container
{
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	margin-left: 2.5vw;
}

.badaloners-home-clasicos
{
	margin: 5.0vh 2.5vw 0.0vh 2.5vw;
}

.badaloners-home-clasicos .badaloners-home-clasicos-header
{
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.badaloners-home-product-showcase
{
	display: flex;
	justify-content: space-between;
}

.badaloners-home-product-showcase .badaloners-home-product-container
{
	position: relative;
	display: flex;
	flex-direction: column;
	width: 32%;
	text-align: center;
}

.badaloners-home-product-showcase .badaloners-home-product-container .badaloners-home-product-content
{
	overflow: hidden;
	white-space: nowrap;
}

.badaloners-home-product-showcase .badaloners-home-product-container .badaloners-home-product-content h4
{
    color: black;
}

.badaloners-home-product-showcase .badaloners-home-product-container:hover .badaloners-home-product-content h4
{
	text-decoration: underline;
}

.badaloners-home-product-showcase .badaloners-home-product-container .badaloners-home-product-image-container
{
	height: 100%;
	max-height: 80vh;
	margin-bottom: 1.0vh
}

.badaloners-home-product-showcase .badaloners-home-product-container .badaloners-home-product-image-container img
{
	height: 100%;
	object-fit: cover;
	overflow: hidden;
	border-radius: 0px;
}

.badaloners-about-section
{
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin: 5vh 4% 5vh 4%;
}

.badaloners-about-section h3
{
	font-weight: bold;
	text-align: center;
	margin: 0px 0px 2.5vh 0px;
}

.badaloners-about-section-top,
.badaloners-about-section-bottom
{
	display: flex;
	justify-content: center;
}

.badaloners-home-about-section-container
{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 30%;
}

.badaloners-home-about-section-container img
{
	max-height: 30vh;
}

.badaloners-home-about-text-container
{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.badaloners-home-about-text-container h4
{
	font-size: clamp(1.0rem, 2.5vw, 1.5rem);
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

.badaloners-home-about-text-container p
{
	transition: 0.5s;
	text-align: center;
	margin: 5px 20px 5px 20px;
}

.badaloners-home-about-section-container:hover p
{
	color: black;
}

.badaloners-section-button
{
	display: inline-flex;
	align-items: center;
	width: max-content;
	border: 1px solid #e5e5e5;
    border-radius: 26px;
	color: #000000;
	fill: #000000;
	background-color: white;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
	font-size: clamp(1.0rem, 1.2vw, 1.4rem);
	padding: clamp(0.2rem, 2vw, 0.25rem) clamp(1.5rem, 2vw, 3.0rem);
}

.badaloners-section-button:hover
{
	background-color: #6a161d;
	border-color: #6a161d;
	color: white !important;
	fill: white;
}

.badaloners-home-marca-section-container
{
	display: flex;
	padding: 0 0 0 2.5vmin;
	background-color: #6a161d;
	padding: 2.5vh 2.5vh;
}

.badaloners-home-marca-section-container .badaloners-home-marca-image-container
{
	width: 50vw;
	flex-shrink: 0;
	margin-right: 2.5vw;
}

.badaloners-home-marca-section-container .badaloners-home-marca-image-container .badaloners-home-marca-image
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
	border-radius: 0px;
}

.badaloners-home-marca-section-container .badaloners-home-marca-text-container
{
	flex-grow: 1;
	color: white;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.badaloners-home-marca-section-container .badaloners-home-marca-text-container h3
{
	color: white;
	font-weight: bold;
}

/* ------------------------- Nosotros Page -------------------------  */

.badaloners-nosotros-header
{
	position: relative;
	width: 100%;
}

.badaloners-nosotros-header .badaloners-nosotros-header-image
{
	width: 100%;
}

.badaloners-nosotros-section
{
	display: flex;
}

.badaloners-nosotros-section .badaloners-nosotros-image-container
{
	width: 50%;
}

.badaloners-nosotros-section .badaloners-nosotros-image-container img
{
	object-fit: cover;
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding: 0px;
	border-radius: 0px;
}

.badaloners-nosotros-section .badaloners-nosotros-section-content
{
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: left;
	flex: 1;
	width: 50%;
}

.badaloners-nosotros-section .badaloners-nosotros-section-content.black-content
{
	background-color: black;
}

.badaloners-nosotros-section .badaloners-nosotros-section-content.eco-content
{
	background-color: #16433e;
}

.badaloners-nosotros-section .badaloners-nosotros-section-content.black-content .badaloners-nosotros-section-pad-content h3,
.badaloners-nosotros-section .badaloners-nosotros-section-content.black-content .badaloners-nosotros-section-pad-content p,
.badaloners-nosotros-section .badaloners-nosotros-section-content.eco-content .badaloners-nosotros-section-pad-content h3,
.badaloners-nosotros-section .badaloners-nosotros-section-content.eco-content .badaloners-nosotros-section-pad-content p
{
	color: white !important;
}

.badaloners-nosotros-section .badaloners-nosotros-section-pad-content
{
	padding: 20vmin;
}

.badaloners-nosotros-section .badaloners-nosotros-section-img
{
	padding: 0px 10px;
	background-size: cover;
	flex: 1;
	aspect-ratio: 4/3;
}

/* ------------------------- Contact Page -------------------------  */

.badaloners-fullpage-form-main
{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	margin-bottom: 0px;
}

.badaloners-fullpage-form-content-container
{
	z-index: 20;
	width: 80%;
	height: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
    margin-top: 180px;
    margin-bottom: 60px;
}

.badaloners-fullpage-form-content-header
{
	text-align: center;
	max-width: 800px;
}

.badaloners-fullpage-form-content-header h2
{
	font-weight: bold;
	color: white;
	margin-bottom: 2.5vh;
}

.badaloners-fullpage-form-content-header p
{
	color: white;
	margin-bottom: 5vh;
}

.badaloners-content-form
{
	width: 100%;
	max-width: 800px;
}

.badaloners-content-form .badaloners-input-field input
{
	padding: 1em;
}

.badaloners-content-form input[type="submit"]:hover
{
	background-color: #6a161d !important;
	border-color: #6a161d !important;
	color: white !important;
}

.badaloners-content-form input[type="submit"]:focus
{
	outline: none !important;
}

.badaloners-content-form p
{
	margin-bottom: 10px;
}

.badaloners-fullpage-form-main .badaloners-section-img
{
	position: absolute;
}

.badaloners-content-form .badaloners-input-field,
.badaloners-content-form .badaloners-input-field span,
.badaloners-content-form .badaloners-input-field input,
.wpcf7 form.invalid .wpcf7-response-output
{
	width: 100%;
	display: inline-block;
}

.wpcf7 form.invalid .wpcf7-response-output
{
	color: #dc3232;
    border: none;
    margin: 0;
    padding-left: 0px;
	padding-right: 0px;
}

.wpcf7 form.sent .wpcf7-response-output
{
	font-size: 1em;
	color: white;
	border: 0px;
	margin: 0px;
    padding: 0px;
}

/* ------------------------- Marca Page -------------------------  */

.badaloners-marca
{
	margin: 0px 8%;
}

.badaloners-marca .badaloners-marca-header
{
	margin-bottom: 30px;
}

.badaloners-marca .badaloners-marca-header h3
{
	font-weight: bold;
	margin: 0px 0px -5px 0px;
}

.badaloners-marca .badaloners-marca-header
{
	margin: 0px;
}

.badaloners-marca-categories-container
{
	display: flex;
	gap: 2vw;
	opacity: 1;
	transition: 0.5s ease-in-out;
}

.badaloners-marca-categories-content-container
{
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
	opacity: 1;
	transition: 0.5s ease-in-out;
	margin-top: 2.5vh;
}

.badaloners-archive-content .badaloners-marca-entry-text
{
	flex-grow: 1;
	margin: 15px 0px 0px 0px;
}

.badaloners-archive-content .badaloners-marca-entry-text h4
{
	margin: 0px 0px 2.5vh 0px;
}

.badaloners-archive-content .badaloners-marca-entry-text p
{
	color: #333333;
	margin: 0px;
}

.badaloners-archive-content .entry-margins
{
	margin-right: 2%;
	margin-left: 2%;
}

.badaloners-archive-content .badaloners-post-container,
.badaloners-marca-categories-content-container .badaloners-post-container
{
	width: 32%;
	margin-bottom: 2.5vh;
}

.badaloners-archive-content .badaloners-post-container .badaloners-marca-entry-container,
.badaloners-marca-categories-content-container .badaloners-post-container .badaloners-marca-entry-container
{
	height: 52.5vh;
}

.badaloners-marca-entry-container img,
.badaloners-marca-entry-container img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
	border-radius: 0px;
}

.badaloners-marca-entry-container-info
{
	display: flex;
	margin-top: 2.0vh;
}

.badaloners-marca-entry-container-info .badaloners-marca-title
{
	display: flex;
    justify-content: space-between;
}

.badaloners-marca-entry-container-info .badaloners-marca-title h4
{
	font-weight: bold;
	margin: 0px;
}

.badaloners-marca-entry-container-info .badaloners-marca-title .badaloners-marca-entry-time
{
	display: flex;
    justify-content: space-between;
	align-items: center;
}

.badaloners-marca-entry-container-info .badaloners-marca-title .badaloners-marca-entry-time .badaloners-time-icon
{
	max-height: 15px;
	margin-right: 0.5vw;
}

.badaloners-marca-categories-container.loading,
.badaloners-marca-categories-content-container.loading
{
	opacity: 0;
}

.badaloners_marca_category_pagination
{
	display: flex;
	justify-content: center;
	margin-bottom: 60px;
}

.badaloners_marca_category_pagination .page-numbers
{
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	width: 46px;
	height: 46px;
	border-color: #cccccccc;
	border-radius: 100px;
	border-style: solid;
	font-size: 20px;
	font-family: BasisGrotesquePro;
	color: black !important;
	background-color: white;
	border-width: 1px !important;
	margin: 0px 5px;
}

.badaloners_marca_category_pagination .page-numbers.nextprev
{
	border-radius: 0px;
}

.badaloners_marca_category_pagination .page-numbers:hover
{
	background-color: rgba(0,0,0,.05);
}

.badaloners_marca_category_pagination .page-numbers.current
{
	background-color: black;
	color: white !important;
}

.badaloners-related-posts-container
{
	margin: 2.5vh 5%;
	text-align: initial;
}

.badaloners-related-posts-container h3
{
	font-weight: 600;
	margin-bottom: 1.25vh;
}

.badaloners-related-posts-container .badaloners-marca-categories-container
{
	margin: 0px;
}

/* ------------------------- Single Post -------------------------  */

.badaloners-post-container article
{
	text-align: justify;
	margin: 0px;
}

.badaloners-post-container article .badaloners-post-article-title-image
{
	margin-bottom: 5.0vh;
}

.badaloners-post-container article .badaloners-post-article-title-image img
{
	width: 100%;
}

.badaloners-post-container article .badaloners-post-article-content,
.badaloners-post-container article .badaloners-post-bottom-container
{
	width: 50%;
	margin: auto;
}

.badaloners-post-container .badaloners-post-article-header
{
	display: flex;
	flex-direction: column;
	text-align: center;
	margin-bottom: 2.5vh;
}

.badaloners-post-container .badaloners-post-article-header h2
{
	font-weight: 600;
	margin-bottom: 2.5vh;
}

.badaloners-post-container .badaloners-post-article-header .badaloners-post-article-header-subinfo,
.badaloners-post-bottom-container
{
	display: flex;
	justify-content: center;
	align-items: center;
}

.badaloners-post-container .badaloners-post-article-header .badaloners-post-article-date-and-time-read
{
	color: #333;
}

.badaloners-post-container .badaloners-post-bottom-container
{
	display: flex;
    justify-content: center;
	text-align: center;
}

.badaloners-post-container .badaloners-post-bottom-container .TagContainer
{
	border-left-width: 0;
	display: inline-block;
	padding: 0.5vh 1.5vw;
	border-radius: 10px !important;
	background-color: rgba(0,0,0,.025);
	color: #43454b;
	gap: 1%;
	font-size: clamp(0.65rem, 2.5vw, 0.8rem);
	margin-bottom: 1vh;
}

.badaloners-post-container .badaloners-post-bottom-container .TagContainer:hover
{
	background-color: rgba(0,0,0,.05);
}

/* ------------------------- Archive List -------------------------  */

.badaloners-archive h1
{
	margin: 0px;
}

.badaloners-archive-content-list
{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0px;
}

.badaloners-archive-content-list li
{
	width: 32%;
}

.badaloners-archive-entry
{
	display: flex;
	justify-content: center;
	margin: 2.5vh 0px;
}

.badaloners-archive-entry p
{
	margin: 0px;
	color: black;
}

/* ------------------------- Shop Page -------------------------  */

#badaloners-display-color-container
{
	display: none;
}

.shop-product-category-container
{
	display: flex;
	flex-direction: column;
	align-items: center;
	opacity: 1;
	transition: 0.5s ease-in-out;
}

.badaloners-product-superior-container
{
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	align-items: center;
	margin-top: 2.5vh;
	margin-bottom: 2.5vh;
}

.badaloners-product-superior-container .badaloners-product-categories-container
{
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 2vw;
	margin-top: 5.0vh;
}

.woocommerce-order-details__title
{
	font-weight: bold
}

.badaloners-product-superior-container
{
	display: flex;
	align-content: center;	
}

.shop-product-category-container.loading
{
	opacity: 0;
}

.badaloners-shop-intro-container
{
	width: 75%;
	display: flex;
	justify-content: center;
	padding: 2vh 0px 4vh 0px;
}

.shop-product-category-container .storefront-sorting
{
	height: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.badaloners-category-icon
{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0.5vh 2.5vw;
	cursor: pointer;
	background-color: #fff;
	box-shadow: 0 0 0 1px rgba(0,0,0,.3);
	box-sizing: border-box;
	border-radius: 50px !important;
	opacity: 0.5;
	transition: 0.25s;
}

.badaloners-category-icon.active,
.badaloners-category-icon:hover
{
	opacity: 1;
}

.badaloners-category-icon.empty-cat:hover
{
  opacity: 0.5;
}

.badaloners-category-icon.active
{
	background-color: black;
}

.badaloners-category-icon h4
{
	margin: 0px;
	font-size: clamp(0.9rem, 2.5vw, 1.25rem);
}

.badaloners-category-icon.active h4
{
	color: white !important;
}

.badaloners-category-icon.empty-cat
{
	background-color: #f2f2f2;
	cursor: default;
}

.badaloners-category-icon.empty-cat h4
{
	color: #ccc !important;
}

.badaloners-category-icon img
{
	width: 40px;
	height: 40px;
	max-width: 40px;
	max-height: 40px;
}

.badaloners-product-container .related.products h2
{
	text-align: center;
}

.badaloners-shop-section-title
{
	width: 75%;
	display: flex;
	flex-direction: column;
	z-index: 50;
}

.badaloners-shop-intro-container-anchor
{
	color: black !important;	
}

.badaloners-shop-section-title p
{
	margin: 0px;
}

.badaloners-shop-section-title h2,
.badaloners-shop-section-title p
{
	color: black !important;
	overflow-wrap: break-word;
	text-align: center;
}

.badaloners-shop-intro-img-container
{
	position: absolute;
	width: 100%;
	height: 100%;
}

.badaloners_shop_category_orderby
{
	width: 100%;
	display: none;
	justify-content: center;
	align-items: center;
}

.badaloners_shop_category_orderby .badaloners-ordering
{
	width: 280px;
	margin-bottom: 0px;
}

.badaloners_shop_category_orderby .badaloners-ordering select
{
	width: 100%;
	background-color: white;
	border-color: #ccc;
	border-radius: 100px;
	border-style: solid;
	border-width: 2px;
	padding: 5px;
	padding-left: 15px;
	cursor: pointer;
	
	font-family: BasisGrotesquePro, Source Sans Pro, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif !important;
	
	margin: 0;      
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
    background-position: calc(100% - 12px) center !important;
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat;
}

.badaloners_shop_category_pagination
{
	display: flex;
	justify-content: center;
	margin: 0px 0px 2.5vh 0px;
}

.badaloners_shop_category_pagination nav ul li
{
	cursor: pointer;
}

.woocommerce-pagination .page-numbers li
{
	margin: 0px 5px;
}

.pagination,
.woocommerce-pagination
{
	border: 0px !important;
}

.woocommerce-pagination .page-numbers li .page-numbers
{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-color: #cccccccc;
	border-radius: 100px;
	border-style: solid;
	font-size: 20px;
	font-family: BasisGrotesquePro;
	color: black !important;
	background-color: white;
	border-width: 1px !important;
}

.woocommerce-pagination .page-numbers li .page-numbers#pagination-next-button
{
	border-width: 0px !important;
}

.woocommerce-pagination .page-numbers li .page-numbers.current
{
	background-color: black;
	color: white !important;
}

/* ------------------------- Product Simple -------------------------  */

li.variable-item.color-variable-item.color-variable-item-black, li.variable-item.color-variable-item.color-variable-item-white, li.variable-item.color-variable-item.color-variable-item-yellow{
	height:34px;
	width:34px;
	padding:7px !important;
}

.button-variable-item span
{
	font-size: 16px !important;
	overflow: visible !important;
}

.button-variable-item-xs, .button-variable-item-xxs, .button-variable-item-talla-s, .button-variable-item-talla-m, .button-variable-item-talla-l, .button-variable-item-talla-xl, .button-variable-item-talla-2xl, .button-variable-item-talla-3xl
{
	width: 50px !important;
	height: 50px !important;
}

.woo-variation-swatches.wvs-attr-behavior-blur .variable-item:not(.radio-variable-item).disabled .variable-item-contents::before,
.woo-variation-swatches.wvs-attr-behavior-blur .variable-item:not(.radio-variable-item).disabled .variable-item-contents::after
{
	opacity: 0 !important;
}

.badaloners-variation-container .variable-items-wrapper .variable-item:not(.radio-variable-item).selected
{
	background-color: #6a161d !important;
    color: white !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover
{
	box-shadow: 0 0 0 2px #6a161d;
}

div.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images
{
	padding-left:10px;
	padding-right:121px;
}

div.summary.entry-summary
{
	padding-right:300px;
}

/* Add to Cart Button */

.badaloners-addtocart-quantity-container
{
	display: flex;
	flex-direction: column;
	margin-top: 2.5vh;
}

.badaloners-addtocart-quantity-container .badaloners-product-information-sections-pre-add-container
{
	margin: 20px 0px 40px 0px;
}

.badaloners-addtocart-quantity-container .badaloners-add-to-cart-button-container
{
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
}

.badaloners-addtocart-quantity-container .badaloners-add-to-cart-button-container .quantity
{
	z-index: 100;
	position: absolute;
	top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#wc-stripe-payment-request-button-separator
{
	display: none !important;
}

.badaloners-addtocart-quantity-container .badaloners-add-to-cart-button-container .quantity .input-text
{
    width: 95%;
	height: 95%;
	border-radius: 100px;
	background-color: white;
	box-shadow: none;
	color: black;
	aspect-ratio: 1;
    text-align: center;
}

.badaloners-addtocart-quantity-container .badaloners-add-to-cart-button-container .quantity .input-text::-webkit-inner-spin-button,
.badaloners-addtocart-quantity-container .badaloners-add-to-cart-button-container .quantity .input-text::-webkit-outer-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}

.badaloners-addtocart-quantity-container .badaloners-add-to-cart-button-container .quantity .input-text
{
    -moz-appearance: textfield;
}

.badaloners-add-to-cart-button-container button
{
	width: 100%;
	font-weight: normal;
	padding: 20px !important;
	background-color: black !important;
	color: white !important;
	box-shadow: 0 0 0 1px rgba(0,0,0,.3);
}

.badaloners-add-to-cart-button-container button.disabled
{
	background-color: #e6e6e6 !important;
	color: black !important;
}

.badaloners-add-to-cart-button-container button.alt:hover
{
	background-color: #6a161d !important;
	color: white !important;
	box-shadow: 0 0 0 0 rgba(0,0,0,0);
}

/* ------------------------- Archive ------------------------- */

.badaloners-archive .page-header
{
	display: flex;
	justify-content: center;
	padding: 0px;
}

.badaloners-archive .page-header h1
{
	font-weight: 600;
}

.badaloners-archive .badaloners-archive-content
{
	margin: 0px 10% 50px 10%;
}

/* ------------------------- Single Product Page -------------------------  */


/* Product Header and Breadcrumb */

.badaloners-before-single-product-header
{
	display: flex;
	justify-content: flex-start;
}

.badaloners-before-single-product-header .badaloners-breadcrumb-title
{
	margin-right: 50px;
    margin-left: 4.35%;
    width: 100%;
}

.badaloners-before-single-product-header .badaloners-breadcrumb-title .badaloners-breadcrumb
{
	padding: 0px;
	margin: 0px;
}

.badaloners-breadcrumb a
{
	cursor: pointer !important;
	color: #727272 !important;
	text-decoration: underline !important;
}

.badaloners-breadcrumb-title .storefront-breadcrumb .col-full
{
	padding: 0px;
	margin: 0px;
}

/* Product Content */


.badaloners-single-product-content
{
    display: flex;
	margin-bottom: 5.0vh;
}

.badaloners-product-before-summary .badaloners-gallery-container
{
	width: 50vw;
}

.badaloners-product-summary
{
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: center;
	margin-left: 7.5vw;
	margin-right: 10.0vw;
}

.badaloners-product-summary form
{
	margin: 0px !important;
}

/* Title and price */

.badaloners-product-title-price-container
{
	display: flex;
	width: 100%;
	align-items: center;
}

.badaloners-product-title-price-container .badaloners-product-title-container
{
	margin: 0px;
}

.badaloners-product-title-price-container .badaloners-product-title-container .badaloners-product-title
{
	line-height: 1.4;
	margin: 0px;
}

.badaloners-product-title-price-container .badaloners-product-title-container .badaloners-product-subtitle
{
	margin: 0px;
	color: #9b9b9b;
}

.badaloners-product-title-price-container .badaloners-product-price-container
{
	flex: 1;
	text-align: right;
}

.badaloners-product-title-price-container .badaloners-product-price-container p
{
	font-size: clamp(1.0rem, 2.5vw, 1.25rem);
	margin: 0px;
}

/* Woocommerce Image Gallery */

.badaloners-woocommerce-product-gallery
{
	padding: 0px !important;
	margin: 0px !important;
}

/*  Product Shirt Sizes and Colors CSS */

.badaloners-variations table.variations
{
	background-color: white !important;
	margin: 0px;
}

.badaloners-variations table.variations tbody,
.badaloners-variations table.variations tr,
.badaloners-variations table.variations tr th,
.badaloners-variations table.variations tr td
{
	background-color: white !important;
	padding: 10px 10px 10px 0px;
}

.button-variable-item span
{
	font-size: 14px !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item
{
	width: 40px !important;
	height: 40px !important;
}

.badaloners-variations .badaloners-shirt-sizes-variation .variable-items-wrapper .variable-item:not(.radio-variable-item)
{
	box-shadow: 0 0 0 1px #cccc !important;
	border-radius: 60px;
}

.badaloners-variations .badaloners-shirt-sizes-variation .variable-items-wrapper .variable-item:not(.radio-variable-item):hover
{
	box-shadow: 0 0 0 0 rgba(0,0,0,1);
	background-color: #6a161d !important;
	color: white;
}

.badaloners-variations .badaloners-shirt-sizes-variation .variable-items-wrapper .variable-item:not(.radio-variable-item).selected
{
	box-shadow: 0 0 0 0 rgba(0,0,0,0);
	background-color: #6a161d !important;
	color: white !important;
}

.badaloners-variations .badaloners-shirt-sizes-variation-container
{
	padding: 0px !important;
}

.badaloners-variations .badaloners-shirt-sizes-variation
{
	display: flex;
    justify-content: space-between;
}

.badaloners-variations .badaloners-shirt-sizes-variation .variable-items-wrapper
{
	width: 100%;
}

.badaloners-shirt-sizes-variation-container .badaloners-shirt-sizes-guide .badaloners-guiadetallas-container
{
	margin: 1.0vh 0px 0px 0px;
}

.badaloners-shirt-sizes-variation-container .badaloners-shirt-sizes-guide .badaloners-guiadetallas-container a
{
	color: #9b9b9b;
	text-decoration: underline;
	cursor: pointer;
}

.badaloners-shirt-sizes-variation-container .badaloners-shirt-sizes-guide .badaloners-guiadetallas-container a:hover
{
	text-decoration: none;
}

.badaloners-variations .badaloners-color-selection
{
	display: flex;
	align-items: center;
	padding: 0px !important;
	opacity: 0;
}

.badaloners-variations .badaloners-color-selection #badaloner-color-display
{
	display: block;
	width: 22px;
	height: 22px;
	border-radius: 100%;
}

.badaloners-variations .badaloners-color-selection #badaloner-color-display-name,
.badaloners-variations .badaloners-color-selection #badaloner-color-display-name-separator
{
	color: #9b9b9b;
}

.badaloners-variations .badaloners-color-selection #badaloner-color-display-name-separator
{
	font-weight: bold;
	padding: 0px 1.0vw;
}

.badaloners-variations .badaloners-color-label
{
	padding-bottom: 0px;
}

.badaloners-variations .badaloners-colors-container
{
	padding-top: 0px !important;
}

.badaloners-variations .badaloners-variation-container
{
	display: flex;
	flex-direction: row;
	padding-top: 0px;
}

.badaloners-variations .badaloners-variation-container ul
{
	width: 100% !important;
	display: flex;
}

.badaloners-color-label label,
.badaloners-label label,
#GuiaDeTallas-Enlace p,
#badaloners-product .woocommerce-Price-amount bdi,
#bdn_single_add_to_cart_button
{
	font-size: clamp(1.1rem, 2.5vw, 1.20rem) !important;
}

.woocommerce-Price-amount
{
	margin-left: 2.5vw;
}

/* Popup container Guia de Tallas */

.badaloners-guiadetallas-popup
{
	display: block;
}

.badaloners-guiadetallas-popup.is-hidden
{
	display: none !important;
}

.badaloners-horizontal-popup-container
{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-end;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: rgba(0,0,0,0.2);
	transition: opacity 0.4s ease;
	overflow: auto;
}

.badaloners-guiadetallas-popup.is-opened .badaloners-horizontal-popup-container
{
	opacity: 1;
	z-index: 2000;
}

.badaloners-horizontal-popup-container .badaloners-guiatallas-container
{
	width: 50%;
	height: 100%;
	max-height: 100%;
	position: relative;
	background-color: white;
	flex-shrink: 0;
	transform: translate3d(100%, 0, 0);
	transition: transform 0.6s ease-out;
}

.badaloners-guiadetallas-popup.is-opened .badaloners-horizontal-popup-container .badaloners-guiatallas-container
{
	transform: translate3d(0, 0, 0);
}

.badaloners-guiadetallas-popup .badaloners-horizontal-popup-container .badaloners-guiatallas-container .badaloners-guiatallas-content
{
	display: flex;
	flex-direction: column;
	padding: 6.0vh 4.0vw;
}

/* Guia de tallas Title */

.badaloners-guiatallas-content-title-container
{
	text-align: center;
	margin-bottom: 1.5vh;
}

.badaloners-guiatallas-product-definition-container,
.badaloners-comosabermitalla-title
{
	margin-bottom: 1.0vh;
}

.badaloners-guiatallas-content-title-container .badaloners-guiatallas-content-title
{
	font-weight: 500;
}

.badaloners-guiatallas-content-title-container .badaloners-guiatallas-content-subtitle
{
	margin: 0px;
	font-weight: bold;
}

.badaloners-guiatallas-buttons-container
{
	padding-bottom: 3vh;
}

.badaloners-guiatallas-buttons-container .badaloners-guiatallas-button
{
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	background-color: #6a161d;
	border-radius: 50px;
	box-shadow: 0 0 0 1px #6a161d;
	padding: 10px 30px 10px 30px;
	margin: 4px 8px 4px 0;
	color: white;
}

.badaloners-guiatallas-product-definition
{
	display: flex;
	align-items: center;
	margin: 0px;
}

.boldaloners
{
    font-weight: bold;
}

.greydaloners
{
    color: #9b9b9b;
}

.badaloners-comosabermitalla-content-container
{
	display: flex;
	justify-content: space-between;
}

.badaloners-comosabermitalla-container .badaloners-comosabermitalla-list
{
	flex: 1;
}

.badaloners-comosabermitalla-container .badaloners-comosabermitalla-list ol
{
	margin: 0px 0px 0px 18px;
	list-style: upper-latin;
}

.badaloners-comosabermitalla-container .badaloners-comosabermitalla-list li
{
    color: #9b9b9b;
}

.badaloners-comosabermitalla-container .badaloners-comosabermitalla-image
{
	width: 50%;
	max-width: 300px;
	margin-left: 1.5vw;
}

/* Guia de tallas Tabla */

.badaloners-guiadetallas-tabla th
{
	font-weight: 300;
    padding: 5px !important;
    margin: 0px !important;
    text-align: center;
    vertical-align: middle;
}

.badaloners-guiadetallas-tabla td
{
    text-align: center;
    vertical-align: middle;
    padding: 0px;
}

.badaloners-guiadetallas-tabla .badaloners-guiadetallas-tabla-grey-row th
{
	letter-spacing: 1px;
}

.badaloners-guiadetallas-tabla .badaloners-guiadetallas-tabla-section-column
{
	width: 145px;
}

.badaloners-guiatallas-outside-bounds
{
	width: 50%;
}

/* Close Button */

.badaloners-popup-closebutton
{
	width: 34px;
	height: 34px;
	color: #6d6d6d !important;
	text-align: center;
	cursor: pointer;
	opacity: 0.85;
	font-size: clamp(0.8rem, 2.5vw, 1.0rem);
}

.badaloners-popup-closebutton:hover
{

	opacity: 1;
}

#badaloners-search-icon-close-button
{
	flex-shrink: 0;
	margin-right: 2.5vw;
}

.badaloners-popup-closebutton.shirt-guide
{
	position: absolute;
	margin: 0px;
	margin-right: 20px;
	top: 60px;
}

/* Badaloners Product Information */

.badaloners-product-description
{
	margin: 0px 10vw 2.5vh 10vw;
}

.badaloners-product-information-container
{
	display: flex;
	flex-direction: column;
}

.badaloners-product-container .related
{
	margin-bottom: 5.0vh;	
}

.badaloners-product-information-sections-titles-container
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin-bottom: 2.5vh;
	margin-left: 15vw;
	margin-right: 15vw;
}

.badaloners-product-information-sections-titles-container .badaloners-product-section-title
{
	position: relative;
	text-decoration: none;
	cursor: pointer;
	transition: ease 0.3s;
	opacity: 0.5;
	display: flex;
	flex-direction: column-reverse;
	font-size: clamp(1.1rem, 2.5vw, 1.25rem);
}

.badaloners-product-information-sections-titles-container .badaloners-product-section-title.is-selected
{
	opacity: 1;
}

.badaloners-product-information-sections-titles-container .badaloners-product-section-title::before
{
	display: block;
	width: 100%;
	content: '';
	position: absolute;
	z-index: -1;
	height: 2px;
	background-color: #6a161d !important;
	transform: scaleX(0);
	transition: transform .26s ease-in-out;
}

.badaloners-product-information-sections-titles-container .badaloners-product-section-title:hover::before,
.badaloners-product-information-sections-titles-container .badaloners-product-section-title.is-selected::before
{
	transform: scaleX(1);
}

.badaloners-product-information-sections-pre-add-container p
{
	margin: 0px !important;
}

.badaloners-product-information-sections-info-container
{
	margin-left: 10vw;
	margin-right: 10vw;
}

.badaloners-product-information-sections-info-container .cuidados-icon-container
{
	display: flex;
	justify-content: center;
	gap: 2.0vw;
	margin-bottom: 2.5vh;
}

.badaloners-product-information-sections-info-container .cuidados-icon-container .cuidados-icon
{
	max-width: 30px;
}

.badaloners-product-section-info.is-selected
{
	opacity: 1;
	display: block;
}

.badaloners-product-section-info
{
	display: none;
	opacity: 0;
	transition: opacity 0.5s ease-in;
}

.badaloners-no-circle-list
{
	margin: 0px !important;
}

/* Short Description */

.badaloners-short-code-container
{
	text-align: justify;
}

/* Product Meta */

.badaloners-product-meta-section
{
	display: flex;
	justify-content: center;
}

/* Gallery */

.badaloners-gallery-show-image-container
{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.badaloners-gallery-show-image-container .badaloners-gallery-images-holder
{
	display: flex;
	position: relative;
	right: 0%;
	transition: right 0.5s;
	-webkit-transition: right 0.5s;
	-moz-transition: right 0.5s;
	-o-transition: right 0.5s;
	height: 100%;
}

.badaloners-gallery-show-image-container .badaloners-gallery-images-holder
.badaloners-slider-image-link
{
	display: block;
	max-width: 100%;
	min-width: 100%;
}

.badaloners-gallery-show-image-container .badaloners-gallery-images-holder
.badaloners-slider-image-link .badaloners-slider-image
{
	width: 100%;
	height: 100%;
	border-radius: 0px;
	object-fit: cover;
}

#image-0:target ~ .badaloners-gallery-images-holder {
	right: 0%;
}

#image-1:target ~ .badaloners-gallery-images-holder {
	right: 100%;
}

#image-2:target ~ .badaloners-gallery-images-holder {
	right: 200%;
}

#image-3:target ~ .badaloners-gallery-images-holder {
	right: 300%;
}

#image-4:target ~ .badaloners-gallery-images-holder {
	right: 400%;
}

#image-5:target ~ .badaloners-gallery-images-holder {
	right: 500%;
}

#image-6:target ~ .badaloners-gallery-images-holder {
	right: 600%;
}

#image-7:target ~ .badaloners-gallery-images-holder {
	right: 700%;
}

#image-8:target ~ .badaloners-gallery-images-holder {
	right: 800%;
}

#image-9:target ~ .badaloners-gallery-images-holder {
	right: 900%;
}

/* Thumbnails */

.badaloners-gallery-images-buttons-container
{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2vh;
	height: 100%;
	min-height: 100%;
	
	position: absolute;
	top: 0;
	left: 20px;
}

.badaloners-gallery-images-buttons-container a
{
	max-width: 70px;
	cursor: pointer;
	opacity: 0.6;
	transition: opacity 1s;
}

.badaloners-gallery-images-buttons-container a:hover,
.badaloners-gallery-images-buttons-container a.is-selected
{
	opacity: 1.0;
}

.badaloners-gallery-images-buttons-container .badaloners-button-image
{
	margin: 0px;
	border-radius: 0px;
}

/* Slider Loading */

.badaloners-slider-loading-container
{
	display: none;
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: fixed;
	background-color: white;
	z-index: 100;
	left: 0;
	top: 0;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}

.badaloners-slider-loading-container.show
{
	display: block;
}

.badaloners-slider-loading-container.is-selected
{
	opacity: 0.8;
}

/* Image Loading */

.badaloners-slider-image-showcase-container
{
	display: none;
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: fixed;
	background-color: #222c;
	z-index: 5000;
	left: 0;
	top: 0;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}

.badaloners-slider-image-showcase-container.show
{
	display: flex;
	align-items: center;
	justify-content: center;
}

.badaloners-slider-image-showcase-container.is-selected
{
	opacity: 1.0;
}

.badaloners-slider-image-showcase-container #badaloners-image-to-show
{
	max-width: 900px;
	max-height: 900px;
}

.blur-slider-container
{
	filter: blur(4px);
}

/* Badaloners Product Loop and Related Products */

.badaloners-products-loop-container
{
    display: flex;
	flex-wrap: wrap;
    justify-content: center;
	margin: 0px 0px 2.5vh 0px;
	gap: 1vmin;
}

.badaloners-loop-product 
{
	width: 25%;
	padding: 0px !important;
	text-align: center;
}

.badaloners-loop-product .badaloners-loop-product-title
{
	font-weight: bold;
	margin: 1.0vh 0px 0px 0px;
}

.badaloners-loop-product .price
{
	margin: 0px 0px 1.5vh 0px;
	color: black !important;
	font-size: clamp(0.8rem, 2.5vw, 1.1rem);
}

.badaloners-loop-product-info-container-hover-colored
{
	width: 100%;
	height: 100%;
	position: absolute;
	transition: opacity .35s ease-in-out;
	background-color: black;
	z-index: 20;
	opacity: 0;
}

.badaloners-loop-product-info-container-image:hover .badaloners-loop-product-info-container-hover-colored
{
	opacity: 0.75;
}

.badaloners-loop-product-info-container-hover
{
	width: 100%;
	height: 100%;
	position: absolute;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
	transition: opacity .65s ease-in-out;
	z-index: 25;
	opacity: 0;
	padding: 38% 0px 20px 0px;
}

.badaloners-loop-product-info-container-image:hover .badaloners-loop-product-info-container-hover
{
	opacity: 1.0;
}

.badaloners-loop-product-info-container-hover h2,
.badaloners-loop-product-info-container-hover .price
{
	color: white !important;
}

.badaloners-loop-product-info-container-hover .price
{
	font-weight: bold;
}

.badaloners-loop-product-info-container-hover .badaloners-loop-product-hover-description
{
	color: white !important;
	margin: 0px 5% 0px 5% !important;
	line-height: 1.2 !important;
}

.badaloners-loop-product-info-container .badaloners-loop-product-image-container
{
	width: 100%;
	height: 100%;
	position: relative;
	background-color: white;
}

.badaloners-loop-product-info-container .badaloners-loop-product-image-container img
{
	width: 100%;
	height: 100%;
}

.badaloners-loop-product-info-container .badaloners-loop-product-image-container .badaloners-loop-product-image-hover
{
	position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .2s;
	border-radius: 0px !important;
	object-fit: cover;
}

.badaloners-loop-product-info-container .badaloners-loop-product-image-container .badaloners-loop-product-image-hover:hover
{
	opacity: 1;
}

.badaloners-loop-product-info-container .badaloners-loop-product-image-container .colors-container
{
	min-width: 35%;
	max-width: 70%;
	background-color: #f6f6f6;
	position: absolute;
	bottom: 3%;
	left: 3%;
	padding: 0.50vmin 0.5vmin;
	border: 5px solid transparent;
	color: black !important;
}

.badaloners-loop-product-info-container .colors-circles-container
{
	display: flex;
	justify-content: center;
	min-height: 22px;
	margin: 15px 0px 15px 0px;
}

.badaloners-loop-product-info-container .colors-circles-container .badaloners-loop-product-colors
{
	display: block;
	width: 22px;
	height: 22px;
	border-radius: 100%;
	margin-left: 5px;
	margin-right: 5px;
}

/* ------------------------- Legal pages ------------------------- */

.badaloners-legal-header-title-only
{
	display: flex;
	align-items: end;
	justify-content: center;
}

.badaloners-legal-header-title-only .badaloners-legal-header-content h1
{
	text-align: center;
	color: black;
	margin: 0px;
}

.badaloners-legal-header
{
	height: 100vh;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: end;
}

.badaloners-legal-header .badaloners-legal-header-content
{
	margin: 0px 50px 100px 50px;
}

.badaloners-legal-header .badaloners-legal-header-content h1
{
	text-align: center;
	color: white;
	margin: 0px;
}

.badaloners-legal-pages
{
	margin-top: 5vh;
}

.badaloners-legal-pages .legal-page-content-container
{
	margin: 5vh 20vw;
}

.badaloners-legal-pages #cmplz-document
{
	max-width: 100% !important;
}

.badaloners-accordion-container
{
	margin-bottom: 20px;
}

.badaloners-accordion-container .badaloners-accordion-section-title
{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 1.25vh 0px;
	border-top: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
	color: #333;
	font-weight: bold;
	cursor: pointer;
}

.badaloners-accordion-section-title
{
	font-size: clamp(0.85rem, 2.5vw, 1.2rem);
}

.badaloners-accordion-container .badaloners-accordion-content
{
	overflow: hidden;
	transition: 0.75s ease-in-out;
}

.badaloners-accordion-container .badaloners-accordion-content p,
.badaloners-accordion-container .badaloners-accordion-content li
{
	margin: 0.5vh 0px;
}

.badaloners-accordion-container .badaloners-accordion-content p.bold
{
	font-weight: bold;
}

.badaloners-accordion-section-title.selected .badaloners-chevron
{
	transform: rotate(225deg);
}

.badaloners-accordion-section-title .badaloners-chevron
{
	box-sizing: border-box;
	position: relative;
	display: block;
	transform: scale(var(--ggs,1));
	width: 28px;
	height: 28px;
	border: 2px solid #0000;
	border-radius: 100px;
	color: #333;
	transition: 0.5s ease-in-out;
}

.badaloners-accordion-section-title .badaloners-chevron::after
{
	content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    left: 4px;
    top: 2px
}

/* Shopping cart */

.badaloners-pasos-compra-container
{
	padding: 2.5vh 0px;
	text-align: center;
}

.badaloners-pasos-compra-list
{
	padding: 0;
	margin: 0;
}

.badaloners-pasos-compra
{
	display: inline-block;
	position: relative;
	vertical-align: top;
	padding-right: 70px;
	color: black;
}

.badaloners-pasos-compra::after
{
	content: "";
	position: absolute;
	top: 20px;
	right: 10px;
	width: 50px;
	height: 1px;
	background: #292929;
}

.badaloners-pasos-compra:last-child
{
	padding-right: 0px !important;
}

.badaloners-pasos-compra:last-child::after
{
	display: none;
}

.badaloners-pasos-compra-inner-cont
{
	position: relative;
	display: block;
	padding-bottom: 27px;
}

.badaloners-pasos-compra-numero
{
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    border: 1px solid #292929;
    border-radius: 100%;
    font-size: 20px;
    line-height: 1.8;
}

.paso-compra-active .badaloners-pasos-compra-numero
{
    background: #6a161d;
	border: 1px solid #6a161d;
    color: white;
    position: relative;
}

.badaloners-pasos-compra-nombre
{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	display: block;
	color: #292929;
	text-transform: uppercase;
	white-space: nowrap;
	min-width: 100px;
}

.woocommerce-thank-you-container-image
{
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	text-align: center;
	margin: 0px 25%;
	padding: 5.0vh 0px;
}

.badaloners-order-info
{
	margin-bottom: 2.0vh;
}

.woocommerce-thank-you-container-image img
{
	width: 20vw;
    max-height: 30vh;
    filter: brightness(0) saturate(100%) invert(62%) sepia(0%) saturate(6827%) hue-rotate(59deg) brightness(93%) contrast(81%);
	margin-bottom: 2.5vh;
}

.woocommerce-thank-you-container-image .woocommerce-notice
{
	color: black;
	font-weight: 900;
	margin-bottom: 2.0vh;
}

.woocommerce-thank-you-container-image .woocommerce-order-overview
{
	margin: 0px;
}

.badaloners-order-info-container
{
	text-align: left;
    margin: 0px 10%;
}

/* Footer */

.badaloners-footer
{
	display: flex;
	align-items: center;
    flex-direction: column;
	position: relative;
	padding: 4vh 2.5vw 2vh 2.5vw;
}

.badaloners-footer-politics
{
	display: flex;
	justify-content: center;
 	padding: 10px 0px 10px 0px;
}

.badaloners-footer-section
{
	width: 75%;
	margin-bottom: 2vh;
}

.badaloners-footer-pc-container
{
	display: flex;
	justify-content: space-around;
	gap: 2.5vw;
}

.badaloners-footer-section.footer-logo-container
{
	position: absolute;
    top: -100px;
	width: 100%;
}

.badaloners-footer-section.footer-logo-container .footer-logo
{
    position: relative;
	width: 200px;
    height: 200px;
    z-index: 1;
}

.badaloners-footer-section .badaloners-footer-section-container
{
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.badaloners-footer-section .badaloners-footer-section-container.footer-mobile
{
	display: none;
}

.badaloners-container-vertical
{
	flex-direction: column;
}

.badaloners-third-width-column
{
	width: 33.3%;
	max-width: 33.3%;
}

.badaloners-footer-section-title-container
{
	width: 100%;
}

.badaloners-footer-section-title-container-pipeanos
{
	display: flex;
	justify-content: center;
}

.badaloners-footer-section-title-container .badaloners-footer-section-title,
.badaloners-footer-section-title-container-pipeanos .badaloners-footer-section-title
{
    font-size: clamp(1.0rem, 2.5vw, 1.2rem);
    font-weight: 600;
}

.badaloners-footer-section-logos-rss-container
{
	display: flex;
    justify-content: space-evenly;
    text-align: center;
}

.badaloners-footer-section-logos-rss-container > div
{
	display: flex;
	align-items: center;
	margin: 0px 10px 0px 10px;
}


.badaloners-footer-section-logos-rss-container > div > a
{
	display: flex;
}

.badaloners-footer-section-rss-logo
{
    display: none;
}

.badaloners-footer-section-rss-logo-img
{
	font-size: clamp(1.5rem, 2.5vw, 2.0rem);
	transition: 250ms linear;
}

.badaloners-footer-section-rss-logo-img:hover
{
	transform: scale(1.50);
}

.badaloners-footer-section-copyright
{
	font-size: clamp(0.7rem, 2.5vw, 0.9rem);
	margin: 0px;
	color:black;
}

.badaloners-footer-section .badaloners-footer-link a
{
	color: black;
}

.badaloners-footer-section .badaloners-footer-link
{
	color: var( --e-global-color-6f3f01c );
    font-weight: 500;
}

.badaloners-footer-section .badaloners-footer-link-section
{
	width: 100%;
	font-size: clamp(0.8rem, 2.5vw, 1.0rem);
}

.badaloners-footer-section .badaloners-footer-link-container
{
	width: 33.3%;
	max-width: 33.3%;
	text-align: center;
}

.badaloners-footer-section a:link,
.badaloners-footer-section a:visited,
.badaloners-footer-section a:hover,
.badaloners-footer-section a:active
{
	text-decoration: none;
}

/* 404 Badaloners */

.badaloners-page-not-found-container
{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #f0f0f0;
}

.badaloners-page-not-found-container main
{
	display: flex;
	justify-content: center;
}

.badaloners-page-not-found-container main .badaloners-page-not-found-content
{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.badaloners-page-not-found-container main .badaloners-page-not-found-content img
{
	width: 20vw;
    max-height: 30vh;
	filter: brightness(0) saturate(100%) invert(62%) sepia(0%) saturate(6827%) hue-rotate(59deg) brightness(93%) contrast(81%);
}

.badaloners-page-not-found-container main .badaloners-page-not-found-content h4
{
	margin: 0px;
}

.badaloners-page-not-found-container main .badaloners-page-not-found-content .badaloners-page-not-found-link
{
	cursor: pointer;	
	font-size: inherit;
	font-weight: bold;
}

.badaloners-nosotros-header-mobile
{
	display: none;
	padding: 150px 0px 20px 0px;
	text-align: center;
}

.badaloners-marca-header-mobile
{
	display: none;
	text-align: center;
}

/* ------------------------- Responsive Mobile -------------------------  */

@media (max-width: 300px)
{
	.badaloners-add-to-cart-button-container button
	{
		padding-right: 0px !important;
		padding-left: 30px !important;
	}
}

@media (max-width: 400px)
{
	.badaloners-footer-pc-container
	{
		flex-wrap: wrap;
	}
	.badaloners-product-description
	{
		margin: 0px 5vw 2.5vh 5vw;
	}
	
	.woocommerce-checkout-review-order-table tfoot td p, .cart_totals tfoot td p
	{
		width: 100% !important;
	}
	
	.badaloners-popup-closebutton
	{
		width: 20px;
		height: 20px;
	}
	
	.badaloners-guiatallas-content-title-container
	{
		text-align: left;
	}
	
	.badaloners-product-title-price-container
	{
		flex-direction: column;
	}
	
	.badaloners-product-information-sections-titles-container
	{
		justify-content: space-between;
	}
	
	.badaloners-gallery-images-buttons-container a
	{
		max-width: 40px;
	}
}

@media (max-width: 450px)
{	
	.badaloners-loop-product
	{
		width: 45% !important;
	}
	
	.badaloners-add-to-cart-button-container button
	{
		padding: 20px 0px 20px 20px;
	}
	
	.badaloners-addtocart-quantity-container .badaloners-add-to-cart-button-container .quantity .input-text
	{
		height: 70%;
	}
	
	.badaloners-addtocart-quantity-container .badaloners-add-to-cart-button-container .quantity
	{
		margin-left: 5px;
	}
	
	.woocommerce-checkout-review-order-table .product-name-container, .badaloners-payment .product-name-container
	{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.badaloners-comosabermitalla-content-container
	{
		align-items: center;
		flex-direction: column;
		gap: 2.5vh;
	}
	
	.badaloners-product-title-price-container .badaloners-product-title-container .badaloners-product-title
	{
		text-align: center;
	}
}

@media (max-width: 600px)
{
	.badaloners-marca {
		margin: 0px !important;
	}
	
	.badaloners-archive-content .badaloners-post-container,
	.badaloners-marca-categories-content-container .badaloners-post-container
	{
		width: 100% !important;
	}
	
	.badaloners-marca .badaloners-marca-header,
	.badaloners-marca-categories-container
	{
		margin: 0px 2.5vmax;
	}
	
	.badaloners-marca-entry-container-info
	{
		margin: 2.5vmax 2.5vmax;
	}
	
	.badaloners-archive-content .badaloners-post-container, .badaloners-marca-categories-content-container .badaloners-post-container
	{
		margin: 0px;
	}
	
	.woocommerce-checkout-review-order-table tfoot td p, .cart_totals tfoot td p
	{
		width: 50%;
	}
	
	.badaloners-shop-cart-main .badaloners-cart-product-grid .product-card
	{
		width: 49%;
	}
}

@media (max-width: 768px)
{
	.badaloners-nosotros-section .badaloners-nosotros-section-pad-content
	{
		padding: 10vmin;
	}
	
	.badaloners-nosotros-section .badaloners-nosotros-section-content
	{
		min-height: 40vh;
	}
	
	#site-header-cart #badaloners-cart-product-list-id
	{
		pointer-events: none;
	}
	
	.badaloners-home-image
	{
		aspect-ratio: 4 / 3;
	}
	
	.badaloners-header .badaloners-header-container .badaloners-burguer-button-container,
	.footer-mobile
	{
		display: flex !important;
	}
	
	.badaloners-title-logo-container,
	.badaloners-header .badaloners-header-navigation .badaloners-navigation .badaloners-navigation-div,
	.hide-mobile,
	.footer-pc,
	.badaloners-shop-intro-container
	{
		display: none !important;
	}
	
	.badaloners-footer-section-container,
	.badaloners-footer-section .badaloners-footer-section-container
	{
		width: 100%;
		max-width: 100%;
	}
	
	.badaloners-footer-mobile-container
	{
		display: flex;
		justify-content: center;
		margin-bottom: 2.5vh;
	}
	
	.badaloners-intro-section-container
	{
		flex-direction: column-reverse;
		margin: 2.5vh 2.5vw 0 2.5vw;
	}
	
	.badaloners-intro-section-container .badaloners-intro-text-container
	{
		margin: 0px 0px 2.5vh 0px;
	}
	
	.badaloners-intro-section-container .badaloners-intro-image-container
	{
		width: 100%;
		max-width: 100%;
	}
	
	.badaloners-intro-section-container .badaloners-intro-text-container .badaloners-intro-text-section,
	.badaloners-home-clasicos
	{
		text-align: center;
	}
	
	.badaloners-home-product-showcase
	{
		display: flex;
		gap: 1rem;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 1.5vh;
	}
	
	.badaloners-home-product-showcase .badaloners-home-product-container
	{
		flex: 0 0 45%;
		scroll-snap-align: start;
	}
	
	.badaloners-home-marca-section-container
	{
		position: relative;
		padding: 0px;
		display: flex;
        justify-content: center;
        align-items: center;
	}
	
	.badaloners-home-marca-section-container .badaloners-home-marca-image-container
	{
		width: 100%;
		margin: 0px;
	}
	
	.badaloners-home-marca-section-container .badaloners-home-marca-text-container
	{
		position: absolute;
	}
	
	.badaloners-footer-pc-container
	{
		text-align: center;
	}
	
	.badaloners-legal-pages .legal-page-content-container
	{
		margin: 5vh 5vw;
	}
	
	.badaloners-footer-section
	{
		width: 100%;
	}
	
	.badaloners-nosotros-section
	{
		flex-direction: column;
		align-items: center;
	}
	
	.badaloners-nosotros-section.leftside-text
	{
		flex-direction: column-reverse;
	}
	
	.badaloners-nosotros-image-container,
	.badaloners-nosotros-section-content
	{
		width: 100% !important;
	}
	
	.badaloners-archive-content .badaloners-post-container, .badaloners-marca-categories-content-container .badaloners-post-container
	{
		width: 48%;
	}
	
	.badaloners-loop-product
	{
		width: 49%;
	}
	
	.badaloners-products-loop-container,
	.badaloners-shop-cart-main .badaloners-coupon input
	{
		width: 100% !important;
	}
	
	#badaloners-product .badaloners-products-loop-container
	{
		flex-direction: column;
		align-items: center;
	}
	
	#badaloners-product .badaloners-products-loop-container .badaloners-loop-product
	{
		width:  90% !important;
	}
	
	.badaloners-shop-cart-main .badaloners-coupon
	{
		display: flex;
		flex-direction: column;
	}
	
	.badaloners-shop-cart-main .badaloners-coupon .coupon
	{
		text-align: center;
	}
	
	.badaloners-shop-cart-main .badaloners-coupon input
	{
		margin-bottom: 2.5vh;
	}
	
	.wc-proceed-to-checkout
	{
		display: flex;
		justify-content: center;
	}
	
	.badaloners-shop-cart-main .badaloners-cart-product-grid .product-card .product-remove a
	{
		font-size: 24px;
	}
	
	.woocommerce-billing-fields__field-wrapper
	{
		display: flex;
		flex-direction: column;
	}
	
	.woocommerce-billing-fields__field-wrapper .form-row
	{
		margin: 0px;
	}
	
	.badaloners-post-container article .badaloners-post-article-title-image img,
	.badaloners-nosotros-header .badaloners-nosotros-header-image
	{
		object-fit: cover;
		aspect-ratio: 4 / 3;
	}
}

@media (max-width: 800px)
{
	.badaloners-ship-entry,
	.badaloners-payment-entry,
	.woocommerce-shipping-calculator .shipping-calculator-form input
	{
		width: 80vw;
	}
}

@media (max-width: 950px)
{
	#content,
	.site-content
	{
		padding-top: 70px;
	}
}

/* ------------------------- Responsive Tablet -------------------------  */

@media (max-width: 1024px) {
	
	.badaloners-post-container article .badaloners-post-article-content, .badaloners-post-container article .badaloners-post-bottom-container
	{
		width: 90%;
	}
	
	.badaloners-legal-pages .legal-page-content-container
	{
		margin: 5vh 10vw;
	}
	
	.shop-product-category-container .badaloners-shop-intro-container,
	.shop-product-category-container .badaloners-products-loop-container
	{
		width: 90%;
	}
	
	.badaloners-cart-header .badaloners-cart-product-list
	{
		min-width: 50%;
	}
	
	.badaloners-horizontal-popup-container .badaloners-guiatallas-container,
	.badaloners-product-before-summary,
	.badaloners-product-before-summary .badaloners-gallery-container
	{
		width: 100%;
	}
	
	.badaloners-product-summary
	{
		width: 80%;
	}
	
	.badaloners-product-summary
	{
		width: 80%;
		margin: 2vh 10vw;
	}
	
	.badaloners-product-information-sections-titles-container
	{
		margin: 0px 0px 4.0vh 0px;
	}
	
	.badaloners-single-product-content
	{
		flex-direction: column;
		align-items: center;
	}
	
	.badaloners-product .badaloners-products-loop-container
	{
		width: 100%;
	}
	
	#badaloners-product .badaloners-products-loop-container .badaloners-loop-product
	{
		width: 32%;
	}
	
	.badaloners-shop-cart-main .badaloners-coupon,
	.badaloners-shop-cart-main .badaloners_shop_cart .woocommerce-cart-form,
	.badaloners-shop-cart-main .badaloners-payment,
	.badaloners-checkout .badaloners-checkout-data,
	.woocommerce-NoticeGroup-checkout,
	#order_review
	{
		margin: 0px 5vw;
	}
	
	.badaloners-checkout
	{
		margin: 0px;
	}
	
	.badaloners-shop-cart-main .badaloners_shop_cart .woocommerce-cart-form
	{
		margin-bottom: 2.5vh;
	}
}

@media (max-width: 1300px) {
	
	.badaloners-cart-header .badaloners-cart-product-list
	{
		min-width: 60vw;
	}
	
	.badaloners-product-information-sections-info-container
	{
		margin: 0px;
	}
}

/* ------------------------- Search Bar Mobile -------------------------  */

.dgwt-wcas-om-bar
{
	width: auto;
	margin: 1.5vh 1.5vw;
	flex-direction: row-reverse !important;
	justify-content: space-between !important;
	align-items: center !important;
}

.dgwt-wcas-overlay-mobile-on .dgwt-wcas-suggestions-wrapp
{
	top: 90px !important;
}

.dgwt-wcas-om-bar button.dgwt-wcas-om-return
{
	width: 30px !important;
	height: 30px !important;
	padding: 0px !important;
	position: unset !important; 
	display: flex !important;
	justify-content: center;
	align-items: center;
}

.dgwt-wcas-om-bar .dgwt-wcas-om-return svg
{
	position: unset;
	width: 15px !important;
	height: 15px !important;
}

.dgwt-wcas-om-bar .dgwt-wcas-om-return svg path
{
	d: path('M 10,10 l 90,90 M 100,10 l -90,90') !important;
	min-width: 100%;
	min-height: 100%;
	stroke: gray;
	stroke-width: 10;
	transform: scale(0.15);
}

.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input::placeholder
{
	font-style: normal !important;
}

.dgwt-wcas-search-wrapp-mobile .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input
{
	font-style: normal !important;
	box-shadow: none;
	border: 1px solid #ddd !important;
	border-radius: 100px !important;
}

/* ------------------------- Cookies -------------------------  */

.cmplz-cookiebanner
{
	position: unset !important;
	transform: none !important;
}

.cmplz-cookiebanner .cmplz-body
{
	min-width: unset !important;
}

@media (min-width: 481px) and (max-width: 1040px)
{	
	.cmplz-cookiebanner .cmplz-buttons .cmplz-btn
	{
		min-width: unset !important;
		width: 50% !important;
	}
}

@media (max-width: 480px)
{	
	.cmplz-cookiebanner.cmplz-categories-type-view-preferences .cmplz-buttons
	{
		flex-direction: column !important;
		align-items: center;
	}
	
	.cmplz-cookiebanner .cmplz-buttons .cmplz-btn
	{
		min-width: unset !important;
		width: 100% !important;
	}
}

@media (max-width: 1040px)
{	
	.cmplz-cookiebanner
	{
		width: 80% !important;
	}
}

@media (min-width: 1041px) and (max-width: 1400px)
{	
	.cmplz-cookiebanner
	{
		width: 60% !important;
	}
}
/* --- CAMBIO DE FUENTE A ARCHIVO --- */
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;700&display=swap');

body, h1, h2, h3, h4, h5, h6, p, a, span, li, button, .elementor-widget-heading .elementor-heading-title {
    font-family: 'Archivo', sans-serif !important;
}