:root{
	--color-shadow:rgb(0,0,0,0.2);
	--color-grey: #7c7c80;
	--color-company: #9c9695;
}

@font-face {
    font-family: 'AcidGrotesk';
    src: url('./fonts/acid grotesk/AcidGrotesk-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'AcidGrotesk';
    src: url('./fonts/acid grotesk/AcidGrotesk-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'AcidGrotesk';
    src: url('./fonts/acid grotesk/AcidGrotesk-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'AcidGrotesk';
    src: url('./fonts/acid grotesk/AcidGrotesk-ExtraLight.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'AcidGrotesk';
    src: url('./fonts/acid grotesk/AcidGrotesk-Normal.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'AcidGrotesk';
    src: url('./fonts/acid grotesk/AcidGrotesk-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'AcidGrotesk';
    src: url('./fonts/acid grotesk/AcidGrotesk-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}


@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

@layer utility,buttons;

body {
    margin: 0px;
    font-family: 'Outfit', serif;
    font-size: 14px;
    color: #000000;
    background-color: #fff;
    overflow-x: hidden;
	letter-spacing: 1px;
	min-width: 100vw!important;
}

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 {
    text-decoration: none;
    color: #000000;
	cursor: pointer;
}

.clear_both {
    clear: both;
    height: 1px;
}

.page_margins {
    width: 100%;
    max-width: 1600px;
    text-align: left;
    margin: 0 auto;
	position: relative;
}

.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: calc(100% - 375px);
    height: 100%;
    display: none;
    position: fixed;
    z-index: 1100;
    top: 0px;
    left: 0px;
}

.fondo_black_header {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    z-index: 180;
    top: 0px;
    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;
}


/*********************************** 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_shipping{
	position:absolute;
	z-index:2;
	width:100%;
	min-height:300px;
	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;
	padding: 40px 0px;
}

.layer_cargando {
    position: fixed;
    z-index: 200000;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
    display: none;
	top: 14%;
}

.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 ***************************************/


.header {
	position: sticky;
	top: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
	z-index: 200;
	background: #fff;
	border-bottom: 1px solid var(--color-company);
}


.header .main_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 90px;
	z-index: 200;
}

.center_menu{
	background: #fff;
	display: flex;
	align-items: center;
	z-index: 180;
}

.list_categories{
	display: flex;
	gap: 1rem;
	align-items: center;
	position: absolute;
    left: calc(100% - 250px);
    transform: translate(-50%);
}
.left_menu .item{
	display: none;
}
.item_category{
    height: 100%;
    line-height: 35px;
    text-align: center;
	position: relative;
	display: flex;
	justify-content: center;
}
.item_category a{
	font-size: medium;
}
.item_category:after {
	content: '';
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: var(--color-company);
	transform-origin: bottom right;
	transition: transform 0.25s ease-out;
}

.item_category:hover:after {
	transform: scaleX(1);
	transform-origin: bottom left;
}

.item_category a:hover{
	color: var(--color-company);
}

.child_wrap{
	display: none;
    position: absolute;
    flex-direction: column;
    width: 160px;
    z-index: 200;
    box-shadow: 0px 20px 50px var(--color-shadow);
    top: 35px;
    left: -38px;
}

.arrow_child{
	margin-left: 8px;
    transition: all 0.2s ease-in-out;
    line-height: 40px;
}

.arrow_child svg{
	width: 12px;
}

.child_wrap .child_category{
	padding: 7px 0;
    border-bottom: 1px solid #dccdc4;
    background: #fff;
    line-height: 20px;
	font-weight: 100;
}

.item_category:hover .child_wrap{
	display: flex;
}

.item_category:hover .arrow_child{
	transform: rotate(180deg);
}

.search_btn{
	display: none;
	font-size: 22px;
}

.content_header_flotante_wrap .item_category{
	height: 35px;
	line-height: 35px;
}


.header a:hover{
	color: var(--color-company);
}

.left_menu,
.right_menu {
    display: flex;
    align-items: center;
}

.right_menu{
	justify-content: flex-end;
	margin-right: 20px;
}

.left_menu{
	position: relative;
	z-index: 200;
	gap: 1rem;
}
.left_menu .logo a svg{
	height: 53px;
	width: 53px;
}

/* Search expandible */
.button_search {
	display: inline-block;
	margin: 4px 2px;
	background-color: #fff;
	font-size: 14px;
	padding-left: 32px;
	padding-right: 32px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: white;
	text-decoration: none;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.button_search:hover {
	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	background-color: white;
	color: black;
}

.search-container {
	position: relative;
	display: inline-block;
	margin: 4px 2px;
	height: 50px;
	width: 15px;
	vertical-align: bottom;
}

.mglass {
	display: inline-block;
	pointer-events: none;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}

.searchbutton {
	position: absolute;
	font-size: 22px;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #000;
	background: transparent;
}

.searchbutton:hover{
	color: var(--color-company);
}

.search:focus + .searchbutton {
	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	background-color: white;
	color: black;
}

.search {
	position: absolute;
	outline: none;
	border: none;
	padding: 0;
	width: 0;
	height: 100%;
	z-index: 10;
	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
}

.search:focus {
	width: 280px; /* Bar width+1px */
	padding: 0 16px 0 0;
}

.expandright {
	left: auto;
	left: 35px; /* Button width-1px */
	border-radius: 50px;
	background: rgb(231 225 214);

}

.expandright:focus {
	padding: 0 0 0 16px;
}

/*  */

.search_responsive{
	display: flex;
	align-items: center;
	position: absolute;
	width: 100vw;
	height: 50px;
	top: 81px;
	left: 0;
	z-index: 200;
	background: #fff;
	border-bottom: 1px solid #dccdc4;
}

.search{
	justify-content: center;
}

.search form{
	display: flex;
	width: 70%;
	height: 30px;
}

.search input{
	width: calc(100% - 80px);
	border-radius: 5px 0 0 5px;
	border: none;
	padding: 0 10px;
}

.search_button_float{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 30px;
	background: #c4c4c4;
	color: #fff;
	border-radius: 0 5px 5px 0;
	cursor: pointer;
}

.search_button_float:hover{
	background: rgb(165, 107, 0);
	border: 1px solid rgb(165, 107, 0);	
}

.mglass {
	display: inline-block;
	pointer-events: none;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}


/*  */


.right_menu .user {
    display: flex;
    margin-right: 5px;
	align-items: center;
	cursor: pointer;
	height: 35px;
	border-radius: 5px;
	padding: 0 10px;
}

.right_menu .user svg{
	width: 17px;
	fill: #000;
}

.right_menu .user svg:hover{
	fill: var(--color-company);
}

.right_menu .user:hover svg{
	fill: var(--color-company);
}

.right_menu .user:hover .user_login,
.right_menu .user:hover a{
	color: var(--color-company);
}

.right_menu .user div {
    margin: 0 2px;
}

.right_menu .user .user_login{
	margin-right: 10px;
	color: #000;
}

.content_avatar_login {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	margin-right: 10px;
	position: relative;
	z-index: 790;
	cursor: pointer;
}

.svg_avatar_login {
	width: 18px;
	margin-right: 5px;
}

.svg_avatar_login svg {
	width: 100%;
	display: block;
	fill: var(--color-company);
}

.flecha_avatar_login {
	width: 10px;
	display: block;
}

.flecha_avatar_login svg {
	width: 14px!important;
	fill: var(--color-company);
}

.desplegable_header {
	width: 140px;
	position: absolute;
	z-index: 800;
	background-color: #ffffff;
	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: #ffffff;
	top: 50px;
	cursor: pointer;
	display: none;
	box-shadow: 0px 6px 13px rgba(0, 0, 0, 0.2);
}

.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: #424242;
	border-bottom: 1px solid #cecece;
	cursor: pointer;
}

.line_desplegable:hover {
	background-color: #f1f1f1;
}

#despRegister {
	right: 50px;
    top: 69px;
}

#despRegisterMobile {
	left: -50%;
}

.content_register {
	display: none;
}

.nav{
	width: 35px;
}

.cart_wrap{
	display: flex;
	position: relative;
	height: 35px;
	color: #000;
	align-items: center;
	cursor: pointer;
}

.cart{
	padding: 0 10px 0 0;
}

.cart svg {
    width: 18px;
    cursor: pointer;
}

.cart svg:hover{
	fill: var(--color-company);
}

.quantity_cart{
	position: absolute;
	background: var(--dark-color);
	border-radius: 50px;
	width: 20px;
	height: 20px;
	top: 0;
    right: -4px;
    text-align: center;
    line-height: 20px;
	color: #fff;
}

.left_wrap_flotante{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 20px;
}

.search_flotante{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 33px;
	height: 33px;
	border-radius: 5px;
	margin-right: 15px;
	cursor: pointer;
}

.search_flotante svg{
	width: 30px;
}


.search_flotante:hover svg{
	fill: var(--color-company);
}

.search_float{
	justify-content: center;
	position: fixed;
	align-items: center;
	top: 115px;
	left: 0;
	width: 100vw;
	height: 40px;
	background: #fff;
	z-index: 180;
}

.search_float form{
	display: flex;
	justify-content: center;
	width: 100%; 
}

.search_float input{
	width: 40%;
	border: none;
	height: 25px;
	border-bottom: 1px solid #c4c4c4;
}

.search_float .search_button_float{
	height: 23px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
    width: 27px;
}



.content_header_flotante_wrap{
	display: none;
	flex-direction: column;
	position: fixed;
	top: 0;
    left: 0;
    z-index: 210;
	width: 100%;
	box-shadow: 0px 5px 10px var(--color-shadow);
}

.content_header_flotante_wrap .center_menu{
	height: 35px;
}

.content_header_flotante {
	display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 0px 5px;
    width: 100%;
    height: 90px;
    width: 100%;
	background: #fff;
}

.content_logo_header_flotante img{
	width: 230px;
}

.left_flotante{
	display: flex;
	align-items: center;
	width: 88px;
}

#menuToggle {
    display: block;
    padding: 25px 20px 18px 15px;
    float: left;
    -webkit-user-select: none;
    user-select: none;
    position: relative;
    z-index: 900;
}

#menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: 10px;
    left: 8px;
    cursor: pointer;
    opacity: 0;
    /* hide this */
    z-index: 950;
    /* and place it over the hamburger */
    -webkit-touch-callout: none;
}

#menuToggle span {
    display: block;
	width: 30px;
    height: 3px;
    margin-bottom: 4px;
    position: relative;
    background:#000;
    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;
}

#menuToggle:hover span{
	background:var(--color-company);
}

#menuToggle span:first-child {
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

#menuToggle input:checked~span {
    opacity: 1;
    transform: rotate(45deg) translate(-5px, -15px);
    background: var(--color-company);
}

#menuToggle input:checked~span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked~span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, 14px);
}

#itemCateHeader #menuToggle input{
	width: 110px;
}

#itemCateHeader #menuToggle span{
	width: 20px;
    height: 2px;
    margin-bottom: 3px;
}

#itemCateHeader #menuToggle input:checked~span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -10px);
    background: var(--color-company);
}

#itemCateHeader #menuToggle input:checked~span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

#itemCateHeader #menuToggle input:checked~span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, 10px);
}

#menu {
    position: absolute;
    z-index: 800;
    width: 50%;
    height: calc(100vh - 60px);
    background-color: #ffffff;
    margin-left: 0px;
    margin-top: 60px;
    left: 0px;
    display: none;
	overflow-y: auto;
	padding-bottom: 35px;
}

/* Scroll */

#menu::-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 */
#menu::-webkit-scrollbar-track {
	background: #e7e7e7;
	border-radius: 20px;
}

/* Handle */
#menu::-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 */
#menu::-webkit-scrollbar-thumb:hover {
	background: #555;
	cursor: pointer;
}

.menu_right{
	position: absolute;
    z-index: 800;
    width: 50%;
    height: calc(100vh - 90px);
    background-color: rgba(0, 0, 0, 0.7);
    margin-left: 0px;
    margin-top: 90px;
    right: 0px;
    display: none;
	overflow-y: scroll;
	border-left: 1px solid var(--color-company);
	border-top: 1px solid var(--color-company);
}

.img_menu_wrap {
    position: relative;
    z-index: 300;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.img_menu{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: absolute;
	z-index: 310;
	top:0px;
	right: 0px;
	height: 100%;
	width: 100%;
	background-color: #fff;
	transform: translate3d(100px, 0px, 0px);
	transition: transform 0.2s cubic-bezier(0.05, 1.04, 0.72, 0.98) 0s;
	overflow: hidden;
	visibility: hidden;
	transition: all 0.2s ease-in-out;
}

.img_menu.is_hover{
	transform: translate3d(0px, 0px, 0px);
	visibility: visible !important;
  transition: all 0.2s ease-in-out;
	z-index: 320;
}

.img_menu img{
	width: 100%;
}

.img_menu_layer{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 400;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(255,255,255,1) -42%, rgba(255,255,255,0) 40%)
}
/* 
.category_wrap{
	display: none;
} */

.subcategory_menu_responsive_wrap{
	display: none;
}

.category_menu{
	display: flex;
	justify-content: space-between;
	width: calc(100% - 100px);
	padding: 20px 50px;
	cursor: pointer;
	font-size: 16px;
}

.category_menu:hover{
	background: #eeeeee;
}

.subcategory_menu_responsive{
	margin: 5px 0 5px 90px;
}

.menu_responsive{
	position: absolute;
	flex-direction: column;
    z-index: 850;
    width: 40%;
    height: calc(100vh - 90px);
    background: #f7f7f7;
    margin-left: 0px;
    margin-top: 90px;
    top: 0px;
    left: 0px;
	transform: translate(-4000px, 0);
	transition: all	0.3s ease-in-out;
	overflow-y: scroll;
}

.back_menu{
	padding: 10px;
	cursor: pointer;
	width: 75px;
}

.subcategory_menu{
	width: calc(100% - 100px);
	line-height: 50px;
	font-weight: 700;
	color: #888888;
	background: #f7f7f7;
	padding: 10px 50px;
	border-top: 1px solid;
}

.subcategory_menu a{
	color: #888888;
}

.subcategory_menu:hover{
	background: #c4c4c4;
}

.subcategory_menu:hover a{
	color: #f7f7f7;
}

.subcategory_menu a:hover{
	color: #000cbb;
}

.title_menu_responsive{
	padding: 20px;
	width: calc(100% - 40px);
	font-size: 18px;
}

#menuToggle input:checked~ul {
    transform: none;
}

#menuToggle input:checked~body {
    overflow-y: hidden;
}

#menu .menu_header {
    display: flex;
	justify-content: space-between;
    font-size: 18px;
    width: calc(100% - 50px);
    padding: 25px;
}

.menu_header_top{
	border-top: 1px solid var(--color-company);
}

.menu_header_top:hover{
	background: #eeeeee;
}

#menu .menu_header a:hover{
    color: var(--color-company);
}

#menu .center_menu {
    font-size: 14px;
    padding: 5px 25px;
	border: none;
}

#menu .center_menu_user {
	font-size: 14px;
    padding: 15px 25px;
}

.menu_header .arrow,
.category_menu .arrow{
	margin-top: 11px;
}

.menu_header .plus,
.category_menu .plus{
	width: 26px;
	border-bottom: 2px solid var(--color-company);
	margin-top: -1px;
	transform: rotate(0deg);
	-webkit-transition: all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
    transition: all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
}

.menu_header .less,
.category_menu .less{
	width: 26px;
	border-bottom: 2px solid var(--color-company);
	margin-top: -2px;
	-webkit-transition: all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
    transition: all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
	display: block;
	transform: rotate(90deg);;
}

.category_menu .plus,
.category_menu .less{
	width: 20px;
}

.menu_button_user{
	padding: 10px 40px!important;
}

.menu_button_user:hover{
	color: var(--color-company);
}

.line_menu{
    border-bottom: 1px solid var(--color-company);
    width: 100%;
    margin-bottom: 20px;
}

#menu form{
	display: flex;
	justify-content: center;
}

#menu form input{
	border:none;
	border-bottom: 1px solid #000;
	height: 20px;
	margin: 10px 10px;
}

#menu .search_menu{
	display: flex;
	align-items: center;
}

#menu form button{
	border: none;
	background: #fff;
	font-size: 20px;
	cursor: pointer;
}

.header .page_margins{
	position: relative;
	z-index: 200;
}


/**************************************** SLIDER HOME ***************************************/
.slider{
	position: relative;;
}

.btn_down{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 60px;
	height: 60px;
	border-radius: 50px;
	background: #fff;
	bottom: 40px;
	left: 50%;
	transform: translate(-50%);
	z-index: 110;
	transition: all 0.2s ease-in-out;
	box-shadow: 0px 0px 10px 5px var(--color-shadow);
}

.btn_down:hover{
	transform: translate(-50%, 20px);
}

.btn_down svg{
	width: 20px;
}

.slider_home{
	width: 100%;
	height: calc(100vh - 163px);
    max-width: 2000px;
    text-align: left;
    margin: 0 auto;
    position: relative;
	overflow: hidden;
	z-index: 100;
}

.slider_home.mobile{
	display: none;
}

.swiper_top {
    height: 100%;
	overflow: hidden;
	margin: 0 auto;
}

.img_slider_wrap{
	height: calc(100vh - 163px);
	max-width: 2000px;
	position: relative;
	margin: 0 auto;
}
.slider_wrap .line{
	width: 1px;
	height: 30px;
	border-left: 1px solid #000;
}

.slider_wrap .title{
	font-size: 24px;
	line-height: 10px;
	font-weight: 500;
	margin: 20px 0;
}

.slider_wrap .sub_title{
	font-size: 14px;
	color: #606060;
	font-weight: 400;
	width: 300px;
	margin-bottom: 50px;
	text-align: center;
}
.img_slider_wrap.mobile{
	display: none;
}

.img_slider{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.img_slider img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

/* .mobile .img_slider img{
	width: auto;
	height: 100%;
} */

.swiper-div{
	position: relative;
	height: 100%;
	width: 100%;
	z-index: 105;
	overflow: hidden;
}

.swiper_top img {
	height: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

/****************************************  TARJETAS INFORMACION
***************************************/

.card_info_wrap{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 50px 0;
}

.card_info{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    width: 270px;
    height: 90px;
    margin: 10px;
}

.card_info svg{
    width: 70px;
}

.card_info .truck{
	width: 90px;
}

.card_info .wp{
	width: 60px;
}

.card_info .security{
    width: 90px;
}

.card_info .information{
    margin-left: 20px;
}

.card_info .title{
    font-size: 14px;
    margin-bottom: 5px;
    text-align: left;
}

.card_info .text{
    font-size: 12px;
    text-align: left;
	color: #949494;
}

.card_info .text a:hover{
	color: var(--color-company);
}

/**************************************** BANNER HOME ***************************************/

.banner_home_wrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 50px;
}

.banner_home_left,
.banner_home_right{
	display: flex;
	flex-wrap: wrap;
	width: 50%;
	min-width: 370px;
	height: 100%;
}

.banner_home_top{
	width: calc(100% - 20px);
	height: calc(50% - 20px);
	min-width: 350px;
	margin: 10px;
	position: relative;
	overflow: hidden;
}

.banner_home_bottom{
	width: calc(50% - 20px);
	height: calc(50% - 20px);
	min-width: 165px;
	margin: 10px;
	position: relative;
	overflow: hidden;
}

.banner_home{
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	min-width: 350px;
	margin: 10px;
	overflow: hidden;
}

.banner_home_wrap img{
	width: 100%;
	height: 100%;
}

.title_wrap_top,
.title_wrap_bottom{
	position: absolute;
    top: 20px;
    left: 40px;
    width: 170px;
    padding: 10px;
    background: #fff;
}

.text_benner{
	font-size: 16px;
	margin-bottom: 10px;
}

.title_wrap_top a,
.title_wrap_bottom a{
	text-decoration: underline;
	font-weight: 400;
}

.banner_home_wrap img{
    width: 100%;
    top: 0;
    left: 0;
    transition: transform .5s ease;
}

.banner_home_wrap img:hover{
    transform: scale(1.06);
}

/**************************************** SLIDER PRODUCTS ***************************************/


.related{
	width: 100%;
}

.swiper-offers,
.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-offers .swiper-slide,
.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: 65px!important;
    background-color: rgba(0,0,0,0.6)!important;
    box-shadow: 0px 0px 8px var(--color-shadow)!important;
    z-index: 100!important;
    color: #fff!important;
	top: 190px!important;
}

.swiper-button-next:after,
.swiper-button-prev:after{
	font-size: 26px!important;
}

.swiper-img-mini .swiper-button-prev{
	left: 0!important;
	top: 50%!important;
	transform: translate(0, -50%);
	color: var(--dark-color) !important;
	background-color: transparent !important;
}

.swiper-img-mini .swiper-button-next{
	right: 0!important;
	top: 50%!important;
	transform: translate(0, -50%);
	color: var(--dark-color) !important;
	background-color: transparent !important;
}


/**************************************** NEWSLETTER ***************************************/
.newsletter_wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	margin-bottom: 100px;
}
 
.banner_newsletter{
	width: calc(50% - 10px);
	min-width: 600px;
	margin-right: 10px;
	position: relative;
	margin-top: 40px;
	overflow: hidden;
}

.newsletter{
	width: calc(50% - 270px);
	margin-left: 10px;
	background: #222220;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 130px;
	margin-top: 40px;
}

.newsletter .title{
	font-size: 67px;
	color: #ffffff;
	font-weight: 700;
}

.newsletter .sub_title{
	width: 234px;
	height: 30px;
	background-color: #b7b58f;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #222220;
	font-weight: 400;
	margin: 20px 0;
}

.newsletter .text{
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
	text-align: center;
	margin: 20px 0;
}

.newsletter form{
	width: 500px;
	height: 30px;
	border-bottom: 1px solid #fff;
	display: flex;
	margin-top: 20px;
}

.newsletter form input{
	border: none;
	background: transparent;
	color: #fff;
	width: calc(100% - 120px);
}


.newsletter form input::placeholder {
	color: #fff;
	opacity: 1;
}

.newsletter form button{
	width: 100px;
	padding: 0;
	margin: 0;
	background: transparent;
	border: none;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	cursor: pointer;
}

.newsletter svg{
	width: 30px;
	fill: #fff;
}

.newsletter_wrap img{
	width: 100%;
	height: 100%;
    top: 0;
    left: 0;
    transition: transform .5s ease;
}

.newsletter_wrap img:hover{
	transform: scale(1.06);
}

/************************************* GALERIA ********************************/
.content_interna{
	width:100%;
	margin-top:20px;
	margin-bottom:80px;
}

.content_lista_interna{
		margin:0 auto;
}

.widget_gallery{
	width:94%;
	margin:0% 3%;
	margin-top:20px;
}

.widget_gallery .item{
	position:relative;
	z-index:20;
/* 	border:1px solid #f1f1f1; */
	width: 33%;
}

.widget_gallery .item img{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: all 300ms ease-in-out;
}

.widget_gallery .item img:hover{
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

.layer_gallery{
	width:100%;
	height:100%;
	position:absolute;
	z-index:25;
	background-color:rgba(255,255,255,0.8);
	top:0px;
	left:0px;
	display:none;
}

.title_lista{
	text-align:center;
	text-transform:uppercase;
	font-weight:700;
	font-size:14px;
	padding:0px 10px;
}

.icon_eye_lista{
	width:22px;
	height:13px;
	margin:0 auto;
	margin-top:15px;
}

.icon_eye_lista img{
	width:22px !important;
	height:13px !important;
}

.titulo_detalle{
	font-size: 20px;
	display: flex;
	justify-content: center;
	margin: 50px 0;
}

.item_widget_title{
	position: absolute;
	left: 0;
	top: calc(50% - 12px);
	z-index: 30;
	line-height: 24px;
	width: 100%;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
	color: #ffffff;
}
/**************************************** COTIZADOR ***************************************/
.cotizador_wrap{
	padding: 40px;
	margin: 50px 0;
}

.title_cotizador{
	font-size: 30px;
	color: var(--color-company);
	margin-bottom: 30px;
}

.cortinas_wrap{
	display: flex;
	margin-top: 40px;
}

.tecnicas,
.clasicas{
	width: 50%;
}

.title_form{
	font-size: 20px;
	margin-top: 40px;
	margin-bottom: 20px;
}

.item_cotizador{
	margin-bottom: 10px;
}

.cotizador_wrap input,
.cotizador_wrap textarea,
.cotizador_wrap select{
	margin-bottom: 20px;
	padding: 5px 10px;
}

.cotizador_wrap textarea{
	width: 500px;
	height: 200px;
}

.enviar_cotizador{
	width: 100px;
	height: 30px;
	background: #2c2c2c;
	color: #fff;
	border: none;
	cursor: pointer;
}

.cortinas_wrap select{
	width: 200px;
}

/**************************************** FOOTER ***************************************/

.footer{
    width: 100%;
}

.wp_float{
    position: fixed;
    bottom: 20px;
    right: 10px;
    display: flex;
    justify-content: space-between;
    border-radius: 50px;
    width: 60px;
    height: 60px;
    background-color: #107468;
	z-index: 150;
	transition: all 0.2s ease-in-out;
}

.wp_float:hover{
	width: 162px;
}

.wp_float:hover .text_wp{
	display: block;
}

.wp_float .text_wp{
    font-weight: bold;
    line-height: 40px;
    margin-left: 30px;
	display: none;
}

.wp_float .text_wp a{
    color: #fff;
	margin: -10px;
    line-height: 60px;
}

.wp_float svg{
	position: absolute;
    width: 40px;
	bottom: 10px;
    right: 10px;
}

.footer_main{
    width: 100%;
	background-color: var(--dark-color);
}

.footer_main_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 35px 0 35px;
	width: 90%;
	gap: 1rem;
}
.column{
	display: flex;
	flex-direction: column;
}
.info_footer{
	color: var(--light-color)
}
.footer_bottom{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    height: 70px;
}

.footer_bottom div{
    color:var(--dark-color);
    font-size: 12px;
}

.footer_bottom .left{
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
}

.footer_bottom .right{
    display: flex;
	margin-right: 60px;
}

.footer_bottom .right div{
    display: flex;
    align-items: center;
    margin: 0 20px;
}

.footer_bottom .logo_positive{
    width: 105px;
    margin-right: 20px ;
    margin-top: 24px;
}

.footer_bottom .logo_full{
    width: 115px;
}

.float_icons{
	position: fixed;
	right: var(--space-2);
	bottom: var(--space-2);
	z-index: 2499;
	/* width: var(--space-12); */
	
}
/****************************************  LIST ***************************************/

.no_products{
	width: 100%;
    text-align: center;
    font-size: 24px;
    padding: 100px 0;
    color: #868585;
}

.header_list{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.category_header{
    display: flex;
	margin: 5px 20px;
}

.product_category{
    margin: 0 5px;
}

.grey{
    color: #c4c4c4;
}

.header_list_right{
	display: flex;
    align-items: center;
	margin: 0 20px;
}

.header_list_right .filter_button{
	display: none;
    justify-content: space-between;
    align-items: center;
	border: 1px solid var(--color-company);
   	border-radius: 5px;
    height: 40px;
    cursor: pointer;
}
.header_list_right .filter_button:hover{
    background: var(--color-company);
}

.header_list_right .filter_button:hover .text{
    color: #fff;
}

.header_list_right .filter_button:hover svg{
    fill: #fff;
}

.header_list_right .filter_button .text{
	letter-spacing: 2px;
	line-height: 38px;
    margin: 0 5px;	
}
.header_list_right .filter_button svg{
	width: 20px;
    height: 20px;
    padding: 7px;
    fill: var(--color-company);
}

.header_list_right .filter_button .arrow_category{
	margin-top: 0px;
}

.header_list_right .filter_button .main_button{
	width: 35px;
	height: 36px;
	background-color: #fff;
	cursor: pointer;
}

.list .main_list .filter{
	margin-top: 0px;
	width: 140px;
    flex-shrink: 0;
	padding: 10px 30px;
	background: #f2f2f2;
	height: fit-content;
	height: -moz-fit-content;
	height: -webkit-fit-content;
}

.order_wrap{
	display: flex;
}

.export{
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: center;
	border: 1px solid #c4c4c4;
	padding: 10px;
	height: 20px;
}

.export a{
	color: #c4c4c4;
}

.export:hover a{
	color: #fff;
}

.export:hover{
	background-color: #c4c4c4;
}

.order_button{
	margin: 20px 10px;
	display: flex;
}


.order_button select{
	background-color: #fff;
	border: 1px solid #c4c4c4;
	height: 40px;
	width: 160px;
	padding: 10px;
	cursor: pointer;
	align-self: center;
    color: #c4c4c4;
}

.list .main_list{
	display: flex;
}

.list .main_list .filter{
	width: 200px;
    flex-shrink: 0;
	padding: 30px;
	margin-top: 50px;
}

.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: 20px 0;
	cursor: pointer;
    border-bottom: 1px solid #c4c4c4
}

.list .main_list .filter .title a:hover{
    color: var(--color-company)
}

.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: #4e4e4e
}

.cagetories_selected {
    color: var(--color-company)!important;
}

.list .main_list .filter .checkbox_1 div a:hover{
	color: var(--color-company)
}

.list .main_list .products{
    position: relative;
}


.list .list_flex{
	justify-content: center;
	display: flex;
	margin: 50px 0;
	flex-wrap: wrap;
}

.list_flex .card_product{
	margin-left: 20px;
}

/*///////////////////////////////////////////////CARD///////////////////////////////////////////////////////////////*/

.card_wrap{
	position: relative;
	max-width: 30vw;
    min-width: 250px;
	z-index: 10;
	display: flex;
	flex-direction: column;
	/* height: 85vh; */
	margin-block:3rem;
	padding-block: 2rem;
}

/* .no_stock{
    filter: brightness(0.9);
    opacity: .5;
} */

.card{
    width: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
	transition: transform 0.3s ease-in-out;
}

.card:hover {
  transform: scale(1.07);
}
/* .card:before {
	content:'';
	position: absolute;
    top: 0px;
	left: 0px;
	background-color: rgba(255,255,255,0.5);
	width: 100%;
	height: 100%;
	z-index: 8;
	opacity: 0;
	transition: ease-in-out 0.2s;
}

.card:hover::before{
	opacity: 1;
	z-index: 12;
} */

.button_card_wrap{
	width: 34px;
	height: 34px;
	border-radius: 50px;
	background-color: #fff;
	z-index: 8;
	opacity: 0;
	position: absolute;
	top: 15px;
	left: 0;
	transition: ease-in-out 0.1s;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.card .share{
	transition: ease-in-out 0.2s;
}

.card .view{
	top: 59px;
	transition: ease-in-out 0.3s;
}

.button_card_wrap svg{
	width: 16px;
	fill: var(--dark-color);
	display: block;
}

.button_card_wrap:hover{
	background: var(--dark-color);
}

.button_card_wrap:hover svg{
	fill: #fff;
}

.view svg{
	width: 20px;
}

.card:hover .button_card_wrap{
	left: 20px;
	z-index: 12;
	opacity: 1;
}

.button_card{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.button_card .button_description{
	display: none;
	position: absolute;
	top: 0;
	left: 30px;
}

.button_card_wrap:hover .button_description{
	display: flex;
}

.button_card .button_description .pico{
	width: 0; 
	height: 0; 
	border-right: 12px solid var(--dark-color);
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	margin-top: 8px;
}

.button_card .button_description .description{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30px;
	width: 130px;
	background: var(--dark-color);
	color: #fff;
}

.discount{
	position: absolute;
    top: 5px;
    right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 40px;
    background: #000;
    z-index: 100;
    color: #fff;
}

.wrapper_tag_left{
	position: absolute;
	top: 49px;
	right: 0px;
	display: flex;
	flex-direction: column;
	z-index: 100;
}

.tag_left_prod{
	width: 100px;
	height: 40px;
	background: #fff;
	margin-bottom: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.card .link_img{
    display: flex;
	align-items: center;
	justify-content: center;
}

.card img{
    width: 100%;
}

.price_wrap{
    display: flex;
    align-items: center;
	justify-content: flex-start;
	font-size: 15px;
	line-height: 14px;
	font-weight: 400;
}

.price_wrap .old_price{
    font-size: 10px;
    color: #5d5d5d;
    text-decoration: line-through;
    margin-right: 10px;
	font-size: 16px;
	line-height: 14px;
	font-weight: 400;
}

.card_name{
    margin-top: 20px;
    width: calc(100% - 20px);
	font-size: 18px;
	line-height: 18px;
	font-weight: 500;
	text-transform: uppercase;
}
.color_options{
	margin-bottom: 15px ;
    color: #5d5d5d;
}

.content_cuotas_product{
	width: 100%;
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	color: #8f8f8f;
}

 .color_radio{
	appearance: none;
    -webkit-appearance: none;
    border: 2px solid #707070;
    cursor: pointer;
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 0.5rem
}
.color_radio:checked{
	border: 2.5px solid black;
}
.button_buy{
	width: 60%;
    margin: 0 20%;
    height: 35px;
    background: var(--color-company);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
	margin-top: 5px;
}

.button_buy:hover{
	background: #696969;
}

/*///////////////////////////////////////////////DETALLE///////////////////////////////////////////////////////////////*/

.details{
	width: 1430px;
	z-index: 20000;
	height: 80vh;
}

.grey{
	color: #c4c4c4;
}

.details_wrapp{
	display: flex;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: relative;
}

.details .main_img{
	width: calc(50% - 80px);
	min-width: 500px;
	padding: 30px 20px 30px 20px;
    position: relative;
}

.details .main_img .discount{
	top: 50px;
	right: 40px;
}

.details .main_img .wrapper_tag_left{
	top: 95px;
	right: 40px;
}

.details .descount{
    top: 40px;
    right: 40px; 
}

.details .info_details{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	width: calc(60% - 80px);
	height: 100%;
	padding: 30px 20px 30px 20px;
}

.details .info_details .name{
	font-size: 30px;
	text-transform: uppercase;

}

.details .info_details .code{
	font-size: 18px;
	color: #7e7d7d;
	margin: 20px 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: 10px 0;
	min-height: 40px;
}

.details .info_details .new_price{
	font-size: 28px;
	margin-right: 10px;
}

.details .info_details .old_price{
	font-size: 20px;
	color: #c4c4c4;
	text-decoration: line-through;
	line-height: 35px;
	margin-right: 10px;
}
.color{
	font-size: 1rem ;
}
.details .info_details .description{
	width: 100%;
	padding: 20px;
	padding-left: 0;
}

.details .info_details .description .title{
	font-size: 18px;
    margin: 20px 0;
}

.details .info_details .share{
    margin: 30px 0 10px;
	display: flex;
	cursor: pointer;
}

.details .info_details .share svg{
	width: 30px;
	margin-right: 10px;
}

.details .info_details .share:hover{
	color: var(--color-company);
}

.details .info_details .share:hover svg{
	fill: var(--color-company);
}

.details .send{
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
	gap: 1rem;
}

.details .buy{
	width: 400px;
    height: 46px;
    font-size: 16px;
    margin: 0;
    cursor: pointer;
    background: var(--dark-color);
    color: #fff;
    border: 1px solid var(--dark-color);
	border-radius: 4px;
	display: flex;
    align-items: center;
    justify-content: center;
}



.details .quantity{
	display: flex;
	justify-content: space-between;
	width: 150px;
    height: 46px;
    font-size: 16px;
	border: 1px solid #000;
	border-radius: 4px;
}

.details .quantity button, 
.details .quantity input{
	width: 45px;
    height: 43px;
	line-height: 45px;
}

.details .quantity button{
	background: transparent;
	border: none;
	font-size: 20px;
	cursor: pointer;
}

.details .quantity input{
	border:none;
	text-align: center;
	font-size: 16px;
}

/* 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] {
  -moz-appearance: textfield;
}


.content_img_detalle {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.content_img_detalle .mySwiper .swiper-slide-thumb-active {
	opacity: 1;
}

.content_img_detalle .swiper-img-mini {
	height: 80%;
	width: 100%;
}

.content_img_detalle .swiper-img{
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}

.content_img_detalle .swiper-img .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
}

.content_img_detalle .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.content_img_detalle .swiper-slide {
	background-size: cover;
	background-position: center;
}

.a_img_detalle{
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}

.a_img_detalle img{
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
}

/************************************************* CARRO **********************************************/

.tooltip {
	position: absolute;
	left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	z-index: 1070;
	display: block;
	line-height: 1.4;
	visibility: visible;
	background: var(--light-color);
	color: var(--dark-color);
	font-weight: 500;
	padding: 0.1rem 0.5rem;
	width: 130px;
	text-align: center;
}
.titulo_carro{
	color: var(--dark-color);
	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_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;
	font-weight: 700;
	font-size: var(--text-base);
}

.btn_cant_carro{
	width:60px;
	padding:11px 12px 11px 12px;
	border:1px solid #000;
	background-color:#fff;
	color:#000;
	border-radius:3px;
	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);
	color:#ffffff;
	font-weight:700;
	padding-top:12px;
	text-align:center;
	padding-bottom:12px;
	margin-top:10px;
	margin-bottom:10px;
	cursor:pointer;
	float:right;
}

.bot_confirmar_paso1:hover{
	background: var(--light-color);
	color: var(--dark-color)
}

.bot_seguir_comprando_paso1{
	width:240px;
	background-color:#dcdcdc;
	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:#ffffff;
}

.tabla_resultado_final_paso1{
	font-size:22px;
}

.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 #000000;
	padding:0px;
	padding-left:5px;
	outline:none;
}

.btn_validar_descuento{
	width:40%;
	height:25px;
	float:left;
	margin-top:10px;
	background-color:#000000;
	text-align:center;
	color:#ffffff;
	padding-top:5px;
	cursor:pointer;
}

.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 **********************************************/

/************************************************** CARRO LATERAL *********************************************/

.carro_lateral{
	width:375px;
	height:100%;
	position:fixed;
	top:0px;
	right:-375px;
	z-index:2500;
	background-color:#ffffff;
}

.header_carro_lat{
	height:45px;
	padding:20px 10px;
	border-bottom:1px solid #cccccc;
}

.titulo_carro_lat{
	font-size:26px;
	float:left;
}

.cerrar_carro_lat{
	font-size:12px;
	float:right;
	margin-top:14px;
	cursor:pointer;
}

.content_carro_lat{
	position:absolute;
	z-index:2600;
	top:87px;
	left:0px;
	height:calc(100% - 296px);
	overflow-y:auto;
	padding:20px 10px;
}

.linea_carro_lat{
	margin-bottom:10px;
}

.img_carro_lat{
	width:20%;
	margin-right:5%;
	float:left;
}

.description_carro_lat{
	width:65%;
	float:left;
}

.desc_carro_lat span{
	color: #848484;
    font-size: 14px;
}

.cant_precio_carro_lat{
	font-size: 16px;
}

.borrar_carro_lat{
	width:10%;
	float:right;
	text-align:right;
	font-size: 20px;
	cursor:pointer;
}

.footer_carro_lat{
	height:128px;
	position:absolute;
	z-index:2600;
	bottom:0px;
	left:0px;
	width:calc(100% - 20px);
	padding:20px 10px;
	border-top:1px solid #cccccc;
}

.column1_linea_footer{
	float:left;
}

.column2_linea_footer{
	float:right;
}

.btn_ver_carro_lat{
	width: calc(100% - 40px);
    background-color: #ffffff;
    border:1px solid var(--dark-color);
    border-radius: 3px;
    text-align: center;
    color: var(--dark-color);
    padding: 7px 20px;
    font-size: 16px;
    cursor: pointer;
    margin-top:15px;
}

.btn_ver_carro_lat:hover{
	color: #ffffff;
	background-color: var(--dark-color);
}

.btn_finalizar_lat{
    width: calc(100% - 40px);
    background-color: var(--dark-color);
    border-radius: 3px;
    text-align: center;
    color: #ffffff;
    padding: 7px 20px;
    font-size: 16px;
    cursor: pointer;
    margin-top:15px;
}

.btn_finalizar_lat:hover{
	background-color: #fff;
	color: var(--dark-color);
	border:1px solid var(--dark-colordark--dark-color);
}


/****************************************** FIN CARRO LATERAL ******************************************/


/************************************************** CHECKOUT **********************************************/

.content_desc_checkout{
	width: calc(100% - 10px);
	padding: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	margin-bottom: 10px;
	background-color: #fff;
}

.svg_desc_check{
	width: 22px;
	margin-right: 10px;
	cursor: pointer;
}

.svg_desc_check svg{
	width: 100%;
	display: flex;
	fill: #000;
}

.text_desc_check{
	font-size: 14px;
	cursor: pointer;
	font-weight: 500;
}

.content_desc_checkout:hover .svg_desc_check svg, .content_desc_checkout:hover .text_desc_check{
	opacity: 0.8;
}

.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;
}

.input_finalizar select {
	width: 96%;
	padding: 10px 2%;
	outline: none;
	border: 1px solid #e2e2e2;
	color: #606060;
	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: 20px;
	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: 35%;
	float: left;
	background-color: #fff;
	display: block;
	position: sticky;
	top: 60px;
	right: 0px;
}

.detail_resp_check{
	display: none;
}

.carro_check_fixed {
	position: fixed;
	z-index: 200;
	top: 140px;
	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_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{
	overflow-x: scroll;
}
.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;
	cursor: pointer;
}

.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;
	cursor: pointer;
}
.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;
	cursor:pointer;
}
.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;
	cursor:pointer;
}

.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;
	cursor: pointer;
}
.btn_editar_listado:hover .cancel {
	font-size: 12pt;
	margin-top: 2px;
	cursor: pointer;
}
.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;
	cursor: pointer;
}
.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;
	cursor: pointer;
}
.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;
	cursor: pointer;
}
.btn_edit_option_poll:hover {
	background-position: 0px -29px;
}

.add_option_poll {
	font-size: 14px;
	color: #24c279;
	font-weight: 700;
	margin-left: 2.5%;
	cursor: pointer;
}

.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;
	cursor: pointer;
}

.add_field:hover {
	background-color: #24c279;
	color: #ffffff;
}

/*********************************************** FIN PEDIDO *************************************************/

/******************************************** DETALLE PEDIDOS ************************************************/

.content_order_header{
	margin-top:20px;
}

.order_header{
	float:left;
	width:calc(48% - 45px);
	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 ************************************************/
/*********************************************** LOGIN **************************************************/

.content_empresa2{
	padding-bottom: 80px;
	background-color: #e6e6e6;
	transition: all 800ms ease-in-out;
}

.content_login_registro_empresa{
	width:100%;
	max-width: 600px;
	position:relative;
	z-index:50;
	margin: 40px auto 0px auto;
	overflow: hidden;
	height: 380px;
}

.content_login_empresa{
	width:100%;
	margin-top:20px;
	padding-left:3%;
	position: absolute;
	z-index: 60;
	top: 0;
	left: 0;
}

.mensaje_error{
	color:red;
	margin-bottom:10px;
}

.titulo_login_registro_empresa{
	font-size: 28px;
    color: #000;
	margin-bottom:20px;
	text-align: center;
}

.titulo_input_registro{
	color: #000000;
	font-size:13px;
}

.btn_ir_registro{
	width: 148px;
    height: 40px;
    margin-top: 15px;
	background-color:transparent;
	border-radius:5px;
	color:var(--dark-color);
	font-size:16px;
	padding-top:10px;
	text-align:center;
	cursor:pointer;
	border: 1px solid var(--dark-color);
	float: right;
	margin-right: 58px;
}

.btn_ir_registro:hover{
	background-color: var(--dark-color);
	color:#ffffff;
	border: 1px solid var(--dark-color);
}

.text_new_register{
	float: right;
	margin-right: 10px;
	margin-top: 26px;
}

.content_registro_empresa{
	width:100%;
	margin-top:10px;
	padding-left:3%;
	position: absolute;
	z-index: 60;
	top: 0;
	left: 600px;
}

.btn_volver_login{
	position: absolute;
	top: 22px;
	left: 20px;
	font-size: 14px;
	cursor: pointer;
}

.flecha_volv{
	margin-right: 5px;
	margin-top: 2px;
	font-size: 14px;
}

.conten_textarea_registro{
	width: 90%;
    height: 150px;
    margin-bottom: 15px;
	border-radius: 5px;
	background-color:#ffffff;
}

.conten_textarea_registro textarea{
	width: 95%;
    height: 145px;
	border:none;
	outline:none;
	resize:none;
	margin-top: 2px;
    padding-left: 2%;
	background-color:transparent;
	color:#000;
}

.titulo_input_registro{
	color: #000000;
	font-size:13px;
	padding-bottom: 5px;
}

.conten_input_registro{
	width: 90%;
    height: 35px;
    margin-bottom: 15px;
	border-radius:5px;
	background-color:#ffffff;
	font-family: 'Montserrat', sans-serif;
}


.conten_input_registro input{
	width: 98%;
    height: 28px;
	border: 1px solid #cecece;
	outline:none;
	margin-top: 2px;
    padding-left: 2%;
	background-color:#ffffff;
	color:#000;
	font-family: 'Montserrat', sans-serif;
	border-radius: 4px;
}

.bot_login{
	width: 150px;
    height: 40px;
    margin-top: 15px;
	border-radius:5px;
	color:#ffffff;
	font-size:16px;
	padding-top:10px;
	text-align:center;
	cursor:pointer;
	font-family: 'Montserrat', sans-serif;
}



.bot_login2{
	width: 150px;
    height: 40px;
    margin-top: 15px;
	border-radius:5px;
	color:#ffffff;
	font-size:16px;
	text-align:center;
	border:0px;
	cursor:pointer;
	font-family: 'Montserrat', sans-serif;
	display: inline;
}

.conten_checkbox_crear{
	width:100%;
	color:#000;
	margin-top:12px;
	margin-bottom:12px;
}

.conten_checkbox_crear a{
	color:#6a6b6a;
}

/*///////////////////////////////////////////////CONTACTO///////////////////////////////////////////////////////////////*/

.background_layer{
	opacity: 0.2;
    width: 100%;
    z-index: 20;
    position: absolute;
    display: flex;
    justify-content: center;
	height: 560px;
	margin: 0 auto;
}  

.background_layer img{
	width: 100%;
	max-width: 2000px;
}

.contact_form{
	z-index: 100;
	margin: 65px 0;
}
.form{
	margin: 5rem 0 5rem 0;
}
.contact_form .form input{
	width: 390px;
	border: 1px solid var(--medium-color-lighter);
	background-color: transparent;
	height: 45px;
}
.contact_form .form .row{
	display: flex;
	flex-wrap: wrap;
	justify-content:end ;
	gap: 1rem;
}
.contact_form .form .row .item{
	margin-bottom: 35px;
}
.contact_form .form .message{
	width: 600px;
}
.contact_form .form textarea{
	width: 100%;
	height: 70%;
	border:  1px solid var(--medium-color-lighter);
	background-color: transparent;
}

.contact_form .form .submit{
	border: 1px solid var(--dark-color);
	border-radius: 1px;
	width: 130px;
	height: 40px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

.contact_form .form .submit:hover{
	border: 1px solid var(--color-company);
	background-color: var(--color-company);
	color: #fff;
}
.row .item div, .message div{
	font-size: large;
    margin-bottom: 10px;
}
#formContacto{ 
	margin: 3.5rem;
}
.title_form_contact{
	font-size: 3rem;
	padding-left: 3rem;
	font-weight: 200;
}
.content_rows_form{
	display: flex; 
	gap: 1rem; 
	justify-content: space-evenly;
}
/* .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 .form .required{
    line-height: 45px;   
} */

/*********************************************** TERMINOS ********************************************/

.title_terminos_politicas{
	font-size: 32px;
	padding-bottom: 20px;
	margin-top: 50px;
	margin-left: 20px;
}

.text_terminos_politicas{
	line-height: 26px;
    padding: 30px;
    margin-left: 20px;
}

/*********************************************** FIN TERMINOS ********************************************/



/*******************************************************************************************/
/**************************** MEDIAS QUERY *************************************************/
/*******************************************************************************************/
@media (max-width: 1365px){
	.info_details{
		overflow: auto;
	}
	.details .quantity{
		width: 100%;
		height: 40px;
	}
	.details .quantity input{
		height: 35px;
	}
	.details .buy{
		width: 100%;
		height: 40px;
	}
	.details .main_img{
		max-width: 450px;
	}
}

@media (max-width: 1300px){
    /*DETALLE*/
    .details .info_details{
        width: 100%;
		height: max-content;
    }
}

@media (max-width: 1280px){

	.search form{
		width: 90%;
	}

}	

@media (max-width:1800px) {

}

@media (max-width:1600px) {
	
}

@media (max-width:1550px) {
	#formContacto{
		margin: 1rem;
	}
	.form {
		margin: 3rem 0 3rem 0;
	}
	.contact_form{
		margin: 0;
	}
	.contact_form .form input{
		width: 340px;
	}
	.contact_form .form .message{
		width: 550px;
	}
	.item div, .message div {
		font-size: medium;
	}
	.content_rows_form, .contact_form .form .row{
		gap: 0.5rem;
		justify-content: center;
	}
	.contact_form .form .row .item{
		margin-bottom: 20px;
	}

}

@media (max-width:1400px) {
}
@media (max-width: 1290px){
	.content_rows_form{
		flex-direction:column ;
	}
	.last_row{
		margin-top: 30px;
	}
	.contact_form .form .message {
	width: calc(680px + 0.5rem);}
	.arrow_index .line{
		height: 490px;
	}
	
}

@media (max-width:1200px) {
	/* NEWSLETTER */
	.banner_newsletter{
		margin: 20px;
		min-width: 300px;
		width: calc(100% - 40px);
	}

	.newsletter{
		width: calc(100% - 40px);
		margin: 20px;
		height: 500px;
	}

	.newsletter form{
		width: 90%;
	}

	/* FOOTER */
	.footer_main_wrap .column_logo{
		padding: 30px;
		width: calc(25% - 1px);
	}

	.footer_main_wrap .column img {
		width: 200px;
	}
}

@media (max-width:1100px) {

	.img_slider img{
		width: auto;
		height: 100%;
	}

}

@media screen and (max-width: 1024px){
	
	/* CONTACTO */
	.contact_form .text{
		margin: 0px 0 80px 0;
	}
}

@media (max-width:500px) {
	.left_menu .item{
		display: contents;
	}
	
	.list_categories{
		display: none;
	}

	.menu_right,
	#menu{
		margin-top: 60px;
	}

}

@media (max-width:960px) {

	/* HEADER */
	.offer_header{
		height: 25px;
	}

	.search_btn{
		display: block;
	}

	.header .main_header {
		height: 80px;
	}
	
	
	.slider_home{
		height: calc(100vh - 105px);
	}
	.img_slider_wrap{
		height: calc(100vh - 105px);
	}

    /* CHECKOUT */
	.container {
		width: 100%;
		padding: 0px;
	}

	.content_checkuot{
		padding: 80px 10px 40px 10px;
	}

	.chek_carro {
		float: none;
		/* display: none; */
		position: fixed;
		z-index: 10;
		top: 60px; /* EL HEIGHT DEL HEADER RESPONSIVE */
		left: 0px;
		width: 100%;
		padding-top: 20px;
	}

	.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(100vh - 50px - 118px - 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;
	}
	/*about section*/
	.row_home{
		margin: 20px 0;
	}
	.row_home .title{
		font-size: 2.5rem;
		bottom: 100%;
	}
	.arrow_index .line{
		height: 400px;
	}
	/*get product*/
	.details_wrapp{
		overflow-x:hidden;
		flex-wrap: wrap;
		scrollbar-width: thin;
        scrollbar-color: var(--dark-color) var(--light-color);
	}
}    


/* Landscape phone to portrait tablet and phones */

@media (max-width:920px) {
    /* BANNER PRODUCTOS */
    .banner_1{
        width: 100%;
        margin: 0;
    }

    .banner_2,
    .banner_3{
        width: calc(50% - 10px);
        margin: 20px 0;
    }

    .banner_2{
        margin-right: 10px;
    }
    .banner_3{
        margin-left: 10px;
    }
	
}

@media (max-width:868px) {
    
}

@media (max-width:860px) {
  /*LIST*/	
	.header_list{
		flex-direction: column;
		justify-content: center;
	}

	.header_list .header_list_left{
		width: fit-content;
		align-self: center;
	}

	.header_list .header_list_right{
		justify-content: space-between;
	}

	.list .main_list{
		position: relative;
	}

	.list .main_list .filter .close{
		display: block;
	}	

	.list .main_list .filter{
		background: #fff;
		z-index: 2000;
		position: fixed;
		transform: translate3d(-1000px, -54px, 0px);
		transition: transform 0.35s cubic-bezier(0.05, 1.04, 0.72, 0.98) 0s;
		top: 0;
		width: 80%;
		height: 100vh;
		overflow-y: visible;
	}

	.list .main_list .filter.is_active{
		transform: translate3d(0px, -54px, 0px);
	}

	.header_list_right{
        justify-content: space-between;
    }
    .header_list_right .filter_button{
		display: flex;
	}

}    

@media (max-width:800px) {
    /* FOOTER */
    .footer_bottom{
        justify-content: center;
        height: 110px;
    }

    .footer_bottom .left{
        line-height: 60px;
    }

	/* OFFER */

	.offers_wrap{
		top: -30px;
	}
}    


@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: 770px){
	.scroll-container{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.card_wrap{
		position: static;
		/* height: 50vh; */
	}
}


@media (max-width:760px) {
    /*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;
	}
    /*LOGIN */
	.text_new_register{
		display: none;
	}
}
@media (max-width:731px){
	.contact_form .form .message{
		width: 340px;
		height: 200px;
	}
	.last_row{
		margin-top: 10px;
	}
}
@media (max-width:680px) {
	/* HEADER */
	.menu_right{
		width: 15%;
	}

	#menu{
		width: 100%;
	}

    /* DETALLE */
    .details .main_img{
        min-width: 400px;
    }
    /* 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;
	}


	.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;
	}
}

@media (max-width:650px) {
	.slider_home.desktop{
		display: none;
	}
	
	.slider_home.mobile{
		display: block;
	}


	.img_slider_wrap.desktop{
		display: none;
	}

	.img_slider_wrap.mobile{
		display: block;
	}

}

@media (max-width:630px) {
	/* HEADER */
	.item_gallery{
		display: none!important;
	}

    /*DETALLE*/


	

}

@media (max-width:540px) {

	/* PRODUCTOS DESTACADOS */

	.featured_wrap .title{
		font-size: 78px;
	}

}


/* Landscape phones and down */

@media (max-width:480px) {
	/* HEADER */
	.left_menu .item{
		margin: 0 10px 0 3px;
	}
    /*DETALLE*/
	.details .category_header .grey{
		display: none;
	}
}

@media (max-width:430px) {
    /*LOGIN*/
	.btn_ir_registro{
		width: calc(40% - 10px);
		padding-right: 0px;
		padding-left: 0px;
		margin-right: 34px;

	}

	.bot_login2{
		width: calc(40% - 10px);
		padding-right: 0px;
		padding-left: 0px;
	}

	/* BODY LISTA */

	.order_button select{
		width: 134px;
	}
	.title_form_contact{
		padding-left: 2rem;
		font-size: 2rem;
	}
	.item div, .message div{
		font-size: 0.9rem;
	}
	.footer_bottom .right div{
		margin: 0 10px;
	}
	.footer_bottom .logo_full{
		width: 100px;
	}
	.footer_bottom .logo_positive {
	width: 80px;
	}
	.arrow_index .line{
		height: 250px;
	}
	.row_home .title{
		font-size: 1.5rem;
		bottom: 100%;
		right: 15%;
	}
	.arrow-down{
		width: 30px;
		height: 30px;
	}
	.row_home{
		margin: 40px 0;
	}
	.footer_bottom div {
	font-size: 10px;
	}


}
/* 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;
	}
}

.fancybox-content{
	padding: 0 !important;
	max-width: 90vw !important;
}
@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-no{
		border-radius: 0;
	}
	.app_button.rounded-md{
		border-radius: var(--radius-xl);
	}

	.app_button.rounded-sm{
		border-radius: var(--radius-sm);
	}

	/* 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);
	}
}
/* 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;
        }
}
