*,
*::before,
*::after {
	box-sizing: border-box;
}

/********************************************************
			Codezeel Custom Styles
********************************************************/
.cz-carousel {
	display: none;
	position: relative;
	float: left;
	width: 100%;
	margin: 0;
	-ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	float: left;
	width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
	float: left;
	margin-bottom: 0px !important;
}

.owl-carousel .owl-item .manu_image a {
	display: inline-block;
}

.owl-carousel .owl-item .manu_image a img {
	max-width: 100%;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	/* fix */
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	text-align: center;
}

/* mouse grab icon */
.grabbing {
	cursor:
		url("../img/codezeel/grabbing.png") 8 8,
		move;
}

.customNavigation {
	position: absolute;
	z-index: 8;
	top: 35%;
	bottom: auto;
	direction: ltr !important;
	left: 0;
	opacity: 0;
	width: 100%;
	-webkit-transition-delay: 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.czcategoryimagelist:hover .customNavigation,
.featured-products:hover .customNavigation,
.newproducts:hover .customNavigation,
.bestseller-products:hover .customNavigation,
.special-products:hover .customNavigation,
.viewed-products:hover .customNavigation,
.crosssell-products:hover .customNavigation,
.product-accessories:hover .customNavigation,
.productscategory-products:hover .customNavigation,
#czcategorytabs:hover .customNavigation,
.homeblog-latest:hover .customNavigation,
#czinstagramblock:hover .customNavigation,
#cztestimonialcmsblock:hover .customNavigation {
	opacity: 1;
}

#cztestimonialcmsblock .customNavigation {
	top: 56%;
	display: none;
}

.homeblog-inner .customNavigation {
	top: 40%;
}

.form-control-comment {
	color: #31708f;
	font-size: 0.8rem;
	font-weight: 500;
}

.vat-information-text {
	color: #dd0000;
	font-size: 0.8rem;
	font-weight: 500;
}

#czinstagramblock .customNavigation {
	position: static;
	display: none;
}

.customNavigation a,
.images-container .js-qv-mask .customNavigation a {
	display: block;
	float: right;
	font-size: 0;
	cursor: pointer;
	/* overflow: hidden; */
	position: absolute;
	height: 40px;
	width: 40px;
	/* border: 1px solid #e5e5e5; */
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background-color: #fff;
	padding: 2px;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}

.customNavigation a.next {
	right: 0px;
}

.customNavigation a.prev {
	left: 0px;
}

.customNavigation a::before,
.images-container .js-qv-mask .customNavigation a::before {
	height: 35px;
	width: 35px;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-position: center;
	background-color: #999999;
	-webkit-mask-size: 17px;
	mask-size: 17px;
	-webkit-transition: all 0.5s ease;
	-webkit-transition-delay: 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	display: inline-block;
	content: "";
}

.customNavigation a.prev:before {
	left: -30px;
	mask-image: url(../img/codezeel/prev-arrow.svg);
	-webkit-mask-image: url(../img/codezeel/prev-arrow.svg);
}

.customNavigation a.next:before {
	right: -30px;
	mask-image: url(../img/codezeel/next-arrow.svg);
	-webkit-mask-image: url(../img/codezeel/next-arrow.svg);
}

.customNavigation a:hover:before,
.images-container .js-qv-mask .customNavigation a:hover:before {
	background-color: #636b57;
}

.images-container .js-qv-mask .customNavigation a {
	position: absolute;
}

.images-container .js-qv-mask .customNavigation a::before {
	/* font-size: 32px; */
}

.nivo-directionNav a {
	width: 50px;
	height: 50px;
}

.customNavigation a::before {
	font-size: 22px;
	font-family: "FontAwesome";
}

.czhomeslider .nivo-directionNav .nivo-prevNav {
	background-image: url(../img/codezeel/slider-left-arrow.svg);
}

.czhomeslider .nivo-directionNav .nivo-nextNav {
	background-image: url(../img/codezeel/slider-right-arrow.svg);
}

.czhomeslider .nivo-directionNav .nivo-prevNav:hover {
	background-image: url(../img/codezeel/slider-left-arrow-hover.svg);
}

.czhomeslider .nivo-directionNav .nivo-nextNav:hover {
	background-image: url(../img/codezeel/slider-right-arrow-hover.svg);
}

@media (max-width: 1459px) {
	.customNavigation a.next {
		right: 0;
	}

	.customNavigation a.prev {
		left: 0;
	}
}

@media (max-width: 991px) {}

@media (max-width: 1199px) and (min-width: 401px) {}

#czleftbanner img,
#czrightbanner img {
	max-width: 100%;
}

#czleftbanner li,
#czrightbanner li {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
}

#czleftbanner li a,
#czrightbanner li a,
#czleftbannercmsblock li a {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	position: relative;
}

#czleftbanner li a img,
#czleftbannercmsblock li img {
	max-width: 100%;
}

#czleftbanner li a:before,
#czrightbanner li a:before,
#czleftbannercmsblock li a::before {
	background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
	bottom: 20px;
	content: "";
	left: 20px;
	opacity: 1;
	position: absolute;
	right: 20px;
	top: 20px;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

#czleftbanner li:hover a:before,
#czrightbanner li:hover a:before,
#czleftbannercmsblock li:hover a::before {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.top_button {
	bottom: 90px;
	cursor: pointer;
	display: none;
	height: 44px;
	padding: 0px 12px;
	position: fixed;
	right: 20px;
	text-align: center;
	width: 44px;
	z-index: 9;
	font-size: 0px;
	background: #636b57;
	-webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
	animation-name: hvr-icon-bob-float, hvr-icon-bob;
	-webkit-animation-duration: 0.3s, 1.5s;
	animation-duration: 0.3s, 1.5s;
	-webkit-animation-delay: 0s, 0.3s;
	animation-delay: 0s, 0.3s;
	-webkit-animation-timing-function: ease-out, ease-in-out;
	animation-timing-function: ease-out, ease-in-out;
	-webkit-animation-iteration-count: 1, infinite;
	animation-iteration-count: 1, infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction: normal, alternate;
	animation-direction: normal, alternate;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	border: 2px solid #f5f5f5;
}

.top_button:before {
	color: #fff;
	content: "\f102";
	font-family: "FontAwesome";
	font-size: 25px;
	line-height: 37px;
	font-weight: 300;
}

.top_button:after {
	border: 2px solid #636b57;
	bottom: -5px;
	height: 50px;
	opacity: 1;
	right: -5px;
	content: "";
	position: absolute;
	width: 50px;
	animation: blink 2s steps(5, start) infinite;
	-webkit-animation: blink 1s steps(5, start) infinite;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.top_button:hover:after {
	animation: unset;
	-webkit-animation: unset;
}

@keyframes blink {
	to {
		visibility: hidden;
	}
}

@-webkit-keyframes blink {
	to {
		visibility: hidden;
	}
}

/* Icon Bob */
@-webkit-keyframes hvr-icon-bob {
	0% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}

	50% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
	}

	100% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}
}

@keyframes hvr-icon-bob {
	0% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}

	50% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
	}

	100% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}
}

@-webkit-keyframes hvr-icon-bob-float {
	100% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}
}

@keyframes hvr-icon-bob-float {
	100% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}
}

/* Flexslider */
#index .spinner {
	background: url(../img/codezeel/loading.gif) no-repeat center center #e5e5e5;
	width: 100%;
	min-height: 930px;
}

@media (max-width: 1459px) {
	#index .spinner {
		min-height: 713px;
	}
}

@media (max-width: 1199px) {
	#index .spinner {
		min-height: 586px;
	}
}

@media (max-width: 991px) {
	#index .spinner {
		min-height: 484px;
	}
}

@media (max-width: 767px) {
	#index .spinner {
		min-height: 375px;
	}
}

@media (max-width: 650px) {
	#index .spinner {
		min-height: 318px;
	}
}

@media (max-width: 575px) {
	#index .spinner {
		min-height: 281px;
	}
}

@media (max-width: 480px) {
	#index .spinner {
		min-height: 234px;
	}
}

@media (max-width: 380px) {
	#index .spinner {
		min-height: 186px;
	}
}

@media (max-width: 320px) {
	#index .spinner {
		min-height: 101px;
	}
}

/* twitter */

.block-social li.twitter a {
	background-color: #f5f5f5;
	border: 0px solid #e5e5e5;
	border-radius: 50%;
	height: 37px;
	width: 37px;
	margin-right: 3px;
}

.footer-container .links#czfootercmsblock li.twitter a {
	margin-right: 3px;
}

.block-social li.twitter a:hover {
	background-color: currentColor;
	border-color: currentColor;
}

.block-social li {
	vertical-align: top;
}

.block-social li.twitter a::before {
	content: "";
	mask-image: url(../img/codezeel/twitter.svg);
	mask-repeat: no-repeat;
	mask-size: 16px;
	-webkit-mask-repeat: no-repeat;
	mask-position: center center;
	background-color: currentColor;
}

.block-social li.twitter a:hover::before {
	background-color: currentColor;
}

.social-sharing ul li.twitter a::before {
	content: "";
	mask-image: url(../img/codezeel/twitter.svg);
	mask-repeat: no-repeat;
	mask-size: 17px;
	-webkit-mask-repeat: no-repeat;
	mask-position: center;
	background-color: #000;
	width: 100%;
	height: 100%;
}

.social-sharing ul li.twitter:hover a::before {
	background-color: #ffffff;
}

.social-sharing ul li.twitter {
	border-color: #000;
}

.social-sharing ul li.twitter:hover {
	background-color: #000;
}

/******************** CUSTOM ABITY **********************/

/********************************************************
                        HEADER
*********************************************************/
body {
	font-family: Montserrat, Helvetica, sans-serif;
	color: #444;
	letter-spacing: 0.4px;
	overflow-x: hidden;
}

h1,
.h1,
#product productpage_title,
#mpm_blog_post_container .post-title {
	font-weight: 600;
	font-size: 2.2rem;
	margin-bottom: 1.6rem;
	color: #111;
}

h2,
.h2 {
	font-weight: 600;
	font-size: 1.8rem;
	margin-bottom: 1.3rem;
}

h3,
.h3 {
	font-weight: 600;
	font-size: 1.5rem;
	margin-bottom: 1.3rem;
}

h4,
.h4 {
	font-weight: 600;
	font-size: 1.25rem;
	margin-bottom: 1.2rem;
}

h5,
.h5 {
	font-weight: 700;
	font-size: 1rem;
	margin-bottom: 1.2rem;
}

p {
	font-size: 1rem;
	margin-bottom: 1.4rem;
}

.page-content.page-cms {
	text-align: left;
}

@media (max-width: 480px) {
	#page .container {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	h1,
	.h1,
	#product productpage_title,
	#mpm_blog_post_container .post-title {
		font-weight: 600;
		font-size: 1.7rem;
		margin-bottom: 1.38rem;
		color: #111;
	}

	h2,
	.h2 {
		font-weight: 600;
		font-size: 1.45rem;
		margin-bottom: 1.12rem;
		color: #111;
	}

	h3,
	.h3 {
		font-weight: 600;
		font-size: 1.3rem;
		margin-bottom: 1.12rem;
		color: #111;
	}

	h4,
	.h4 {
		font-weight: 600;
		font-size: 1.08rem;
		margin-bottom: 1.04rem;
		color: #111;
	}

	h5,
	.h5 {
		font-weight: 700;
		font-size: 1rem;
		margin-bottom: 1.04rem;
		color: #111;
	}
}

/********************************************************
                        HEADER
*********************************************************/

#header {
	/*position: absolute; #Pte corregir por Marquee*/
	position: relative;
	top: 0px;

	left: 0;
	right: 0;
	z-index: 9;
	background-image: none !important;
	background-color: white !important;
	background-size: auto;
	min-height: 110px;
}

body#index #header {
	background-color: transparent !important;
}

.header.blockcart-header .shopping-cart {
	display: flex;
}

.header-top .container {
	display: flex;
	align-items: center;
}

#header .header-top {
	position: absolute;
	top: 30px;
}

#header .header-top>.container {
	max-width: 1600px;
	padding: 0 15px;
}

#header.fixed .header-top {
	z-index: 9999;
}

#header.fixed .header-top .container {
	color: #222222;
}

#index #header {
	z-index: 40;
}

.header-top .container .ets_prmn_megamenu {
	width: fit-content;
	background-color: transparent;
	border: none;
	flex-basis: 100%;
	display: flex;
	justify-content: center;
}

#header .user-info .user-info-title {
	/* Ico Login */
	padding: 0px 10px;
}

#header .search-widget .search_toggle {
	/* Capa buscador */
	z-index: 10;
}

body#cms.cms-id-12 #header,
body#cms.cms-id-13 #header,
body#cms.cms-id-14 #header {
	position: absolute;
	z-index: 40;
	background-color: transparent !important;
}

body#cms.cms-id-12 .ls-overflow-visible,
body#cms.cms-id-13 .ls-overflow-visible,
body#cms.cms-id-14 .ls-overflow-visible {
	padding-top: 0px !important;
}

@media (max-width: 991px) {
	body#cms.cms-id-12 #header {
		top: 0px;
	}
}

@media (min-width: 992px) {

	body#index #header .blockcart .blockcart-header>.shopping-cart>.icon,
	body#index #header .user-info .user-info-title .user-icon,
	body#index #header.is-open .search-widget .search_button {
		background-color: white;
	}

	body#index #header.fixed .blockcart .blockcart-header>.shopping-cart>.icon,
	body#index #header.fixed .user-info .user-info-title .user-icon,
	body#index #header.fixed .search-widget .search_button {
		background-color: #222222;
	}

	body#index #header .blockcart .blockcart-header>.shopping-cart .cart-products-count,
	body#index #header .prmn_menus_li>a {
		color: white !important;
	}

	body#index #header.fixed .blockcart .blockcart-header>.shopping-cart .cart-products-count,
	body#index #header.fixed .prmn_menus_li>a {
		color: #222222 !important;
	}

	body#index #header .blockcart .blockcart-header>.shopping-cart .mobile_count,
	body#index #header .search-widget .search_button {
		background-color: white;
		color: #222222;
	}

	body#index #header.fixed .blockcart .blockcart-header>.shopping-cart .mobile_count {
		background-color: #222222;
		color: white;
	}
}

@media (min-width: 768px) {
	.ets_prmn_megamenu.prmn_enabled_sticky.stickied {
		position: inherit;
		box-shadow: none;
		color: #484848;
	}
}

@media (max-width: 767px) {
	#header .header-top .container .ets_prmn_megamenu {
		order: 0;
		flex-basis: inherit;
	}

	#header .header-top .container .header_logo {
		order: 1;
		flex-basis: 100%;
		max-width: 100%;
	}

	#header .header-top .container .header_logo img {
		max-width: 165px;
	}

	#header .header-top .container .header_logo h1 {
		text-align: center;
	}

	#header .header-top .container #desktop_cart {
		order: 2;
		margin-right: 10px;
	}

	#header .header-top .container .user-info {
		order: 3;
	}

	#header .header-top .container #search_widget {
		order: 4;
	}
}

@media (max-width: 575px) {
	#index #header {
		min-height: 110px;
	}
}

@media (max-width: 991px) {
	#header .header-top {
		position: relative;
		padding: 0;
		top: 0;
	}

	#header {
		/*top: 40px;*/
	}
}

/********************************************************
                        BODY
*********************************************************/

.container {
	max-width: 1600px;
	width: 100%;
}

.breadcrumb {
	padding-top: 155px;
	text-align: left;
	padding-bottom: 0;
}

@media (max-width: 991px) {
	.breadcrumb {
		padding-top: 65px;
	}
}

.breadcrumb ol.breadcrumb-list {
	text-align: left;
	margin-bottom: 40px;
}

.block-category #category-description p {
	border-bottom: 0px;
}

/********************************************************
                        PRETTY MENU
*********************************************************/

.ets_prmn_megamenu_content {
	width: 98%;
}

@media (min-width: 767px) {
	.prmn_menus_ul {
		display: flex;
		justify-content: center;
	}
}

@media (max-width: 991px) {
	.ets_prmn_megamenu_content {
		width: 100%;
	}
}

#header .prmn_columns_ul {
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
	margin: 0 !important;
}

#header .prmn_menu_content_title {
	float: center;
	padding: 0 10px;
}

#header .ets_prmn_block_content {
	float: left;
}

#header .ets_prmn_block_content ul {
	list-style-type: circle;
	padding: 0 10px;
}

#header .ets_prmn_block_content ul.ets_prmn_categories {
	margin-top: -10px;
	margin-bottom: 15px;
}

#header .prmn_block_type_category ul.ets_prmn_categories {
	margin-top: 10px;
	margin-bottom: 15px;
}

#header .ets_prmn_block_content ul li::marker {
	font-size: 1.2rem;
	color: #bbb;
}

#header .ets_prmn_block_content ul li ul {
	list-style-type: none;
}

#header .ets_prmn_block_content ul li {
	margin-bottom: 0px;
	line-height: 5px;
}

#header .ets_prmn_block_content ul li a {
	font-size: 0.95rem;
	text-transform: none
		/*uppercase*/
	;
	color: #222;
	font-weight: 500;
}

#header .ets_prmn_block_content ul li a.strong {
	font-weight: 700;
}

#header .ets_prmn_block_content ul li a:hover {
	color: #83bc35;
}

#header ul.prmn_menus_ul li:nth-child(2) span.prmn_menu_content_title {
	color: white;
	background-color: rgba(0, 0, 0, 0.5);
}

#header ul.prmn_menus_ul li:nth-child(2) span {
	margin-right: 10px;
}

/*#header ul.prmn_menus_ul li:nth-child(2) span.prmn_menu_content_title {
    color: white;
    background-color: red
    /*COLOR PARA EL BLOQUE DE NOVEDADES background-color: rgba(118, 148, 36, 0.75)*/
/*}*/

#header .prmn_blocks_li {
	float: left;
	padding: 0 25px;
	margin-bottom: 15px;
	width: 100%;
}

#header .prmn_tabs_li .prmn_columns_contents_ul {
	background-color: #fff;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
	/*
    border: 1px solid #ddd;
    left: 199px;
    margin-left: -1px;
    opacity: 0;
    padding: 15px 5px 10px;
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    top: 0;
    z-index: 1;
    background-repeat: no-repeat;
    visibility: hidden;
    width: calc(100% - 197px);
    width: -webkit-calc(100% - 197px);
    min-height: calc(100% + 1px);
    min-height: -webkit-calc(100% + 1px);
    */
}

.prmn_tab_li_content {
	box-shadow: -4px 4px 10px rgba(0, 0, 0, 0.1);
}

.prmn_tab_li_content .prmn_tab_name {
	background-color: #fff !important;
	z-index: 100;
}

.prmn_menu_content_title img {
	width: 85px;
}

@media (max-width: 767px) {
	.changestatus .ets_prmn_block_content ul.ets_prmn_categories li.has-sub>ul.ets_prmn_categories {
		height: 0 !important;
		max-height: 0;
		overflow: hidden;
		transition: max-height 1s ease;
	}

	.changestatus .ets_prmn_block_content ul.ets_prmn_categories li.has-sub:has(br.active)>ul.ets_prmn_categories {
		height: auto !important;
		max-height: 2000px;
	}
}

@media (max-width: 425px) {
	.ybc-menu-toggle {
		padding: 0px;
	}

	#header .header-top .container .header_logo img {
		max-width: 134px;
		margin-top: 5px;
	}

	.header-top .ets_prmn_megamenu_content .container {
		padding: 0 !important;
	}

	#index #header .header-top {
		margin-top: 10px;
	}
}

/********************************************************
                    PRODUCT LIST
*********************************************************/

@media (min-width: 992px) {
	#search_filters .block_content {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 30px;
	}
}

/**
    Estas clases estan ocultas ya que usamos la version de PC del filtro, cosa que en almenos en esta version de
*/
#search_filters .facet .title .collapse-icons,
#search_filter_controls,
.dropdown-backdrop {
	display: none;
}

a.select-list {
	display: block;
}

div#_desktop_search_filters_clear_all {
	flex: 0 0 100%;
}

#search_filters .facet {
	padding-bottom: 5px;
	flex: 0 0 25%;
}

#search_filters .facet-dropdown .dropdown-menu {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

ul.product-flags li.discount {
	background: #222222;
}

ul.product-flags li.out_of_stock {
	background: #666666;
}

ul.product-flags li.on-sale {
	display: block;
	background: red;
}

ul.product-flags li.on-sale:hover {
	display: block;
}

.products .product_list li.item:hover .on-sale,
.products .product_list li.product_item:hover .on-sale {
	opacity: 1;
}


.products .product-title {
	text-align: left;
}

#index .products .product-title {
	text-align: center;
}

.products .product-title a {
	text-transform: capitalize;
	font-weight: 700;
}

/********************************************************
                BLOQUE PRODUCTOS DESTACADOS HOME
*********************************************************/

.cz-hometabcontent {
	padding-top: 50px;
}

/********************************************************
                    BLOQUE VIDEO HOME
*********************************************************/

#czbannercmsblock .cmsbanners .one-half .cmsbanner .cmsbanner-text {
	align-items: center;
	text-align: center;
	justify-content: flex-end;
	color: white;
	text-transform: uppercase;
	right: 0;
	width: 100%;
	bottom: 90px;
}

#czbannercmsblock .cmsbanners .one-half .cmsbanner .cmsbanner-text .main-title {
	font-size: 3rem;
	font-weight: 700;
}

#czbannercmsblock .cmsbanners .one-half .cmsbanner .cmsbanner-text .btn.btn-primary {
	background-color: white;
	color: #222222;
}

#czbannercmsblock .cmsbanners .one-half .cmsbanner .cmsbanner-text .btn.btn-primary:hover {
	background-color: black;
	color: white;
}

#czbannercmsblock .cmsbanners .video {
	width: 100%;
}

#czbannercmsblock .cmsbanners .one-half .cmsbanner .cmsbanner-text .main-title {
	font-size: 3rem;
	font-weight: 700;
}

#czbannercmsblock .cmsbanners .one-half .cmsbanner .cmsbanner-text .btn.btn-primary {
	background-color: white;
	color: #222222;
}

@media (max-width: 991px) {
	#czbannercmsblock .cmsbanners .one-half .cmsbanner .cmsbanner-text .main-title {
		font-size: 2.5rem;
	}

	#czbannercmsblock .cmsbanners .one-half .cmsbanner .cmsbanner-text {
		justify-content: center;
		color: white;
		width: 100%;
		bottom: unset;
		height: 100%;
	}
}

@media (max-width: 576px) {
	#czbannercmsblock .cmsbanners .one-half .cmsbanner .cmsbanner-text .main-title {
		font-size: 1.5rem;
	}
}

.black_friday_tag {
	position: absolute;
	top: 0;
	right: 15px;
	background: red;
	padding: 5px;
	font-weight: 600;
}

/********************************************************
                BLOQUE GUÍA DE REGALOS HOME
*********************************************************/

#czbannercmsblock1 {
	padding-top: 50px;
	margin-bottom: 50px;
}

#czbannercmsblock1 .container {
	max-width: inherit;
	color: white;
}

.czbanner_container.container {
	padding: 0;
}

.cmsbanner.cmsbanner1 {
	margin: 0 0 0 2px;
}

.cmsbanner.cmsbanner1:first-child {
	margin: 0;
}

#czbannercmsblock1 .cmsbanners1 .one-half .cmsbanner .cmsbanner-text {
	left: 50%;
	transform: translateX(-50%);
}

#czbannercmsblock1 .one-half {
	display: flex;
}

#czbannercmsblock1 .cmsbanners1 .one-half .cmsbanner .cmsbanner-text {
	align-self: flex-end;
	align-items: center;
}

#czbannercmsblock1 .cmsbanners1 .one-half .cmsbanner .main-title {
	margin-bottom: 25px;
	margin-top: -10px;
	font-weight: 700;
	font-size: 2rem;
	text-transform: uppercase;
}

#czbannercmsblock1 .cmsbanners1 .one-half .cmsbanner .cmsbanner-text {
	color: white;
}

#czbannercmsblock1 .btn.btn-primary {
	margin-bottom: 90px;
	background-color: white;
	color: #222222;
}

#czbannercmsblock1 .btn.btn-primary:hover {
	background-color: black;
	color: white;
}

@media (max-width: 576px) {
	#czbannercmsblock1 .cmsbanners1 .one-half .cmsbanner .main-title {
		margin-top: 0;
	}

	#czbannercmsblock1 .btn.btn-primary,
	#czbannercmsblock1 .cmsbanners1 .one-half .cmsbanner .cmsbanner-text .btn-primary {
		margin-bottom: 25px;
		background-color: white;
		color: #222222;
		padding: 5px 11px;
		text-decoration: none;
	}
}

@media (max-width: 768px) {
	#czbannercmsblock1 .one-half {
		display: block;
	}

	.cmsbanner.cmsbanner1 {
		margin: 0;
	}

	#czbannercmsblock1 .cmsbanners1 .one-half .cmsbanner {
		height: 300px;
		margin-bottom: 20px;
	}

	#czbannercmsblock1 .cmsbanners1 .one-half .cmsbanner img {
		position: relative;
	}

	#czbannercmsblock1 .cmsbanners1 .one-half .cmsbanner.guia1 img,
	#czbannercmsblock1 .cmsbanners1 .one-half .cmsbanner.guia3 img {
		margin-top: -45%;
	}

	#czbannercmsblock1 .cmsbanners1 .one-half .cmsbanner.guia2 img,
	#czbannercmsblock1 .cmsbanners1 .one-half .cmsbanner.guia4 img {
		margin-top: -10%;
	}
}

/********************************************************
                    LISTADO DE PRODUCTOS
*********************************************************/

.product-description .product-discount .regular-price,
.products .product_list.grid .product_item .product-description .no-tax,
.products .product_list.grid .product_item .product-description .tax,
.products .product_list.grid .product_item .product-description .product-without-taxes,
.products .product_list.grid .product_item .product-description .product-price,
#newproduct-carousel .product-description .product-discount .regular-price,
#newproduct-carousel .product-description .no-tax,
#newproduct-carousel .product-description .tax,
#newproduct-carousel .product-description .product-without-taxes,
#newproduct-carousel .product-description .product-price,
#bestseller .product-description .product-discount .regular-price,
#bestseller .product-description .no-tax,
#bestseller .product-description .tax,
#bestseller .product-description .product-without-taxes,
#bestseller .product-description .product-price {
	padding: 0;
	margin: 0;
}

.products .product_list.grid .product_item .product-description .tax-shipping-delivery-label,
#newproduct-carousel .product-description .tax-shipping-delivery-label,
#bestseller .product-description .tax-shipping-delivery-label {
	font-size: 0.7rem;
}

.products .product_list.grid .product_item .product-description,
#newproduct-carousel .product_item .product-description,
#bestseller .product_item .product-description {
	text-align: start;
}

.products .product_list li.product_item,
.products .product_list li.item {
	min-height: 615px;
	padding: 15px;
	border: 1px solid #fff;
}

.home-container .products .product_list li.item {
	min-height: unset;
}

.products .product_list li.product_item:hover,
.products .product_list li.item:hover {
	border: 1px solid #ddd;
}

.products .product-title {
	font-weight: 500;
	font-size: 1rem;
}

.products .product_list li .product-description .brand-title a {
	font-size: 0.7rem;
}

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

@media (max-width: 576px) {
	.product_list_prices .product-discount .regular-price {
		font-size: 15px;
	}

	.product_list_prices .price_no_tax,
	.product_list_prices .current-price-value {
		font-size: 13px;
		line-height: 26px;
	}

	.products .product_list.grid .product_item .product-description .product_list_prices .tax-shipping-delivery-label {
		font-size: 0.5rem;
	}
}

@media (max-width: 320px) {
	.products .product_list.grid .product_item .product-description .product_list_prices .tax-shipping-delivery-label {
		font-size: 0.7rem;
	}
}

@media (max-width: 480px) {

	body #products .thumbnail-container,
	body .featured-products .thumbnail-container,
	body .product-accessories .thumbnail-container,
	body .product-miniature .thumbnail-container {
		min-height: 180px !important;
	}

	.products .product_list li.product_item,
	.products .product_list li.item {
		min-height: 455px;
		height: 455px !important;
		/* Cambia el número */
	}

	/*abity*/
}

@media (min-width: 481px) and (max-width: 767px) {

	body #products .thumbnail-container,
	body .featured-products .thumbnail-container,
	body .product-accessories .thumbnail-container,
	body .product-miniature .thumbnail-container {
		min-height: 230px !important;
	}

	.products .product_list li.product_item,
	.products .product_list li.item {
		min-height: 475px;
		height: 520px !important;
		/* Cambia el número */
	}
}

@media (max-width: 767px) {

	/* Posición de los tags/flags */
	ul.product-flags.js-product-flags {
		text-align: left;
		position: absolute;
		top: auto;
		bottom: 5px;
		left: 5px;
		right: auto;
		z-index: 1;
	}
}

/********************************************************
                 FOOTER - NEWSLETTER
*********************************************************/
#footer .footer-before {
	background: #222;
}

#footer .gdpr_consent span a {
	color: #fff;
	text-decoration: underline;
}

#footer .block_newsletter {
	padding-top: 50px;
	padding-bottom: 50px;
}

#footer .products-section-title,
#footer .block_newsletter {
	text-align: left;
}

/********************************************************
                        FOOTER
*********************************************************/
#footer .footer-container,
#footer .footer-after {
	background-color: #333;
}

.footer-after {
	border-top: 1px solid #555;
	padding: 19px 0;
}

#footer .footer-container .links.block-contact {
	width: 100%;
}

#footer .footer-container ul#block-contact_list.collapse li {
	color: #bbb;
}

#footer .footer-container h3,
#footer .footer-container .links h3 a {
	color: #bbb;
	font-weight: 700;
	font-size: 1rem;
	text-transform: uppercase;
	text-align: left;
}

#footer .footer-container .block-social {
	margin-top: 0px;
}

#footer .footer-container .block-social h3 {
	padding-bottom: 15px;
}

#footer .footer-container li a {
	color: #bbb;
	line-height: 1.3rem;
}

#footer .footer-container li a:hover {
	color: #fff;
}

#footer .footer-after .copyright {
	color: #999;
}

.footer-container .links.block-contact li .fa {
	background-color: white !important;
}

.footer-container .links.block-contact li .fa.fa-whatsapp {
	background-color: transparent !important;
	color: white !important;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	font-size: 20px;
}

@media (max-width: 991px) {

	#footer .footer-container .links.block-contact,
	.footer-container .links {
		width: 100%;
	}

	#footer .payement_logo_block a img:first-child {
		width: 100%;
		max-width: 650px;
	}

	.footer-container .links .h3,
	.footer-container .links .block_title span {
		color: #bbb;
		font-weight: 700;
		font-size: 1rem;
		text-transform: uppercase;
	}
}

/********************************************************
                   MÓDULO TRUSTED SHOP
*********************************************************/

body .ts-wdg-loc-pl-wrapper {
	text-align: left !important;
	padding: 0px 0px 5px 0px !important;
}

body .ts-wdg-loc-pl-wrapper {
	text-align: left !important;
	padding: 0px !important;
}

/********************************************************
                      MÓDULO REASSURANCE ...
*********************************************************/

#product .pp-right-column .blockreassurance_product {
	margin-top: 20px;
}

.blockreassurance_product>div {
	border: 1px solid #eae7e4;
	background: none;
	padding: 7px 0px;
}

.blockreassurance_product>div span.item-product {
	position: unset;
	width: unset;
	height: unset;
}

.blockreassurance_product .item-product img {
	width: 45px;
	height: unset;
}

.blockreassurance_product .block-title {
	font-size: 1rem;
	font-weight: 600;
	color: #444;
}

.blockreassurance_product p {
	margin-top: -10px;
}

/********************************************************
                  MÓDULO BRAND CAROUSEL
*********************************************************/

#index .brands .products {
	padding-top: 0px;
	border-top: none
		/*1px solid #e5e5e5*/
	;
	margin-top: 20px;
	padding-bottom: 20px;
}

/* Se reviertenlos cambios de las imagenes en blanco y negro*/
/*.brands .products .product_list li img {
  	filter: grayscale(100%);
}*/

/********************************************************
                      DEPRECATED
*********************************************************/

span.show_slider {
	background-color: #84bc26;
	border-radius: 50%;
	padding: 5px;
	font-size: 0.75rem;
}

.hidden {
	display: none;
}

/********************************************************
                PÁGINA DE PRODUCTO
*********************************************************/

#wrapper {
	/*padding-top: 165px; #Pte corregir por Marquee*/
	padding-top: 30px;
	position: relative;
}

@media (max-width: 767px) {
	section#wrapper {
		padding-top: 50px;
	}

	.btn-primary.js-mailalert-add {
		width: 100%;
		font-size: 10px;
	}
}

.product-images-container {
	width: 100%;
}

.thumb-container {
	width: 50%;
}

.thumb-container img {
	width: 100%;
	border: #ddd 1px solid;
}

.thumb-container {
	display: block;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
	float: left;
}

.thumb-container:nth-child(odd) {
	padding-left: inherit;
}

.thumb-container:nth-child(even) {
	padding-right: inherit;
}

.product-cover {
	width: 100%;
}

.product-cover {
	border: #ddd 1px solid;
}

.product-cover .layer {
	width: 100%;
	height: 100%;
	bottom: 0px;
	right: 0px;
	display: block;
}

.product-cover .layer .zoom-in {
	bottom: 10px;
	right: 10px;
}

#product-modal .modal-dialog {
	max-width: 90%;
	height: 90%;
}

#product-modal .owl-carousel .owl-wrapper {
	height: 100% !important;
}

#product-modal .modal-content {
	height: 100%;
}

#product-modal .modal-content .modal-body {
	height: 100%;
}

.owl-carousel.owl-theme.owl_product_modal {
	width: 100% !important;
	height: 100%;
}

.owl-carousel.owl-theme.owl_product_modal img {
	width: auto;
	height: inherit;
}

#product-modal .owl-carousel .owl-wrapper-outer,
.owl_product_mobile.owl-carousel .owl-wrapper-outer {
	height: 100%;
	z-index: 8;
}

#product-modal .owl-item {
	height: 100%;
}

#product-modal .item.card {
	height: 100%;
}

#product-modal .owl-buttons,
.owl_product_mobile .owl-buttons {
	position: absolute;
	display: flex;
	height: 100%;
	width: 100%;
	padding: 0 30px 30px 0px;
	justify-content: space-between;
	align-items: center;
}

.owl_product_mobile .owl-pagination {
	text-align: center;
	margin-top: 10px;
}

.owl_product_mobile .owl-page {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 10px 5px 5px 5px;
	background: #ccc;
	border-radius: 50%;
	cursor: pointer;
}

.owl_product_mobile .owl-page.active {
	background: #000;
}

@media (max-width: 767px) {
	.owl_product_mobile .owl-buttons {
		padding: 0;
	}

	.owl_product_mobile .owl-buttons .owl-next {
		z-index: 999;
	}

	.owl_product_mobile .owl-buttons .owl-prev {
		z-index: 999;
	}
}

@media (max-width: 767px) {
	#product-modal .owl-buttons {
		padding: 0 30px 30px 30px;
	}
}

.owl_product_modal .owl-buttons .owl-next,
.owl_product_modal .owl-buttons .owl-prev {
	visibility: hidden;
}

.owl_product_modal:hover .owl-buttons .owl-next,
.owl_product_modal:hover .owl-buttons .owl-prev {
	visibility: visible;
}

#product-modal .owl-buttons .owl-next {
	background-color: black;
	z-index: 999;
	padding: 5px;
}

#product-modal .owl-buttons .owl-prev {
	z-index: 999;
	background-color: black;
	padding: 5px;
}

#product-modal .owl-buttons i {
	color: white;
}

#product-modal .owl-buttons .owl-next i {
	float: right;
	transform: translate(10%, 0%);
}

#product-modal .owl-buttons .owl-prev i {
	float: left;
	transform: translate(-10%, 0%);
}

#product-modal .card {
	border: none;
}

.page-product #product-modal .modal-header .close {
	z-index: 1000;
}

#product-modal .owl-buttons .owl-next,
#product-modal .owl-buttons .owl-prev {
	z-index: 999;
	background-color: black;
	padding: 10px;
	border-radius: 50%;
	border: white 5px solid;
	box-shadow: black 0px 0px 5px;
}

#product-modal .owl-buttons .fa-lg {
	line-height: 1em;
}

@media (max-width: 767px) {
	.owl-carousel.owl-theme.owl_product_modal img {
		width: 100%;
		height: auto;
	}

	#product-modal .modal-content {
		height: auto;
		top: 50%;
		transform: translate(0%, -50%);
	}

	#product-modal .modal-content {
		margin: 0;
	}

	#product-modal .modal-content .modal-body {
		padding: 0;
	}

	#product-modal .modal-dialog {
		max-width: 100%;
		height: 100%;
	}

	#product .page-content .product-leftside {
		max-width: inherit;
	}
}

.product-loader {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.15);
	z-index: 8;
	display: none;
	background-image: url("/themes/Esthetic_child/assets/img/codezeel/image_loading.svg");
	background-size: contain;
	background-repeat: no-repeat;
	border: #222222 1px solid;
}

#thumb-gallery .product-loader {
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}

.product-loader i {
	height: fit-content;
	position: relative;
	font-size: 10rem;
}

.center_product_loader_block {
	display: block !important;
	align-items: center;
	justify-content: center;
}

.product-prices div p {
	font-size: 22px;
}

.has-discount .discount {
	padding: 0px 7px;
	margin-top: 0px;
}

#ps_checkout-paypal-pay-later-message-product {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
	text-align: left;
	color: #17120f;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	background-color: #ffffff;
	border-style: solid;
	border-color: #eae7e4;
	border-radius: 0px;
	border-width: 1px;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 14px;
	padding-bottom: 14px;
	margin: 30px 0;
	width: 100%;
}

#ps_checkout-payment-method-logo-block-container {
	display: none;
}

.product-description iframe {
	height: revert-layer;
}

.product-without-taxes.has-discount .price_no_tax,
.product-price.has-discount .current-price-value {
	color: red;
}

@media (max-width: 767px) {
	#product .pp-right-column .product-prices {
		display: flex;
		justify-content: space-between;
	}
}

/********************************************************
                        MÓDULO BLOG
*********************************************************/
@media (min-width: 576px) {
	#module-blog-display .col-sm-3 {
		float: left;
		width: 24.3% !important;
	}
}

#mpm_blog_hp_latest_posts_container {
	/*position: relative;*/
	max-width: inherit;
	background: #fff;
	padding: 68px 18px 18px 18px;
	margin-top: 50px;
}

#mpm_blog_hp_latest_posts_container .latest-posts-container {
	margin: 30px 0px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(238px, 370px));
	grid-gap: 18px;
	justify-content: center;
	clear: both;
}

#mpm_blog_hp_latest_posts_container .mpm-blog-post {
	display: flex;
	min-height: 233px;
	height: auto;
	flex-direction: column;
	border: solid 1px #eaeaea;
	background: #eee;
	min-width: 238px;
	max-width: 400px;
}

#mpm_blog_hp_latest_posts_container>.title {
	font-weight: 600;
	font-size: 2.2rem;
	padding-top: 1.6rem;
	margin-bottom: 1.6rem;
	color: #111;
	line-height: 0.96;
	letter-spacing: -0.5px;
	text-align: center;
	text-transform: capitalize;
	display: none;
}

#mpm_blog_hp_latest_posts_container .read-more-btn {
	width: inherit;
	height: 40px;
	display: flex;
	cursor: pointer;
	position: absolute;
	bottom: 18px;
}

#mpm_blog_posts_container .read-more-btn {
	width: 185px;
	height: 40px;
	display: flex;
	cursor: pointer;
}

#mpm_blog_hp_latest_posts_container .read-more-btn:hover .part-1,
#mpm_blog_posts_container .read-more-btn:hover .part-1 {
	background-color: #666;
}

#mpm_blog_hp_latest_posts_container .read-more-btn .part-1,
#mpm_blog_posts_container .read-more-btn .part-1 {
	background-color: #000;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 9px 30px;
	width: 100%;
}

#mpm_blog_hp_latest_posts_container .read-more-btn:hover .part-2,
#mpm_blog_posts_container .read-more-btn:hover .part-2 {
	background-color: #666;
}

#mpm_blog_hp_latest_posts_container .read-more-btn .part-2,
#mpm_blog_posts_container .read-more-btn .part-2 {
	background-color: #000;
	color: #fff;
	min-width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#mpm_blog_posts_pagination .page-number.current-page-number {
	background-color: #000;
}

#mpm_blog_posts_pagination .page-number:hover {
	background-color: #666;
}

#mpm_blog_hp_latest_posts_container .post-date-container i,
#mpm_blog_hp_latest_posts_container .comments-container i,
#mpm_blog_hp_latest_posts_container .rating-container i,
#mpm_blog_posts_container .post-date-container i,
#mpm_blog_posts_container .comments-container i,
#mpm_blog_posts_container .rating-container i {
	font-size: 14px;
	margin-right: 5px;
	color: #62cc2b;
}

.mpm-blog-left-col-block .featured-article .article-info-container .date-add-container i,
.mpm-blog-left-col-block .search-container i,
#mpm_blog_post_container .additional-info-header-row i {
	color: #62cc2b;
}

#mpm_blog_hp_latest_posts_container .post-title:hover,
.mpm-blog-left-col-block .blog-category:hover .category-name,
.mpm-blog-left-col-block.ps-17 .clickable-header:hover .title,
.mpm-blog-left-col-block.ps-17 .clickable-header:hover i,
.mpm-blog-left-col-block .archive:hover>i,
.mpm-blog-left-col-block .archive:hover .archive-date,
.mpm-blog-left-col-block .featured-article .article-info-container .feature-article-title:hover,
#mpm_blog_posts_container .post-title:hover {
	color: #666;
}

#mpm_blog_posts_container .mpm-blog-post .post-main-block {
	padding: 0px 23px 20px 23px;
}

#mpm_blog_hp_latest_posts_container .post-title,
#mpm_blog_posts_container .post-title {
	font-weight: 700;
	color: #222;
	text-transform: capitalize;
	display: block;
	font-size: 1rem;
	letter-spacing: 0.36px;
	line-height: 22px;
	margin-bottom: 11px;
}

#mpm_blog_hp_latest_posts_container img {
	height: inherit;
}

.mpm-blog-left-col-block.ps-17 {
	border: 1px solid rgba(0, 0, 0, 0.125);
	box-shadow: none;
}

#mpm_blog_post_container .social-media-switch {
	background-color: #62cc2b;
	color: #fff;
	border: 1px solid #62cc2b;
}

#mpm_blog_post_container .social-media-switch:hover {
	background-color: #000;
	border: 1px solid #000;
}

#mpm_blog_posts_container .posts-display-control-panel {
	display: none;
}

.mpm-blog-left-col-block .mpm-blog-tag {
	background-color: #000;
	color: #fff;
}

.mpm-blog-left-col-block .mpm-blog-tag:hover {
	background-color: #666;
}

/* ESTILOS TEMPORALES */

/********************************************************
                        CHECKOUT
*********************************************************/

body#checkout section.checkout-step .address-selector {
	display: block;
}

/********************************************************
              BLOQUES DE ALERTAS, WARNINGS, INFO
*********************************************************/

.alert-info {
	font-weight: 400;
}

.alert-info strong {
	font-weight: 600;
	color: #31708f;
}

/* Abity Solicitar un presupuesto */

.quote-modal .add-more-products-to-quote a {
	color: white;
}

/* Imagenes subcategorías */

#subcategories ul li {
	padding-left: 0;
}

#subcategories ul li .subcategory-image a img {
	width: 100%;
}

@media (min-width: 546px) {
	#subcategories ul li {
		width: 33% !important;
		margin: inherit;
		padding-right: 15px;
	}
}

@media (min-width: 768px) {
	#subcategories ul li {
		width: 25% !important;
		margin: inherit;
	}
}

/********************************************************
              LANDINGS INERCEX LUMMIC BLACK FRIDAY
*********************************************************/

body#cms.cms-id-12 #czbannercmsblock .cmsbanners .one-half .cmsbanner img {
	width: 100%;
}

@media (min-width: 768px) {
	body#cms.cms-id-12 .cmsbanner.cmsbanner1.guia1 {
		padding-left: 0;
	}

	body#cms.cms-id-12 .cmsbanner.cmsbanner1.guia4 {
		padding-right: 0;
	}
}

body#cms.cms-id-12 #czbannercmsblock .cmsbanners .one-half .cmsbanner .cmsbanner-text .main-title {
	font-size: 5rem;
	font-weight: 700;
	text-transform: uppercase;
	color: red;
}

@media (max-width: 1024px) {
	body#cms.cms-id-12 #czbannercmsblock .cmsbanners .one-half .cmsbanner .cmsbanner-text .main-title {
		font-size: 3rem;
	}
}

@media (max-width: 768px) {
	body#cms.cms-id-12 #czbannercmsblock .cmsbanners .one-half .cmsbanner .cmsbanner-text .main-title {
		font-size: 2rem;
	}
}

body#cms.cms-id-12 #czbannercmsblock .cmsbanners .one-half .cmsbanner .cmsbanner-text .btn.btn-primary {
	background-color: red;
	color: white;
}

body#cms.cms-id-12 #czbannercmsblock .cmsbanners .one-half .cmsbanner .cmsbanner-text .btn.btn-primary:hover {
	background-color: black;
	color: white;
}

body#cms.cms-id-12 #main .col-lg-12 {
	padding: 0;
}

body#cms.cms-id-12 #main .row {
	width: 100%;
	margin: 0;
}

body#cms.cms-id-12 .container.ls-overflow-visible,
body#cms.cms-id-13 .container.ls-overflow-visible,
body#cms.cms-id-14 .container.ls-overflow-visible {
	max-width: inherit;
	padding: 0;
}

body#cms.cms-id-12 .breadcrumb,
body#cms.cms-id-13 .breadcrumb,
body#cms.cms-id-14 .breadcrumb {
	display: none;
}

body#cms.cms-id-12 .ets_prmn_megamenu_content,
body#cms.cms-id-14 .ets_prmn_megamenu_content {
	color: white;
}

body#cms .products .product_list li.product_item.col-lg-3,
body#cms .products .product_list li.landing_product {
	list-style: none;
}

body#cms #content.page-cms .products ul {
	padding-inline-start: 0;
}

/* @media (min-width: 768px) {
	body#cms.cms-id-13 .products .product_list .owl-wrapper {
		width: 100% !important;
		display: flex !important;
		justify-content: center;
	}
} */

body#cms.cms-id-14 #header .user-info .user-info-title .user-icon,
body#cms.cms-id-14 #header .header-top .head-wishlist .ap-btn-wishlist .material-icons,
body#cms.cms-id-14 #header .blockcart .blockcart-header>.shopping-cart>.icon,
body#cms.cms-id-14 #header .search-widget .search_button,
body#cms.cms-id-12 #header .user-info .user-info-title .user-icon,
body#cms.cms-id-12 #header .header-top .head-wishlist .ap-btn-wishlist .material-icons,
body#cms.cms-id-12 #header .blockcart .blockcart-header>.shopping-cart>.icon,
body#cms.cms-id-12 #header .search-widget .search_button {
	background-color: white;
}

@media (max-width: 991px) {
	body#cms #header {
		top: 0px;
	}
}

#cms .black-friday-landing-countdown-block iframe {
	height: revert-layer;
}

.black-friday-landing-newsletter-block {
	background-image: url(/eu/img/cms/webBF.jpg);
	background-position: center;
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	padding: 40px 0;
	background-repeat: no-repeat;
	background-position-y: -65px;
	background-size: cover;
}

.black-friday-landing-newsletter-block p:not(.h2, #blackFridayCountdown) {
	margin: 0 !important;
}

.black-friday-landing-newsletter-title {
	text-align: center;
}

#blackFridayCountdown {
	display: flex;
	gap: 20px;
	margin-bottom: 2rem;
	justify-content: center;
	font-size: 2rem;
	align-items: center;
}

#blackFridayCountdown .countdown-separator p {
	font-size: 5rem;
	font-weight: bold;
}

#blackFridayCountdown .unit {
	text-align: center;
}

#blackFridayCountdown .value {
	font-weight: bold;
	font-size: 5rem;
	text-align: center;
	line-height: normal;
}

#blackFridayCountdown .label {
	font-size: 1rem;
	opacity: 0.8;
	text-align: center;
	margin-top: -20px;
}

.black-friday-landing-countdown-block {
	display: flex;
	align-items: center;
}

@media (max-width: 1024px) {
	.black-friday-landing-countdown-block {
		flex-direction: column;
	}
}

@media (max-width: 600px) {
	#blackFridayCountdown {
		gap: 10px;
	}

	#blackFridayCountdown .value {
		font-size: 2rem;
	}

	#blackFridayCountdown .countdown-separator p {
		font-size: 2rem;
	}

	#blackFridayCountdown .label {
		margin-top: -10px;
	}
}

/********************************************************
              MÓDULO HS MULTI ACCESSORIES
*********************************************************/

.hs_multi_accessories_add_to_cart span {
	background: url();
	background-repeat: no-repeat;
	background-size: 20px;
	padding: 0px 0px 0px 0px;
	font-size: 0.8rem;
}

#group_accessories .check_radio_table tr:hover {
	background-color: #f7f7f7c4;
}

#group_accessories table.accessorygroup td {
	border: none;
	background: transparent;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	align-content: center;
}

#group_accessories .hsma_product-cover img {
	object-fit: cover;
	height: 100px;
	width: 100px;
}

#group_accessories .block_accessory_name a {
	font-size: 1rem;
	font-weight: 600;
	text-align: left;
	line-height: 2;
	color: #222;
	text-decoration: none;
}

#group_accessories .ma_block_qty {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 6px;
}

#group_accessories .ma_block_qty_vertical {
	display: flex;
	flex-direction: column;
	margin: 0;
}

#product #group_accessories {
	border: 1px solid #ddd;
	clear: both;
	margin: 15px 0;
	padding: 10px;
	background: unset;
	color: #000;
}

#group_accessories table.accessorygroup td:last-child {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 12px;
	/* espacio entre precio y botón */
}

/* Forzamos que el precio no se vaya arriba */

#group_accessories .accessory_price {
	display: flex;
	align-items: center;
	gap: 15px;
	width: 100%;
	justify-content: flex-start;
	margin-top: 5px;
}

/* Título + Precio */
#group_accessories .block_accessory_name {
	display: flex;
	justify-content: space-between;
	/* separa nombre y precio */
	align-items: center;
	width: 100%;
	gap: 10px;
	margin: 0;
	padding: 0;
}

#group_accessories .hs_multi_accessories_add_to_cart {
	font-size: 0.8rem;
	padding: 8px 16px;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	margin: 0;
	white-space: nowrap;
}

.select_box_image {
	display: flex;
	align-items: center;
	gap: 8px;
}

.checkbox_image_wrapper {
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
}

#product #group_accessories .option-row table {
	margin-bottom: 36px;
}

#product #group_accessories .option-row table select {
	width: auto;
}

/*aqui*/
#group_accessories table.accessorygroup tr {
	display: grid;
	grid-template-columns: 75px 1fr auto;
	/* img | info | precio */
	align-items: center;
	width: 100%;
	background: unset;
	padding: 0px;
	gap: 0px;
	width: 100%;
	margin: 1% 1% 3% 0%;
	align-content: center;
}

/*aqui*/

.left_block {
	margin-left: 3rem;
}

.precio span {
	font-size: 1rem;
	font-weight: bold;
}

@media ((min-width: 480px) and (max-width: 768px)) {

	/* Mantener el GRID como en desktop */
	#group_accessories table.accessorygroup tr {
		display: grid;
		align-items: center;
		padding: 10px;
		width: 100%;
		box-sizing: border-box;
	}

	/* Evitar que el botón se estire demasiado */
	.hs_multi_accessories_add_to_cart {
		max-width: 130px;
		width: 100%;
		text-align: center;
		white-space: nowrap;
	}

	/* Evitar que los selects ocupen demasiado */
	.form-control-select {
		max-width: 130px;
	}

	/* Imagen + checkbox */
	#group_accessories table.accessorygroup td:nth-child(1) {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	/* Nombre + selector de combinaciones */
	#group_accessories table.accessorygroup td:nth-child(2) {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		text-align: left;
	}

	#group_accessories tr.clearfix::after,
	#group_accessories tr::after {
		content: none !important;
		display: none !important;
	}

	/* Precio + cantidad + botón juntos */
	.accessory_price {
		display: flex;
		flex-direction: row;
		align-items: center;
		gap: 10px;
		margin-top: 5px;
	}

	#group_accessories .hs_multi_accessories_add_to_cart {
		font-size: 0.8rem;
		padding: 5px 3px;
		display: inline-flex;
		align-items: center;
		gap: 1px;
	}

	.left_block {
		margin-left: 1rem;
	}

	.checkbox_image_wrapper {
		display: flex;
		align-items: center;
		gap: 0px;
		cursor: pointer;
	}

	.hs_multi_accessories_add_to_cart span {
		background: url();
		background-repeat: no-repeat;
		background-size: 20px;
		padding: 0px 0px 0px 0px;
		font-size: 0.7rem;
	}

	#group_accessories .block_accessory_name a {
		font-size: 0.8rem;
		font-weight: 600;
		color: #000000;
		text-decoration: none;
	}

	#group_accessories .hsma_product-cover img {
		object-fit: cover;
		height: 90px;
		width: 90px;
	}
}

.accessory-color-list {
	display: flex;
	gap: 8px;
	list-style: none;
	padding-bottom: 10px;
	margin: 0;
}

.accessory-color-list .color-dot {
	width: 28px;
	height: 28px;
	border-radius: 99%;
	cursor: pointer;
	box-sizing: border-box;
	position: relative;
}

.accessory-color-list .color-dot.selected::before {
	content: "\e876";
	/* icono check de Material Icons */
	text-align: center;
	line-height: 18px;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	font-size: 18px;
	font-family: "Material Icons";
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Borde doble + efecto seleccionado */
.accessory-color-list .color-dot.selected {
	border: 2px solid #ffffff;
	/* borde blanco interno */
	box-shadow: 0 0 0 0.5px #000000;
	/* borde negro externo */
}

#product #group_accessories input[type="checkbox"] {
	position: absolute !important;
	opacity: 0 !important;
	width: 0 !important;
	height: 0 !important;
	pointer-events: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

/********************************************************
              MÓDULO PS_EMAILALERTS
*********************************************************/

.product-additional-info .tabs {
	border: 1px solid #ddd;
	padding: 3%;
}

/********************************************************
              MÓDULO sequra
*********************************************************/
.sequra-promotion-widget[data-type="banner"] {
	min-height: 30px;
}

/* Pantallas pequeñas-medias: 400px - 770px */
@media (max-width: 480px) {
	.accessory-color-list .color-dot {
		width: 18px;
		height: 18px;
		border-radius: 100%;
		cursor: pointer;
		box-sizing: border-box;
		position: relative;
	}

	.accessory-color-list .color-dot.selected::before {
		content: "\e876";
		text-align: center;
		line-height: 15px;
		color: #fff;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		font-size: 12px;
		font-family: "Material Icons";
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.hs_multi_accessories_add_to_cart span {
		background: url();
		background-repeat: no-repeat;
		background-size: 20px;
		padding: 0px 0px 0px 0px;
		font-size: 9px;
	}

	.hsma_product-cover {
		margin: 0.6rem auto;
		width: 100px;
		padding-left: 20px;
	}

	#group_accessories .hsma_product-cover img {
		object-fit: cover;
		height: 70px;
		width: 70px;
	}

	.hs_multi_accessories_add_to_cart {
		max-width: 130px;
		width: none;
		text-align: center;
		white-space: nowrap;
	}
}

.ma-backorder-alert {
	display: flex;
	align-items: center;
	gap: 5px;
	padding: 2px 6px;
	margin-top: 1px;
	background-color: #e8f4fb;
	border: 1px solid #b6dff3;
	border-radius: 2px;
	color: #31708f;
	font-size: 14px;
	width: fit-content;
	align-content: center;
	justify-content: space-between;
}

.ma-backorder-icon {
	font-size: 20px;
	color: #31708f;
	line-height: 1.4;
}

.ma-backorder-text {
	padding-left: 20px;
	line-height: 1.5;
}

.alert:before {
	font-family: "FontAwesome";
	font-size: 12px;
	vertical-align: 0px;
	padding-right: 15px;
	float: left;
	position: absolute;
	left: 11px;
	top: 4px;
}

/* Date: 14-05-26 */
.subcategory-section .swiper-slide .product-miniature:hover .thumbnail-container .product-thumbnail .fliper_image {
	opacity: 1;
	filter: alpha(opacity=100);
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.products .product_list li.item:hover .thumbnail-container .product-thumbnail .fliper_image,
.products .product_list li.product_item:hover .thumbnail-container .product-thumbnail .fliper_image {
	opacity: 1;
	filter: alpha(opacity=100);
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s
}

.products .product_list li.item:hover .product-flags .new,
.products .product_list li.product_item:hover .product-flags .new {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	-moz-transform: translateX(0)
}

.products .product_list li.item:hover .on-sale,
.products .product_list li.product_item:hover .on-sale {
	opacity: 1
}

.products .product_list li.product_item:hover,
.products .product_list li.item:hover {
	border: 1px solid #ddd
}

.products .product-thumbnail img.fliper_image {
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s
}

.subcategory-section .swiper-slide .product-miniature .thumbnail-container .product-thumbnail .fliper_image {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
}

.subcategory-section .slider-bottom-area,
.latest-posts-slider .progress-wrap {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 25px;
}

.subcategory-section .slider-progress,
.latest-posts-slider .progress-bar {
	flex: 1;
	height: 3px;
	background: #ddd;
	position: relative;
	overflow: hidden;
}

.subcategory-section .progress-bar-fill,
.latest-posts-slider .progress-bar-fill {
	position: absolute;
	left: 0;
	top: 0;
	width: 0%;
	height: 100%;
	background: #000;
	transition: 0.3s;
}

.subcategory-section .slider-nav,
.latest-posts-slider .nevigation-wrap {
	display: flex;
	gap: 10px;
}

.subcategory-section .slider-prev,
.subcategory-section .slider-next,
.latest-posts-slider .slider-prev,
.latest-posts-slider .slider-next {
	width: 40px;
	height: 40px;
	border: 1px solid #ddd;
	background: #fff;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Date: 14-05-26 */

html#ls-global {
	overflow-x: hidden;
}

body .ets_prmn_megamenu,
body .ets_prmn_megamenu.prmn_enabled_sticky.stickied,
body .ets_prmn_megamenu_content .ets_prmn_megamenu_content_content {
	position: static;
}

#header .prmn_tabs_li .prmn_columns_contents_ul {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
}

#header .prmn_tabs_li .prmn_columns_contents_ul li.column_size_4 {
	width: 100%;
}

#header .prmn_blocks_li {
	padding: 0 20px;
}

section.subcategory-section {
	margin-bottom: 60px;
}

.subcategory-slider .item .product-description {
	padding: 30px;
}

.prmn_menus_li:nth-child(2) .prmn_columns_ul_tab .prmn_tab_li_content,
.prmn_menus_li:nth-child(2) li.prmn_columns_li:nth-child(3) .ets_prmn_block_content {
	display: none;
}

.subcategory-slider .product-miniature {
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	display: inline-block;
	width: 100%;
}

.subcategory-slider .product-miniature .thumbnail-container {
	position: relative;
}

.swiper-wrapper .swiper-slide .outer-functional {
	padding: 15px;
	text-align: center;
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	transition: all 0.5s ease 0s;
	background-color: #fff;
}

.functional-buttons .quickview {
	margin-bottom: 10px;
}

.subcategory-slider .product-miniature:hover .thumbnail-container .outer-functional {
	opacity: 1;
	visibility: visible;
	bottom: 35px;
}

.product-miniature .product-description {
	padding: 15px;
}

.product-miniature .product-description {
	padding: 15px;
	display: inline-block;
	width: 100%;
}

body .product-miniature .highlighted-informations {
	padding: 0 15px;
}

/* 
.thumbnail-top img {
	width: auto;
	height: auto;
	max-width: 100%;
} */

#header .prmn_tabs_li .prmn_columns_contents_ul li.column_size_4 li.prmn_blocks_li .ets_prmn_block {
	position: relative;
	display: inline-block;
	width: 100%;
}

#header .prmn_tabs_li .prmn_columns_contents_ul li.column_size_4:nth-child(5) li.prmn_blocks_li .ets_prmn_block span.h4,
#header .prmn_tabs_li .prmn_columns_contents_ul li.column_size_4:nth-child(6) li.prmn_blocks_li .ets_prmn_block span.h4 {
	position: absolute;
	bottom: 20px;
	top: auto;
	z-index: 1;
	left: 20px;
	color: #fff;
	margin: 0;
	padding: 0;
}

#index .display-top-inner .ls-wrapper,
#index .display-top-inner .ls-wrapper img {
	left: 0 !important;
	top: 0 !important;
	width: 100% !important;
	height: 100% !important;
}

.banner-card img {
	object-fit: cover !important;
	object-position: center 60%;
}

/* .subcategory-section .subcategory-slider, */


body .product-miniature .thumbnail-container .thumbnail-top .product-thumbnail {
	display: flex;
	justify-content: center;
	align-items: center;
}

.cpage-sections .cpage-section#section-1 .cpage-section__container {
	padding: 0 15px;
}

.cpage-sections .cpage-section#section-1 {
	background: linear-gradient(180deg, rgba(244, 244, 244, 1), rgba(244, 244, 244, 1) 100%);
}

.cpage-sections .cpage-section {
	padding: 50px 0;
}

.cpage-sections .cpage-section .cpage-section__container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: center;
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
}

.cpage-sections .cpage-section.cpage-section--img-right .cpage-section__container .cpage-section__image-col {
	order: 2;
}

.cpage-sections .cpage-section .cpage-section__container .cpage-section__image-col img {
	width: 100%;
}

.cpage-sections .cpage-section .cpage-section__container .cpage-section__content-col {
	padding-left: 65px;
}

.cpage-sections .cpage-section.cpage-section--img-right .cpage-section__container .cpage-section__content-col {
	padding-left: 0;
	padding-right: 64px;
}

.cpage-section h2 {
	color: #2a2b2a;
	font-size: 30px;
	font-weight: 700;
}

.cpage-section .cpage-section__btn {
	border: 2px solid #2a2b2a;
	background: #525352 linear-gradient(104deg, #525352 60%, #2a2b2a 60% 100%) no-repeat 100% 100%;
	background-size: 300% 100%;
	color: #fff;
	padding: 12px 26px;
	display: inline-flex;
	font-weight: 600;
	gap: 10px;
}

.cpage-section .cpage-section__btn {
	background-position: 0 100%;
}

#brand-carousel.product_list li.item {
	list-style: none;
	min-height: auto;
}

#cms #mpm_blog_hp_latest_posts_container .latest-posts-container {
	display: flex;
	gap: 0;
}

@media screen and (max-width: 1024px) {
	#header .user-info {
		margin-inline-end: 0px;
	}

	#header ul.prmn_menus_ul li:nth-child(2) span {
		margin-right: 0px;
	}

	#header .prmn_menu_content_title {
		padding: 0 5px;
	}

	#header .prmn_tabs_li .prmn_columns_contents_ul {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media screen and (max-width: 991px) {
	#header .prmn_tabs_li .prmn_columns_contents_ul {
		grid-template-columns: repeat(2, 1fr);
	}

	.cpage-sections .cpage-section .cpage-section__container {
		grid-template-columns: repeat(1, 1fr);
	}

	.cpage-sections .cpage-section.cpage-section--img-right .cpage-section__container .cpage-section__image-col {
		order: 0;
	}

	.cpage-section h2 {
		font-size: 25px;
	}

	.cpage-sections .cpage-section {
		padding: 40px 0;
	}

	.cpage-sections .cpage-section .cpage-section__container .cpage-section__content-col {
		padding-left: 0;
	}

	.cpage-sections .cpage-section.cpage-section--img-right .cpage-section__container .cpage-section__content-col {
		padding-right: 0;
	}
}

@media screen and (max-width: 767px) {
	#header .prmn_tabs_li .prmn_columns_contents_ul {
		grid-template-columns: repeat(1, 1fr);
		opacity: 1;
		position: static;
		visibility: visible;
		width: 100% !important;
		display: block;
	}

	.cpage-section h2 {
		font-size: 20px;
	}

	.cpage-section .cpage-section__btn {
		padding: 7px 10px;
	}

	.cpage-sections .cpage-section {
		padding: 30px 0;
	}
}

#index .cz-hometabcontent {
	display: none;
}

#index #mpm_blog_hp_latest_posts_container {
	background: #111;
}

.block_newsletter form button[type="submit"]:before {
	content: none !important;
}

.iti {
	display: block !important;
	width: 100% !important;
	margin-bottom: 15px !important;
}

/* 2. Force the phone input to match the exact size of other fields */
.iti input[type="tel"] {
	width: 100% !important;
	padding-top: 12px !important;
	padding-bottom: 12px !important;
	padding-right: 15px !important;
	padding-left: 50px !important;
	/* Leaves room for the flag */
	border: 1px solid #ddd !important;
	border-radius: 4px !important;
	box-sizing: border-box !important;
	height: 46px !important;
	/* Forces consistent height */
	font-size: 0.95rem !important;
	outline: none !important;
	background-color: #fff !important;
	margin: 0 !important;
}

/* 3. Fix labels (like 'Tipo de Centro') aligning to the right */
#custom-contact-form label {
	display: block !important;
	text-align: left !important;
	/* Overrides PrestaShop right-alignment */
	width: 100% !important;
	margin-bottom: 5px !important;
	color: #333 !important;
}

/* 4. Ensure all standard inputs and selects share the exact same height */
#custom-contact-form input[type="text"],
#custom-contact-form input[type="email"],
#custom-contact-form select {
	height: 46px !important;
	box-sizing: border-box !important;
	margin-bottom: 0 !important;
}



@media (min-width: 768px) {

	/* Convertimos la fila del pie de página en una cuadrícula (Grid) */
	.footer.row {
		display: grid !important;
		grid-template-columns: 25% 25% 25% 25%;
		/* Ajusta el ancho de las 3 columnas */
		grid-template-rows: auto auto;
		/* Crea dos filas de altura automática */
	}

	/* Anulamos los pseudo-elementos de Bootstrap que rompen el Grid */
	.footer.row::before,
	.footer.row::after {
		display: none !important;
	}

	/* Restauramos el ancho para que Grid tome el control y no el col-md de Bootstrap */
	.footer.row>div {
		max-width: 100%;
		width: auto;
		margin-bottom: 20px;
		/* Separación vertical entre bloques */
	}

	/* 1. Información de la tienda: Lado izquierdo, ocupa las dos filas */
	.footer.row>div:nth-child(1) {
		grid-column: 1 / 2;
		grid-row: 1 / 3;
	}

	/* 2. MI CUENTA: En el medio, arriba */
	.footer.row>div:nth-child(2) {
		grid-column: 2 / 3;
		grid-row: 1 / 2;
	}

	/* 3. SOPORTE: En el medio, justo debajo de "Mi Cuenta" */
	.footer.row>div:nth-child(3) {
		grid-column: 2 / 3;
		grid-row: 2 / 3;
	}

	/* 4. INFORMACIÓN: A la derecha, arriba */
	.footer.row>div:nth-child(4) {
		grid-column: 3 / 4;
		grid-row: 1 / 2;
	}
}

.block_newsletter .gdpr_consent,
.block_newsletter #gdpr_consent {
	margin-left: 15px;
}

#czbannercmsblock {
	margin-top: 50px !important;
	margin-bottom: 50px;
}

#index .display-top-inner .ls-layers>.ls-wrapper:last-of-type {
	left: 134.654px !important;
	top: 382.351px !important;
}

#index .display-top-inner .ls-layers>.ls-wrapper:nth-last-of-type(2) {
	left: 134.654px !important;
	top: 475.817px !important;
}

#index .display-top-inner .ls-layers>.ls-wrapper:nth-last-of-type(3) {
	left: 134.654px !important;
	top: 573.243px !important;
}

.home-container #columns_inner {
	width: 100%;
	max-width: 1660px;
	margin: 0 auto;
}

.banner-mosaic {
	padding-left: 0;
	padding-right: 0;
}


/********************************************************
              MÓDULO ABITY RESERVAS
*********************************************************/

.reservation-stock-warning p{
    font-size: 0.8rem;
}

.reservation-stock-warning .material-icons{
    font-size: 1rem;
    padding-top: 0;
}

/********************************************************
              MÓDULO ABITY VOLUMINOSOS
*********************************************************/

.weight-warning{
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0;
    background-color: rgba(255, 154, 82, 0.3);
    border-color: #FF9A52;
    color: #222222;
}

.weight-warning h3,
.weight-warning p{
    font-size: 0.8rem;
}

.weight-warning h3{
    margin-bottom: 1rem;
}

.weight-warning a{
    font-weight: bold;
}

.weight-warning .material-icons{
    font-size: 1rem;
    color: #FF9A52;
    margin-right: 0.625rem;
}