@font-face {
    font-family: 'Gotham';
    src: url('./fonts/Gotham-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('./fonts/Gotham-BlackItalic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url('./fonts/Gotham-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('./fonts/Gotham-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url('./fonts/Gotham-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('./fonts/Gotham-MediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url('./fonts/Gotham-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('./fonts/Gotham-LightItalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url('./fonts/Gotham-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('./fonts/Gotham-ThinItalic.otf') format('opentype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url('./fonts/Gotham-Ultra.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('./fonts/Gotham-UltraItalic.otf') format('opentype');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url('./fonts/Gotham-XLight.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('./fonts/Gotham-XLightItalic.otf') format('opentype');
    font-weight: 200;
    font-style: italic;
}


@layer base,skeleton, badges, utility,buttons,product_grids;


@layer base {

	body {
		margin: 0px;
		font-family: 'Gotham';
		font-weight: 500;
		font-size: 14px;
		color: #000000;
		background-color: var(--light-color-tint);
		overflow-x: hidden;
		overflow-y: auto;
		max-width: 100vw;
		/* overflow: auto; */
	}
	
	body.is_hover{
		overflow-y: hidden!important;
	}
	
	/* Scroll */
	body::-webkit-scrollbar {
		width: 8px;
		border-radius: 20px;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		cursor: pointer;
	}
	
	/* Track */
	body::-webkit-scrollbar-track {
		background: #e7e7e7;
		border-radius: 20px;
	}
	
	/* Handle */
	body::-webkit-scrollbar-thumb {
		background: #acacac;
		border-radius: 20px;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		cursor: pointer;
	}
	
	/* Handle on hover */
	body::-webkit-scrollbar-thumb:hover {
		background: #555;
		cursor: pointer;
	}
		
	
	a {
		cursor: pointer;
		text-decoration: none;
		color: #000000;
	}
	
	.clear_both {
		clear: both;
		height: 1px;
	}
	
	.page_margins {
		width: 100%;
		max-width: 1600px;
		text-align: left;
		margin: 0 auto;
		position: relative;
		padding-inline: var(--space-2);
		box-sizing: border-box;
	}
	
 	.page_margins.double_margin {
		width: 100%;
		max-width: 1300px;
		padding-inline: var(--space-4);

	} 
	
	.page {
		padding: 0px;
	}
	
	.img_responsive {
		max-width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
	}
	
	.cut_text {
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	
	.layer_load {
		position: fixed;
		z-index: 8050;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		width: auto;
		height: auto;
		display: block;
		background: rgba(0, 0, 0, 0.6);
		padding-top: 100px;
		display: none;
		text-align: center;
	}
	
	.layer_mail_ok {
		width: 300px;
		position: fixed;
		z-index: 8050;
		top: 60px;
		left: calc(50% - 150px);
		background-color: #ffffff;
		color: #3EA9F5;
		text-align: center;
		font-size: 18px;
		padding: 20px 0px;
		border-radius: 10px;
		-webkit-box-shadow: 0 0 10px 0 #919191;
		box-shadow: 0 0 10px 0 #919191;
		display: none;
	}
	
	.layer_envio {
		position: absolute;
		z-index: 110;
		width: 100%;
		height: calc(100% - 200px);
		background-color: rgba(0, 0, 0, 0.8);
		display: none;
		color: #ffffff;
		font-weight: 700;
		padding-top: 200px;
		text-align: center;
	}
	
	.layer_envio img {
		display: block;
		margin: 0 auto;
	}
	
	.info {
		text-align: center;
		padding: 50px 0px 100px 0px;
		color: #a93232;
		font-size: 20px;
	}
	
	.info_emergente {
		background-color: #ED1C24;
		position: fixed;
		top: 20px;
		left: 50%;
		margin-left: -275px;
		width: 550px;
		height: 30px;
		text-align: center;
		padding-top: 10px;
		border-radius: 10px;
		z-index: 10000000;
		font-weight: 400;
		font-size: 16px;
		color: #ffffff;
		display: none;
	}
	
	.form-error {
		font-size: 10pt;
		color: red;
	}
	
	.fondo_black_cart {
		background-color: rgba(0, 0, 0, 0.7);
		width: 100%;
		height: 100%;
		display: none;
		position: fixed;
		z-index: 1100;
		top: 0px;
		left: 0px;
	}
	
	.fondo_white_header {
		background-color: rgba(255, 255, 255, 0.7);
		width: 100%;
		height: calc(100% - 75px);;
		display: none;
		position: fixed;
		z-index: 180;
		top: 75px;
		left: 0px;
	}
	
	.fondo_black_header {
		background-color: rgba(0, 0, 0, 0.7);
		width: 100%;
		height: calc(100% - 75px);;
		display: none;
		position: fixed;
		z-index: 180;
		top: 75px;
		left: 0px;
	}
	
	.fondo_black_header.is_hover{
		display: flex!important;
	}
	
	.fondo_envio_mail {
		position: fixed;
		z-index: 100;
		width: 100%;
		height: 100%;
		background-color: #000000;
		opacity: 0.8;
		text-align: center;
		color: #ffffff;
		font-size: 20px;
		font-weight: 700;
		display: none;
	}
	
	.fondo_negro_menu {
		position: fixed;
		z-index: 100;
		width: 100%;
		height: 100%;
		background-color: #000000;
		opacity: 0.5;
		display: none;
	}
	
	input:focus{
		outline:none !important;
		outline-width: 0 !important;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}
	
	button:focus{
		outline: none;
	}
	
	
	/*********************************** SCROLL MAGIC ***************************************/
	
	.digit,
	.digit2{
		opacity: 0;
		-webkit-transition: all 1s ease-out;
		-moz-transition: all 1s ease-out;
		-ms-transition: all 1s ease-out;
		-o-transition: all 1s ease-out;
		transition: all 1s ease-out;
	}
	
	.digit_right {
		-webkit-transform: translateX(-500px);
		-moz-transform: translateX(-500px);
		-ms-transform: translateX(-500px);
		-o-transform: translateX(-500px);
		transform: translateX(-500px);
	}
	
	.digit_left {
		-webkit-transform: translateX(500px);
		-moz-transform: translateX(500px);
		-ms-transform: translateX(500px);
		-o-transform: translateX(500px);
		transform: translateX(500px);
	}
	
	.digit_top {
		-webkit-transform: translateY(-500px);
		-moz-transform: translateY(-500px);
		-ms-transform: translateY(-500px);
		-o-transform: translateY(-500px);
		transform: translateY(-500px);
	}
	
	.digit.visible,
	.digit.visible,
	.digit2.visible,
	.digit2.visible {
		opacity: 1;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	
	
	/*********************************** SELECT CUSTOM ***************************************/
	
	.btn-default:hover,
	.btn-default:focus,
	.btn-default.focus,
	.btn-default:active,
	.btn-default.active,
	.open>.dropdown-toggle.btn-default {
		background-color: #ffffff;
	}
	
	.img_dorpdown {
		width: 40px;
	}
	
	.dropdown-menu {
		min-width: 250px;
	}
	
	.dropdown-menu li {
		cursor: pointer;
	}
	
	.btn {
		min-width: 250px;
	}
	
	
	/*********************************** FIN SELECT CUSTOM ***************************************/
	
	
	/**************************************** LAYER CARGANDO ***************************************/
	
	.layer_cargando {
		position: fixed;
		z-index: 200000;
		width: 100%;
		height: 100%;
		background-color: rgba(255, 255, 255, 0.9);
		text-align: center;
		display: none;
	}
	
	.spinner {
		width: 40px;
		height: 40px;
		position: relative;
		margin: 0px auto;
		margin-top: 100px;
		margin-bottom: 50px;
	}
	
	.double-bounce1,
	.double-bounce2 {
		width: 100%;
		height: 100%;
		border-radius: 50%;
		background-color: #333;
		opacity: 0.6;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
		animation: sk-bounce 2.0s infinite ease-in-out;
	}
	
	.double-bounce2 {
		-webkit-animation-delay: -1.0s;
		animation-delay: -1.0s;
	}
	
	@-webkit-keyframes sk-bounce {
		0%,
		100% {
			-webkit-transform: scale(0.0)
		}
		50% {
			-webkit-transform: scale(1.0)
		}
	}
	
	@keyframes sk-bounce {
		0%,
		100% {
			transform: scale(0.0);
			-webkit-transform: scale(0.0);
		}
		50% {
			transform: scale(1.0);
			-webkit-transform: scale(1.0);
		}
	}
	
	.title_loading {
		font-size: 18pt;
		color: #c3c3c3;
		font-weight: 700;
	}
	
	.text_loading {
		font-size: 12pt;
		color: #000000;
		font-weight: 300;
		margin-top: 10px;
	}
	
	
	/**************************************** FIN LAYER CARGANDO ***************************************/
	
	/************************ ESTILOS ALERT *************************************************/
	#popup_container {
		min-width: 300px;
		max-width: 600px;
		text-align:center;
		background: #FFF;
		-webkit-box-shadow: 0 0 20px 3px #bdbdbd;
		box-shadow: 0 0 20px 3px #bdbdbd;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
	#popup_ok {
		background-color: #00d1c0;
		border: 0px;
		border-bottom: 2px solid  #00d1c0;
		cursor: pointer;
		margin: 0 16px 0 0;
		width: 93px;
		height: 26px;
		outline: 0 none;
		padding:0px;
		color:#ffffff;
	}
	#popup_ok:hover{
		background-position:0px -30px;
	}
	#popup_cancel {
		background-color: #0084e0;
		border: 0px;
		border-bottom: 2px solid #016ab3;
		cursor: pointer;
		margin: 0 16px 0 0;
		width: 93px;
		height: 26px;
		outline: 0 none;
		padding:0px;
	}
	#popup_cancel:hover{
		background-position:0px -30px;
	}
	/* #popup_ok:hover {border: 1px solid #000000; background-color: #007F1F;} */
	#popup_content {padding: 15px 10px; margin: 0px;}
	#popup_message {padding: 10px; font-size:18px; color:#898989; font-weight: bold;}
	#popup_panel {text-align: center; margin: 10px 0em 0em 10px;}
	#popup_prompt {margin: 5px 0px;}
	#popup_overlay{opacity: 0.2; background: none repeat scroll 0 0 #FFFFFF;}
	/************************ FIN ESTILOS ALERT *************************************************/
	
	/**************************************** HEADER ***************************************/
	
	.top-line{
		height: var(--header-top-line-height);
		background: var(--header-top-base-color);;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 1;
		width: 100%;
		color: var(--header-top-text-color);
		display:  var(--header-top-display);
		justify-content: center;
		align-items: center;
		font-size: 16px;
	}

	.header_wrap{
		width: 100%;
		top: var(--header-top-line-height); 
		z-index: 1000;
		height: var(--header-total-height);
		position: var(--header-display);
	}
	
	.header {
		display: flex;
		flex-direction: column;
		position: relative;
		width: 100%;
		z-index: var(--header-z-index);
		transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
		background:#FFFFFF;
		height: var(--header-main-content-height);

	}
	
	.header .main_header {
		display: flex;
		justify-content: space-between !important;
		align-items: center !important;
		width: 100%;
		height: var(--header-main-content-height);
		z-index: var(--header-z-index);
		transition: all 0.2s ease-in-out;
		box-sizing: border-box;
		align-items: center;
		justify-content: center;

	}
	.header .main_header > div {
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.header_bottom{
		width: 100%;
		height: var(--header-bot-line-height);		
		position: fixed;
		background: var(--dark-color);
		display: flex;		
		z-index: 2500;
	}

	@media screen and (max-width: 860px) {
		.header_bottom{
			z-index: 1;
		}
	}

	

	.left_menu,
	.right_menu {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	.header .main_header .menu_responsive_div{
		display: none;
		align-items: center;
	}

	.left_menu{
		/* margin-left: 20px; */
		position: relative;
		height: 100%;
		z-index: 200;
		justify-content: center;
		width: 100%;
	}
	
	
	.left_menu .logo_img {		
		display: block;
		width: auto;
		height: 90%;
	}
	
	.center_menu{
		display: flex;
		align-items: center;
		/*justify-content: center;
		width: 500px;
		*/
		width: 100%;
		height: 100%; 
	}
	.center_menu_responsive{
		display: none;
	}
	.productos_wrap{
		height: 100%;
	}
	
	.header_bottom .item{
		display: flex;
		align-items: center;
		position: relative;
		padding: 0px 10px;
		margin: 0px 10px;
		height: 100%;
		color: var(--light-color);
	}
	.header_bottom .item >a{
		color: var(--light-color);
	} 
	.item_p{
		margin-right: 100px;
	}
	.child_wrap{
		display: none;
		position: absolute;
		flex-direction: column;
		width: 160px;
		z-index: 200;
		box-shadow:var(--shadow-lg);
		top: 75px;
		left: -15px;
	}
	
	.child_wrap .child_category{
		padding: 7px 5px;
		border-bottom: 1px solid #444;
		background: #2c2c2c;
		line-height: 20px;
		font-weight: 400;
	}
	
	.child_wrap .child_category:hover{
		background: #585858;
	}
	
	.child_category a{
		color: #fff;
	}
	
	.child_category a:hover{
		color: #c4c4c4;
	}
	
	.center_menu .item:hover .child_wrap{
		display: flex;
	}
	
	.center_menu .item .link_menu{
		font-size: var(--text-s);
		color: #ffffff;
		font-weight: 400;
	}
	
	.center_menu .item .link_menu:hover{
		color: #c4c4c4!important;
	}
	
	.right_menu{
		justify-content: flex-end;
	}
	
	.right_menu div:hover svg{
		fill: #c4c4c4!important;
	}
	
	.right_menu .user {
		display: flex;
		align-items: center;
		cursor: pointer;	
	}
	
	
	
	.right_menu .user svg{
		width: 17px !important;
		fill: var(--dark-color) !important;
	}
	
	.right_menu .user .user_not_login{
		padding-right: 10px;
	}
	
	.right_menu .user div {
		margin-right: 6px;
	}
	
	.right_menu .user .user_login{
		margin-right: 10px;
	}
	
	.content_avatar_login {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: nowrap;
		margin-right: 10px;
		position: relative;
		z-index: 790;
		cursor: pointer;
	}
	.right_menu .app_button.main.outline.login_content{
		width: 70px !important; 
		height: 38px !important; 
		margin-right: 12px !important;
	}
	.search_button_responsive{
		display: none;
	}
	
	.svg_avatar_login {
		width: 18px;
		margin-right: 5px;
	}
	
	.svg_avatar_login svg {
		width: 100%;
		display: block;
		fill: #2c2c2c;
	}
	
	.flecha_avatar_login {
		width: 10px;
		display: block;
	}
	
	.flecha_avatar_login svg {
		width: 13px!important;
		fill: #2c2c2c !important;
	}
	.search {
		width: 530px;
		height: 44px;
		border-radius: 4px;
	}
	
	.center_menu .search svg{
		margin-right: 10px;
		width: 18px;
		fill: var(--main-color);
		cursor: pointer;
	}
	.input_search ::placeholder {
		color: var(--main-color)
	}
	.desplegable_header {
		width: 140px;
		position: absolute;
		z-index: 800;
		background-color: var(--light-color);
		top: 22px;
		cursor: pointer;
		display: none;
		box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.2);
	}
	
	.desplegable_register {
		min-width: 160px;
		position: absolute;
		z-index: 800;
		background-color: var(--light-color);
		top: 50px;
		cursor: pointer;
		display: none;
		box-shadow: 0px 6px 13px rgba(0, 0, 0, 0.2);
		padding: 5px;
	}
	
	.desplegable_register .line_desplegable {
		text-align: center;
	}
	
	.line_desplegable_log a{
		display: block;
		color: #1D1D1B;
		padding: 10px 20px;
		margin: 5px 0px;
	}
	
	.line_desplegable {
		padding: 10px 10px;
		color: var(--dark-color);
		border-bottom: 1px solid #cecece;
		cursor: pointer;
		/* font-size: var(--text-base-important); */
	}
	.line_desplegable:hover {
		background-color:var(--light-color-darker);
	}
	
	#despRegister {
		right: -2px;
		top: var(--header-total-height);
	}
	
	#despRegisterMobile {
		left: -50%;
	}
	
	.content_register {
		display: none;
	}
	
	.nav{
		width: 48px;
	}
	
	.cart_wrap{
		margin-right: 10px;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		position: relative;
	}
	
	.cart{
		padding: 0 10px 0 0;
	}
	
	.cart svg {
		width: 20px;
		cursor: pointer;
		fill: var(--dark-color);
	}
	
	.quantity_cart{
		position: absolute;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 16px;
		top: -10px;
		right: -1px;
		border-radius: 50px;
		background: var(--main-color);
		width: 18px;
		height: 18px;
		color: var(--main-color-contrast);
		font-size: 12px;
	}
	
	#menuToggle {
		display: block;
		padding: 18px 20px 18px 15px;
		float: left;
		-webkit-user-select: none;
		user-select: none;
		position: relative;
		z-index: 900;
	}

	#menuToggle span{
		display: block;
		width: 33px;
		height: 4px;
		margin-bottom: 5px;
		position: relative;
		background: var(--dark-color);
		border-radius: 3px;
		z-index: 1;
		transform-origin: 4px 0px;
		transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
	}	
	}
	.-top{
		opacity: 1;
		transform: rotate(45deg) translate(14px, -12px);
	}
	.-mid{
		transform: rotate(-44deg) translate(5px, 17px);
		margin-left: 0;
	}
	.-bottom{
		opacity: 0;
		transform: rotate(0deg) scale(0.2, 0.2);
	}
	
	.menuppal{		
		display: flex;
		position: absolute;
		flex-direction: column;
		top: 0;
		left: 0;
		background: var(--main-color-sec);		
		margin-top: 7.8rem;		
		width: 350px;
		padding-bottom: 90px;
		height: calc(100vh - 70px - 90px);
		z-index: 170;
		overflow-x: hidden;
		 transform: translate3d(-2000px, 0px, 0px); 
		transition: transform 0.35s cubic-bezier(0.05, 1.04, 0.72, 0.98) 0s; 
		visibility: hidden;
		}
	.menuppal.is_active{
		transform: translate3d(0px, 0px, 0px);
		visibility: visible;
	 }
	.menu_header{
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 50px;
		background: var(--main-color-sec);
		color: var(--light-color);
		padding: 0 20px;		
	}
	
	.menu_header a{
		color: var(--light-color);
		transition: all 0.1s ease-in-out;
	}
	
	.menu_header:hover{
		color: var(--main-color-sec) !important;
		background-color: var(--light-color);
	}
	
	.menu_header .arrow_menu_header{
		transform: rotate(0deg);
		transition: all 0.2s ease-in-out;
	}
	
	.menu_header .arrow_menu_header svg{
		width: 10px;
		fill: var(--light-color);
	}
	
	.menu_header .arrow_menu_header.is_active{
		transform: rotate(180deg);
	}
	
	.product_menu .child_wrap_resp{
		display: none;
		width: 100%;
	}
	
	.child_wrap_resp .child_category{
		padding: 8px 3px 8px 30px;
	}
	
	.child_wrap_resp .child_category a{
		font-size: 12px;
		color: #000;
	}
	
	.child_wrap_resp .child_category a:hover{
		color: #464646;
	}
	
	
	.search_content{
		width: 100%;
		height: 100%;
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;
		padding-top: var(--header-total-height);
	}
	
	
	
	.search form{
		/* width: 100%; */
		display: flex;
		justify-content: space-between;
		border: 1px solid var(--main-color);
		border-radius: var(--radius-l);
		padding-inline: var(--space-1);
		position: relative;
		overflow: hidden;
		background-color: #fff;
		min-height: 2.5rem;
	}
	
	
		
	.search form input {
		height: 30px;
		width: calc(100% - 58px);
		height: 100%;
		border: none;
		padding-block: var(--space-2);
		margin-left: 3px;
		cursor: text;
	}
	
	.search form svg{
		width: 15px;
		margin: 0 14px;

	 }
	 .search .search_button_float{
		cursor: pointer;
		display: flex;
		position: absolute;
		right: 0;
		top: 0;
		height: 100%;
		overflow: hidden;
	} 
	.search_button_float{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 49px;
		height: 38px;
		border-radius: 4px;
		margin-right: 3px;
		cursor: pointer;
		transition: all 0.2s ease-in-out;
	}
	.exit_search{
		position: absolute;
		top: 30px;
		right: 30px;
		cursor: pointer;
	}
	
	.exit_search svg{
		width: 15px;
		fill: #000;
	}
	/***************************************POPUP EXPORTAR PDF**********************************/
	.content_lista_precio{
		/* width:350px; */
		width:fit-content;
		overflow: hidden !important;
		/* min-height:250px; */
	}

	.titulo_lista_precio{
		text-align:center;
		font-size:20px;
		font-weight:700;
		margin-bottom:20px;
	}

	.content_opcion{
		margin-bottom:20px;
	}

	.titulo_opcion{
		font-size:14px;
	}

	.content_selects_lista_precio{
		margin-left:20px;
		margin-top:10px;
		float:left;
	}

	.titulo_select_lista_precio{
		font-size:14px;
	}

	.select_lista_precio select{
		width:160px;
	}

	.select_corto_lista_precio select{
		width:80px;
	}

	.content_imagen_lista_precio{
		margin-left:20px;
		margin-top:10px;
	}

	.content_btns_lista_precio{
		width:188px;
		margin:0 auto;
		height:30px;
		margin-top:5px;
	}

	.btn_aceptar_lista_precio{
		float:left;
		cursor:pointer;
		border:1px solid var(--main-color);
		background-color: var(--main-color);
		border-radius:var(--radius-l);
		color:var(--light-color);
		padding:5px 15px;
		font-size:14px;
		font-weight: 600;
	}
	.btn_aceptar_lista_precio:hover{
		background-color: transparent;
		color:var(--main-color);
		pointer-events: all;

	}

	.btn_cancelar_lista_precio{
		float:left;
		cursor:pointer;
		border:1px solid var(--dark-color);
		border-radius:var(--radius-l);
		background-color:transparent;
		color:var(--dark-color);
		padding:5px 15px;
		font-size:14px;
		margin-left:15px;
		font-weight: 600;
	}
	.btn_cancelar_lista_precio:hover{
		background-color:var(--dark-color);
		color: var(--light-color);
	}
	
	/* Lista de precios disabled */
	/* .btn_aceptar_lista_precio:disabled{
		cursor:not-allowed;
		border:1px solid var(--color-dark-grey);
		color:var(--color-dark-grey);
		pointer-events: none;
		background-color: transparent;

	} */
	

	.table_mis_datos{
		width:500px;
		margin:0 auto;
	}
	
	/**************************************** SLIDER HOME ***************************************/
	
	.content_slider_home{
		width: 100%;
		margin: 0 auto;
		position: relative;
		/* height: calc(90vh - var(--header-total-height) - var(--space-8)); */
		aspect-ratio: 9 / 4;
	}
	
	.slider_responsive{
		display: none;
	}
	
	.redes_slider_home{
		display: flex;
		flex-direction: column;
		position: absolute;
		z-index: 150;
		left: 20px;
		top: 50%;
		transform: translate(0, -50%);
	}
	
	.redes_slider_home svg{
		height: 12px;
		width: 20px;
		fill: #fff;
		margin: 4px 0;
	}
	
	.insta:hover{
		fill: #C13584;
	}
	
	.fb:hover{
		fill: #4267B2;
	}
	
	.pinterest:hover{
		fill: #c8232c;
	}
	
	.linkedin:hover{
		fill: #0e76a8;
	}
	
	.redes_slider_home .line{
		width: 1px;
		height: 30px;
		background: #fff;
		margin: 25px 10px;
	}
	
	.redes_slider_home .follow{
		color: #fff;
		transform: rotate(-90deg);
		margin: 20px -23px;
		font-size: 10px;
	}	
	
	.content_slider_home .swiper-pagination-bullet-active{
		background-color: #fff;
	}
	
	.swiper_slide_home, .swiper_slide_home_responsive{
		width: 100%;
		height: 100%;
	}
	
	.slider_home_responsive{
		width: 100%;
		height: calc(100vh - 100px);
		display: none;
	}
	
	.wrp_slider_full{
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		z-index: 100;
		overflow: hidden;
	}
	
	.wrp_nums_slider{
		width: 32.5%;
		height: 100%;
		background-color: #414141;
		position: relative;
		z-index: 60;
		overflow: hidden;
	}
	
	.num_slider{
		font-size: 500px;
		color: #4b4b4b;
		position: absolute;
		z-index: 70;
		top: 50%;
		right: 60px;
		transform: translate(0,-50%);
	}
	
	.slide_home{
		width: 100%;
		height: 100%;
		min-width: 800px;
		position: relative;
		z-index: 60;
		overflow: hidden;
	}
	
	.slide_home img{
		max-width: none;
		min-width: 101%;
		min-height: 101%;
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 70;
		transform: translate(-50%, -50%);
		object-fit: cover;
	}
	/* ball bullet */
	.pagination_slide_home{
		display: flex;
		/* flex-direction: column; */
		width: 14px;
		height: 14px;
		margin: 12px 50px !important;
		color: #fff;
	}
	
	.swipper-hidden{
		overflow: hidden !important;	
	}

	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: 0 !important;
		transform: translate(-100%, -50%) !important;
		left: 50% !important;
		width: min-content !important; 

	}
	
	.swiper-pagination-bullet {
		width: var(--bullet-width)!important;
		height: var(--bullet-width)!important;
		transition: width .5s;
	}
	
	.swiper-pagination-bullet:hover{
		width: var(--bullet-width)!important;
		height: var(--bullet-width)!important;
		
	}
	.content_slider_home .swiper-pagination-bullet{
		background: #fff !important;
		opacity: 1 !important;
		border-radius: var(--radius-full) !important;	

	}
	
	.content_slider_home .swiper-pagination-bullet-active{
		width: calc(var(--bullet-width) *4) !important;
		border-radius: var(--radius-full) !important;	
		height: var(--bullet-width)!important;
		background-color: #000 !important;
	}


	/* VERTICAL BULLETS  GET PRODUCT */
	
	.swiper-bullets-pagination.vertical-bullets {
		width: var(--bullet-width)!important;
		height: var(--bullet-width)!important;
		transition: width .5s;
	}
	
	.swiper-bullets-pagination.vertical-bullets:hover{
		width: var(--bullet-width)!important;
		height: var(--bullet-width)!important;
		
	}
	.swiper-bullets-pagination.vertical-bullets{
		background-color: #fff !important;
		opacity: 1 !important;
		border-radius: var(--radius-full) !important;	
	}
	
	.vertical-bullets.swiper-pagination-bullet-active{
		height: calc(var(--bullet-width) * 4) !important;
		border-radius: var(--radius-full) !important;	
		width: var(--bullet-width)!important;
		background-color: #d31313 !important;
	}

	

	.wrp_text_slider{
		position: absolute;
		z-index: 70;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 80%;
		max-width: 960px;
		display: flex;
		justify-content: center;
		flex-direction: column;
		color: #fff;
	}
	
	.title_banner_slider{
		font-size: 44px;
		margin-bottom: 20px;
		transform: translate3d(200px, 0px, 0px);
		transition: transform 0.8s cubic-bezier(0.05, 1.04, 0.72, 0.98) 0s;
		overflow: hidden;
		visibility: hidden;
		transition: all 0.8s ease-in-out;
		opacity: 0;
		color: #fff;
		text-align: center;
		font-weight: 600;
	}
	
	.swiper-slide-active .title_banner_slider{
		transform: translate3d(0px, 0px, 0px);
		visibility: visible !important;
	  transition: all 0.8s ease-in-out;
		opacity: 1;
	}
	
	.descr_banner_slider{
		font-size: 16px;
		margin-bottom: 20px;
		transform: translate3d(0px, 100px, 0px);
		transition: transform 0.8s cubic-bezier(0.05, 1.04, 0.72, 0.98) 0s;
		overflow: hidden;
		visibility: hidden;
		transition: all 0.8s ease-in-out;
		text-align: center;
		font-weight: 400;
		color: #fff;
	}
	
	.swiper-slide-active .descr_banner_slider{
		transform: translate3d(0px, 0px, 0px);
		visibility: visible !important;
	  transition: all 0.8s ease-in-out;
	}
	
	.btn_slider_home{
		display: flex;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		cursor: pointer;
		font-size: 12px;
		transform: translate3d(-1000px, 0px, 0px);
		transition: transform 1s cubic-bezier(0.05, 1.04, 0.72, 0.98) 0s;
		overflow: hidden;
		visibility: hidden;
		transition: all 1s ease-in-out;
		font-weight: 400;
		margin: 0 auto;
	}
	
	.btn_slider_home a{
		color: #000;
		padding: 10px 20px;
		background-color: rgba(233, 182, 13, 0.8);
		border-radius: 50px;
		transition: all 0.2s ease-in-out;
	}
	
	.btn_slider_home:hover a{
		background-color: rgba(233, 182, 13, 1);
	}
	
	.swiper-slide-active .btn_slider_home{
		transform: translate3d(0px, 0px, 0px);
		visibility: visible !important;
	  transition: all 1s ease-in-out;
	}
	
	.content_dest_home{
		width: calc(100% - 10px);
		background-color: #f7f7f7;
		padding: 40px 5px;
	}
	
	.slider_home{
		width: 100%;
		height: 100%;
		padding: 40px 0px;
		display: block;
	}
	
	.slider_home .swiper-slide{
		width: 320px;
		height: 440px;
		box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
		transition: all 0.2s ease-in-out;
		border-radius: 10px;
	}
	
	.slider_home .swiper-slide:hover{
		box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
	}
	
	.slider_home .swiper-button-prev, .slider_home .swiper-button-next{
		color: var(--danger-color-shade);
		padding: 10px 4px;
		background-color: rgba(255, 255, 255, 0.8);
		box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
	}
	
	.slider_home .product{
		width: calc(100% - 24px);
		height: calc(100% - 62px);
		border: 2px solid #fff;
		padding: 52px 10px 10px 10px;
		background-color: #fff;
		transition: all 0.2s ease-in-out;
		position: relative;
		z-index: 10;
		border-radius: 10px;
	}
	
	.slider_home .swiper-slide-active .product{
		border: 2px solid var(--azul-oscuro);
	}
	
	.slider_home .swiper-slide-active, .slider_home .swiper-slide-next, .slider_home .swiper-slide-prev{
		height: 504px !important;
	}
	
	.slider_home .swiper-slide-active .content_descrp_product, .slider_home .swiper-slide-next .content_descrp_product, .slider_home .swiper-slide-prev .content_descrp_product{
		height: 154px;
	}
	
	.slider_home .swiper-slide-active .screen_white_prod, .slider_home .swiper-slide-next .screen_white_prod, .slider_home .swiper-slide-prev .screen_white_prod{
		display: none;
	}
	
	/************************************** ZEN ***************************************/
	
	.content_slider_zen {
		position: relative;
		z-index: 50;
		width: 100%;
	}
	
	.slider_zen_responsive{
		display: none;
	}
	
	.swiper_slide_zen {
	  width: 100%;
	}
	
	.wrp_zen_text{
		padding: 40px 1em 80px 1em;
		width: calc(100% - 2em);
		background-color: #f7f7f7;
	}
	
	.zen_title{
		text-align: center;
		width: 100%;
		font-size: 38px;
		font-weight: 500;
		color: #000;
		margin-bottom: 40px;
	}
	
	.zen_text{
		width: 100%;
		font-size: 14px;
		font-weight: 400;
		color: #000;
		line-height: 180%;
		max-width: 960px;
		margin: 0 auto;
	}
	
	.content_slider_zen .swiper-button-prev{
		left: 0!important;
		top: 50%!important;
		transform: translate(0, -50%);
		width: 30px !important;
	}
	
	.content_slider_zen .swiper-button-next{
		right: 0!important;
		top: 50%!important;
		transform: translate(0, -50%);
		width: 30px !important;
	}
	
	.btn_zen_prods{
		display: block;
		width: 180px;
		text-align: center;
		margin: 40px auto 0 auto;
		border: 1px solid #1b1b1b;
		background-color: transparent;
		color: #1b1b1b;
		cursor: pointer;
		padding: 10px 0;
		font-size: 16px;
		font-weight: 500;
		transition: all 0.2s ease-in-out;
	}
	
	.btn_zen_prods:hover{
		color: #fff;
		background-color: #1b1b1b;
	}
	
	/********************************** FIN ZEN ***************************************/
	
	/*/////////////////////////////////////////////// TARJETAS DE INFORMACIÓN ///////////////////////////////////////////////////////////////*/
	
	.info_cards_wrap{
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		width: 80%;
		height: 160px;
		padding: 0 10%;
	}
	
	.info_card{
		display: flex;
		margin: 0 20px;
	}
	
	.info_card svg{
		width: 18px;
		fill: #808080;
		margin: 0 10px;
	}
	
	.info_card .security{
		width: 16px;
	}
	
	.info_card .text{
		color: #808080;
		font-weight: 400;
	}
	
	
	
	/*/////////////////////////////////////////////// UNIDADES DE VENTA ///////////////////////////////////////////////////////////////*/
	
	.o_gris_oscuro svg{
		fill: #979797;
		opacity: 0.5;
	}
	
	.line_wrap svg{
		display: none;
	}
	
	.opacity_slider{
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 65;
		bottom:0 ;
		left: 0%;
		background: #000;
		opacity: 0.5;
		transition: all 0.4s ease-in-out;
	}
	
	.unidades_wrap{
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	
	.opacity_layer{
		width: 100%;
		height: 100%;
		position: absolute;
		bottom:0 ;
		left: 0%;
		background: #000;
		opacity: 0.4;
		transition: all 0.4s ease-in-out;
	}
	
	.unidades{
		width: 33.3%;
		height: 655px;
		position: relative;
		overflow: hidden;
		display: flex;
		justify-content: center;
	}
	
	.unidades:hover .opacity_layer{
		opacity: 0.8;
	}
	
	.wrp_text_unidades{
		position: absolute;
		display: flex;
		flex-direction: column;
		top: 50%;
		left: 30px;
		transform: translate(0, -50%);
	}
	
	.unidades img{
		height: 100%;
	}
	
	.descr_unidades{
		color: #fff;
		font-size: 16px;
		font-weight: 500;
	}
	
	.title_unidades{
		width: 250px;
		line-height: 60px;
		font-size: 48px;
		color: #fff;
		font-weight: 600;
		margin-bottom: 20px;
	}
	
	.btn_unidades{
		position: relative;
		width: 120px;
	}
	
	.btn_unidades a{
		color: #ffffff;
		font-weight: 400;
		cursor: pointer;
	}
	
	.btn_unidades a:after {
		content: '';
		position: absolute;
		width: 100%;
		transform: scaleX(0);
		height: 1px;
		bottom: 0;
		left: 0;
		background-color: #fff;
		transform-origin: bottom right;
		transition: transform 0.25s ease-out;
	}
	
	.btn_unidades a:hover:after {
		transform: scaleX(1);
		transform-origin: bottom left;
	}
	
	/*///////////////////////////////////////////////PRODUCTS CARD OFFERS///////////////////////////////////////////////////////////////*/
	
	.destacados_wrap{
		background: #f1f1f1;
		padding: 35px 0;
	}
	
	.destacados_wrap .cards_wrap{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		width: 100%;
		padding: 80px 0;
	}
	
	.title_home_wrap{
		position: relative;
		width: 100%;
		margin-top: 60px;
		display: flex;
		justify-content: center;
		align-items: center;
	}	
	
	.title_home_wrap .title{
		position: absolute;
		font-size: 18px;
		font-weight: 600;
		text-align: center;
		margin: 30px 0;
		z-index: 20;
		left: 50%;
		transform: translate(-50%, 0);
	}
	
	.title_home_wrap .line_wrap{
		width: 240px;
	}
	
	.title_home_wrap .line svg{
		width: 100%;
		display: block;
		opacity: 0.8;
	}
	
	.title_home_wrap .line{
		width: 7px;
		height: 64px;
		background-color: #dbcdc8;
		transform: rotate(45deg);
	}
	
	.remarkable{
		width: 100%;
		margin-top: 80px;
		display: none;
	}
	
	.swiper-remarkable{
		width: 100%;
		height: 100%;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		overflow: hidden;
		list-style: none;
		padding: 0;
		z-index: 1;
	}
	
	.swiper-remarkable .swiper-slide{
		width: fit-content!important
	}
	
	.swiper-button-next, 
	.swiper-container-rtl .swiper-button-prev,
	.swiper-button-prev,
	.swiper-container-rtl .swiper-button-next{
		width: 40px!important;
		height: 40px!important;
		background-color: var(--dark-color-shade)!important;
		box-shadow: 0px 0px 10px var(--color-shadow)!important;
		z-index: 100!important;
		color: var(--dark-color-contrast)!important;
		top: 50% !important;
		border-radius: var(--radius-full);
	
	}
	
	.swiper-button-next:after,
	.swiper-button-prev:after{
		font-size: var(--text-base)!important;
	}
	
	.swiper-img-mini .swiper-button-prev{
		left: 0!important;
		top: 50%!important;
		transform: translate(0, -50%);
	}
	
	.swiper-img-mini .swiper-button-next{
		right: 0!important;
		top: 50%!important;
		transform: translate(0, -50%);
	}
	
	/*/////////////////////////////////////////////// PROYECTOS ///////////////////////////////////////////////////////////////*/
	
	.proyectos_wrap{
		display: flex;
		flex-wrap: wrap;
		justify-content: center	;
		margin: 60px 0;
	}
	
	.proyecto{
		display: flex;
		flex-direction: column;
		width: 300px;
		margin: 10px;
	}
	
	.img_proyecto{
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 347px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.img_proyecto img{
		transition: all 0.2s ease-in-out;
		height: 100%;
	}
	
	.img_proyecto .flecha{
		position: absolute;
		bottom: 0px;
		right: 0;
		width: 50px;
		height: 50px;
		background: #fff;
		display: none;
		justify-content: center;
		align-items: center;
		transition: all 0.2s ease-in-out;
	}
	
	.img_proyecto .flecha:hover{
		background: #000;
	}
	
	.img_proyecto svg{
		width: 16px;
		fill: #000;
	}
	
	.img_proyecto .flecha:hover svg{
		fill: #fff;
	}
	
	.proyecto:hover img{
		transform: translateX(40px);
	}
	
	.proyecto:hover .flecha{
		display: flex;
	}
	
	.proyecto .title{
		font-size: 12px;
		font-weight: 400;
		padding: 3px 8px;
		background: #232323;
		color: #fff;
		margin: 20px 0;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
	}
	
	.proyecto .text{
		font-weight: 400;
		max-width: 250px;
	}
	
	/*********************************************** NOSOTROS ********************************************/
	.parallax_nosotros {
		/* The image used */
		background-image: url("../images/bg_nosotros.jpg");
	  
		/* Set a specific height */
		min-height: 500px; 
	  
		/* Create the parallax scrolling effect */
		background-attachment: fixed;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	
		position: relative;
	}
	
	.parallax_nosotros svg{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 400px;
		fill:#ffb819;
	}
	
	.info_nosotros_wrap{
		width: 80%;
		margin: 100px auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.img_nosotros,
	.info_nosotros{
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 50%;
		padding: 0 20px;
		min-width: 440px;
	}
	
	.img_nosotros img{
		width: 100%;
	}
	
	.img_nosotros_slider{
		width: calc(50% - 40px);
		padding: 0 20px;
		min-width: 440px;
	}
	
	.info_nosotros .title{
		font-size: 20px;
		font-weight: 700;
		width: 70%;
		padding: 0 20px;
		margin: 20px 0;
	}
	
	.info_nosotros .text{
		font-size: 16px;
		padding: 0 20px;
		font-weight: 400;
	}
	
	
	/*///////////////////////////////////////////////CARD///////////////////////////////////////////////////////////////*/
	
	.card_wrap{	
		position: relative;
		z-index: 10;
		display: flex;
		flex-direction: column;
		align-items: start;
		min-width: 195px;
		background-color: var(--light-color-lighter);
	}
	

	.card_wrap  .fav_button{
		top: var(--space-8);
		right: var(--space-2);
		z-index: 100;
		height: var(--space-4);
	}
	.detail-card{
		width: 100%;
	}

	/* Código de producto */
	.product_code{
		height: 2rem;
		padding-top: var(--space-1);
		font-size: var(--text-xs);
		color: var(--medium-color);
		padding-left: var(--space-1);
	}
	
	/* Quantity */
	.quantity_control{			
		background-color: var(--accent-color);
		overflow: hidden;
		position: relative;
		color: var(--light-color);
		display: flex;
		visibility: hidden;
		width: 95%;
		margin: auto;
		margin-top: 10px;
	}
	.card_wrap:hover .quantity_control{
		visibility: visible;
	}

	.quantity_control div .quantity_button  {	
		font-size: var(--text-xl)!important;
		font-family: monospace!important;
		background-color: var(--accent-color) ;
		border-style: none !important;
		color: var(--light-color) ;
		cursor: pointer;
	}
	.quantity_control div .quantity_input{
		width: var(--space-1);
		text-align: center;		
		margin: 0;
		outline: none;
		border: none;
		background-color: var(--accent-color);
		color: var(--light-color);
		font-size: var(--text-s);
	}

	

	.attr_chip{
		background: var(--main-color-lighter);
		display: flex;
		position: absolute;
		top: var(--space-2);
		right: var(--space-2);
		padding: var(--space-1) var(--space-2);
		border-radius: var(--radius-full);
		color: var(--main-color-contrast);
		border: solid 2px var(--main-color);
		box-shadow:var(--shadow-md) ;
	}

	.attr_list_container{
		border-radius: var(--radius-md);
		padding: var(--space-1) 0;
		margin-top: var(--space-1);
		box-shadow: var(--shadow-md);
		background-color: var(--light-color-lighter);
	}

	.attr_list{
		list-style: none;
		margin: 0;
	}
	.attr_list_el{
		margin-left: calc(var(--space-4)* -1);
	}
	.attr_list_el span{
		font-weight: bold;
	}
	

	.black_screen_card {
		position: absolute;
		top: 0px;
		left: 0px;
		background-color: rgba(0,0,0,0.2);
		width: 100%;
		height: 100%;
		z-index: 7;
		opacity: 0;
		transition: ease-in-out 0.2s;
		border-radius: 5px;
		cursor: pointer;
	}
	
	.card_wrap:hover .black_screen_card{
		opacity: 1;
	}

	.card_text_category {
		position: absolute;
		bottom: 0px;
		left: 0px;
		background-color: rgba(233, 182, 13, 0.8);
		z-index: 7;
		cursor: pointer;
		padding: 16px 12px;
		max-width: 80%;
		height: 75px;
	}
	
	.card_text_category .title{
		font-size: 21pt;
		line-height: 100%;
		margin-top: 7px;
	}
	
	.card_text_category .sub_title{
		font-size: 9pt;
		line-height: 100%;
	}
	
	.card{
		width: 100%;
		height: min-content;
		border-radius: var(--radius-xl);
		background: #fff;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		position: relative;
		aspect-ratio: 2 / 2;
		overflow: hidden;
	}
	.card_wrap:hover .card{
		box-shadow: var(--shadow-md);
	}
	
	
	.card_category{
		width: 100%;
		height: 380px;
		border-radius: 5px;
		background: #fff;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		position: relative;
		overflow: hidden;
	}
	
	.button_card_wrap{
		width: 34px;
		height: 34px;
		border-radius: 50px;
		background-color: #fff;
		z-index: 8;
		opacity: 0;
		position: absolute;
		bottom: 0;
		left: calc(50% - 65px);
		transition: ease-in-out 0.1s;
		display: flex;
		justify-content: center;
		align-items: center;
		cursor: pointer;
	}
	
	.card .share{
		left: calc(50% - 16px);
		transition: ease-in-out 0.2s;
	}
	
	.card .view{
		left: calc(50% + 32px);
		transition: ease-in-out 0.3s;
	}
	
	.button_card_wrap svg{
		width: 16px;
		fill: #000;
		display: block;
	}
	
	.view svg{
		width: 20px;
	}
	
	.card_wrap:hover .button_card_wrap{
		bottom: 20px;
		z-index: 12;
		opacity: 1;
	}
	
	.button_card{
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.button_card .button_description{
		display: none;
		flex-direction: column-reverse;
		align-items: center;
		position: absolute;
		top: -52px;
		left: -55px;
	}
	
	.button_card_wrap:hover .button_description{
		display: flex;
	}
	
	.button_card .button_description .pico{
		width: 0; 
		height: 0; 
		border-top: 12px solid #fff;
		border-right: 6px solid transparent;
		border-left: 6px solid transparent;
	}
	
	.button_card .button_description .description{
		display: flex;
		align-items: center;
		justify-content: center;
		height: 30px;
		width: 130px;
		background: #fff;
		color: #000;
	}
	
	.discount{
		position: absolute;
		top: var(--space-2);
		left: var(--space-2);
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: var(--danger-color-lighter);
		z-index: 100;
		color: var(--light-color);
		font-size: var(--text-xs);
		padding: var(--space-1);
		padding-inline: var(--space-2);
		width: 11px;
		border-radius: var(--radius-full);
		font-weight: 600;
	}

	.discount.static{
		position: static;
		
	}
	
	.card .link_img{
		display: flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		height: 100%;
	}
	.link_img{
		height: 100%;
    	width: 100%;
    	display: flex;
	}
	
	.card .button_container{
		padding:var(--space-2);
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		bottom: 0;
	    width: 100%;
		box-sizing: border-box;
	}

	.card .buy_button {
		opacity: 0;
		transition: .5s;
		cursor: pointer;
	}


	.card:hover .button_container>.buy_button {
		opacity: 1;
	}
	
	.card .img_producto{
    	max-height: 100%;
		height: 220px;
	}
	
	.card_category img{
		width: 100%;
		height: 100%;
		border-radius: 5px;
	}
	.stock_wrap{
		display: flex;
		align-items: center;
		padding-left: var(--space-1);
	}
	.stock_title{
		margin-right: 5px;
	}
	/*semafro de stock web component card*/
	.dot{
		height: 8px;
		width: 8px;
		border-radius: 50%;
		margin-right: 10px;
	}
	/*stock Entrante*/
	.dot.blue{
		background: var(--accent-color-darker);
	}
	/* Stock mayor al punto de stock*/
	.dot.green{
		background: #19a76d;
	}
	/*Stock menor al punto de stock o si el cliente pide más que el punto de stock*/
	.dot.yellow{
		background: var(--warning-color);
	}
	/* Stock menor o igual a 0*/
	.dot.red{
		background: var(--danger-color);
	}
	.offer_svg{
		width: 35px;
		height: 33px;
		background: var(--main-color-darker);
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 9px 0 0 9px;
    
	}	


	.offers_btn_wrap{
		border-radius: var(--radius-l);
		z-index: 2;
		position: absolute;
		top: var(--space-2) ;
		right: var(--space-2);
	}
	

	.offers_btn_wrap:hover .offers_list{
		display: flex;
	}

	.offers_btn_wrap:hover .offers_btn .text_offers_wrap svg{
		transform: rotate(180deg);
	}

	.offers_btn{
		display: flex;
	}



	.offer_svg svg{
		width: 24px;
		fill: var(--light-color);
	}

	.text_offers_wrap{
		height: 27px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		background: var(--box-color);
		padding: 3px 5px;
		width: 90px;
		border-radius: 0 9px 9px 0;
	}

	.text_offers{
		color: var(--dark-color);
		font-size: 12px;
		width: 80%;
	}

	.text_offers_wrap svg{
		width: 10px;
	}

	.offers_list{
		display: none;
		flex-direction: column;
		font-size: 0.75rem;
		width: 100%;
	}

	.offers_list .offers_item{
		font-size: 14;
		padding: 10px;
		background: #dadadada;
	}

	.price_wrap{
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: row-reverse;
		margin: 5px 0;
		font-size: var(--text-base);
		font-weight: 600;
		gap: var(--space-1);
		padding-left: var(--space-1);
		min-height: 3rem;
	}
	
	.price_wrap .price{
		color: var(--dark-color);
		font-size: var(--text-md);
		
	}
	.price_wrap .old_price{
		color: var(--medium-color);
		font-weight: 400;
	}

	.price_wrap.hasOffer .price{
		color: var(--accent-color);
	}

	.price_wrap.hasOffer {
		flex-wrap: wrap;
		justify-content: flex-end;
	}
	
	.price_wrap .old_price{
		text-decoration: line-through;
		margin-right: 10px;
		font-size: var(--text-s);
	}
	
	.card_name{
		margin-top: 15px;
		width: calc(100%);
		font-size: var(--text-s);
		line-height: 16px;
		font-weight: 500;
		flex-grow: 1;
		padding: var(--space-1);
		height: 3rem;
		display: flex;
		box-sizing: border-box;
		justify-content: space-between;
		gap:var(--space-1);
	}

	.card_name .card_name_text{
	    box-sizing: border-box;
		padding: 0;
		margin: 0;
		width: calc(100%);
		overflow: hidden;
		text-wrap: pretty;
		text-overflow: ellipsis;
		height: 2rem;
		display: -webkit-box;
		line-clamp: 2;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.price-card{
		width: 100%;
		height: 100%;
		flex-grow: 0;
		flex-shrink: 1;
	}
	.content_productos_lista.list product-card{
		height: 10rem;
	}
	.content_productos_lista.list product-card::part(card-wrap){
		/* flex-direction: row;
    	align-items: center;
		background-color: var(--light-color);
		height: 100%; */
		align-items: center;
		display: grid;
		grid-template-areas:
			"image detail"
			"price price";
		overflow: hidden;
		height: 10rem;
		grid-template-columns: 2fr 10fr;
		grid-template-rows: 10fr 2fr;
	}
	.content_productos_lista.list product-card::part(img_producto) {
		/* padding: 0;
    	height: 100%; */
		padding: 0;
		height: 100%;
		grid-area: image;
		overflow: hidden;
	}
	.content_productos_lista.list product-card::part(stock_wrap) {
		display: none !important;
	}
	.content_productos_lista.list product-card::part(stock_wrap_line) {
		display: flex !important;
	}
	.content_productos_lista.list product-card::part(price) {
		font-size: var(--text-base-important);
	}
	.content_productos_lista.list product-card::part(price-card) {
		/* width: 16.5rem;
		display: flex;
		justify-content: space-around;
		flex-direction: column; */
		display: flex;
		flex-direction: row;
		width: 100%;
		height: 100%;
		grid-area: price;
	}
	.content_productos_lista.list product-card::part(price-wrap) {
		width: 100%;
		min-height: auto;
	}

	.content_productos_lista.list product-card::part(quantity_control) {
		margin: 0;
	}



	
	.content_productos_lista.list product-card::part(quantity_button){
		visibility: visible;
		display: block;
	}


	.content_productos_lista.list product-card::part(content_botonera),.content_productos_lista.list product-card::part(quantity_button),.content_productos_lista.list product-card::part(quantity_input),.content_productos_lista.list product-card::part(quantity_control) {
		background-color: transparent !important;
		background:  transparent !important;
		color: var(--dark-color-tint);
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		visibility: visible;
	}
	
	@media(max-width: 560px){
		.content_productos_lista.list product-card::part(card-wrap){
			grid-template-columns: 4fr 8fr;
			grid-template-rows: 10fr 2fr;
		}
		.content_productos_lista.list product-card{
			/* height: 8rem; */
		}
		
		.content_productos_lista.list product-card::part(quantity_input) {
			width: 2rem;
		}
		.content_productos_lista.list product-card::part(price){
			font-size: var(--text-base);
		}
		.content_productos_lista.list product-card::part(img_producto) {
			/* width: 160px; */
		}
		.content_productos_lista.list product-card::part(card_name_text){
			font-size: var(--text-xs);	
		}
		.content_productos_lista.list product-card::part(price-card) {
			/* width: 9rem; */ 
			
		}
		.content_productos_lista.list product-card::part(buy) {
			display: block !important;
		}
		.content_productos_lista.list product-card::part(sumar_carro) {
			display: none !important;
		}
		.content_productos_lista.list product-card::part(card_name) {
			margin-top:0;
			padding: 0;
		}
		.content_productos_lista.list product-card::part(detail-card) {
			/* padding-inline: .5rem; */
			padding: var(--space-1);
			box-sizing: border-box;
			width: 100%;
			grid-area: detail;
		}
	}
	@media (max-width: 980px){
		.card{
			height: auto;
			aspect-ratio: 1/1;
			margin: 0;
		}
		.list .main_list .filter{
			margin-right: var(--space-3) !important;
		}

		.text_offers_wrap{
			padding: 3px;
		}
	}
	

	@media (max-width: 1200px){
		/*get products*/
		/* .discount{
			width: 31px !important;
    		height: 26px !important;
			font-size: var(--text-xs)!important;
		} */
		.text_offers{
			font-size: var(--text-xs);
		}
		.discount{
			left: var(--space-1);
			width: 5px;
			font-weight: 550;
		}
		.offers_btn_wrap{
			right: var(--space-1);
		}
		.text_offers_wrap{
			height: 26px;
			justify-content: flex-start;
		}
		.arrow_offer{
			width: 3px !important;
		}
		.offers_list .offers_item{
			font-size: var(--text-xs);

		}
		.offer_svg{
			width: 28px;
			height: 32px;
			
		}
		.offer_svg svg{
			width: 20px;
		}
		.content_productos_lista{
			gap:var(--space-2) !important;
		}
		.list .main_list .filter{
			margin-right: var(--space-5) !important;
		}
		
	}
	/*///////////////////////////////////////////////MAIN CATEGORIES///////////////////////////////////////////////////////////////*/
	
	.main_categories{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		width: 100%;
		margin-top: 130px;
		margin-bottom: 100px;
	}
	
	.category_wrap{
		display: flex;
		flex-direction: column;
		position: relative;
		width: 470px;
		height: 375px;
		cursor: pointer;
		margin: 20px;
	}
	
	.category_wrap .background{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #e3e3e3;
		transition: all 0.2s ease-in-out;
		z-index: -1;
	}
	
	.category_wrap:hover .background{
		background: #cacaca
	}
	
	.category_wrap:hover .name{
		bottom: 50px;
	}
	
	.category_wrap:hover .quantity_category{
		opacity: 1;
	}
	
	.category_wrap img{
		width: 300px;
		align-self: flex-end;
		margin: auto 50px;
	}
	
	.category_wrap .name{
		position: absolute;
		bottom: 30px;
		left: 20px;
		font-weight: 400;
		transition: all 0.2s ease-in-out;
	}
	
	.category_wrap .quantity_category{
		position: absolute;
		bottom: 30px;
		left: 20px;
		color: #fff;
		font-size: 12px;
		font-weight: 400;
		transition: all 0.2s ease-in-out;
		opacity: 0;
	}
	
	/*///////////////////////////////////////////////PRODUCTS CARD OFFERS///////////////////////////////////////////////////////////////*/
	
	.products_sale_wrap{
		background: #f1f1f1;
		padding: 35px 0;
		width: 100%;
	}
	
	.products_sale{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		width: 100%;
		height: 100%;
		padding: 75px 0;
	}
	
	.products_sale_category{
		flex-direction: row-reverse;
	}
	
	.products_sale .left,
	.products_sale .right{
		display: flex;
		flex-direction: column;
		width: 780px;
		height: 798px;
		margin: 10px;
	}
	
	.products_sale_category .left,
	.products_sale_category .right{
		display: flex;
		flex-direction: column;
		width: 780px;
		height: 775px;
		margin: 10px;
	}
	
	.products_sale .right .card_wrap{
		
		width: 100%;
		height: 100%;
		margin: 0;
	}
	
	.products_sale .right .card{
		justify-content: center;
		height: 100%;
	}
	
	.products_sale .right img{
		width: 60%;
		margin-bottom: 12%;
	}
	
	.products_sale_category .right img{
		width: 100%;
		margin-bottom: 0%;
	}
	
	.products_sale_category .img{
		width: 101%;
	}
	
	.products_sale .top{
		display: flex;
		justify-content: space-between;
		width: 100%;
	} 
	
	.products_sale .inside_top{
		width: calc(50% - 10px);
		margin: 0;
		max-width: unset;
		min-width: unset;
	}
	
	.products_sale .inside_top .card{
		justify-content: flex-end;
	}
	
	.products_sale .inside_top .card_category{
		justify-content: center;
	}
	
	.products_sale .inside_top img{
		width: 60%;
		margin-bottom: 12%;
	}
	
	.products_sale_category .inside_top img{
		width: 100%;
		margin-bottom: 0;
	}
	
	.products_sale .bottom{
		display: flex;
		width: 100%;
		margin: 0;
		margin-top: 20px;
		max-width: unset;
		min-width: unset;
	}
	
	.products_sale .bottom img{
		width: 40%;
	}
	
	.products_sale_category .bottom img{
		width: 100%;
		border-radius: 5px;
	}
	
	.products_sale_category .bottom .card{
		height: 375px;
	}
	
	.products_sale .card_name{
		position: absolute;
		top: 20px;
		left: 20px;
		text-align: left;
		margin: 0;
	}
	
	.products_sale .price_wrap{
		position: absolute;
		top: 50px;
		left: 20px;
		margin: 0;
	}
	
	/**************************************** MUEBLES A MEDIDA ***************************************/
	.muebles_a_medida_wrap{
		position: relative;
		width: 100%;
	}
	
	.bg_medida{
		position: absolute;
		width: 100%;
		height: 50%;
	}
	
	.muebles_a_medida{
		width: fit-content;
		display: flex;
		justify-content: center;
		cursor: pointer;
		overflow: hidden;
		margin: 0 auto;
	}
	
	.muebles_a_medida img:hover{
		transition: all .2s ease-in-out;
		transform: scale(1.05);
	}
	
	
	/**************************************** FOOTER ***************************************/
	
	.footer{
		width: 100%;
		background: #1e1e1e;
	}
	
/* 	.wp_float{
		position: fixed;
		bottom: 10px;
		right: 10px;
		display: flex;
		justify-content: space-between;
		border-radius: 50px;
		width: 3rem;
		height: 3rem;
		z-index: 150;
	}
	
	.wp_float svg{
		width: 47px;
		margin: 8px;
	} */
	
	.footer_main{
		width: 100%;
		background: linear-gradient(to bottom, var(--light-color-tint) 0%, var(--light-color-tint) 29%, var(--dark-color-shade) 17%, var(--dark-color-shade) 126%);
	}
	
	.footer_main_wrap{
	    display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		width: 100%;
		padding: var(--space-4);
		background-color: var(--main-color-sec);
		border-radius: var(--radius-xl);
		box-sizing: border-box;
	}
	
	.footer_main_wrap .column{
		flex-grow: 1;
		display: flex;
		flex-direction: column;
		min-width: 15%;
	}
	
	.footer_main_wrap .column .title{
		margin: 10px 0;
		color: var(--footer-color-menu-title);
		font-weight: 600;
		font-size: var(--text-md);
	}
	
	.footer_main_wrap .column .item{
		margin: 2px 0;
		font-size: 14px;
		color: var(--footer-color-menu-item);
	} 
	
	.footer_main_wrap .column .item a{
		color: var(--footer-color-menu-item);
		cursor: pointer;

	}
	
	.footer_main_wrap .column .item a:hover{
		color: var(--main-color-tint);
	}

	a.accent-link{
		text-decoration: underline;
		color: var(--medium-color) !important;
	}
	a.accent-link:hover{
		text-decoration: underline;
		color: var(--main-color) !important;
	}
	
	
	
	.text_logo{
		font-size: 14px;
		line-height: 24px;
		color: var(--footer-color-menu-item);
		font-weight: 400;
		width: 250px;
		margin-bottom: var(--space-3);
	}
	
	.column_newsletter{
		border-right: 1px solid transparent!important;		
	}
	.newsletter_content{
		background: var(--main-color-darker);
		padding: 1rem;
		border-radius: var(--radius-base);
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 85%;
		margin: 3rem auto 0.5rem; 
	}
	.footer_main_wrap .column_social .footer_icon svg{
		fill: var(--light-color);
		width: var(--footer-size-icons);
		height: var(--footer-size-icons);
		flex-shrink: 1;
		
	}

	.footer_main_wrap .column_social .footer_icon:hover{
		fill: var(--medium-color-tint);
	}
	
	.text_newsletter{
		font-size: var(--text-base);
		font-weight: 360;
		color: var(--footer-color-menu-item);
	} 
	
	.column_newsletter form{
		width: 100%;
		display: flex;
		justify-content: end;
		align-items: center;
		height: 100%;
		gap: var(--space-1);
		margin-block: var(--space-3);
	}
	
	.column_newsletter input{
		height: var(--line-height-block);
		padding-inline: var(--space-2);
		color: var(--dark-color);
		border-radius: var(--radius-l);
		border: solid 1px var(--medium-color-tint);
		width: 100%;
		box-sizing: border-box;
	}
	
	.column_newsletter button{
		font-size: var(--text-xs);
		padding: 0;
		padding-inline: var(--space-2);
		width: min-content;
		min-width: auto;
	}
	
	.column_newsletter .svg_newsletter{
		width: 20px;
		height: 30px;
		background: #3f3f3f;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		cursor: pointer;
	}
	
	.column_newsletter svg{
		width: var(--footer-size-icons);
		height: var(--footer-size-icons);
		fill: var(--footer-color-icons);
	}
	.company-data {
		display: flex;
		justify-content: end;
		width: 100%;
		gap: 1rem;
		padding-block: 1rem;
	}
	.company-data a{
		color: white;
		font-size: var(--text-s);
	}
	
	.redes_footer{
		display: flex;
		width: 200px;
		margin-top: 15px;
	}
	
	.redes_footer svg{
		height: 14px;
		width: 20px;
		fill: #a0a0a0;
		margin: 0 2px;
	}
	
	.item_contacto svg{
		height: 12px;
		width: 20px;
		fill: #a0a0a0;
		margin-right: 4px;
	}
	
	.footer_bottom_wrap{
		width: 100%;
		border-top: 1px solid #505050;
	}
	
	.footer_bottom{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
		width: 100%;
		height: 70px;
	}
	
	.footer_bottom div{
		color: #919191;
		font-size: 12px;
	}
	
	.footer_bottom .left{
		height: 40px;
		line-height: 40px;
		margin-left: 10px;
	}
	
	.footer_bottom .right{
		display: flex;
		margin-right: 10px;
	}
	
	.footer_bottom .right div{
		display: flex;
		align-items: center;
		margin: 0 20px;
	}
	
	.footer_bottom svg{
		fill: #919191!important;
	}
	
	.footer_bottom svg:hover{
		fill: #fff!important;
	}
	
	.footer_bottom .logo_positive{
		width: 100px;
		margin-right: 20px ;
		margin-top: 9px;
	}
	
	.footer_bottom .logo_full{
		width: 110px;
	}
	
	/****************************************  LIST ***************************************/
	
	.no_products{
		width: 100%;
		text-align: center;
		font-size: 24px;
		padding: 100px 0;
		color: #868585;
		min-height: 500px;
	}
	
	.banner_list{
		width: 100%;
		max-width: 2000px;
		background: #f3f3f3;
		display: flex;
		justify-content: center;
		margin: 0 auto;
	}
	
	.banner_list img{
	   width: 100%;
	}
	
	
	.header_list{
		display: flex;
		justify-content: space-between;
		align-items: center;
	    margin-top: calc(var(--header-total-height) + var(--space-2));
	}
	
	.category_header{
		display: flex;
		/* justify-content: center; */
		align-items: 	center;
		flex-wrap: wrap;
	}
	
	.product_category{
		margin: 0 5px;
		font-size: 12px;
	}
	
	.product_category a{
		color: #c4c4c4;
	}
	
	.product_category a:hover{
		color: #000;
	}
	
	.grey{
		color: #c4c4c4;
	}
	
	.header_list_left{
		flex-shrink: 0;
		width: max-content;
		margin-right:2rem ;
	}

	.header_list_right{
		display: flex;
		justify-content: flex-end;
		align-items: center;
		margin-bottom: var(--space-2);
		width: 100%;
		height: var(--line-height-block);
		box-sizing: border-box;
		justify-content: space-between;
	}
	#filter_button{
		display: none !important;
	}
	.list .main_list .filter{
		width: 140px;
		flex-shrink: 0;
		background-color: #fff;
		margin-right: var(--space-6);
	}
	
	.list .main_list .filter .title_filter{
		font-size: 20px;
		margin-bottom: 30px;
	}
	
	.order_wrap{
		display: flex;
	}
	
	.export{
		display: flex;
		justify-content: center;
		align-items: center;
		align-self: center;
		border: 1px solid #c4c4c4;
		padding: 10px;
		height: 20px;
		background: #c4c4c4;
	}
	
	.export a{
		color: #fff;
	}
	
	.export:hover{
		background-color: #a1a1a1;
	}
	
	.order_button{
		display: flex;
		justify-content: end;
		align-items: center;
	}
	
	
	.order_button select{
		background-color: none;
		border: none;
		height: var(--line-height-block);
		width: 160px;
		padding-inline: var(--space-1);
		cursor: pointer;
		align-self: center;
		color: var(--light-color-contrast);
		
	}
	
	
	.list .main_list{
		display: flex;
		background: #fff;
		border-radius: 10px;
		background: #f1f1f1;		
	}
	
	.list .main_list .filter{
		width: 200px;
		flex-shrink: 0;
		background: #f1f1f1;
		margin-top: calc(var(--space-2) + var(--line-height-block));
	}
	
	.list .main_list .filter .close{
		display: none;
		margin-bottom: 20px;
		text-align: right;
		font-size: 20px;
		cursor: pointer;
	}
	
	.list .main_list .filter .button{
		display: flex;
		justify-content: space-between;
		margin-bottom: 20px;
		cursor: pointer;
		border-bottom: 1px solid #c4c4c4;
		padding-block: var(--space-2);
	}
	.list_categories {
		height: 100%;
		overflow: auto;
	}
	.list .main_list .filter .title a:hover{
		color: #2c2c2c
	}
	
	.list .main_list .filter .button svg{
		width: 10px;
		transform: rotate(180deg);
		fill: #c4c4c4;
	}
	
	.list .main_list .filter .button:hover svg{
		fill: #000!important;
	}
	
	.list .main_list .filter .checkboxs{
		margin-bottom: 24px;
	}
	
	.list .main_list .filter .checkbox_1{
		display: flex;
		margin-bottom: 10px;
	}
	
	.wrp_a_checkbox_1 {
		margin-left: 15px;
	}
	
	
	.list .main_list .filter .checkbox_1 div a{
		font-size: 12px;
		color: #8d8d8d;
		font-weight: bold;
	}
	
	.cagetories_selected {
		color: #2c2c2c!important;
	}
	
	.list .main_list .filter .checkbox_1 div a:hover{
		color: #2c2c2c
	}
	
	.list .main_list .products{
		position: relative;
		overflow: hidden;
		width: 100%;
	}
	
	
	.list .list_grid{
		display: flex;
		margin: 50px 0;
		flex-wrap: wrap;
		background: #f1f1f1;
		padding: 50px 0;
		border-radius: 12px;
		overflow: hidden;
	}
	
	.list_flex .card_product{
		margin-left: 20px;
	}

	.category_name {
		padding: var(--space-1);
		height: 2rem;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.category_name a {
		color: var(--main-color);
	}

	@media (max-width:860px) {
		.list .main_list .filter .button{
			padding-inline: var(--space-1);
			position: sticky;
			top: 0;
			background: #fff;
		}

		.category_name {
			position: sticky;
			top: 3rem;
			background: #ffffff;
			z-index: 2;
		}

		.category_name a {
			color: var(--main-color);
		}
	}
	
	/*///////////////////////////////////////////////DETALLE///////////////////////////////////////////////////////////////*/
	
	
	.grey{
		color: #c4c4c4;
	}
	
	.details_wrapp{
		display: flex;
		justify-content: center;
		width: 100%;
	}
	
	.details .main_img{
		min-width: 570px;
		padding: 40px;
		position: sticky;
		top: var(--header-total-height);
		height: min-content;
		flex-basis: 50%;
	}
	.details *{
		box-sizing: border-box;
	}
	
	.details .descount{
		top: 40px;
		right: 40px; 
	}
	
	.details .info_details{
		padding: 40px;
		box-sizing: border-box;
		overflow: hidden;
		flex-basis: 50%;

	}
	
	.details .info_details .name,
	.details .info_details .brand{
		font-size: 26px;
	}
	
	.details .info_details .code{
		color: #c4c4c4;
		margin: 5px 0;
	}
	
	.details .info_details .line{
		width: 100%;
		border-top: 1px solid #c4c4c4;
	}
	
	.details .info_details .price{
		display: flex;
		flex-wrap:	wrap;
		align-items: center;
		margin: 20px 0;
	}
	
	.details .info_details .new_price{
		font-size: 28px;
		margin-right: 10px;
	}
	
	.details .info_details .old_price{
		font-size: 16px;
		font-weight: 400;
		color: var(--medium-color);
		text-decoration: line-through;
		line-height: 35px;
		margin-right: 10px;
	}
	.details .offer-price{
		color: var(--accent-color);
		font-weight: 600;
	}
	
	.details .info_details .description{
		width: 100%;
		padding: 35px 0; 
	}
	
	.details .info_details .description .title{
		font-size: 18px;
		margin: 0 0 20px 0;
	}
	
	.details .info_details .description .text{
		line-height: 26px;
		font-weight: 400;
	}
	
	.details .send{
		display: flex;
		margin: 30px 0; 
		gap: 4px;
	}


	p.hurry {
		color: var(--medium-color);
		font-size: var(--text-base);
		font-weight: 500;
	}

	.hurry span {
		color: var(--accent-color);
		font-weight: 600;
	}
	
	.details .buy {
		height: var(--line-height-block);
		font-size: var(--text-base-important);
		cursor: pointer;
		background: var(--accent-color-shade);
		color: #fff;
		border: 2px solid var(--accent-color-shade);
		border-radius: 0 var(--radius-l) var(--radius-l) 0;
	}
	
	.details .buy:hover{
		background: #fff;
		color: var(--accent-color-shade);
	}
	.quantity{
		display: flex;
		justify-content: space-between;
		border: 1px solid var(--accent-color);
		border-radius: var(--radius-l) 0 0 var(--radius-l);
	}
	.details .quantity{		
		width: 12rem;
		height: var(--line-height-block);
		font-size: 16px;
		overflow: hidden;	
		background-color: var(--accent-color);	
	}
	
	.details .quantity button, 
	.details .quantity input{
		width: var(--line-height-block);
		height: var(--line-height-block);
		line-height: var(--line-height-block);
	}
	
	.details .quantity button{
		background-color: var(--accent-color);
		color: var(--light-color);
		border: 1px solid var(--accent-color);
		font-size: 20px;
		cursor: pointer;
	}
	
	.details .quantity input{
		height: var(--line-height-block);
		border: 1px solid var(--accent-color);
		text-align: center;
		font-size: var(--text-base-important);
		background-color: var(--accent-color);
		color: var(--light-color);
	}
	
	.details .share{
		display: flex;
		justify-content: space-between;
		cursor: pointer;
		margin-bottom: 30px;
	}
	
	.details .share svg{
		width: 20px;
	}
	
	/* HIDE ARROW */
	/* Chrome, Safari, Edge, Opera */
	.details .quantity input::-webkit-outer-spin-button,
	.details .quantity input::-webkit-inner-spin-button {
	  -webkit-appearance: none;
	  margin: 0;
	}
	
	/* Firefox */
	.details .quantity input[type=number] {
		appearance: textfield;
	  -moz-appearance: textfield;
	}
	
	.content_img_detalle {
		width: 100%;
		height: 60vh;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		display: flex;
		flex-direction: row-reverse;
		gap: var(--space-2);

	}
	
	.content_img_detalle .mySwiper .swiper-slide-thumb-active {
		opacity: 1;
	}
	
	.content_img_detalle .swiper-img-mini {
		height: 100%;
		width: 100%;
		padding: .25rem !important;
	}
	.content_img_detalle .swiper-img-mini .swiper-slide{
		border-radius: var(--radius-xl);
		overflow: hidden;
	}
	
	.content_img_detalle .swiper-img{
		padding: .5rem !important;
		box-sizing: border-box;
	}
	
	.content_img_detalle .swiper-img .swiper-slide {
		width: 100px;
		height: 100%;
		opacity: 0.4;
		cursor: pointer;
	}
	/* Agrego margen arriba y abajo a todas menos a la primer y ultima */
	.content_img_detalle .swiper-img .swiper-slide:not(:first-child):not(:last-child){
		margin-block: var(--space-2);
	}

	.content_img_detalle .swiper-slide img {
		display: block;
		height: 100%;
		object-fit: cover;
		border-radius: var(--radius-xl);
		width: 100%;
	}
	
	.swiper-img .swiper-slide img {
		display: block;
		width: 100%!important;
		height: 100%;
		object-fit: cover;
	}
	
	.content_img_detalle .swiper-slide {
		background-size: cover;
		background-position: center;
	}
	
	/* Agrego margen arriba y abajo a todas menos a la primer y ultima */
	.swiper-wrapper.product_images > .swiper-slide:not(:first-child):not(:last-child){
		margin-block: var(--space-2);
	}
	.swiper-slide-thumb-active{
		opacity: 1!important;
	}
	
	.a_img_detalle{
		width: 100%;
		height: 100%;
		display: block;
		position: relative;
		overflow: hidden;
		border-radius: var(--radius-xl);
	}
	
	.a_img_detalle img{
		height: 100%;
		display: block;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		object-fit: cover;
		
	}
	.related{
		width: 100%;
		margin-top: 70px;
	}



	@media (max-width: 1300px){
		/*DETALLE*/
		.details .info_details,
		.details .main_img{
			width: calc(100% - 60px);
			padding: 0 30px;
		}
	
		.details .main_img{
			margin: 20px 0;
			width: 100%;
		}
	}
	
	

	
	@media (max-width: 980px){
		.details .info_details, .details .main_img{
			width: 100%;
		}
		.details_wrapp{
			flex-direction: column;
		}
		.details .main_img{
			position: initial;
			width: 100%;
			min-width: auto;
		}
		.swiper-wrapper.product_images .swiper-slide{
			width:100% !important;
		}
		.swiper-wrapper.product_images .swiper-slide img{
			width:100% !important;
			object-fit: cover;
		}
	}


	@media (max-width: 630px){
		.info_container{
			flex-direction: column;
		}
		.info_item:not(:first-child){
			border-top: solid 1px var(--medium-color);
			border-left: none !important;
		}
		/*get_product*/
		.details .info_details .name, 
		.details .info_details .price,
		.details .info_details .new_price{
			font-size: var(--text-base-important);
		}
		.details .quantity{
			width: calc(100% - 3.5rem);
		}
		.quantity, .details .buy{
			border-radius: var(--radius-l);
		}
		.details.buy{
			border-radius: var(--radius-l);
		}
		.title_offers_prod{
			font-size: var(--text-base-important) !important;
		}
	}

	/************************************************* CARRO **********************************************/
	
	.titulo_carro{
		color: var(--color-grey);
		font-size: 32px;
		padding: 20px 5px;
	}
	
	.text_info{
		text-align:center;
		font-size:20pt;
		font-weight:300;
		color:#545454;
		padding:200px 0px;
	}
	
	.tabla_producto td{
		padding:20px 0px 10px 0px;
	}
	
	.borrar_carro{
		width:14px;
		margin:0 auto;
		cursor:pointer;
	}
	.img_producto {
		object-fit: cover;
		aspect-ratio: 2 / 2;
	}
	

	
	.img_producto_carro{
		width:50%;
		display:block;
	}
	
	.nombre_cod_carro{
		width:90%;
		padding:0 5%;
		text-align:left;
	}
	
	.nombre_producto_carro{
		margin-bottom:10px;
	}
	
	.nombre_producto_carro span{
		font-size:10pt;
		font-weight:100;
	}
	
	.nombre_producto_carro a{
		color:#000000;
		text-decoration:none;
	}
	
	.info_producto_carro{
		font-size:10pt;
		margin-bottom:10px;
	}
	
	.content_cant_uni{
		width:86px;
		margin:0 auto;
	}
	
	.cantidad_carro{
		font-size:12pt;
		width:60px;
		text-align:center;
	}
	
	.cantidad_carro input{
		width:95%;
		outline:none;
		border:0px;
		text-align:center;
	}
	
	.btn_cant_carro{
		width:60px;
		padding:11px 12px 11px 12px;
		border:1px solid #000;
		background-color:#fff;
		color:#000;
		border-radius:var(--radius-l);
		float:left;
	}
	
	.unidad{
		float:left;
		margin-left:10px;
		padding-top:12px;
	}
	
	.resumen_carro_paso1{
		background-color:#ffffff;
		margin-top:20px;
		padding:30px 20px;
		border-top:1px solid #000000;
	}
	
	.content_text_btns_carro{
		float:left;
		width:70%;
		margin-top:10px;
	}
	
	.checkbox_terminos{
		margin-top:10px;
	}
	
	.conten_precio_total_paso1{
		float:right;
	}
	
	
	.titulo_resumen_pedido_paso1{
		font-size:14pt;
		font-weight:600;
	
	}
	
	.content_btns_carro{
		width:200px;
		margin-top:20px;
	}
	
	.bot_confirmar_paso1{
		width:200px;
		background-color:var(--dark-color);
		border: 2px solid var(--dark-color);
		color: var(--light-color);
		font-weight:700;
		padding-top:12px;
		text-align:center;
		padding-bottom:12px;
		margin-top:10px;
		margin-bottom:10px;
		cursor:pointer;
		float:left;
		border-radius: var(--radius-l);
	}
	
	.bot_confirmar_paso1:hover{
		background: var(--light-color);
		color: var(--dark-color);
	}
	
	.bot_seguir_comprando_paso1{
		width:240px;
		background-color:var(--light-color);
		padding-top:12px;
		text-align:center;
		padding-bottom:12px;
		margin-top:10px;
		margin-bottom:10px;
		cursor:pointer;
		float:left;
	}
	
	.bot_seguir_comprando_paso1 a{
		text-decoration:none;
		color:var(--light-color);
	}
	
	.tabla_resultado_final_paso1{
		font-size:22px;
		padding: 11px;
	}
	
	.conten_codigo_descuento{
		background-color:#eaeaea;
		padding:10px;
	}
	
	.texto_codigo_descuento{
		color:#000000;
		font-size:16px;
		font-weight:700;
	}
	
	.img_codigo_descuento{
		margin-top:10px;
		float:left;
		width:60%;
		height:30px;
	}
	
	.img_codigo_descuento input{
		width:calc(100% - 7px);
		height:28px;
		border:1px solid var(--dark-color);
		padding:0px;
		padding-left:5px;
		outline:none;
		border-radius: var(--radius-l) 0 0 var(--radius-l) ;
	}
	
	.btn_validar_descuento{
		width: 40%;
		height: 26px;
		float: left;
		margin-top: 10px;
		background-color: var(--dark-color);
		text-align: center;
		color: var(--light-color);
		padding-top: 5px;
		cursor: pointer;
		border-radius: 0 var(--radius-l) var(--radius-l) 0;
	}
	
	.conten_final_compra{
		width:70%;
		margin:0 auto;
		padding:20px;
		background-color: #ffffff;
		border: 1px solid #e0e0e0;
	}
	
	.texto_final_compra{
		text-align:center;
		font-size:20px;
		font-weight:300;
		color:#6d6d6d;
	}
	
	.conten_numero_final_compra{
		width:100%;
		max-width:1200px;
		margin:0 auto;
		margin-top:40px;
	}
	
	.numero_final_compra{
		text-align:center;
		font-size:25px;
		font-weight:700;
		color:#6d6d6d;
	}
	
	.fondo_total_pedido{
		-webkit-box-shadow: 0 -5px 10px 0 #e8e8e8;
		box-shadow: 0 -5px 10px 0 #e8e8e8;
		margin-top:10px;
	}
	
	.conten_total_pedido{
		width:100%;
		max-width:1200px;
		margin:0 auto;
		margin-bottom:20px;
	}
	
	.conten_texto_confirmar{
		width:40%;
		float:left;
		margin-left:10%;
		margin-top:20px;
		padding-bottom:30px;
	}
	
	.texto_total_pedido{
		font-size: 30px;
		font-weight:300;
		color: #4a4a4a;
	}
	
	.bot_confirmar{
		width:100%;
		background-color:#FF0000;
		border:1px solid #FF0000;
		color:#ffffff;
		font-size:20px;
		padding-top:10px;
		text-align:center;
		padding-bottom:10px;
		margin-top:10px;
		margin-bottom:10px;
		cursor:pointer;
	}
	
	.bot_seguir_comprando{
		width:100%;
		background-color:#eaeaea;
		border:1px solid #989898;
		color:#989898;
		font-size:20px;
		padding-top:10px;
		text-align:center;
		padding-bottom:10px;
		margin-top:10px;
		margin-bottom:10px;
		cursor:pointer;
	}
	
	.bot_seguir_comprando a{
		text-decoration:none;
		color:#989898;
	}
	
	
	.conten_precio_total{
		margin-top:20px;
		padding-bottom:20px;
	}
	
	.tabla_resultado_final{
		width:100%;
		font-size:20px;
		float:right;
		margin-top:10px;
	}
	
	.texto_resultado{
		color:#4a4a4a;
		text-align:right;
	}
	
	.texto_resultado_total{
		font-size:24px;
		text-align:right;
		float:right;
		margin-right:20px;
	}
	
	.numero_resultado{
		color:#4a4a4a;
		text-align:right;
	}
	
	.numero_resultado_total{
		font-size:24px;
		text-align:right;
		font-weight:700;
		float:right;
	}
	
	.linea_total{
		width:100%;
		height:1px;
		background-color:#4a4a4a;
		
	}
	
	/*********************************************** FIN CARRO **********************************************/
	
	
	.lateral_panel_content{
		display: flex;
		flex-direction: column;
		height: calc(100vh - var(--cart-header-height));
	}
	.lateral_panel_content_selector_container{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 100%;
		gap: var(--space-1);
	}

	.lateral_panel_content_selector_container > .lateral_panel_content_selector {
		width: 90%;
		height: 100%;
	}
	.close_carro_lateral{
		display: flex;
		justify-content: center;
		align-items: center;
	/* 	background: var(--light-color-shade); */
		border-radius: var(--radius-md);
		/* box-shadow: var(--shadow-sm); */
		cursor: pointer;
		transition: var(--duration-4);
		aspect-ratio: 2 / 2;
		height: 100%;
	}
	.close_carro_lateral:hover{
		background: var(--light-color-shade);
    	cursor: pointer;
	}
	.option_toggle_selector{
		--toggle-switch-selector-bg-color:var(--main-color-shade);
		--toggle-switch-selector-option-bg-color-selected:var(--main-color-tint);
		--toggle-switch-selector-option-bg-color:var(--main-color-contrast);
		--toggle-switch-selector-option-bg-color-hover:var(--main-color);

		display: flex;
		gap: var(--space-1);
		padding: var(--space-s);
		border-radius: var(--radius-base);
		background: var(--toggle-switch-selector-bg-color);
		width: 100%;
	}
	.option_toggle {

		padding: var(--space-s);
		border-radius: .4rem;
		color: var(--toggle-switch-selector-option-bg-color);
		font-weight: 400;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		cursor: pointer;
	}
	.option_toggle.selected {
		background: var(--toggle-switch-selector-option-bg-color-selected);
	}
	.option_toggle:hover{

		background: var(--toggle-switch-selector-option-bg-color-hover);
	}

	.option_toggle_selector.light{
		--toggle-switch-selector-bg-color:var(--light-color-shade);
		--toggle-switch-selector-option-bg-color:var(--light-color-contrast);
		--toggle-switch-selector-option-bg-color-selected:var(--light-color-tint);
		--toggle-switch-selector-option-bg-color-hover:var(--light-color);
	}



	/************************************************** CARRO LATERAL *********************************************/
	
	div#carroLateral * {
		box-sizing: border-box;
	}


	.carro_lateral{
		width:var(--cart-width);
		height:100%;
		position:fixed;
		top:0px;
		right:calc(var(--cart-width) * -1);
		z-index:2500;
		background-color:var(--cart-base-color);
		color: var(--cart-text-color);
		display: flex;
		flex-direction: column;
	}
	
	.header_carro_lat{
		height:var(--cart-header-height);
		border-bottom:1px solid #cccccc;
		display: flex;
		padding: var(--space-2);
		justify-content: space-between;
		align-items: center;
	}
	

	.content_carro_lat{
		height: 100%;
		padding: var(--space-1);
		overflow: auto;
		display: grid;
		gap: var(--space-1);
		grid-auto-rows: max-content
	}

		/* Carro scrollbar */
		.content_carro_lat::-webkit-scrollbar {
			width:var(--cart-content-scrollbar-width);
		}
		.content_carro_lat::-webkit-scrollbar-track {
			background: var(--cart-content-scrollbar-bgcolor);
			
		}
		.content_carro_lat::-webkit-scrollbar-thumb {
			background: var(--cart-content-scrollbar-color);
			border-radius: var(--cart-content-scrollbar-radius);
		}
	
	.linea_carro_lat{
		width: 100%;
		overflow: hidden;
		height: var(--cart-line-height);
		border-radius: var(--radius-base);
		overflow: hidden;
		padding: var(--space-1);
		display: flex;
		box-shadow: var(--shadow);
		background: var(--light-color-lighter);
	}


	.description_carro_lat{
		width: 100%;
		padding-left: var(--space-2);
		font-size: var(--text-xs);
		overflow: hidden;
	}
	

	.img_carro_lat{
		height: 100%;
		/* width: 6rem; */
		overflow: hidden;
		border-radius: var(--radius-l);
		/* flex-grow: 1; */
		flex-shrink: 0;
		aspect-ratio: 2/2;
	}

	.img_carro_lat img{
		width: 100%;
		height: 100%;
		object-fit: cover;	
	}

	.desc_carro_lat{
		width: 80%;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		box-sizing: border-box;
	}
	.borrar_carro_lat{
		flex-shrink: 0;
		cursor: pointer;
	}

	.borrar_carro_lat img{
		width: var(--cart-line-delete-size);
	}

	.footer_carro_lat{
		padding: var(--space-1) var(--space-2);
		display: flex;
		flex-direction: column;
		gap: var(--space-1);
	}

	.resume_data_cart{
		display: flex;
		flex-direction: column;
		align-items: end;
		gap: var(--space-s);
		font-size: var(--text-xxs);
	}


	.resume_data_cart .data_row {
		display: flex;
		gap: var(--space-1);
	}

	.resume_data_cart .data_row .data_value{
		font-weight: 600;
	}

	.data_row.subtotal_row{
		display: var(--cart-bot-line-subtotal-display);
		font-size: var(--cart-bot-line-subtotal-font-size);
	}
	.data_row.iva_row{
		display: var(--cart-bot-line-iva-display);
		font-size: var(--cart-bot-line-iva-font-size);
	}
	.data_row.discount_row{
		display: var(--cart-bot-line-descount-display);
		font-size: var(--cart-bot-line-descount-font-size);
	}
	.data_row.total_row{
		display: var(--cart-bot-line-total-display);
		font-size: var(--cart-bot-line-total-font-size);
	}

	@media (max-width:1040px) {
		:root{
			--cart-width:380px;
		}
	}

	
	/* @media (max-width:420px) {
		:root{
			--cart-width:0vw;
		}
	} */

	/****************************************** FIN CARRO LATERAL ******************************************/
	

	/* favoritos */
	.favorites_panel{
			width:var(--fav-drawer-width);
			height:100%;
			position:fixed;
			top:0px;
			left:calc(var(--fav-drawer-width) * -1);
			z-index:2500;
			background-color:var(--cart-base-color);
			color: var(--cart-text-color);
			display: flex;
			flex-direction: column;
		}

		div#favoritesDrawer * {
			box-sizing: border-box;
			/* width: 100%; */
		}

		.favorites_lists_panel_title{
            padding: var(--space-2);
            display: flex;
            justify-content: center;
            font-weight: 600;
            gap: var(--space-2);
        }
       

        .favorites_lists_panel_content{
            position: relative;
			overflow: hidden;
			height: 100%;
           
        }

        .favorites_wrap{
			cursor: pointer;
		}

		.favorites_list{
			height: 100%;
			overflow-x: auto;
			overflow-y: auto;
			padding: 0;
		}
		.favorites_list *{
			box-sizing: border-box;
		}
		/* Carro scrollbar */
			.favorites_list::-webkit-scrollbar {
				width:var(--cart-content-scrollbar-width);
			}
			.favorites_list::-webkit-scrollbar-track {
				background: var(--cart-content-scrollbar-bgcolor);
				
			}
			.favorites_list::-webkit-scrollbar-thumb {
				background: var(--cart-content-scrollbar-color);
				border-radius: var(--cart-content-scrollbar-radius);
			}
            
        .favorites_list li.fav_list_item:nth-child(1) {
            justify-content: center;
            gap: var(--space-2);
        }
       .favorites_list li.fav_list_item {
            width: 100%;
            padding: var(--space-2);
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .fav_list_item:hover{
            background-color: var(--light-color-tint);
            cursor: pointer;

        }
        .fav_list_item.used{
            background-color: var(--light-color-shade);
        }
        .trash-icon{
            display: none;
        }

        .fav_list_item.used .trash-icon{
            display: flex;
        }
     .favorites_container{
		margin-inline:1rem ;
	 }

        .new-favlist-form-container{
            display: none;
        }
        .new-favlist-form {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: var(--space-2) var(--space-1);
			gap: var(--space-2);
        }

        .new-favlist-form  > input{
            border-radius: var(--radius-base);
            font-size: var(--text-sm);
            width: 100%;
            height: 100%;
            padding: var(--space-1);
        }
        #cancelFavList{
            display: none;
        }

        .loading.favorites_list_loading{
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            background: #35353542;
            backdrop-filter: blur(2px);
            display: none;
            justify-content: center;
            align-items: center;
			z-index: 1;
        }

	@media (max-width:640px){
		.favorites_panel{
			width: 100%;
			height: var(--fav-drawer-height);
			bottom: calc(var(--fav-drawer-height) * -1);
			color: var(--cart-text-color);
			left: 0;
			top: initial;
			border-radius: var(--radius-xl) var(--radius-xl) 0 0;
		}

		.favorites_lists_panel_title{
			padding: var(--space-4) var(--space-2) var(--space-2) var(--space-2);
		}
		.favorites_lists_panel_title::before {
			content: '';
			background: var(--dark-color);
			width: 20%;
			height: var(--space-1);
			border-radius: var(--radius-full);
			position: absolute;
			top: var(--space-s);
		}
	}
	
	/************************************************** CHECKOUT **********************************************/
	
	.content_checkuot {
		width: calc(100% - 20px);
		background-color: #e2e2e2;
		padding: 40px 10px;
	}
	
	.container {
		width: 62%;
		padding-right: 2%;
		float: left;
	}
	
	.acc {
		padding: 0px;
		overflow: hidden;
		margin: 0;
	}
	
	.acc li {
		list-style-type: none;
		padding: 0;
	}
	
	.acc_ctrl {
		background: #ffffff;
		border: none;
		border-bottom: solid 1px #f2f2f2;
		cursor: pointer;
		display: block;
		outline: none;
		padding: 1em 2em;
		position: relative;
		text-align: left;
		width: calc(100% - 4em);
	}
	
	.acc_ctrl.active h2,
	.acc_ctrl:focus h2 {
		position: relative;
	}
	
	.acc_panel {
		background: #f6f6f6;
		overflow: hidden;
		width: 96%;
		padding: 10px 2%;
	}
	
	.title_metodo_pago {
		margin-bottom: 30px;
		font-size: 18pt;
		font-weight: 300;
	}
	
	.content_forma_pago {
		width: calc(100% - 20px);
		padding: 15px 10px;
		background-color: #fff;
		border: 1px solid #e2e2e2;
		border-radius: 5px;
		margin-bottom: 10px;
		color: #949494;
	}
	
	.text_forma {
		color: #fd0000;
		margin-bottom: 5px;
	}
	
	.titulo_forma {
		font-size: 14pt;
		font-weight: 700;
		color: #000;
	}
	
	.conten_form_finalizar {
		width: 100%;
	}
	
	.input_fin {
		float: left;
		width: 48%;
		margin-right: 2%;
	}
	
	.input_fin_chico {
		float: left;
		width: 30%;
		margin-right: 3%;
	}
	
	.nombre_form_finalizar {
		margin-top: 20px;
		margin-bottom: 10px;
	}
	
	.nombre_form_finalizar span {
		color: #ff7a7a;
	}
	
	.conten_input_finalizar {
		width: 100%;
	}
	
	.conten_input_dire_finalizar {
		width: 98%;
	}
	
	.input_finalizar input {
		width: 96%;
		padding: 0px 2%;
		outline: none;
		border: 1px solid #e2e2e2;
		color: #606060;
		height: 30px;
		background-color: #fff;
	}
	
	.input_finalizar textarea {
		width: 96%;
		padding: 0px 2%;
		outline: none;
		border: 1px solid #e2e2e2;
		color: #606060;
		height: 80px;
		background-color: #fff;
	}
	
	.conten_general_crear {
		width: 45%;
	}
	
	.conten_input_crear {
		width: 100%;
	}
	
	.input_crear input {
		background-color: #fff;
		width: 96%;
		padding: 0px 2%;
		height: 30px;
		outline: none;
		border: 1px solid #e2e2e2;
		color: #606060;
	}
	
	.bot_carro_pasos {
		width: 150px;
		height: 35px;
		padding-top: 13px;
		text-align: center;
		font-weight: 600;
		color: #fff;
		background-color: #0084e0;
		border-bottom: 2px solid #016ab3;
		float: right;
		margin-right: 2%;
		margin-top: 20px;
		cursor: pointer;
		border-radius: 4px;
	}
	
	.bot_carro_pasos:hover {
		background-color: #248fda;
		border-bottom: 2px solid #248fda;
	}
	
	.content_crear_pass {
		width: 46%;
		margin: 20px 2% 0px 0px;
		padding: 20px 1%;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3d3d3d+0,666666+100 */
		background: rgb(61, 61, 61); /* Old browsers */
		background: -moz-linear-gradient(
			top,
			rgba(61, 61, 61, 1) 0%,
			rgba(102, 102, 102, 1) 100%
		); /* FF3.6-15 */
		background: -webkit-linear-gradient(
			top,
			rgba(61, 61, 61, 1) 0%,
			rgba(102, 102, 102, 1) 100%
		); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(
			to bottom,
			rgba(61, 61, 61, 1) 0%,
			rgba(102, 102, 102, 1) 100%
		); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
	}
	
	.nombre_crear_pass {
		color: #fff;
		font-size: 12pt;
		font-weight: 600;
	}
	
	.content_pass {
		width: 100%;
	}
	
	.content_pass_1 {
		width: 49%;
		margin-right: 1%;
		float: left;
	}
	
	.content_pass_2 {
		width: 49%;
		margin-left: 1%;
		float: left;
	}
	
	.nombre_pass {
		color: #b9b9b9;
		padding: 10px 0px;
	}
	
	.input_pass {
		width: 90%;
	}
	
	.input_pass input {
		width: 96%;
		padding: 0px 2%;
		outline: none;
		border: 1px solid #e2e2e2;
		color: #606060;
		height: 30px;
		background-color: #fff;
	}
	
	.text_crear_pass {
		color: #fff;
		font-size: 12pt;
		padding-top: 10px;
	}
	
	.titulo_codigo_postal {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	.conten_input_codigo_postal {
		width: 260px;
		margin-right: 25px;
		float: left;
	}
	
	.conten_input_codigo_postal input {
		background-color: #fff;
		width: 96%;
		padding: 0px 2%;
		height: 30px;
		outline: none;
		border: 1px solid #e2e2e2;
		color: #606060;
	}
	
	.btn_buscar_cod {
		float: left;
		width: 100px;
		height: 32px;
		padding-top: 5px;
		padding-bottom: 5px;
		color: #fff;
		background-color: #aeaeae;
		border: 0px;
		border-bottom: 2px solid #909090;
		text-align: center;
		cursor: pointer;
		border-radius: 3px;
	}
	
	.btn_buscar_cod:hover {
		background-color: #c3c3c3;
		border-bottom: 2px solid #c3c3c3;
	}
	
	.content_retirar_sucur {
		width: calc(46% - 2px);
		height: 200px;
		float: left;
		margin-top: 40px;
		border: 1px solid #e2e2e2;
		background-color: #fff;
		border-radius: 5px;
		padding: 40px 1% 30px 1%;
		margin-right: 1%;
	}
	
	.content_retirar_sucur:nth-child(2n) {
		margin-right: 0%;
		margin-left: 1%;
	}
	
	.nombre_retiro{
		margin-bottom:20px;
		font-size:12pt;
		font-weight:600;
	}
	
	.nombre_form_retiro b{
		line-height:38px;
	}
	
	.nombre_retiro_confirmar{
		margin-bottom:5px;
		color:#ce5858;
		font-size:14pt;
	}
	
	.wrapper_shipping_check{
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	
	.wrapper_shipping_check input{
		margin-right: 10px;
	}
	
	.title_ship_check{
		font-weight: 500;
		font-size: 16px;
	}
	
	.text_ship_check{
		width: 100%;
		font-weight: 400;
		font-size: 14px;
		color: #444444;
		margin-top: 10px;
	}
	
	.btn_editar {
		width: 70px;
		height: 25px;
		padding-top: 5px;
		margin-top: 15px;
		color: #fff;
		background-color: #58ce77;
		border-bottom: 2px solid #41b35f;
		text-align: center;
		cursor: pointer;
		margin-bottom: 30px;
		border-radius: 3px;
	}
	
	.btn_editar:hover {
		background-color: #83e19b;
		border-bottom: 2px solid #83e19b;
	}
	
	.btn_pagar_mp {
		width: 280px;
		height: 35px;
		margin: 0 auto;
		padding-top: 13px;
		text-align: center;
		font-weight: 600;
		color: #fff;
		background-color: #4e7bb4;
		border-bottom: 2px solid #354b95;
		margin-top: 40px;
		margin-bottom: 20px;
		cursor: pointer;
		border-radius: 4px;
	}
	
	.btn_pagar_mp a {
		color: #fff;
		text-decoration: none;
	}
	
	.bot_carro_pasos:hover {
		background-color: #248fda;
		border-bottom: 2px solid #248fda;
	}
	
	.total_final_check {
		text-align: center;
		font-size: 20pt;
		font-weight: 400;
		padding: 10px;
	}
	
	.content_redireccion_mp {
		padding: 20px 10px 10px 10px;
	}
	
	.img_redireccion_mp {
		width: 198px;
		margin: 0 auto;
	}
	
	.text_redireccion_mp {
		text-align: center;
		font-size: 10pt;
		padding-top: 10px;
	}
	
	#backgroundRespDetail{
		display: none;
		transition: all 0.2s ease-in-out;
	}
	
	.chek_carro {
		width: 36%;
		float: left;
		background-color: #fff;
		display: block;
	}
	
	.detail_resp_check{
		display: none;
	}
	
	.carro_check_fixed {
		position: fixed;
		z-index: 200;
		top: 120px;
		right: 10px;
	}
	
	.header_detalle_carro_check {
		font-weight: 700;
		padding: 10px 0px 10px 10px;
		color: #000;
		border-bottom: 1px solid#f2f2f2;
		background-color: #ffffff;
	}
	
	.linea_carro_check {
		width: 100%;
		height: 1px;
		background-color: #f2f2f2;
	}
	
	.cart_no_products_check {
		background-color: #fff;
		color: #545454;
		text-align: center;
		padding: 25px 0px;
		font-size: 10pt;
	}
	
	.footer_detalle_carro_check {
		font-weight: 400;
		text-align: center;
		background-color: #f6f6f6;
		padding: 15px 0px;
	}
	
	.total_check {
		font-size: 14pt;
		font-weight: 700;
		padding: 5px 2%;
	}
	
	.numero_resultado_total_check {
		float: right;
	}
	
	.texto_resultado_total_check {
		float: right;
		margin-right: 20px;
	}
	
	.body_detalle_carro_check table tr {
		background-color: #ffffff;
	}
	
	.body_detalle_carro_check table tr td {
		font-size: 10pt;
		padding: 10px 2%;
	}
	
	.body_detalle_carro_check table tr td span {
		font-size: 8pt;
		font-weight: 100;
	}
	
	.body_detalle_carro_check table tr td a {
		color: #000;
		text-decoration: none;
	}
	
	.btn_selec_checkout {
		width: 100%;
		padding: 12px 20px;
		border: 1px solid #cccccc;
		cursor: pointer;
		border-radius: 5px;
		background-color: #ffffff;
		margin-top: 5px;
	}
	
	/*********************************************** FIN CHECKOUT **********************************************/
	
	/************************************************* PEDIDO *************************************************/
	.conten_general_detalle{
		margin-top: 8%;
	}

	.conten_general_pedidos {
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		padding-top: 20px;
		padding-bottom: 100px;
	}
	
	.titulo_pedidos {
		font-size: 20pt;
		font-weight: 700;
		padding-top: 40px;
		padding-bottom: 20px;
		text-align: center;
	}
	
	.tabla_listado_news table tr th {
		padding: 6px 10px 6px 10px;
		min-height: 35px;
		background-color: #f2f2f2;
		margin-top: 5px;
	}
	
	.tabla_listado_news table tr td {
		padding: 10px;
		border-bottom: 1px solid #bcbcbc;
	}
	
	.titulos_listado_change_order {
		width: 100%;
		min-height: 30px;
		background-color: #e2e2e2;
		border-radius: 5px;
		margin-top: 3px;
	}
	
	.titulos_listado_change_order table tr td {
		padding-top: 6px;
	}
	
	.tabla_listado_change_order ul {
		padding: 0px;
		margin: 0px;
	}
	
	.tabla_listado_change_order ul li {
		border-bottom: 1px solid #bcbcbc;
		list-style: none;
	}
	
	.item_change_order {
		float: left;
	}
	
	.filtros_listado_news table tr td {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		border-bottom: 1px solid #bcbcbc;
	}
	
	.btn_fav_listado {
		background-image: url("/admin/images/backend_favorito_noticia.png");
		background-position: 0px -19px;
		width: 18px;
		height: 18px;
		float: left;
		margin-left: 5px;
		margin-right: 5px;
		margin-top: 4px;
	}
	.btn_fav_listado:hover {
		background-position: 0px 0px;
	}
	
	.btn_visible_listado {
		background-image: url("/admin/images/ver_noticia.png");
		background-position: 0px -15px;
		width: 23px;
		height: 15px;
		float: left;
		margin-left: 5px;
		margin-right: 5px;
		margin-top: 8px;
	}
	.btn_visible_listado:hover {
		background-position: 0px 0px;
	}
	
	.btn_no_visible_listado {
		background-image: url("/admin/images/porducto_no_visto.jpg");
		width: 22px;
		height: 22px;
		float: left;
		margin-left: 5px;
		margin-right: 5px;
		margin-top: 3px;
	}
	
	.btn_editar_listado {
		background-image: url("/admin/images/bot_modificar_producto_tienda.png");
		background-position: 0px 0px;
		width: 33px;
		height: 25px;
		float: left;
		margin-left: 5px;
		margin-right: 5px;
	}
	.btn_editar_listado:hover .cancel {
		font-size: 12pt;
		margin-top: 2px;
	}
	.cancel:hover {
		color: #fc6a2d;
	}
	
	.btn_ver_detalle_smartphone {
		display: none;
	}
	
	.btn_ver_detalle {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 50px;
		padding: 2px 0px;
		border-radius: 3px;
		cursor: pointer;
	}
	
	.btn_ver_detalle svg{
		width: 50%;
		display: block;
		fill: var(--color-dorado);
	}
	
	.btn_ver_detalle svg:hover{
		fill: var(--color-rosa);
	}
	
	.btn_filtrar {
		width: 80px;
		margin-left: 5px;
		margin-right: 5px;
		margin-top: 3px;
		padding: 5px 0px;
		text-align: center;
		color: #ffffff;
		border: 1px solid #3ea9f5;
		background-color: #3ea9f5;
		border-radius: 5px;
		font-size: 12px;
	}
	.btn_filtrar:hover {
		color: #ffffff;
		border: 1px solid #6ebdf5;
		background-color: #6ebdf5;
	}
	
	.checkbox {
		width: 14px;
		height: 14px;
		background-image: url("/admin/images/checkbox.png");
		float: left;
		margin-top: 3px;
		margin-bottom: 3px;
		margin-right: 5px;
	}
	
	.checkbox_active {
		width: 14px;
		height: 14px;
		background-image: url("/admin/images/checkbox.png");
		background-position: 0px 14px;
		float: left;
		margin-top: 3px;
		margin-bottom: 3px;
		margin-right: 5px;
	}
	
	.input_listado {
		width: 20px;
		height: 20px;
		float: left;
		margin-left: 5px;
		margin-right: 5px;
		margin-top: 4px;
	}
	
	.input_option_poll {
		width: 70%;
		margin: 10px 1% 10px 2.5%;
		float: left;
	}
	
	.input_option_poll input {
		width: 100%;
		height: 20px;
		border-radius: 3px;
		border: 1px solid #c6c6c6;
	}
	
	.btn_delete_option_poll {
		background-image: url("/admin/images/bot_eliminar_producto_tienda.png");
		background-position: 0px 0px;
		width: 24px;
		height: 25px;
		float: left;
		margin-left: 5px;
		margin-right: 5px;
		margin-top: 8px;
	}
	.btn_delete_option_poll:hover {
		background-position: 0px -29px;
	}
	
	.btn_edit_option_poll {
		background-image: url("/admin/images/bot_modificar_producto_tienda.png");
		background-position: 0px 0px;
		width: 33px;
		height: 25px;
		float: left;
		margin-left: 5px;
		margin-right: 5px;
		margin-top: 6px;
	}
	.btn_edit_option_poll:hover {
		background-position: 0px -29px;
	}
	
	.add_option_poll {
		font-size: 14px;
		color: #24c279;
		font-weight: 700;
		margin-left: 2.5%;
	}
	
	.subtitulo_get_export {
		font-size: 14px;
		margin-top: 10px;
		margin-bottom: 5px;
	}
	
	.titulo_get_export {
		text-align: center;
		font-size: 16px;
		font-weight: 700;
		margin-bottom: 10px;
	}
	
	.content_get_export {
		float: left;
		margin-right: 10px;
	}
	
	.content_get_export select {
		float: left;
		margin-right: 10px;
	}
	
	.add_field {
		float: left;
		padding: 0px 6px;
		border: 1px solid #24c279;
		color: #24c279;
		border-radius: 5px;
	}
	
	.add_field:hover {
		background-color: #24c279;
		color: #ffffff;
	}
	
	/*********************************************** FIN PEDIDO *************************************************/
	
	/******************************************** DETALLE PEDIDOS ************************************************/
	
	.content_order_header {
		margin-top: 20px;
		display: flex;
		justify-content: center;
		align-items: stretch;
		flex-wrap: wrap;
	}
	
	.order_header {
		width: 48%;
		margin: 0px 1%;
		padding: 20px;
		border: 1px solid #000000;
		border-radius: 3px;
	}
	
	.titulo_header {
		font-weight: 700;
		text-align: center;
		font-size: 16px;
		margin-bottom: 20px;
	}
	
	.linea_header {
		padding: 5px 0px;
	}
	
	.titulo_linea_header {
		float: left;
		margin-right: 10px;
		font-weight: 700;
	}
	
	.dato_linea_header {
		float: left;
	}
	
	.content_tabla_detalle_pedido {
		margin-top: 20px;
	}
	
	.tabla_detalle_pedido tr:nth-child(even) {
		background-color: #f2f2f2;
	}
	
	.tabla_detalle_pedido tr:first-child {
		background-color: #9e9e9e;
		color: #fff;
		font-weight: 700;
	}
	
	.tabla_detalle_pedido2 tr:nth-child(odd) {
		background-color: #fff;
	}
	
	.tabla_detalle_pedido tr td {
		padding: 5px;
	}
	
	.tabla_detalle_pedido tr td span {
		font-size: 12px;
		color: #7d7d7d;
	}
	
	.titulo_observaciones {
		margin-top: 30px;
		font-size: 16px;
		font-weight: 700;
	}
	
	.observaciones {
		margin-top: 10px;
	}
	
	.input_cantidad {
		width: 50px;
	}
	
	.totales_pedidos {
		width: 100%;
		max-width: 1200px;
		text-align: left;
		margin: 0 auto;
	}
	
	.contnten_totales_pedido {
		width: 48%;
		margin: 20px 1%;
		background-color: #099fe4;
		border-radius: 3px;
		float: left;
		color: #fff;
		text-align: center;
		padding-top: 15px;
		padding-bottom: 15px;
		font-weight: 700;
	}
	
	.total_text {
		font-size: 22px;
	}
	
	.total_num {
		font-size: 66px;
		margin-top: 5px;
		font-weight: 200;
	}
	
	.tabla_pie_pedido tr td {
		padding: 5px;
	}
	
	.tr_totales td {
		border-top: 1px solid #cecece;
	}
	
	.td_totales {
		background-color: #ffffff;
	}
	
	/******************************************** FIN DETALLE PEDIDOS ************************************************/
	
	/*********************************************** PROYECTOS **************************************************/
	
	.proyect_wrap{
		margin-top: 140px;
	}
	
	.proyect_slider{
		width: 100%;
		margin: 110px 0;
	}
	
	.proyect_slider .swiper {
		width: 100%;
		padding-top: 50px;
		padding-bottom: 50px;
	  }
	
	.proyect_slider .swiper-slide {
		background-position: center;
		background-size: cover;
		width: auto;
		height: 600px;
	}
	
	.proyect_slider .swiper-slide .img_proyecto {
		display: block;
		width: 100%;
		height: 100%;
	}
	
	.proyect_slider .swiper-slide .img_proyecto img{
		  height: 100%;
	}
	
	.proyect_slider .swiper-button-prev, .swiper-container-rtl .swiper-button-prev{
		left: calc(50% - 330px)!important;
		top: 80%!important;
	} 
	
	.proyect_slider .swiper-button-next, .swiper-container-rtl .swiper-button-next{
		right: calc(50% - 330px)!important;
		top: 80%!important;
	}
	
	.proyect_bottom_wrap{
		display: flex;
		flex-direction: column;
		align-items: center;
		margin: 100px 0;
	}
	
	.button_proyect{
		padding: 10px 20px;
		border: 2px solid #1a1a1a;
		background: #1a1a1a;
		color: #fff;
		cursor: pointer;
	}
	
	.button_proyect:hover{
		background: #fff;
		color: #1a1a1a;
	}
	
	.description_proyect{
		color: #464646;
		font-weight: 400;
		font-size: 18px;
		line-height: 28px;
		padding: 0 20%;
		margin-top: 100px;
	}
	
	/*********************************************** PROYECTOS LIST**************************************************/
	
	.proyectos_list .proyecto{
		width: 380px;
		margin-bottom: 100px;
	}
	
	.proyectos_list .img_proyecto{
		height: 429px;
	}
	
	.proyectos_list .img_proyecto img{
		height: 100%;
	}
	
	/*********************************************** LOGIN **************************************************/
	
	.content_login{
		background-color: var(--light-color-tint);
		height: calc(100vh - var(--header-total-height));
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top:  var(--header-total-height);
		color: var(--light-color-contrast);
	}
	
	.content_logo_login{
		width: 400px;
		margin-right: 10px;
		color: var(--light-color-contrast);
	}
	
	.content_logo_login svg{
		width: 300px;
	}
	
	.content_login_form{
		padding: 0px 5px;
		width: 380px;
	}
	
	.content_register_form{
		display: none;
		padding: 0px 5px;
		width: 380px;
	}
	
	.title_form_log{
		font-weight: 500;
		padding: 10px 0px 5px 0px;
		color: var(--light-color-contrast);
		font-size: 18px;
	}
	
	.mensaje_error{
		color:red;
		margin-bottom:10px;
	}
	
	.underline_login{
		transition: all 0.8s ease-in-out;
		margin-bottom: 20px;
		height: 2px;
		background-color: #fff;
		width: 20px;
	}
	
	.title_form_log:hover ~ .underline_login, .underline_login:hover{
		width: 120px;
	}
	
	.content_input_login{
		width: 100%;
		margin: 10px 0px;
		border-radius: var(--radius-l);
	}	
	
	.content_input_login a{
		color: var(--light-color-contrast);
	}
	
	.content_input_login input{
		width: calc(100%);
		padding: 10px 5px;
		background-color: transparent;
		outline: none;
		border: solid 1px var(--medium-color-tint);
		border-radius: var(--radius-l);
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		padding-inline: var(--space-2);
	}
	
	.content_input_login input:focus{
		border: 1px solid var(--light-color-contrast);
	}
	
	
	.content_input_terminos{
		display: flex;
		margin: 20px 0;
		color: var(--light-color-darker);
	}
	
	.content_input_terminos a{
		text-decoration: underline;
		color: var(--light-color-darker);
	}
	
	.content_input_terminos a:hover{
		color: rgb(136, 136, 136);
	}
	
	.content_btns_login{
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: nowrap;
	}
	
	.btn_login_registrarse{
		width: 160px;
		border-radius: var(--radius-l);
		border: 1px solid var(--dark-color);
		color: var(--dark-color);
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		font-size: var(--text-base);
		font-weight: 600;
		cursor: pointer;
		padding: 8px 0px;
		text-align: center;		
	}
	
	.btn_login_registrarse:hover{
		background-color: var(--dark-color);
		border: 1px solid var(--dark-color);
		color: var(--light-color);
	}
	
	.btn_login_iniciar{
		width: 160px;		
		border-radius: var(--radius-l);		
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		font-size: var(--text-base);
		font-weight: 600;
		cursor: pointer;
		padding: 8px 0px;
		text-align: center;
	}
	
	.btn_login_iniciar:hover{
		background-color: transparent;
		color: var(--main-color);
		border: solid 1px var(--main-color);
	}
	
	.btn_volver_login{
		width: 160px;
		border-radius: var(--radius-l);
		border: 1px solid var(--dark-color);
		color: var(--dark-color);
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		font-size: var(--text-base);
		font-weight: 600;
		cursor: pointer;
		padding: 8px 0px;
		text-align: center;		
	}
	
	.btn_volver_login:hover{
		background-color: var(--dark-color);
		border: 1px solid var(--dark-color);
		color: var(--light-color);
	}
	
	
	
	/*********************************************** FIN LOGIN **********************************************/
	
	/*///////////////////////////////////////////////CONTACTO///////////////////////////////////////////////////////////////*/
	
	
	.contact{
		display: flex;
		max-width: 2000px;
		height: 100vh;
		margin: 0 auto;
	}
	
	.contact .img_contact_wrap{
		width: calc(100% - 700px);
	}
	
	.contact .img_contact{
		width: 100%;
		height: calc(100% - 200px);
		overflow: hidden;
	}
	
	.contact .img_contact img{
		height: 106%;
	}	
	.contact .img_contact_wrap .title{
		height: 200px;
		line-height: 60px;
		font-weight: 600;
		font-size: 213px;
		color: #c4c4c4;
		overflow: hidden;
	}
	
	.contact .info_contact_wrap{
		width: 700px;
		height: 100vh;
		background: #232323;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.info_contact{
		display: flex;
		flex-direction: column;
	}
	
	.info_contact .line_contact{
		width: 80px;
		height: 3px;
		background: #c4c4c4;
		margin-bottom: 60px;
	}
	
	

	.info_contact .title{
		width: 300px;
		font-size: 20px;
		font-weight: 200;
		color: #fff;
		margin-bottom: 40px;
	}
	
	.card_contact{
		display: flex;
		margin-bottom: 50px;
	}
	
	.card_contact svg{
		width: 20px;
		fill: #c4c4c4;
		margin: 10px 50px 0 0;
	}
	
	.card_contact .info_card_contact{
		display: flex;
		flex-direction: column;
	}
	
	.card_contact .info_card_contact a,
	.card_contact .info_card_contact div{
		color: #808080;
	}
	
	.card_contact .info_card_contact a:hover{
		color: #fff;
	}
	
	.card_contact .info_card_contact .info_title{
		color: #fff;
	}
	
	
	.contact_form{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		z-index: 100;
		margin: 65px 0;
	}
	
	.contact_form .text{
		width: calc(50% - 50px);
		margin: 80px 0;
		padding: 25px;
		align-self: center;
		z-index: 100;
	}
	
	.contact_form .text .title_contact{
		font-weight: bold;
		font-size: 20px;
		margin: 10px 0;
	}
	
	.contact_form .text .text_contact{
		font-size: 18px;
	}
	
	.contact_form .form{
		width: 640px;
		margin: 40px 10px;
		padding-top: 40px;
		z-index: 100;
	}
	
	.contact_form .form .row{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 100%;
		
	}
	
	.contact_form .form .row .item{
		margin-bottom: 40px;
	}	
	
	.contact_form .form input{
		width: 310px;
		border: none;
		border-bottom: 1px solid black;
		background-color: transparent;
		height: 30px;
	}
	
	.contact_form .form .message{
		width: 100%
	}
	.contact_form .form textarea{
		width: 100%;
		height: 100px;
		border: none;
		border-bottom: 1px solid black;
		background-color: transparent;
	}
	
	.contact_form .form .submit{
		display: flex;
		justify-content: center;
		align-items: center;
		background: #1a1a1a;
		color: #fff;
		border: 2px solid #1a1a1a;
		width: 150px;
		height: 50px;
		cursor: pointer;
	}
	
	.contact_form .form .submit:hover{
		background: #fff;
		color: #1a1a1a;
	}
	
	.contact_form .form .required{
		line-height: 45px;   
	}
	
	.map{
		width: 100%;
		margin-bottom: 100px;
	}
	
	.map .map_responsive{
		max-width: 100%;
		display: block;
		margin: 0 auto;
	}
	
	/*********************************************** TERMINOS ********************************************/
	
	.title_terminos_politicas{
		font-size: 32px;
		padding-bottom: 20px;
		margin-top: 200px;
		margin-left: 20px;
	}
	
	.text_terminos_politicas{
		line-height: 26px;
		padding-bottom: 80px;
		margin-left: 20px;
	}
	
	/*********************************************** FIN TERMINOS ********************************************/
	
	/* CUENTA CORRIENTE Y FACTURAS */

.content_module {
  width: calc(100% - 20px);
  padding: 150px 10px 60px 10px;
}

.title_cc {
  font-weight: 600;
  font-size: 22px;
  margin: 20px 0px 20px 0px;
  color: #000;
  width: 100%;
}

.item_title_ctate {
  display: flex;
  align-items: center;
  justify-content: center;
  gap:var(--space-2);
  padding: 6px 10px;
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  margin: 30px 0px 20px 0px;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  color:var(--main-color-darker);
  font-weight:700;
}
.item_ctate *{
	flex-grow: 0;
	flex-shrink: 0;
}
.item_ctate {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-1);
  padding: 6px 30px;
  background-color: #fff;
  border-radius: 5px;
  min-width: 700px;
  margin: 10px 0px;
  box-sizing: border-box;
  border: 1px solid #fff;
  transition: all 0.2s ease-in-out;
  box-shadow: 0px 0px 13px rgb(0, 0, 0, 0.1);
}

.item_ctate:hover {
  box-shadow: 0px 0px 13px rgb(0, 0, 0, 0.15);
  border: 1px solid var(--color-hover);
} 

.name_item_ctate {
  max-width: 200px;
  width: 300px;
}

.saldo_item_ctate {
  width: 105px;
  margin-left: 5px;
}

.text_saldo_ctacte {
  text-align: right;
  /* margin-bottom: 5px; */
  font-size: 12px;
  font-weight: bold;
}

.number_saldo_ctacte {
  text-align: right;
  font-size: 14px;
}
.debito_credito_content{
	width: 125px!important;
}

.content_triple_saldo {
  width: calc(100% - 89px);
  background-color: #fff;
  border-top: 1px solid #cecece;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 10px;
  position: fixed;
  z-index: 300;
  bottom: 0px;
  right: 0;
  transition: all 0.2s ease-in-out;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.content_saldo_total {
  color: var(--main-color-darker);
  font-weight: 600;
  font-size: var(--text-md);
  padding: 5px 10px;
  width: calc(50% - 20px);
  text-align: center;
}

.item_pdf_factura {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  background-color: #fff;
  border-radius: 5px;
  margin: 10px 0px;
  border: 1px solid #fff;
  /* border-bottom: 1px solid #c3c3c3; */
  transition: all 0.2s ease-in-out;
  box-shadow: 0px 0px 13px rgb(0, 0, 0, 0.1);
  cursor: pointer;
}

.item_pdf_factura:hover {
  box-shadow: 0px 0px 13px rgb(0, 0, 0, 0.15);
  border: 1px solid var(--color-hover);
}

.text_pdf_factura {
  width: calc(100% - 40px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.text_pdf_factura > div {
  margin-right: 6px;
}

.name_factura {
  font-weight: 600;
}

.importe_factura {
  margin-left: auto;
  font-weight: 600;
}

.svg_pdf_factura {
  width: 24px;
  margin-left: 15px;
}

.svg_pdf_factura svg {
  fill: #000;
  transition: all 0.2s ease-in-out;
  display: block;
}

.content_layer_box {
	overflow: hidden; 
}
.content_item_cates{
	position: relative;
	overflow: auto;
	/* width: 100vw; */
	width: calc(100% - 10px);
	padding: 5px;
}
.layer_cargando_box {
  position: absolute;
  z-index: 200000;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  top: 0px;
  left: 0px;
}

.spinner_box {
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 10;
}

.layer_cargando {
  position: fixed;
  z-index: 200000;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  display: none;
}

.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0px auto;
  margin-top: 100px;
  margin-bottom: 50px;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.title_loading {
  font-size: 18pt;
  color: #c3c3c3;
  font-weight: 700;
}

.text_loading {
  font-size: 12pt;
  color: #000000;
  font-weight: 300;
  margin-top: 10px;
}

/* FIN CUENTA CORRIENTE Y FACTURAS */

	.content_cuentas{
		display: flex;
		justify-content: center;
		align-items: stretch;
		align-content: center;
		flex-wrap: wrap;
	}

	.cuenta_corriente{
		width: calc(25% - 42px);
		padding: 10px;
		border-radius: 5px;
		border:1px solid #989898;
		display: flex;
		align-items: center;
		flex-direction: column;
		margin: 10px;
		min-width: 250px;
	}

	.title_cuenta_corriente{
		text-align: center;
		color: #000;
		font-size: 16px;
		font-weight: 500;
		margin-bottom: 20px;
	}
	
	/*******************************************************************************************/
	/**************************** MEDIAS QUERY *************************************************/
	/*******************************************************************************************/
	

	@media (max-width: 1280px){
	
		/* DESTACADOS */
		.destacados_wrap .remarkable{
			display: block!important;
		}
	
		.destacados_wrap .cards_wrap{
			display: none!important;
		}
	
		.search form{
			width: 90%;
		}
	}	
	
	@media (max-width:1800px) {
	
	}
	
	@media (max-width:1600px) {
	
	}
	
	@media (max-width:1400px) {
		/* NOSOTROS  */
		.info_nosotros_wrap{
			width: calc(90% - 50px);
		}
	
	}
	
	@media (max-width:1200px) {
	
	}
	
	@media screen and (max-width: 1024px){
		
		/* CONTACTO */
		.contact .contact_form .text{
			margin: 0px 0 80px 0;
		}
		/* NOSOTROS  */
		.info_nosotros_wrap{
			flex-wrap: wrap;
		}
	
		
	}
	
	@media (max-width:1300px) {
	
		/* NEWSLETTER */
		.newsletter_wrap .left{
			display: none;
		}
	
		.newsletter_wrap .right{
			width: 100%;
		}
	
		.newsletter_wrap .discount{
			right: 40%
		}
	
	}
	
	@media (max-width:990px) {
	
	}
	
	@media (max-width:960px) {
	
		.content_img_detalle{
			height: 350px;
		}
	
		.details{
			margin-top: 20px;
		}
	
		/* NEWSLETTER */
		.newsletter{
			min-width: 395px;
		}
	
		/* CHECKOUT */
	
		.container {
			width: 100%;
			padding: 0px;
		}
	
		.content_checkuot{
			padding: 80px 10px 40px 10px;
		}
	
		.chek_carro {
			float: none;
			position: fixed;
			z-index: 10;
			top: 75px; /* EL HEIGHT DEL HEADER RESPONSIVE */
			left: 0px;
			width: 100%;
		}
	
		.carro_check{
			display: none;
		}
	
		#backgroundRespDetail{
			position: fixed;
			z-index: 5;
			top: 0px;
			left: 0px;
			height: 100vh;
			width: 100%;
			background-color: rgba(255, 255, 255, 0.8);
		}
	
		.detail_resp_check{
			width: calc(100% - 20px);
			padding: 15px 10px;
			display: flex;
			justify-content: space-between;
			align-items: center;
			background-color: #fff;
			border-bottom: 1px solid #c7c7c7;
		}
	
		.wrapper_svg_detail_resp_check{
			display: flex;
			justify-content: flex-start;
			align-items: center;
		}
	
		.svg_detail_resp_check{
			width: 18px;
		}
	
		.svg_detail_resp_check svg{
			fill: #1d1d1b;
			width: 100%;
			display: block;
			transition: all 0.2s ease-in-out;
		}
	
		.text_detail_resp_check{
			font-size: 16px;
			margin-left: 8px;
			color: #1d1d1b;
		}
	
		.price_detail_resp_check{
			font-weight: 600;
			font-size: 16px;
		}
	
		.header_detalle_carro_check{
			display: none;
		}
	
		.footer_detalle_carro_check{
			background-color: #fff;
			padding: 0px 0px 10px 0px;
			border-bottom: 1px solid #c7c7c7;
		}
	
		.total_check{
			font-size: 12pt;
			font-weight: 500;
		}
	
		.texto_resultado_total_check b{
			font-weight: 500;
		}
	
		.total_check:nth-child(3){
			font-weight: 700;
		}
	
		.total_check:nth-child(3) .texto_resultado_total_check b{
			font-weight: 700;
		}
	
		.body_detalle_carro_check{
			max-height: calc(75vh - 50px - 75px - 101px); /* HEIGHT DEL HEADER Y EL HEAD DEL DETALLE Y FOOTER DEL CHECKOUT*/
			overflow-y: auto;
		}
	
		.body_detalle_carro_check table tr td{
			padding: 5px;
		}
	
		/* FOOTER */
		.footer_bottom{
			justify-content: center;
			height: 110px;
		}
	
		.footer_bottom .left{
			line-height: 60px;
		}
	
	}    
	
	
	/* Landscape phone to portrait tablet and phones */
	
	@media (max-width:920px) {
	
	}
	
	@media (max-width:868px) {
		
	}
	
	@media (max-width:860px) {
		/* HEDER */
		.center_menu{
			display: none !important;
		}
		.center_menu_responsive{
			display: block;
		}
	
		.menu_responsive_div{
			display: flex !important;
			width: 90px;
		}
	
		.content_slider_home {
		/* 	height: calc(55vh - var(--header-total-height)); */
		}
		.right_menu{
			width: 90px ;
		}
		
		/* SLIDER HOME */
		.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
			display: none;
		}
		.price_wrap{
			flex-direction: column;
			gap: 0;
			width: 100%;
			min-height: auto;
		}
	
		/*LIST*/
		.banner_list{
			display: none;
		}
		
		.header_list{
			flex-direction: column;
			justify-content: center;
		}
	
		.header_list .header_list_left{
			width: -webkit-fit-content;
			width: -moz-fit-content;
			width: fit-content;
			align-self: center;
		}
	
		.header_list .header_list_right{
			justify-content: space-between;
		}
	
		.list .main_list{
			position: relative;
		}

		.list .main_list *{
			box-sizing: border-box;
		}
	
		.list .main_list .filter .close{
			display: block;
		}	
	
		.list .main_list .filter{
			background: #fff;
			z-index: 3000;
			position: fixed;
			transform: translate3d(-100%, 0, 0px);
			transition: transform 0.35s cubic-bezier(0.05, 1.04, 0.72, 0.98) 0s;
			top: 0;
			width: 100%;
			top: var(--header-total-height);
			left: 0;


			overflow: hidden;
			max-height: calc(100dvh - var(--header-total-height));
			height: 100%;
		}
	
		.list .main_list .filter.is_active{
			transform: translate3d(0px, 0, 0px);
		}
	
		.header_list_right{
			justify-content: space-between;
		}
		.header_list_right #filter_button{
			display: flex !important;
		}
		.section_title{
			font-size: var(--text-lg) !important;
		}
	
		/* LOGIN */
		.content_login{
			flex-direction: column;
			padding: 0 20px;
		}
		
		.content_logo_login{
			margin: 0px auto 20px auto;
			width: 100%;
			max-width: 400px;
			display: flex;
			justify-content: center;
		}
	
		.content_logo_login svg{
			width: 70%;
		}
		
		.content_login_form, .content_register_form{
			margin: 0 auto;
			width: 100%;
			max-width: 390px;
		}
	
		/* CARD */
	
		.button_card_wrap{
			bottom: 20px;
			z-index: 12;
			opacity: 1;
			background: #e9e9e9;
		}
		.list .main_list .filter{
			margin-top:0;
		}
		/*footer*/
		.footer_bottom .left{
			line-height: 50px;
		}
		.footer_bottom .right div {
			margin: 0px 10px;
		}
		.footer_bottom div{
			font-size: 9px;
		}
		.footer_bottom .logo_positive {
			margin-right: 9px;
			width:90px;
		}
		.footer_bottom .logo_full{
			width: 90px;
		}
		.footer_bottom .left{
			margin: 0px;
		}
	}    
	
	@media (max-width:800px) {
	
		/* UNIDADES DE VENTA */
		.unidades{
			width: 100%;
		}
	
		/* OFFER */
	
		.offers_wrap{
			top: -30px;
		}
	
		/* MAIN CATEGORIES */
	
		.products_sale .top{
			flex-wrap: wrap;
			justify-content: center;
		}
	
		.products_sale .inside_top{
			width: calc(100% - 20px);
			height: 389px;
			margin-top: 20px;
		}
	
		.products_sale_category .inside_top{
			width: calc(100% - 20px);
			height: 340px;
			margin-top: 20px;
		}
	
		.products_sale_category .left, 
		.products_sale_category .right {
			height: unset;	
			align-items: center;
		}
	
		.products_sale .left, 
		.products_sale .right {
			height: unset;	
			align-items: center;
		}
	
		.products_sale .bottom{
			width: calc(100% - 20px);
			height: 389px;
		}
		.products_sale .right .card_wrap{
			width: calc(100% - 20px);
			height: 389px;
		}
	
		.products_sale_category .bottom{
			width: calc(100% - 20px);
			height: 170px;
		}
		.products_sale_category .right .card_wrap{
			width: calc(100% - 20px);
			height: 340px;
		}
	
		.card_text_category {
			height: 60px;
		}
		
		.card_text_category .title{
			font-size: 16pt;
			line-height: 100%;
			margin-top: 7px;
		}
		
		.card_text_category .sub_title{
			font-size: 9pt;
			line-height: 100%;
		}
	
		.products_sale .inside_top img,
		.products_sale .bottom img,
		.products_sale .right img{
			width: 230px;
		}
	
		.products_sale_category .inside_top img,
		.products_sale_category .bottom img,
		.products_sale_category .right img{
			width: 100%;
		}
		
	}    
	
	
	@media (max-width: 520px){
		
	}
	
	@media screen and (max-width: 768px){
		/* CONTACTO */
		.contact .contact_form{
				margin: 20px 0 65px 0;
		}
		.contact .contact_form .text{
				width: 100%;
		}


	}
	/* Landscape phone to portrait tablet and phones */
	
	@media (max-width:760px) {

		.content_saldo_total {
			width: calc(100% - 20px);
		}
	
		.saldo_item_ctate,  .number_saldo_ctacte{
			font-size: var(--text-xs);
			width: 80px !important;
		}
		/* ZEN */
	
		.slider_zen_responsive{
			display: block;
		}
	
		.zen_title{
			font-size: 30px;
		}
	
		.slide_zen{
			display: none;
		}
	
		/*LOGIN */
		.text_new_register{
			display: none;
		}
	
		/* DETALLE */
		.content_img_detalle .swiper-slide img {
			object-fit: cover;
	
		}
	
		/************************************************** CHECKOUT **********************************************/
	
		.content_crear_pass {
			width: 96%;
			margin: 20px 2% 0px 0px;
			padding: 20px 1%;
		}
	
		.content_pass_1,
		.content_pass_2 {
			float: initial;
			width: 100%;
			margin: 0px;
		}
	}
	@media (max-width: 780px){
		.offer_svg{
			display: none;
		}
		
		.text_offers_wrap{
			border-radius: var(--radius-l);
			padding-left: 8px;
		}
	}
	@media (max-width:680px) {
		.quantity_control{
			visibility: visible;
			display: block;
		}
		.quantity_control div .quantity_button{
			font-size: var(--text-base);
		}
		.content_botonera{
			align-items: center;
			display: flex;
			height: 25px;
			justify-content: space-around;
			align-items: center;
		}
		
		.offers_list{
			position: absolute;
		}
		.offers_list .offers_item{
			padding: 6px;
		}
		.item_p{
			margin-right: auto;
			font-size: var(--text-xs);
		}
	
		/* DETALLE */
		.content_img_detalle .swiper-slide img {
			display: block;
			height: 100%;
			width: 100vw;
			object-fit: cover;
			margin: 0 !important;
	
		}
		.swiper-slide.swiper-slide-active{
			width: 100vw;
	
		}
		/* CARRO */
	
		.titulo_resumen_pedido_paso1{
			text-align:center;
		}
	
		.checkbox_terminos{
			text-align:center;
		}
	
		.content_btns_carro {
			margin-top: 0px;
			width:205px;
		}
	
		.bot_confirmar_paso1 {
			margin-left: 0px;
			border-radius: var(--radius-l);
		}
	
	
		.table_pedido tr td:nth-child(2){
			display:none;
		}
	
		.content_cant_uni {
			width: 58px;
		}
	
		.btn_cant_carro {
			width: 40px;
			padding: 7px 8px 7px 8px;
		}
	
		.cantidad_carro {
			width: 40px;
		}
	
		.content_retirar_sucur{
			width:calc(98% - 2px);
			padding:40px 1% 30px 1%;
			margin-right:0%;
			float:initial;
			height:auto;
		}
	
		.content_retirar_sucur:nth-child(2n){
			margin-right:0%;
			margin-left:0%;
		}
	
		.content_footer_interna {
			float: initial;
			width: 90%;
			margin:0 auto;
			margin-bottom:15px;
		}
	
		.conten_imagenes_detalle {
			width: 92%;
			margin-right:4%;
			margin-left:4%;
			float: initial;
			margin-bottom:20px;
		}
	
		.info_producto_detalle {
			width: 92%;
			margin-right:4%;
			margin-left:4%;
			float: initial;
			margin-top:30px;
		}
	
		.order_header{
			float:initial;
			width: calc(98% - 42px);
			margin-bottom:10px;
		}
	
		.info_emergente{
			width:100%;
			left: 0px;
			margin-left: 0px;
			height: 40px;
		}
	
		.conten_info{
			padding:10px 10px;
			width:calc(100% - 20px);
			float:initial;
		}
	
		/* NEWSLETTER */
		.newsletter_wrap .square_float{
			display: none;
		}
	}
	
	@media (max-width:630px) {
		
		.name_item_ctate{
			width: 260px;
		}
		.slider_responsive{
			display: block !important;
		}
	
		.slider_desktop{
			display: none;
		}
		/*DETALLE*/
	
		.details .send{
			/* flex-wrap: nowrap; */
			flex-direction: column;

		}
	
		/* BANNER PRODUCTOS */
		.banner{
			width: calc(100% - 20px);
		}
	
		.banner a{
			width: 100%;
		}
	
		.banner_top,
		.banner_bottom{
			flex-wrap: wrap;
			justify-content: center;
		}
	
		.banner_bottom_left,
		.banner_bottom_right{
			width: 100%;
		}
	
		.banner_bottom .banner_long{
			width: calc(100% - 20px);
		}
	
		
		/* NOSOTROS  */
		.parallax_nosotros img{
			width: 300px;
		}
	
		.card_wrap{	
			/* width: calc(50% - 20px); */
			width: 100%;
		}
	}
	
	@media (max-width:540px) {
		/*nav bar*/
		#menuToggle{
			padding: 11px;
		}
		#menuToggle span {
			width: 31px;
		}
		.left_menu .logo {
			width: 130px;
		}
	
		/* SLIDER HOME */
		.title_banner_slider{
			font-size: 50px;
			width: 400px;
		}
	
		/* NEWSLETTER */
		.newsletter .form_newsletter{
			margin-left: 20%;	
		}
	
	
		.newsletter .form_newsletter input{
			height: calc(42px - 20%);
			width: calc(300px - 20%);
		}
	
		.newsletter .form_newsletter button{
			width: calc(130px - 20%);
			height: calc(45px - 20%);
		}
		.newsletter .line{
			left: 20%;
		}
	
		/* PRODUCTOS DESTACADOS */
	
		.featured_wrap .title{
			font-size: 78px;
		}
	
		.content_img_detalle{
			min-height: 280px;
		}
	}
	
	
	/* Landscape phones and down */
	
	@media (max-width:480px) {
		/* UNIDADES DE VENTA */
		.unidades{
			height: 450px;
		}
		/*DETALLE*/
		.details .category_header .grey{
			display: none;
		}
	
		/* NEWSLETTER */
		.newsletter_wrap .right img{
			display: none;
		}
	
		.newsletter{
			width: 90%;
		}
	
		.newsletter_wrap .discount{
			right: 60%;
		}
	
		/* NOSOTROS  */
		.img_nosotros, .info_nosotros{
			min-width: 300px;
		}
	}
	
	@media (max-width:430px) {
		/* SLIDER HOME */
		.title_banner_slider{
			font-size: 40px;
			line-height: 40px;
			width: 300px;
		}
	
		/*LOGIN*/
		.btn_login_registrarse, .btn_login_iniciar{
			width: 140px;
		}
	
		/* BODY LISTA */
	
		.order_button select{
			width: 134px;
		}
		.card_wrap{	
			width: 100%;
		}
	}
	/* Landscape phones and down */
	
	@media (max-width:376px) {
		/* CARRO LATERAL */
		.carro_lateral{
			width: 95%;
		}
	
		.titulo_carro_lat{
			font-size: 20px;
		}
	
		.cerrar_carro_lat{
			font-size: 10px;
		}
	}
	
	/* fix height del emnu en pantallas mas cortas */
	@media screen and (max-height: 700px) {
		.child_wrap.horizontal_child{
			overflow-y: auto !important;
			height: 80vh !important;
		}
	}
	
	
	
	/* SKEW DE CUOTAS SIN INTERES */
	
	.content_cuotas_product{
		font-size: 12px;
		position: relative;
		padding: 2.5px;
		color: black;
	  }
	  .skew-style::before{
		content: '';
		position: absolute;
		left: 0;
		top: -25%;
		height: calc(100% + 50%);
		width: 100%;
		inset: -1;
		transform: skewY(-2deg);
		background: rgba(233, 182, 13, 0.8);
	  }
	
	.skew-style {
	  display: block;
	  color: black;
		position: relative;
		display: inline-block;
		margin-top: 10px;
		font-weight: bold;
	}
	
	.unstyled-list{
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.unstyled-list > li{
		margin-block: var(--space-1);
	}


	/* TODO PASAR ESTOA  TOR LADO O HACERLO MEJOT */
	
	
	.section_wrapper.full_page{
		width:100%;
	}
	.section_wrapper	.section{
		color: var(--dark-color);
		padding-top: 4rem;
	}
	.section_wrapper	.section	.section_header{
		display: flex;
    	align-items: center;
    	justify-content: space-between;
	}


	.see_all_grouper{
		position: absolute;			
		right: 1rem;
		text-decoration: underline solid var(--main-color);
		display: flex;
		align-items: center;
		font-size: 14px;
		color: #323232;
		font-weight: 400;	
	}

	.section_wrapper .section .section_header .section_title{
		font-size: var(--text-xl);
		margin: 0;
		padding: 0;
	}
	.section_wrapper .section .section_header	.section_subtitle{
		margin: 0;
		padding: 0;
		font-size: var(--text-base);
		text-align: center;
		display: none;
	
	}
	.section_wrapper .section .section_header	.section_text{
		font-size: var(--text-md);
		text-align: center;
		margin-bottom: var(--space-4);

	}
	.section_wrapper	.section	.section_header .section_actions{
		display: none;
	}
/* 
	.section_wrapper	.section	.section_header			.section_action_main{}
	.section_wrapper	.section	.section_header			.section_action_seconday{}
	.section_wrapper	.section		.section_content{} */
	.section_wrapper	.section		.section_content			.section_content_item{
		position: relative;
	}


	.split-colors{
        background: linear-gradient(
                to bottom,
                var(--dark-color) 0%,
                var(--dark-color) 50%,
                var(--light-color-tint) 50%,
                var(--light-color-tint) 100%
            );
    }


    .section_content.cards{
        display: flex;
        /* gap: 2rem; */
    }

    .section_content.cards .section_content_item{
        border-radius: var(--radius-xl);
        overflow: hidden;
    }

	.section_wrapper .section .section_header.text-left .section_title,
	.section_wrapper .section .section_header.text-left .section_subtitle,
	.section_wrapper .section .section_header.text-left .section_text{
		text-align: left;
	}
	
	

	/* SECTION LICHT */

	.section_wrapper.light{
        background-color: var(--light-color-tint);

	}

	.section_wrapper.light	.section{
		color: var(--light-color-contrast);
		padding-top: 4rem;
	}

	.isNew {
		position: relative;
	}

	.isNew::before {
		content: "Nuevo";
		position: absolute;
		top: -20px;  /* Ajustar esto para la posicon del globo */
		left: 5px;
		background-color: var(--accent-color); /* Color rojo */
		color: var(--accent-color-contrast);
		padding: 2px 6px;
		border-radius: 2px;
		font-size: 10px;
		font-weight: bold;
		white-space: nowrap;
	}

	.isNew::after {
		content: "";
		position: absolute;
		top: -4px; /* Ajustar esto para la posicon del pico */
		left: 27px; /* Ajustar esto para la posicon del pico */
		width: 0;
		height: 0;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 6px solid var(--accent-color); /* Color rojo */
	}
	@media (max-width:860px) {
	.isNew::before {
		top: 0;
		left: 140%;
	}

	.isNew::after {
		display: none;
	}
	}

	.checkeds_container{
		margin-block: 1rem;
		display: flex;
		flex-wrap: wrap;
		gap: .5rem;
	  }
	  .checked_item{
		background: var(--color-light-grey);
		width: max-content;
		border-radius: .25rem;
		padding: .25rem;
		padding-right: 2rem;
		position: relative;
	  }
	  .opt_text{
		margin: .25rem;
	  }
	  .x_button {
		border: none;
		border-radius: .25rem;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		position: absolute;
		top: 0;
		right: 0;
		aspect-ratio: 1/1;
		height: 100%;
		transition: all .25s;
		cursor: pointer;
		
	}
	.x_button:hover{
	  background: var(--color-light-grey);
	
	}
	
	.arrow_svg{
	  width: 1rem;
	  height: 1rem;
	  transition: .25s;
	}
	
	.rotate{
	  transform: rotate(180deg);
	}
	
	.filters_loader{
	  min-width: 200px;
	  padding-right: 0;
	  width: initial;
	  margin-top: 0;
	  background-color: transparent !important;
	}
	
	.list .main_list .filter{
	  padding: 30px 15px;
	}
	
	@media (max-width: 860px){
	  .filters_loader {
		  width: 0;
		  min-width: 0;
	  }
	}
	
	
	/* Filter list */
	.svg_title_display {
		display: none;
	}
	
	.title_display {
		/* padding: 20px 10px; */
		/* background-color: #f1f1f1;*/
		/* border-bottom: 1px solid #c5c5c5; */
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: nowrap;
	}
	
	.text_title_display {
		font-size: 18px;
		color: #646464;
		font-weight: 600;
	}
	
	.svg_title_display {
		width: 22px;
		height: 22px;
		cursor: pointer;
	}
	
	.svg_title_display svg {
		width: 22px;
		height: 22px;
		fill: #000;
	}

	.content_title_cagetories {
		display: flex;
		padding: var(--space-1);
	}

/* Atomized styles classes */
@layer utility{

	/* SHADOW */
	.shadow-sm {
		box-shadow:var(--shadow-sm);
	}

	.shadow {
		box-shadow:var(--shadow);
	}

	.shadow-md {
		box-shadow:var(--shadow-md);
	}

	.shadow-lg {
		box-shadow:var(--shadow-lg);
	}

	.shadow-xl {
		box-shadow:var(--shadow-xl);
	}

	.shadow-2xl {
		box-shadow:var(--shadow-2xl);
	}

	.shadow-inner {
		box-shadow:var(--shadow-inner);
	}

	.shadow-none {
		box-shadow: 0 0 #0000;
	}

	/*  BORDER RADIUS */
	.rounded-full{
		border-radius: 9999px;
	}

	/* SVG SIZE*/
	.svg-xxs svg{
		width: .6rem;
		height: .6rem;
	}

	.svg-xs svg{
		width: .85rem;
		height: .85rem;
	}


	.svg-sm svg{
		width: 1.25rem;
		height: 1.25rem;
	}

	.svg-base svg{
		width: 1.5rem;
		height: 1.5rem;
	}

	.svg-md svg{
		width: 2rem;
		height: 2rem;
	}
	.svg-l svg{
		width: 2.5rem;
		height: 2.5rem;
	}
	.svg-xl svg{
		width: 3rem;
		height: 3rem;
	}

	.svg-center{
		place-content: center;
	}


	.svg-center{
		justify-content: center;
		align-items: center;

	}

		/* SVG FILL COLOR*/
		.svg-white svg{
			fill:#fff!important;
		}
		.svg-light svg{
			fill:var(--light-color) !important;
		}
		.svg-light-darker svg{
			fill:var(--light-color-darker) !important;
		}
		
		.svg-dark svg{
			fill:var(--dark-color) !important;
		}
	
		.svg-medium svg{
			fill:var(--medium-color) !important;
		}
		.svg-main svg{
			fill:var(--main-color) !important;
		}
	
		.svg-secondary svg{
			fill:var(--secondary-color) !important;
		}
	
		.svg-accent svg{
			fill:var(--accent-color) !important;
		}

		/* SVG STROKE COLOR*/
		.svg-stroke-white svg{
			stroke:#fff!important;
		}
		.svg-stroke-light svg{
			stroke:var(--light-color) !important;
		}
		.svg-stroke-light-darker svg{
			stroke:var(--light-color-darker) !important;
		}
		
		.svg-stroke-dark svg{
			stroke:var(--dark-color) !important;
		}
	
		.svg-stroke-medium svg{
			stroke:var(--medium-color) !important;
		}
		.svg-stroke-main svg{
			stroke:var(--main-color) !important;
		}
	
		.svg-stroke-secondary svg{
			stroke:var(--secondary-color) !important;
		}
	
		.svg-stroke-accent svg{
			stroke:var(--accent-color) !important;
		}


		/* SVG Rotate */
		.svg-rotate-45 svg{
			transform: rotate(45deg);
		}
		.svg-rotate-90 svg{
			transform: rotate(90deg);
		}
		.svg-rotate-135 svg{
			transform: rotate(135deg);
		}
		.svg-rotate-180 svg{
			transform: rotate(180deg);
		}
		/* SVG POSITION */
		.svg-center{
            justify-content: center;
            align-items: center;
        }
}

@layer skeleton{
	.skeleton{
		background: rgb(206, 199, 199);
		border-radius:.25rem;
		box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
		animation: skeleton 3s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
	}

	@keyframes skeleton {
		0%{
			opacity: 1;
		}
		50%{
			opacity: .5;

		}
		100%{
			opacity: 1;
		}
	}

	.filter-skeleton{
		width: 90%;
		height: 1.25rem;
	}
	.filter-skeleton-title{
		width: 60%;
		height: 2rem;

	}
	.filter-skeleton-line{
		width: 90%;
		height: 2px;
		margin-block: .5rem;
	}

	.w-s{width: 45%;}
	.w-m{width: 60%;}
	.w-l{width: 90%;}

	.filters_loader{
		box-sizing:border-box;
		min-width: 200px;
		flex-shrink: 0;
		background-color: #fff; 
	}

	@media (max-width:860px) {
		.filters_loader{
			width: 0;
		}
		.left_menu .logo{
			width: 165px
		}
		#menu {
			height: max-content !important;
		}
		.right_menu .app_button.main.outline.login_content{
			display: none !important;
		}
		.search_button_responsive{
			display: flex;
		}
		.search {
			position: absolute;
			z-index: -1;
			top: 0;
			left: 0;
			width: 100vw;
			transition: all .2s ease-in-out;
			border-radius: 0;
			display: flex;
			justify-content: center;
			align-items: center;
			/* box-shadow: 10px 10px 24px 0px var(--color-shadow); */
			border: none;
	}
		.search.active{
			top:var(--header-main-content-height);
			background: var(--light-color-shade);
			z-index: 1000;
			padding-block: .5rem;
		}

}
}

@layer buttons{
	
	/* General button styles */
	.app_button {
		margin: 0;
		padding: 8px 16px;
		border: none;
		outline: none;
		background-color: var(--def-button-fill);
		color: var(--def-button-text);
		font-size: var(--def-button-size);
		border-radius: var(--def-button-rounded);
		width: var(--def-button-block);
		transition: all 0.3s ease;
		cursor: pointer;
		display: flex;
		justify-content: center;
		align-items: center;
		padding-inline:var(--space-4) ;
		max-height: var(--def-button-height); /* Altura uniforme */
		box-sizing: border-box;
		box-shadow: var(--def-button-shadow);
		gap:var(--space-1);

		--hover-fill: var(--def-button-hover-fill);
		--active-fill: var(--def-button-active-fill);
		--hover-text: var(--def-button-hover-text); /* Text color on hover */
		--active-text: var(--def-button-active-text); /* Text color on active */

	}

	
	.app_button svg{
		fill:var(--def-button-text);
		transition: all 0.3s ease;
	}
	.app_button.icon-only{
		padding: var(--space-1);
		aspect-ratio: 2 / 2;
		max-height: fit-content;
	}
	/* Full-width button */
	.app_button.block-full {
		width: 100%;
		flex-grow: 1;
	}

	.app_button.grow{
		flex-grow: 1;
		width: auto;
	}
	/*  Update variables Color texts with hover and active text colors */
	.app_button.main {
		--rgba-def-fill: var(--main-color-rgb);
		--rgba-def-text: var(--main-color-contrast-rgb);
		--rgba-hover-fill: var(--main-color-tint-rgb);
		--rgba-active-fill: var(--main-color-darker-rgb);
		--rgba-hover-text: var(--main-color-contrast-rgb);
		--rgba-active-text: var(--main-color-contrast-rgb);
	
		--def-button-fill: var(--main-color);
		--def-button-text: var(--main-color-contrast);
		--hover-fill: var(--main-color-tint);
		--active-fill: var(--main-color-darker);
		--hover-text: var(--main-color-contrast);
		--active-text: var(--main-color-contrast);
	}
	
	.app_button.secondary {
		--rgba-def-fill: var(--secondary-color-rgb);
		--rgba-def-text: var(--secondary-color-contrast-rgb);
		--rgba-hover-fill: var(--secondary-color-shade-rgb);
		--rgba-active-fill: var(--secondary-color-darker-rgb);
		--rgba-hover-text: var(--secondary-color-contrast-rgb);
		--rgba-active-text: var(--secondary-color-contrast-rgb);
	
		--def-button-fill: var(--secondary-color);
		--def-button-text: var(--secondary-color-contrast);
		--hover-fill: var(--secondary-color-shade);
		--active-fill: var(--secondary-color-darker);
		--hover-text: var(--secondary-color-contrast);
		--active-text: var(--secondary-color-contrast);
	}
	
	.app_button.accent {
		--rgba-def-fill: var(--accent-color-rgb);
		--rgba-def-text: var(--accent-color-contrast-rgb);
		--rgba-hover-fill: var(--accent-color-shade-rgb);
		--rgba-active-fill: var(--accent-color-darker-rgb);
		--rgba-hover-text: var(--accent-color-contrast-rgb);
		--rgba-active-text: var(--accent-color-contrast-rgb);
	
		--def-button-fill: var(--accent-color);
		--def-button-text: var(--accent-color-contrast);
		--hover-fill: var(--accent-color-shade);
		--active-fill: var(--accent-color-darker);
		--hover-text: var(--accent-color-contrast);
		--active-text: var(--accent-color-contrast);
	}
	
	.app_button.success {
		--rgba-def-fill: var(--success-color-rgb);
		--rgba-def-text: var(--success-color-contrast-rgb);
		--rgba-hover-fill: var(--success-color-shade-rgb);
		--rgba-active-fill: var(--success-color-darker-rgb);
		--rgba-hover-text: var(--success-color-contrast-rgb);
		--rgba-active-text: var(--success-color-contrast-rgb);
	
		--def-button-fill: var(--success-color);
		--def-button-text: var(--success-color-contrast);
		--hover-fill: var(--success-color-shade);
		--active-fill: var(--success-color-darker);
		--hover-text: var(--success-color-contrast);
		--active-text: var(--success-color-contrast);
	}
	
	.app_button.danger {
		--rgba-def-fill: var(--danger-color-rgb);
		--rgba-def-text: var(--danger-color-contrast-rgb);
		--rgba-hover-fill: var(--danger-color-shade-rgb);
		--rgba-active-fill: var(--danger-color-darker-rgb);
		--rgba-hover-text: var(--danger-color-contrast-rgb);
		--rgba-active-text: var(--danger-color-contrast-rgb);
	
		--def-button-fill: var(--danger-color);
		--def-button-text: var(--danger-color-contrast);
		--hover-fill: var(--danger-color-shade);
		--active-fill: var(--danger-color-darker);
		--hover-text: var(--danger-color-contrast);
		--active-text: var(--danger-color-contrast);
	}
	
	.app_button.dark {
		--rgba-def-fill: var(--dark-color-rgb);
		--rgba-def-text: var(--dark-color-contrast-rgb);
		--rgba-hover-fill: var(--dark-color-tint-rgb);
		--rgba-active-fill: var(--dark-color-darker-rgb);
		--rgba-hover-text: var(--dark-color-contrast-rgb);
		--rgba-active-text: var(--dark-color-contrast-rgb);
	
		--def-button-fill: var(--dark-color);
		--def-button-text: var(--dark-color-contrast);
		--hover-fill: var(--dark-color-tint);
		--active-fill: var(--dark-color-darker);
		--hover-text: var(--dark-color-contrast);
		--active-text: var(--dark-color-contrast);
	}
	
	.app_button.light {
		--rgba-def-fill: var(--light-color-rgb);
		--rgba-def-text: var(--light-color-contrast-rgb);
		--rgba-hover-fill: var(--light-color-shade-rgb);
		--rgba-active-fill: var(--light-color-darker-rgb);
		--rgba-hover-text: var(--light-color-contrast-rgb);
		--rgba-active-text: var(--light-color-contrast-rgb);
	
		--def-button-fill: var(--light-color);
		--def-button-text: var(--light-color-contrast);
		--hover-fill: var(--light-color-shade);
		--active-fill: var(--light-color-darker);
		--hover-text: var(--light-color-contrast);
		--active-text: var(--light-color-contrast);
	}
	
	.app_button.medium {
		--rgba-def-fill: var(--medium-color-rgb);
		--rgba-def-text: var(--medium-color-contrast-rgb);
		--rgba-hover-fill: var(--medium-color-tint-rgb);
		--rgba-active-fill: var(--medium-color-darker-rgb);
		--rgba-hover-text: var(--medium-color-contrast-rgb);
		--rgba-active-text: var(--medium-color-contrast-rgb);
	
		--def-button-fill: var(--medium-color);
		--def-button-text: var(--medium-color-contrast);
		--hover-fill: var(--medium-color-tint);
		--active-fill: var(--medium-color-darker);
		--hover-text: var(--medium-color-contrast);
		--active-text: var(--medium-color-contrast);
	}
	
	.app_button.warning {
		--rgba-def-fill: var(--warning-color-rgb);
		--rgba-def-text: var(--warning-color-contrast-rgb);
		--rgba-hover-fill: var(--warning-color-tint-rgb);
		--rgba-active-fill: var(--warning-color-darker-rgb);
		--rgba-hover-text: var(--warning-color-contrast-rgb);
		--rgba-active-text: var(--warning-color-contrast-rgb);
	
		--def-button-fill: var(--warning-color);
		--def-button-text: var(--warning-color-contrast);
		--hover-fill: var(--warning-color-tint);
		--active-fill: var(--warning-color-darker);
		--hover-text: var(--warning-color-contrast);
		--active-text: var(--warning-color-contrast);
	}
	
	/* Button types */
	/* ## Fill */
	.app_button.fill {
		background-color: var(--def-button-fill);
		color: var(--def-button-text);
	}
	.app_button.fill svg {
		fill:var(--def-button-text)
	}

	/* ## Outline */
	.app_button.outline {
		background-color: var(--def-button-text);
		color: var(--def-button-fill);
		border: 2px solid var(--def-button-fill);
	}

	.app_button.outline svg {
		fill:var(--def-button-fill)
	}

	/* ## Ghost */
	.app_button.ghost {
		background-color: transparent;
		color: var(--def-button-fill);
	}
	.app_button.ghost svg {
		fill:var(--def-button-fill)
	}
	/* ## Ghostly */
	.app_button.ghosty {
		background-color: rgba(var(--rgba-def-fill), var(--rgba-opacitiy-mid-t));
		color: var(--def-button-fill);
	}
	.app_button.ghosty svg {
		fill:var(--def-button-fill)
	}

	/* ## Soft */
	.app_button.soft {
		background-color: rgba(var(--rgba-hover-fill), var(--rgba-opacity-mid));
		color: var(--def-button-fill);
		border: 1px solid rgba(var(--rgba-def-fill), var(--rgba-opacity-mid));
		transition: background-color 0.3s, border-color 0.3s, color 0.3s;
	}

	.app_button.soft:hover {
		background-color: rgba(var(--rgba-hover-fill), var(--rgba-opacity-f));
		color: var(--hover-text);
		border-color: rgba(var(--rgba-hover-fill), var(--rgba-opacity-f));
	}

	.app_button.soft:active {
		background-color: rgba(var(--rgba-active-fill), var(--rgba-opacity-f));
		color: var(--active-text);
		border-color: rgba(var(--rgba-active-fill), var(--rgba-opacity-f));
	}

	.app_button.soft svg {
		fill: var(--def-button-fill);
	}

	/* Fill-otuline only if dont use backgorund transparent */
	.app_button.fill.outline {
		background-color: var(--def-button-fill);
		color: var(--def-button-text);
		border: 1px solid var(--def-button-fill);
	}


	/* Hover and active effects */
	.app_button:hover {
		background-color: var(--hover-fill);
		color: var(--hover-text); /* Text color on hover */
	}

	.app_button:hover svg{
		fill: var(--hover-text); /* Text color on hover */
	}

	
	.app_button:active {
		background-color: var(--active-fill);
		color: var(--active-text); /* Text color on active */
	}

	.app_button:active svg{
		fill: var(--active-text); /* Text color on active */
	}
	.app_button.icon_only svg{
		width: 40%;
		height: 40%;
	}

	.app_button.no-shadow{
		--def-button-shadow:none;
	}
	.app_button.no-bg{
		background:none;

	}

	/* RADIUS */

	.app_button.rounded-full{
		border-radius: var(--radius-full);
	}
	.app_button.rounded-l{
		border-radius: var(--radius-l);
	}
	.app_button.rounded-no{
		border-radius: 0;
	}
	.app_button.rounded-md{
		border-radius: var(--radius-xl);
	}
	.app_button.rounded-sm{
		border-radius: var(--radius-s);
	}

	/* PADDING */
	.app_button.no-padding{
		padding: 0 !important;
	}

	.app_button.padding-1{
		padding: var(--space-1);
	}
	
	/* TEXT SIZE */
	.app_button.text-xs{
		padding: var(--space-1);
	}
	
	/* SHADOW */

	.app_button.no-shadow{
		box-shadow: none;
	}

	.details .quantity > button {
		height: 100%;
		width: 100%;
	}

	/* Disable styels */
	.app_button:disabled, .app_button[disabled] {
		background: var(--active-fill);
	}
}

@layer product_grids{

	.grid-layout-selector{
		display: flex;
	}

	.content_productos_lista {
		display: grid;
		gap:var(--space-4);
		transition: all 0.3s ease-in-out; /* Animación suave */
	}

	.content_productos_lista.list .card_wrap{
		width: 100%;
		display: flex;
		flex-direction: row;
		margin: 0px;
		box-sizing: border-box;
		height: 145px;
		min-height: initial;
		background-color: white;
		/* background-color: purple; */
		overflow: hidden;
		display: grid;
		grid-template-columns: 290px 1fr 1fr 1fr 1fr ;
		grid-template-areas:
			"image title title title price-top"
			"image description description description price-top"
			"image description description description price-bot";
	}

	.content_productos_lista.list .card_wrap .img_producto{
		grid-area: image;
	}
	.content_productos_lista.list .card_wrap .nombre_producto{
		grid-area: title;
	}
	.content_productos_lista.list .card_wrap .content_price_product{
		grid-area: price-top;
	}
	.content_productos_lista.list .card_wrap .buy_wrap{
		grid-area: price-bot;
	}
	.content_productos_lista.list .product_code{
	}

	.content_productos_lista.list .card_wrap .img_producto{
		width: 275px;
		min-height: auto;
		height: 100%;
	}

	.content_productos_lista.list .card_wrap .img_producto a{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.content_productos_lista.list .card_wrap > .img_producto > a > img.img_responsive{
		width: 100%;
		height: 100% !important;
		object-fit: cover;
	}
	.content_productos_lista.list .card_wrap .buy_wrap{
		border-top: 1px solid var(--color-light-grey);
	}

	.content_productos_lista.list .card_wrap .buy_wrap .quantity,
	.content_productos_lista.list .card_wrap .see_producto{
		visibility: visible !important;
		display: flex;
	}

	.content_productos_lista.list .card_wrap .content_price_product{
		justify-content: end;
	}

	.content_productos_lista.grid-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));;
	}
	.content_productos_lista.grid-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));;

	}
	.content_productos_lista.grid-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));;

	}
	.content_productos_lista.list {
		grid-template-columns: repeat(1, minmax(0, 1fr));;
	}

	.card_wrap.grid-2 {
		width: 100%;
		min-width: auto !important;
		margin-bottom: var(--space-2);
	}
	.card_wrap.grid-3{
		width: 30%;
	}
	.card_wrap.grid-4{
		width: 18%;
		
	}
	
	@media (max-width: 680px){
		.content_productos_lista {
			gap:var(--space-2);
		}
		#select_grid-4{
			display: none;
		}
		/*  Modify grid view */
		.content_productos_lista.grid-2 {
			grid-template-columns: repeat(1, minmax(0, 1fr));;
		}
		.content_productos_lista.grid-3 {
			grid-template-columns: repeat(3, minmax(0, 1fr));;
		}
		.content_productos_lista.grid-4 {
			grid-template-columns: repeat(3, minmax(0, 1fr));;
		}
	}

	@media (max-width:540px) {}
	@media (max-width:480px) {
		/* #select_grid-2{
			display: none;
		}*/
		/* #select_list{ 
			display: none;
		} */
		#select_grid-3{
			display: none;
		} 
		/*  Modify grid view */
		.content_productos_lista.grid-2 {
			grid-template-columns: repeat(2, minmax(0, 1fr));;
		}
		.content_productos_lista.grid-3 {
			grid-template-columns: repeat(2, minmax(0, 1fr));;
		}
		.content_productos_lista.grid-4 {
			grid-template-columns: repeat(2, minmax(0, 1fr));;
		}
		
	}
}

@layer badges {
	/* General Badge Styles */
	.badge {
		--badge-padding: 0.25rem 0.5rem;
		--badge-shadow:none;
		
		display: inline-flex;
		align-items: center;
		justify-content: center;
		padding: var(--badge-padding);
		font-size: var(--badge-size, var(--text-xs));
		border-radius: var(--badge-radius, var(--radius-base));
		color: var(--badge-text, var(--main-color-contrast));
		background-color: var(--badge-fill, var(--main-color));
		white-space: nowrap;
		text-align: center;
		box-shadow: var(--badge-shadow);
		gap: var(--space-1);
		width: fit-content;
		overflow: hidden;
		cursor: pointer;

		transition: .25s;
	}

	/* Variants */
	.badge.light {
		--badge-fill: var(--light-color);
		--badge-text: var(--light-color-contrast);
		--badge-hover-fill:var(--light-tint);
		--badge-active-fill:var(--light-shade);
	}
	.badge.medium {
		--badge-fill: var(--medium-color);
		--badge-text: var(--medium-color-contrast);
		--badge-hover-fill:var(--medium-tint);
		--badge-active-fill:var(--medium-shade);
	}
	.badge.success {
		--badge-fill: var(--success-color);
		--badge-text: var(--success-color-contrast);
		--badge-hover-fill:var(--success-tint);
		--badge-active-fill:var(--success-shade);
	}
	.badge.warning {
		--badge-fill: var(--warning-color);
		--badge-text: var(--warning-color-contrast);
		--badge-hover-fill:var(--warning-tint);
		--badge-active-fill:var(--warning-shade);
	}
	.badge.danger {
		--badge-fill: var(--danger-color);
		--badge-text: var(--danger-color-contrast);
		--badge-hover-fill:var(--danger-tint);
		--badge-active-fill:var(--danger-shade);
	}
	.badge.accent {
		--badge-fill: var(--accent-color);
		--badge-text: var(--accent-color-contrast);
		--badge-hover-fill:var(--accent-tint);
		--badge-active-fill:var(--accent-shade);
	}
	.badge.secondary {
		--badge-fill: var(--secondary-color);
		--badge-text: var(--secondary-color-contrast);
		--badge-hover-fill:var(--secondary-tint);
		--badge-active-fill:var(--secondary-shade);
	}
	.badge.dark {
		--badge-fill: var(--dark-color);
		--badge-text: var(--dark-color-contrast);
		--badge-hover-fill:var(--dark-tint);
		--badge-active-fill:var(--dark-shade);
	}

	/* Sizes */
	.badge.small {
		--badge-padding: 0.125rem 0.25rem;
		--badge-size: var(--text-xxs);
	}
	.badge.medium-size {
		--badge-padding: 0.375rem 0.75rem;
		--badge-size: var(--text-sm);
	}
	.badge.large {
		--badge-padding: 0.5rem 1rem;
		--badge-size: var(--text-md);
	}

	/* Shapes */
	.badge.rounded {
		border-radius: var(--radius-full);
	}
	.badge.md {
		border-radius: var(--radius-md);
	}

	/* Styles for Icons */
	.badge svg {
		width: 1em;
		height: 1em;
		fill: currentColor;
	}

	/* Disabled Badge */
	.badge.disabled,
	.badge[disabled] {
		opacity: 0.6;
		cursor: not-allowed;
	}

	/* Hover & Active States (Optional) */
	.badge:hover {
		background-color: var(--badge-hover-fill);
		color: var(--badge-hover-text);
	}
	.badge:active {
		background-color: var(--badge-active-fill);
		color: var(--badge-active-text);
	}

	.badge.padding-no{
		padding: 0;
	}

	.badge .badge_text{ 
		padding: var(--badge-padding);
	}
	.hasNotification{
		position: relative;
	}
	.badge.notification{
		position: absolute;
		top: -25%;
		right: -50%;
		/* padding: 0.15rem .25rem; */
		border-radius: var(--radius-full);
		aspect-ratio: 2 / 2;
		padding: .1em;
		width: 1.25em;
		height: 1.25em;
	}


	.badge.notification.left{
		right: 50%;
	}
	.badge.notification.right{
		right: -50%;
	}
	.badge.notification.bottom{
		top: 50%;
	}
	.badge.notification.top{
		top: -25%;
	}	

	
}