	:root{
	/* # COLORS */
	--color-shadow:rgb(0,0,0,0.2);
	--color-grey: #7c7c80;
	


	--color-dark-grey: #58585a;
	--color-grey: #7c7c80;
	--color-lighted-grey: rgb(167, 167, 169);
	--color-light-grey: #e5e5e5;

	--smooth-black:#3b3b3b;
	--header-height:100px;
	--header-top-line-height:45px;

	/* ## MAIN */
	--main-color:#0b53ac;
	--dark-main-color:#004c99;
	--darker-main-color:#16528a;
	--lighted-main-color:#6cb1e5;

	--color-company: var(--main-color);
	--color-company2: var(--dark-main-color);
	
	/* ## SECONDARY */
	--secondary-color:#CF007F;
	--dark-secondary-color:#9b0360;

	/* ## ACCENT */
	--accent-color:#F6A000;
	--dark-accent-color:#ce8600;
	--darker-accent-color:#ad7100;

	/* ## GENERIC */
	--error-color:#ED1C24;
	--marginBetweenSections:4rem;
	--footer-icons:var(--dark-main-color);


	/* Gradien data */
	--main-gradient:120deg,var(--main-color) -1%, var(--lighted-main-color) 20%, var(--dark-main-color) 89%;


	--bullet-width:10px;
	/* FONT SIZES */

	--xxl:2.4rem;
	--xl:1.85rem;
	--lg:1.5rem;
	--md:1.25rem;
	--base:1rem;
	--xs:.75rem;

}


@font-face {
    font-family: 'Circular_std';
    src: url('./font/CircularStd-Book.otf');
}

body {
    margin: 0px;
    font-family: 'Circular_std', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    background-color: #fff;
    overflow-x: hidden;
}

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;
}

.clear_both {
    clear: both;
    height: 1px;
}

.page_margins {
    width: 100%;
    max-width: 1300px;
    text-align: left;
    margin: 0 auto;
	position: relative;
}

.page_margins_big {
    width: 100%;
    max-width: 1400px;
    text-align: left;
    margin: 0 auto;
}

.page {
    padding: 0px;
}

.img_responsive {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.map_responsive{
    max-width: 100%;
    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-family: ZILLASLAB-MEDIUM;
    font-size: 20px;
}

.info_emergente {
    background-color: #ED1C24;
    position: fixed;
    top: 20px;
    left: 50%;
    margin-left: -275px;
    width: 550px;
    height: 30px;
    text-align: center;
    padding-top: 10px;
    border-radius: 10px;
    z-index: 10000000;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    display: none;
}

.form-error {
    font-size: 10pt;
    color: red;
}

.fondo_black_cart {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    z-index: 1100;
    top: 0px;
    left: 0px;
}

.fondo_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 {
    position: fixed;
    z-index: 200000;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
    display: none;
}

.spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 0px auto;
    margin-top: 100px;
    margin-bottom: 50px;
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #333;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.title_loading {
    font-size: 18pt;
    color: #c3c3c3;
    font-weight: 700;
}

.text_loading {
    font-size: 12pt;
    color: #000000;
    font-weight: 300;
    margin-top: 10px;
}


/**************************************** FIN LAYER CARGANDO ***************************************/

************************ ESTILOS ALERT *************************************************/
#popup_container {
	min-width: 300px;
	max-width: 600px;
	text-align:center;
	background: #FFF;
	-webkit-box-shadow: 0 0 20px 3px #bdbdbd;
	box-shadow: 0 0 20px 3px #bdbdbd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#popup_ok {
	background-color: #00d1c0;
	border: 0px;
    border-bottom: 2px solid  #00d1c0;
	cursor: pointer;
	margin: 0 16px 0 0;
	width: 93px;
	height: 26px;
	outline: 0 none;
	padding:0px;
	color:#ffffff;
}
#popup_ok:hover{
	background-position:0px -30px;
}
#popup_cancel {
	background-color: #0084e0;
	border: 0px;
    border-bottom: 2px solid #016ab3;
	cursor: pointer;
	margin: 0 16px 0 0;
	width: 93px;
	height: 26px;
	outline: 0 none;
	padding:0px;
}
#popup_cancel:hover{
	background-position:0px -30px;
}
/* #popup_ok:hover {border: 1px solid #000000; background-color: #007F1F;} */
#popup_content {padding: 15px 10px; margin: 0px;}
#popup_message {padding: 10px; font-size:18px; color:#898989; font-weight: bold;}
#popup_panel {text-align: center; margin: 10px 0em 0em 10px;}
#popup_prompt {margin: 5px 0px;}
#popup_overlay{opacity: 0.2; background: none repeat scroll 0 0 #FFFFFF;}
/************************ FIN ESTILOS ALERT *************************************************/


/**************************************** OFFER ***************************************/
.header_home{
	z-index: 100;
}

.offer {
	width: 100%;
	height: 35px;
	background: rgb(46, 212, 246);
	background: linear-gradient(90deg, rgba(46, 212, 246, 1) 0%, rgba(11, 83, 172, 1) 100%);
	font-size: 12px;
	position: fixed;
	top: 0px;
	left: 0px;
	    z-index: 180;
}

.offer .page_margins{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	width: 100%;
	    z-index: 180;
}

.offer .left_top{
	width: 24px;
	height: 24px;
}

.offer .text_top{
	font-size: 14px;
	color: #ffff;
}

.offer .right_top svg{
	width: 10px;
	margin-right: 10px;
	cursor: pointer;
}

/**************************************** HEADER ***************************************/

.wrp_pop_addressess{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.title_pop_addresses{
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 500;
}

.wrp_select_pop_addresses{
	width: 100%;
	margin-bottom: 20px;
}

.wrp_select_pop_addresses select{
	width: 100%;
	outline: none;
	border-radius: 5px;
	border: 1px solid #878787;
	padding: 10px 5px;
	background-color: #fff;
}

.btn_select_pop_address{
	padding: 6px 8px;
	color: #fff;
	background-color: #0062a8;
	cursor: pointer;
	text-align: center;
	border-radius: 5px;
	font-weight: 400;
	transition: all 0.2s ease-in-out;
}

.btn_select_pop_address:hover{
	background-color: #0032d8;
}

.header {
	position: sticky;
	top: 0;
	display: flex;
	flex-direction: column;
	width: 100%;
	border-bottom: 1px solid #c4c4c4;
	z-index: 200;
	background: #fff;
}

.sticky_user{
	top: 35px;
}

.header .main_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 120px;
	z-index: 200;
	background: #fff;
	transition: all 0.2s ease-in-out;
	position: relative;
}

.header .main_header.small{
	height: 75px;
}

.header .main_header a:hover{
    color: #000cbb;
}

.header_wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
	height: 100%;
    z-index: 200;
    background: #fff;

}

.header .main_header .left_menu svg:hover,
.header .main_header .right_menu svg:hover{
    fill: #000cbb;
}

.left_menu,
.right_menu {
    display: flex;
    align-items: center;
    width: 350px;
}

.left_menu{
    margin-left: 20px;
	position: relative;
	height: 100%;
	z-index: 200;
}

.left_menu .item{
	height: 100%;
	display: flex;
	align-items: center;
}

.left_menu .item a{
	font-size: 16px;
}

.product_item{
	cursor: pointer;
	width: 130px;
	text-align: center;
	font-size: 16px;
	display: block;
}

.search_item{
	margin-left: 30px;
}


.left_menu .line{
	position: absolute;
	border: 2px solid #000cbb;
	top: 72px;
	display: none;
}

.left_menu .line_productos{
	left: 26px;
}
.left_menu .line_destacados{
	left: 150px;
}

.right_menu{
    justify-content: flex-end;
    margin-right: 20px;
}

/* .left_menu svg {
    width: 15px;
} */

.cat_dest{
	color: #ac0000 !important;
}

.cat_dest:hover{
	color: #ee1d1d !important;
}

/* 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;
}

.searchbutton:hover{
	color: #000cbb;
}

.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;
	left: 49px; /* Button width-1px (Not 50px/100% because that will sometimes show a 1px line between the search box and button) */
	background-color: #e2e2e2;
	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;
	width: 210px; /* Bar width+1px */
	padding: 0 16px 0 0;
}

.expandright {
	right: auto;
	left: 35px; /* Button width-1px */
	padding: 0 0 0 16px;
}

/* .expandright:focus {
	padding: 0 0 0 16px;
} */

/*  */


.right_menu .user {
    display: flex;
    font-size: 12px;
    margin-right: 5px;
	cursor: pointer;
}
/* 
.right_menu .user a{
	font-size: 16px;
} */

.right_menu .user:hover .user_login{
	color: #000cbb;
}

.right_menu .user:hover svg{
	fill: #000cbb;
}

.right_menu .user div {
    margin: 0 2px;
}

.right_menu .user .user_login{
	margin-right: 10px;
	line-height: 20px;
}

.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: #000;
}

.flecha_avatar_login {
	width: 10px;
	display: block;
}

.flecha_avatar_login svg {
	width: 10px;
	fill: #000;
}

.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: 79px;
    top: 75px;
}

#despRegisterMobile {
	left: -50%;
}

.content_register {
	display: none;
}

.nav{
	width: 111px;
}

.cart:hover{
    color: #000cbb;
}

.cart svg {
    width: 20px;
    cursor: pointer;
}

.quantity_cart{
	border-radius: 50px;
    background: #c4c4c4;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin-left: 4px;
}

.cart_wrap{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 20px;
}

.search_flotante{
	width: 25px;
	margin-right: 15px;
	cursor: pointer;
}

.search_flotante svg{
	fill: #052a92;
}

.search_float{
	justify-content: center;
	position: fixed;
	align-items: center;
	top: 90px;
	left: 0;
	width: 100vw;
	height: 40px;
	background: #fff;
	z-index: 180;
	border-bottom: 1px solid #c4c4c4;
}

.search_float form{
	display: flex;
	justify-content: center;
	width: 100%; 
}

.search_float input{
	width: 60%;
	border: none;
	height: 35px;
}

.search_float .search_button_float{
	height: 35px;
	font-size: 18px;
	cursor: pointer;
	line-height: 35px;
}

.header .logo{
    width: 100px;
	transition: all 0.2s ease-in-out;
}

.content_header_flotante {
    display: none;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    position: fixed;
    padding: 0px 5px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 190;
    border-bottom: 1px solid #ededed;
    height: 90px;
    width: 100%;
}

.content_header_flotante .logo{
    width: 80px;
}

.content_header_flotante .cart{
    width: 40px;
}

.content_header_flotante .cart svg{
    width: 30px;
    fill: #052a92;
}

#menuToggle {
    display: block;
    padding: 18px 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: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #052a92;
    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 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(-6px, -19px);
    background: #052a92;
}

#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, 15px);
}

#menu {
    position: absolute;
    z-index: 800;
    width: 40%;
    height: calc(100vh - 90px);
    background-color: #ffffff;
    margin-left: 0px;
    margin-top: 90px;
    top: 0px;
    left: 0px;
    display: none;
	overflow-y: scroll;
}

.category_wrap{
	display: none;
}

.category_menu{
	width: calc(100% - 100px);
	padding: 12px 50px;
	cursor: pointer;
}

.category_menu:hover{
	color: #000cbb
}

.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: 30px;
	font-weight: 700;
	color: #888888;
	background: #f7f7f7;
	padding: 10px 50px;
	border-top: 1px solid #e5e5e5;
}

.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: block;
    font-size: 16px;
    width: calc(100% - 50px);
    padding: 25px;
}

.menu_header_top{
	border-top: 1px solid #c4c4c4;
}

.menu_header_top:hover{
	background: #eeeeee;
}

#menu .menu_header a:hover{
    color: #000cbb;
}

#menu .menu_header_bottom {
    font-size: 14px;
    padding: 5px 25px;
}

#menu .menu_header_bottom_user {
	font-size: 14px;
    padding: 15px 25px;
}

.menu_button_user{
	padding: 10px 40px!important;
}

.menu_button_user:hover{
	color: #000cbb;
}

.line_menu{
    border-bottom: 1px solid #c4c4c4;
    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;
}

.menu_desplegable::-webkit-scrollbar,
#wrp_menu_desplegable::-webkit-scrollbar,
#wrpCategorys::-webkit-scrollbar,
#wrpSubCategorys::-webkit-scrollbar,
.list_categories::-webkit-scrollbar {
	width: 8px;
	border-radius: 20px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	cursor: pointer;
}

/* Track */
.menu_desplegable::-webkit-scrollbar-track,
#wrp_menu_desplegable::-webkit-scrollbar-track,
#wrpCategorys::-webkit-scrollbar-track,
#wrpSubCategorys::-webkit-scrollbar-track,
.list_categories::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 20px;
}

/* Handle */
.menu_desplegable::-webkit-scrollbar-thumb,
#wrp_menu_desplegable::-webkit-scrollbar-thumb,
#wrpCategorys::-webkit-scrollbar-thumb,
#wrpSubCategorys::-webkit-scrollbar-thumb,
.list_categories::-webkit-scrollbar-thumb {
	background: #cacaca;
	border-radius: 20px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	cursor: pointer;
}

/* Handle on hover */
.menu_desplegable::-webkit-scrollbar-thumb:hover,
#wrp_menu_desplegable::-webkit-scrollbar-thumb:hover,
#wrpCategorys::-webkit-scrollbar-thumb:hover,
#wrpSubCategorys::-webkit-scrollbar-thumb:hover,
.list_categories::-webkit-scrollbar-thumb:hover {
	background: #555;
	cursor: pointer;
}

.wrp_header_general{
	position: relative;
	z-index: 310;
	width: 100%;
	height: 100%;
	background-color: #fff;
}

.wrp_menu_desplegable{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: stretch;
	overflow: hidden;
}

.wrp_menu_desplegable > div{
	width: calc(33.33333% - 20px);
	padding: 10px;
}

.title_item_cat_menu_desp{
	color: var(--azul-oscuro);
	border-bottom: 1px solid var(--azul-oscuro);
	padding: 6px 0px;
	width: calc(100% - 10px); /* ESTOS 10 SON PARA EL SCROLL DEL LISTADO */
	font-size: 16px;
}

.list_categories{
	position: relative;
	z-index: 300;
	width: 100%;
	height: calc(100% - 32px);
	overflow-x: hidden;
	overflow-y: auto;
}

.item_cat_menu_desp{
	width: calc(100% - 20px);
	padding: 15px 10px;
	margin: 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 12px;
	background-color: #fff;
	transition: all 200ms ease-in-out;
	color: #1d1d1b;
}

.item_cat_menu_desp.is_hover svg{
	transform: rotate(90deg);
	transition: all 200ms ease-in-out;
	fill: #0062a8;
}

.item_cat_menu_desp.is_hover{
	background-color: #f6f6f6;
	transition: all 200ms ease-in-out;
	color: #0062a8;
}

.item_cat_menu_desp.is_active{
	background-color: #f1f1f1;
	color: #0062a8;
	transition: all 200ms ease-in-out;
}

.item_cat_menu_desp.is_active svg{
	fill: #0062a8;
	transition: all 200ms ease-in-out;
}

.svg_item_cat_menu_desp{
	width: 12px;
	margin-left: 10px;
}

.svg_item_cat_menu_desp svg{
	transition: all 200ms ease-in-out;
	transform: rotate(-90deg);
	width: 100%;
	fill: #1f1f1d;
}

.item_menu_subcat{
	display: block;
	width: calc(100% - 20px);
	padding: 6px 10px;
	margin: 10px 0px;
	border-radius: 12px;
	color: #000;
	transition: all 200ms ease-in-out;
}

.item_menu_subcat.is_hover{
	color: #000cbb;
	transition: all 200ms ease-in-out;
}

#wrpProdsCategorys{
	position: relative;
	z-index: 300;
}

.menu_subcat{
	visibility: hidden;
	position: absolute;
	z-index: 310;
	top:0px;
	left: 0px;
	display: flex;
	flex-direction: column;
	background-color: #fff;
	transform: translate3d(100px, 0px, 0px);
	transition: transform 0.2s cubic-bezier(0.05, 1.04, 0.72, 0.98) 0s;
	padding: 10px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);;
	overflow: hidden;
	transition: all 0.2s ease-in-out;
}

.menu_subcat.is_hover{
	transform: translate3d(0px, 0px, 0px);
	visibility: visible !important;
  transition: all 0.2s ease-in-out;
	z-index: 320;
}

#wrpImgsCategorys{
	position: relative;
	z-index: 300;
}

.content_img_cat_menu{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	z-index: 310;
	top:0px;
	left: 0px;
	background-color: #fff;
	transform: translate3d(100px, 0px, 0px);
	transition: transform 0.2s cubic-bezier(0.05, 1.04, 0.72, 0.98) 0s;
	padding: 10px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	overflow: hidden;
	visibility: hidden;
	transition: all 0.2s ease-in-out;
}

.content_img_cat_menu.is_hover{
	transform: translate3d(0px, 0px, 0px);
	visibility: visible !important;
  transition: all 0.2s ease-in-out;
	z-index: 320;
}

.product_menu{
	display: flex;
	position: absolute;
	width: 1280px;
	height: calc(100vh - 155px);
	background: #fff;
	z-index: 185;
	padding: 10px;
	top: -2000px;
	transition: all 200ms ease-in-out;
	left: 50%;
	transform: translate(-50%, 0);
}

.product_menu.is_hover{
	top: 100%;
}

.img_menu{
	width: 100%;
}

/* .product_menu div{ 
	width: calc(33.33333% - 20px);
    padding: 0 10px;
}

.product_menu .title{
	color: #001652;
    border-bottom: 1px solid #001652;
    padding: 6px 0px;
    width: calc(100% - 10px);
    font-size: 16px;
}

.product_menu .category{
	width: calc(100% - 30px);
    padding: 10px 10px;
    margin: 10px 0px 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px;
    background-color: #fff;
    transition: all 200ms ease-in-out;
    color: #1d1d1b;
	cursor: pointer	;
}

.product_menu .category.is_active{
	background-color: #f1f1f1;
    color: #1d1d1b;
    transition: all 200ms ease-in-out;
}

.product_menu .category.is_hover{
	background-color: #f6f6f6;
    transition: all 200ms ease-in-out;
    color: #1d1d1b;
}

.product_menu .item_product_wrap{
	height: 280px;
	width: 100%;
	overflow-x: hidden;
    overflow-y: auto;
}

.product_menu .item_product{
	display: block;
    width: calc(100% - 20px);
    padding: 6px 10px;
    margin: 10px 0px;
    border-radius: 12px;
    color: #000;
    transition: all 200ms ease-in-out;
}

.product_menu .item_product.is_hover{
	color: #88bafc;
    transition: all 200ms ease-in-out;
}

.product_menu_img{
	display: flex;
	justify-content: center;
	align-items: center;
}
.product_menu img{
	height: 100%;
} */

/**************************************** SLIDER HOME ***************************************/

.slider_home{
	width: 100%;
    max-width: 2000px;
    text-align: left;
    margin: 0 auto;
    position: relative;
	overflow: hidden;
}

.swiper_top,
.swiper_top_responsive {
    width: 100%;
}

.swiper_top img,
.swiper_top_responsive img {
    width: 100%;
}

.slider_responsive{
	display: none;
}

/*///////////////////////////////////////////////SLIDER OFERTAS///////////////////////////////////////////////////////////////*/

.related{
    position: relative;
    margin-bottom: 50px;
}

.related .background_products{
    width: 120%;
    height: 120%;
}

.title_related{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
	margin: 50px 0;
}

.swiper-offers {
	width: 100%;
	height: 100%;
	margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    padding-bottom: 4.4rem;
}

.swiper-offers .swiper-slide{
	width: fit-content!important
}

.swiper-offers .swiper-button-next, 
.swiper-offers .swiper-container-rtl .swiper-button-prev,
.swiper-offers .swiper-button-prev,
.swiper-offers .swiper-container-rtl .swiper-button-next{
	width: 60px!important;
    height: 35px!important;
    background-color: #fff!important;
    box-shadow: 0px 0px 10px var(--color-shadow)!important;
    z-index: 100!important;
    color: #000!important;
	top: 60% !important;
}

.swiper-offers .swiper-button-next:after,
.swiper-offers .swiper-button-prev:after{
	font-size: 18px!important;
}


/**************************************** SUPER OFERTAS ***************************************/

.offers_wrap{
    display: flex;
    width: 100%;
    position: relative;
    top: -100px;
    z-index: 20;
    background: #fff;
}

.offers_wrap .view_all{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 25%;
}

.offers_wrap .items{
	width: 75%;
	position: relative;
}

.offers_wrap .view_all svg{
    width: 80px;
    fill: #135fab;
}

.offers_wrap .view_all .title{
    width: 100px;
    font-weight: 800;
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
		background: -webkit-linear-gradient(360deg, #3e6fb7 0%, #0058a9 34%, #2f4995 59%, #413e8b 82%, #463a87 100%);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
}

.offers_wrap .view_all .view{
    text-decoration: underline;
}

.offers_wrap .item img{
    width: 195px;
    margin: 20px 0;
}

/****************************************  PRODUCTOS DESTACADOS ***************************************/

.featured_wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ececec;
    padding: 30px 30px 0 30px;
}

.featured_wrap .title{
    font-size: 94px;
    color: #fff;
    position: relative;
    top: -50px;
	text-align: center;
}

.featured_wrap .sub_title{
    font-size: 36px;
    /* text-decoration: underline; */
    margin-bottom: 50px;
		font-weight: 600;
		background: -webkit-linear-gradient(360deg, #3e6fb7 0%, #0058a9 34%, #2f4995 59%, #413e8b 82%, #463a87 100%);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
}

.featured_wrap .sub_title a{
	background: -webkit-linear-gradient(360deg, #3e6fb7 0%, #0058a9 34%, #2f4995 59%, #413e8b 82%, #463a87 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.card{
    max-width: 240px;
    min-width: 180px;
	width: 240px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 10px;
	border-radius: .25rem;
}

.card:hover{
    box-shadow: 0px 0px 10px var(--color-shadow);
}

.card .available{
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 5px;
    left: 5px;
	z-index: 9999;
}

.dot{
    height: 8px;
    width: 8px;
    background: #ececec;
    border-radius: 50%;
    margin-bottom: 3px;
}
.green{
    background: #19a76d;
}
.yellow{
    background: #c5ba12;
}
.red{
    background: #f13f3f;
}

.descount{
    width: 80px;
    height: 40px;
    position: absolute;
    top: 5px;
    right: 5px;
	z-index: 9999;
}

.descount svg{
    width: 100%;
    position: absolute;
    top: -17px;
}

.descount .number{
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    position: relative;
    top: 8px;
}

.card .link_img{
    margin-top: 45px;
}

.card .img{
	position: relative;
}

.card .img_brand{
	position: absolute;
	bottom: 0px;
	right: 5px;
	width: 50px !important;
	mix-blend-mode: multiply;
}
.toggle-attrs {
	text-align: center;
	border: 1px solid var(--main-color);
	border-radius: 10%;
	background-color: var(--main-color);
	color:white;
	cursor: pointer;
	font-size: 12px;
	transition: background-color 0.3s, color 0.3s;
	padding: 3px;
	position: absolute;
	bottom: 0;
	left: 10px;
}

.toggle-attrs:hover {
	background-color: #ddd;
	color: #000;
}
.card img{
    width: 100%;
}

.card .name{
    border-top: 1px solid #ececec;
    padding: 5px 0;
    width: 100%;
    text-align: center;
    font-size: 12px;
	min-height: 40px;
}

.card .attrs{
	flex-grow: 1;
	padding: 10px;
	width: calc(100% - 20px);
	background-color: #f1f1f1;
}

.card .attrs .attr_line{
	width: calc(100%);
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 12px;
	padding: 10px 0px;
}
/* Estilos para la lista de descuentos */
.descuentos_list {
	position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    padding: 10px;
    z-index: 1000;
    min-width: 200px;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    margin-top: 5px;
    text-align: end;
	width: max-content;
}

.descuentos_list div {
  padding: 5px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

.descuentos_list div:last-child {
  border-bottom: none;
}

.descuentos_list strong {
  color: #0b53ac;
}

.price {
  cursor: pointer;
}

.price:hover {
  text-decoration: underline;
}


.card .price_wrap{
	position: relative;
    display: flex;
    align-items: center;
    margin: 5px 0;
}

.card .price_wrap .old_price{
	font-size: 14px;
	color: #5d5d5d;
	text-decoration: line-through;
	margin-right: 5px;
}

.card .price_wrap .price{
	font-size: 18px;
	color: #0b53ac;
}

.card .buy_wrap{
    display: flex;
    justify-content: space-between;
    margin: 5px;
    width: calc(100% - 10px);
}

.quantity{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: calc(30% - 2px);
	height: 23px;
	background: #fff;
  border: 1px solid #232323;
}

.quantity div,
.quantity input{
	border: none;
	background: transparent;
	text-align: center;
	outline: none;
	font-size: 14px;
	width: 25px;
}

.quantity input{
	/* width: calc(100% - 62px); DESCOMENTAR SI VUELVEN EL + Y EL - */
	width: 100%;
}

.quantity input[type=number]::-webkit-inner-spin-button, 
.quantity input[type=number]::-webkit-outer-spin-button { 
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance: none;
	margin: 0; 
}

/* #button_less,
#button_plus{
  cursor: pointer;
} */

.buy{
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(70% - 2px);
	height: 23px;
	background: #232323;
	border: 1px solid #232323;
	cursor: pointer;
	color: #fff;
	font-size: 12px;
}

.buy a{
	color: #fff;
}

.buy:hover{
	background: rgb(46, 212, 246);
	background: linear-gradient(90deg, rgba(46, 212, 246, 1) 0%, rgba(11, 83, 172, 1) 100%);
	border: 1px solid rgb(46, 212, 246)
}

/****************************************  CARD INFO ***************************************/

.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;
    box-shadow: 0px 0px 10px var(--color-shadow);
    width: 270px;
    height: 90px;
    margin: 10px;
}

.card_info svg{
    width: 70px;
}

.card_info .wp{
    width: 65px;
}

.card_info .security{
    width: 90px;
}

.card_info .information{
    margin-left: 20px;
}

.card_info .title{
    font-size: 14px;
    color: #598bd1;
    margin-bottom: 5px;
    text-align: left;
}

.card_info .text{
    font-size: 12px;
    text-align: left;
}

.card_info .text a:hover{
	color: #0040ca;
}


/****************************************  BANNER PRODUCTOS ***************************************/

.banner_wrap{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 30px 0;
}

.banner_wrap_2{
	flex-direction: row-reverse;
	margin: -15px 0;
}

.banner{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
	cursor: pointer;
}

.black_screen{
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
		width: 100%;
		height: 100%;
		background: #000;
		opacity: 0.5;
}

.banner_1{
    width: calc(50% - 10px);
    margin-right: 10px;
}

.banner_wrap_2 .banner_1{
	margin-right: 0;
	margin-left: 10px;
}

.banner_2{
    width: calc(25% - 15px);
    margin: 0 5px 0 10px;
}

.banner_wrap_2 .banner_2{
	margin: 0 10px 0 5px;
}

.banner_3{
    width: calc(25% - 15px);
    margin-left: 15px;
}

.banner_wrap_2 .banner_3{
	margin-right: 15px;
	margin-left: 0;
}


.banner img{
    width: 100%;
    top: 0;
    left: 0;
    transition: transform .8s ease;
}

.banner:hover img{
    transform: scale(1.25);
}

.banner .info_banner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 50;
    display: flex;
    flex-direction: column;
    align-items: center;
		color: #fff;
}

.banner_1 .info_banner{
    left: 80%;
}

.banner_2 .info_banner,
.banner_3 .info_banner{
    width: 100%;
}

.banner .info_banner .text{
    font-size: 24px;
    text-align: center;
}

.banner_2 .info_banner .text,
.banner_3 .info_banner .text{
	width: 50%;
}

.banner .info_banner .line{
    border-top: 3px solid #0063aa;
    width: 120px;
    margin: 5px 0 20px;
}

.banner_1 .info_banner .line{
    border-top: 3px solid #c7b300;
}

.banner .info_banner .button{
    width: 100px;
    height: 30px;
    background: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    color: #000;
}

.banner_1 .info_banner .button{
    background: #000;
}

.banner_1 .info_banner .button a{
    color: #fff;
}

/*///////////////////////////////////////////////NEWSLETTER///////////////////////////////////////////////////////////////*/

.newsletter{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 90%;
	margin: 200px 80px 100px 80px;
}

.newsletter .title{
	font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px;
    z-index: 150;
}

.newsletter .text{
	font-size: 23px;
	font-weight: 500;
	z-index: 150;
	margin-left: 16%;
	width: 210px;
}

.newsletter .line{
	position: relative;
	z-index: 120;
	background-color: #0062a8;
	width: 250px;
    height: 5px;
    left: 40%;
}

.newsletter .form_newsletter{
	display: flex;
	margin: 30px;
	z-index: 150;
	width: 447px;
	}

	.newsletter .form_newsletter *{
		box-sizing: border-box;
	}
.newsletter .form_newsletter form{
	display: flex;
		flex-wrap: nowrap;
		flex-direction: column;
		gap: 5px;
		width: 100%;
		justify-content: center;
		align-items: end;
}


.newsletter .form_newsletter input{
	border: 1px solid #fff;
	background-color: #fff;
	height: 43px;
	width: 100%;
	padding: 0 10px;
	/*margin:	-5px;*/

}

.newsletter .form_newsletter button{
	background-color: #000;
	color: #fff;
	width: 130px;
	height: 45px;
	border: none;
    font-weight: bold;
	cursor: pointer;
}

.newsletter .form_newsletter button:hover{
	color: #fff;
	width: 130px;
	height: 45px;
	border: none;
}

.newsletter .square{
	z-index: 100;
    background-color: #e7e7e7;
    width: 900px;
    height: 280px;
    margin-left: 308px;
    margin-top: -280px;
}

/**************************************** FOOTER ***************************************/

.footer{
    width: 100%;
    background: #f1f1f1;
}

.footer_top{
    width: 100%;
    height: 70px;
}

.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: #1e1e1e;
}

.footer_main_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: 50px 0 20px;
}

.footer_main_wrap .column{
    width: 25%;
    min-width: 250px;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.footer_main_wrap .column .title{
    margin: 5px 0;
    font-size: 18px;
    color: #ececec;
}

.footer_main_wrap .column .item{
    margin: 5px 0;
    font-size: 14px;
    color: #a0a0a0;
} 

.footer_main_wrap .column .item a{
    color: #a0a0a0;
}

.footer_main_wrap .column .item a:hover{
    color: #fff;
}

.footer_main_wrap svg{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.instagram_footer svg{
    fill: #833AB4;
}

.facebook_footer svg{
    fill: #4267B2;
}

.whatsapp_footer svg{
    fill: #0cb071;
}

.instagram_footer,
.facebook_footer,
.whatsapp_footer{
    display: flex;
    align-items: center;
}

.instagram_footer a:hover{
    color: #833AB4!important;
}

.facebook_footer a:hover{
    color: #4267B2!important;
}

.whatsapp_footer a:hover{
    color: #0cb071!important;
}

.footer_bottom{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    height: 70px;
}

.footer_bottom div{
    color: #919191;
    font-size: 12px;
}

.footer_bottom .left{
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
}

.footer_bottom .right{
    display: flex;
}

.footer_bottom .right div{
    display: flex;
    align-items: center;
    margin: 0 20px;
}

.footer_bottom .logo_positive{
    width: 100px;
    margin-right: 20px ;
    margin-top: 24px;
}

.footer_bottom .logo_full{
    width: 110px;
}

/****************************************  LIST ***************************************/

.no_products{
	width: 100%;
    text-align: center;
    font-size: 24px;
    padding: 100px 0;
    color: #868585;
}

.banner_lista{
    width: 100%;
    height: 207px;
    background: #f3f3f3;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #c4c4c4;
}

.banner_lista img{
    height: 200px;
}


.header_list{
	border-bottom: 1px solid #c4c4c4;
}

.category_header{
    display: flex;
	margin: 5px 20px;
}

.product_category{
    margin: 0 5px;
    font-size: 12px;
}

.grey{
    color: #c4c4c4;
}

.header_list_right{
	display: flex;
    justify-content: flex-end;
    align-items: center;
	margin: 0 20px;
}

.header_list_right .filter_button{
	display: none;
    justify-content: space-between;
    align-items: center;
	border: 1px solid #1200af;
   	border-radius: 5px;
    height: 40px;
    cursor: pointer;
}
.header_list_right .filter_button:hover{
    background: #1200af;
}

.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: #1200af;
}

.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;
}

.order_wrap{
	display: flex;
}

.cagetories_selected{
	color: #000cbb!important;
}

.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: #666666;
}

.list .main_list{
	display: flex;
	width: 100%;
}

.list .main_list .filter{
	width: 200px;
    flex-shrink: 0;
	padding: 30px;
	margin-top: 50px;
	background-color: #fff;
}

.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 .button:hover .title{
    color: #000cbb
}

.list .main_list .filter .button svg{
	width: 10px;
	transform: rotate(180deg);
    fill: #c4c4c4;
}

.list .main_list .filter .checkboxs{
    margin-bottom: 24px;
}

.list .main_list .filter .checkbox_1{
	display: flex;
	margin-bottom: 10px;
}


.list .main_list .filter .checkbox_1 div a{
	font-size: 12px;
	color: #8d8d8d
}

.wrp_a_checkbox_1{
	margin-left: 15px;
}

.list .main_list .filter .checkbox_1 div a:hover{
	color: #000cbb
}

.list .main_list .products{
    position: relative;
		flex-grow: 1;
}


.list .list_flex{
	/* justify-content: flex-start; */
	display: flex;
	margin: 50px 0;
	flex-wrap: wrap;
}

.list_flex .card{
	width: calc(33.3333% - 20px);
}

.list_flex .card_product{
	margin-left: 20px;
}

.svg_title_display {
	display: none;
}

.title_display {
	/* padding: 20px 10px; */
	/* background-color: #f1f1f1;*/
	/* border-bottom: 1px solid #c5c5c5; */
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
}

.text_title_display {
	font-size: 18px;
	color: #646464;
	font-weight: 600;
}

.svg_title_display {
	width: 22px;
	height: 22px;
	cursor: pointer;
}

.svg_title_display svg {
	width: 22px;
	height: 22px;
	fill: #000;
}

.content_title_cagetories {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: center;
	width: calc(100% - 20px);
	padding: 10px;
	cursor: pointer;
}

.content_subcategories .content_title_cagetories {
	padding: 2px 10px;
}


.content_subsub .content_title_cagetories {
	padding: 0px 10px;
}

.title_cagetories {
	width: calc(100% - 32px);
	font-size: 14px;
	font-weight: 300;
	color: rgb(44, 44, 44);
}

.title_cagetories:hover {
	color: var(--color-company2);
	font-weight: 400;
}

.svg_categories {
	width: 12px;
}

.svg_categories svg {
	fill: #3c3c3c;
	transform: matrix(1, 0, 0, 1, 0, 0);
	transition: all 0.25s ease;
}

.content_subcategories {
	width: calc(100% - 20px);
	padding: 0px 10px 10px 10px;
	display: none;
}

.title_subcategories {
	width: calc(100% - 32px);
	margin: 5px 0px;
	color: #3b3b3b;
	font-size: 12px;
}

.title_subcategories:hover{
	color: #141414;
	font-weight: 400;
}

.cagetories_selected {
	color: #000;
	font-weight: 400;
}

/*///////////////////////////////////////////////DETALLE///////////////////////////////////////////////////////////////*/
.fancybox-content{
	max-width: 90vw !important;
}
@media (max-width: 1300px){
    /*DETALLE*/
    .details .info_details,
	.details .main_img{
		width: calc(100%);
		padding: 0 30px;
		
    }
	.details .main_img{
		margin: 20px 0;
	}
}
.info_details .attr_line{
	display: flex;
	gap: 15px;
}
.info_details .attr_line .attr_name{
	font-weight: 600;
}
.grey{
	color: #c4c4c4;
}

.details_wrapp{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
}

.details .main_img{
	width: calc(50%);
	min-width: 460px;
	padding: 10px;
    position: relative;
}

.details .descount{
    top: 40px;
    right: 40px; 
}

.details .info_details{
	width: calc(50%);
	padding: 10px;
	height: 100%;
	min-height: 450px;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}

.details .info_details .name,
.details .info_details .brand{
	font-size: 26px;
	padding-block: 15px;
}

.details .info_details .brand{
	font-weight: 600;
    margin-top: 15px;
}

.details .info_details .code{
	font-size: 18px;
	color: #c4c4c4;
	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: 20px 0;
}

.details .info_details .new_price{
	font-size: 28px;
	color: #000cb4;
	margin-right: 10px;
}

.details .info_details .old_price{
	font-size: 20px;
	color: #c4c4c4;
	text-decoration: line-through;
	line-height: 35px;
	margin-right: 10px;
}

.details .info_details .description{
	width: 100%;
	padding: 20px;
	padding-left: 0;
}

.details .info_details .description .title{
	font-size: 18px;
    margin: 20px 0;
}

.details .send{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 30px;
	align-self: flex-end;
}

.details .buy{
	width: 250px;
    height: 52px;
    font-size: 16px;
    margin: 20px 0;
}

.details .quantity{
	width: 150px;
    height: 50px;
    font-size: 16px;
}

.details .quantity button, 
.details .quantity input{
	width: 45px;
    height: 50px;
	line-height: 45px;
	background: none;
    border: none;
	width: 100%;
}

.details .question{
    margin-top: 50px;
}

.details .info_question form{
	display: flex;
	flex-direction: column;
	width: 100%;
}

.details .button .title{
    font-size: 18px;
    margin: 20px 0;
}

.details .info_question input{
	width: 40%;
	margin: 10px 0 20px 0;
	border:none;
	border-bottom: 1px solid #000;
    height: 25px;
}	

.details .info_question textarea{
	width: 90%;
	margin: 10px 0 20px 0;
	border:none;
	border-bottom: 1px solid #000;
    background-color: #fff;
    height: 60px;
}

.details .info_question .submit{
    width: 150px;
    height: 30px;
    color: #fff;
    margin: 0px;
    background-color: #232323;
    cursor: pointer;
}

.details .info_question .submit:hover {
    background: rgb(46, 212, 246);
    background: linear-gradient(90deg, rgba(46, 212, 246, 1) 0%, rgba(11, 83, 172, 1) 100%);
    border: 1px solid rgb(46, 212, 246);
}

.details .info_question label{
	color:#616161;
}

.content_img_detalle {
	width: 100%;
	height: 500px;
	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;
	border: none !important;
	text-decoration: none;
}

.a_img_detalle img{
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	border: none !important;
}
@media (max-width: 960px){
	.fancybox-content{
		padding: 20px !important;
	}
}
@media (max-width: 800px){
	.details_wrapp{
		flex-direction: column;
		align-items: center;
	}
	.details .info_details{
		width: 100%;
	}.details .main_img, .details .main_img{
		padding: 0;
		margin: 0;
	}
}
/************************************************* CARRO **********************************************/

.titulo_carro{
	color: var(--color-grey);
	font-size: 32px;
	padding: 20px 5px;
}

.text_info{
	text-align:center;
	font-size:20pt;
	font-weight:300;
	color:#545454;
	padding:200px 0px;
}

.tabla_producto td{
	padding:20px 0px 10px 0px;
}

.borrar_carro{
	width:14px;
	margin:0 auto;
	cursor:pointer;
}

.img_producto_carro{
	width:50%;
	display:block;
}

.nombre_cod_carro{
	width:90%;
	padding:0 5%;
	text-align:left;
}

.nombre_producto_carro{
	margin-bottom:10px;
}

.nombre_producto_carro span{
	font-size:10pt;
	font-weight:100;
}

.nombre_producto_carro a{
	color:#000000;
	text-decoration:none;
}

.info_producto_carro{
	font-size:10pt;
	margin-bottom:10px;
}

.content_cant_uni{
	width:86px;
	margin:0 auto;
}

.cantidad_carro{
	font-size:12pt;
	width:60px;
	text-align:center;
}

.cantidad_carro input{
	width:95%;
	outline:none;
	border:0px;
	text-align:center;
}

.btn_cant_carro{
	width:60px;
	padding:11px 12px 11px 12px;
	border:1px solid #000;
	background-color:#fff;
	color:#000;
	border-radius: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;
}

.nota_pedido_wrap{
	width: 50%;
}

.conten_precio_total_paso1{
	display: flex;
	justify-content: space-between;
	width: 100%;
}


.titulo_resumen_pedido_paso1{
	font-size:14pt;
	font-weight:600;
}

.content_btns_carro{
	float: right;
	width:200px;
	margin-top:20px;
}

.bot_confirmar_paso1{
	width:200px;
	background-color:var(--color-grey);
	color:#ffffff;
	font-weight:700;
	padding-top:12px;
	text-align:center;
	padding-bottom:12px;
	margin-top:10px;
	margin-bottom:10px;
	cursor:pointer;
	float:left;
}

.bot_confirmar_paso1:hover{
	background: #e2e2e2
}

.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;
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	width: 500px;
}

.texto_codigo_descuento{
	color:#000000;
	font-size:16px;
	font-weight:700;
	width: 100%;
	margin-bottom:20px;
}

.img_codigo_descuento{
	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%;
	background-color:#000000;
	text-align:center;
	color:#ffffff;
	padding: 7px 0px;
	cursor:pointer;
	font-size: 14px;
}

.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;
}

.line_resultado_final_paso1{
	margin: 10px 0;
	display: flex;
	justify-content: space-between;
	width: 500px;
}

.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:86px;
	left:0px;
	height:calc(100% - 283px);
	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:116px;
	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 #0037ad;
    border-radius: 3px;
    text-align: center;
    color: #0037ad;
    padding: 7px 20px;
    font-size: 16px;
    cursor: pointer;
    margin-top:15px;
}

.btn_ver_carro_lat:hover{
	color: #ffffff;
	background-color: #00a4c1;
	border:1px solid #00a4c1;
}

.btn_finalizar_lat{
    width: calc(100% - 40px);
    background-color: #2400c4;
    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: #00a4c1;
}


/****************************************** 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: 10px;
	outline: none;
	border: 1px solid #e2e2e2;
	color: #606060;
	height: 80px;
	background-color: #fff;
}

.conten_general_crear {
	width: 45%;
}

.conten_input_crear {
	width: 100%;
}

.input_crear input {
	background-color: #fff;
	width: 96%;
	padding: 0px 2%;
	height: 30px;
	outline: none;
	border: 1px solid #e2e2e2;
	color: #606060;
}

.bot_carro_pasos {
	width: 150px;
	height: 35px;
	padding-top: 13px;
	text-align: center;
	font-weight: 600;
	color: #fff;
	background-color: #0084e0;
	border-bottom: 2px solid #016ab3;
	float: right;
	margin-right: 2%;
	margin-top: 20px;
	cursor: pointer;
	border-radius: 4px;
}

.bot_carro_pasos:hover {
	background-color: #248fda;
	border-bottom: 2px solid #248fda;
}

.content_crear_pass {
	width: 46%;
	margin: 20px 2% 0px 0px;
	padding: 20px 1%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3d3d3d+0,666666+100 */
	background: rgb(61, 61, 61); /* Old browsers */
	background: -moz-linear-gradient(
		top,
		rgba(61, 61, 61, 1) 0%,
		rgba(102, 102, 102, 1) 100%
	); /* FF3.6-15 */
	background: -webkit-linear-gradient(
		top,
		rgba(61, 61, 61, 1) 0%,
		rgba(102, 102, 102, 1) 100%
	); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(
		to bottom,
		rgba(61, 61, 61, 1) 0%,
		rgba(102, 102, 102, 1) 100%
	); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
}

.nombre_crear_pass {
	color: #fff;
	font-size: 12pt;
	font-weight: 600;
}

.content_pass {
	width: 100%;
}

.content_pass_1 {
	width: 49%;
	margin-right: 1%;
	float: left;
}

.content_pass_2 {
	width: 49%;
	margin-left: 1%;
	float: left;
}

.nombre_pass {
	color: #b9b9b9;
	padding: 10px 0px;
}

.input_pass {
	width: 90%;
}

.input_pass input {
	width: 96%;
	padding: 0px 2%;
	outline: none;
	border: 1px solid #e2e2e2;
	color: #606060;
	height: 30px;
	background-color: #fff;
}

.text_crear_pass {
	color: #fff;
	font-size: 12pt;
	padding-top: 10px;
}

.titulo_codigo_postal {
	margin-top: 20px;
	margin-bottom: 20px;
}

.conten_input_codigo_postal {
	width: 260px;
	margin-right: 25px;
	float: left;
}

.conten_input_codigo_postal input {
	background-color: #fff;
	width: 96%;
	padding: 0px 2%;
	height: 30px;
	outline: none;
	border: 1px solid #e2e2e2;
	color: #606060;
}

.btn_buscar_cod {
	float: left;
	width: 100px;
	height: 32px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #fff;
	background-color: #aeaeae;
	border: 0px;
	border-bottom: 2px solid #909090;
	text-align: center;
	cursor: pointer;
	border-radius: 3px;
}

.btn_buscar_cod:hover {
	background-color: #c3c3c3;
	border-bottom: 2px solid #c3c3c3;
}

.content_retirar_sucur {
	width: calc(46% - 2px);
	height: 200px;
	float: left;
	margin-top: 40px;
	border: 1px solid #e2e2e2;
	background-color: #fff;
	border-radius: 5px;
	padding: 40px 1% 30px 1%;
	margin-right: 1%;
}

.content_retirar_sucur:nth-child(2n) {
	margin-right: 0%;
	margin-left: 1%;
}

.nombre_retiro{
	margin-bottom:20px;
	font-size:12pt;
	font-weight:600;
}

.nombre_form_retiro b{
	line-height:38px;
}

.nombre_retiro_confirmar{
	margin-bottom:5px;
	color:#ce5858;
	font-size:14pt;
}

.wrapper_shipping_check{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}

.wrapper_shipping_check input{
	margin-right: 10px;
}

.title_ship_check{
	font-weight: 500;
	font-size: 16px;
}

.text_ship_check{
	width: 100%;
	font-weight: 400;
	font-size: 14px;
	color: #444444;
	margin-top: 10px;
}

.btn_editar {
	width: 70px;
	height: 25px;
	padding-top: 5px;
	margin-top: 15px;
	color: #fff;
	background-color: #58ce77;
	border-bottom: 2px solid #41b35f;
	text-align: center;
	cursor: pointer;
	margin-bottom: 30px;
	border-radius: 3px;
}

.btn_editar:hover {
	background-color: #83e19b;
	border-bottom: 2px solid #83e19b;
}

.btn_pagar_mp {
	width: 280px;
	height: 35px;
	margin: 0 auto;
	padding-top: 13px;
	text-align: center;
	font-weight: 600;
	color: #fff;
	background-color: #4e7bb4;
	border-bottom: 2px solid #354b95;
	margin-top: 40px;
	margin-bottom: 20px;
	cursor: pointer;
	border-radius: 4px;
}

.btn_pagar_mp a {
	color: #fff;
	text-decoration: none;
}

.bot_carro_pasos:hover {
	background-color: #248fda;
	border-bottom: 2px solid #248fda;
}

.total_final_check {
	text-align: center;
	font-size: 20pt;
	font-weight: 400;
	padding: 10px;
}

.content_redireccion_mp {
	padding: 20px 10px 10px 10px;
}

.img_redireccion_mp {
	width: 198px;
	margin: 0 auto;
}

.text_redireccion_mp {
	text-align: center;
	font-size: 10pt;
	padding-top: 10px;
}

#backgroundRespDetail{
	display: none;
	transition: all 0.2s ease-in-out;
}

.chek_carro {
	width: 36%;
	float: left;
	background-color: #fff;
	display: block;
}

.detail_resp_check{
	display: none;
}

.carro_check_fixed {
	position: fixed;
	z-index: 200;
	top: 120px;
	right: 10px;
}

.header_detalle_carro_check {
	font-weight: 700;
	padding: 10px 0px 10px 10px;
	color: #000;
	border-bottom: 1px solid#f2f2f2;
	background-color: #ffffff;
}

.linea_carro_check {
	width: 100%;
	height: 1px;
	background-color: #f2f2f2;
}

.cart_no_products_check {
	background-color: #fff;
	color: #545454;
	text-align: center;
	padding: 25px 0px;
	font-size: 10pt;
}

.footer_detalle_carro_check {
	font-weight: 400;
	text-align: center;
	background-color: #f6f6f6;
	padding: 15px 0px;
}

.total_check {
	font-size: 14pt;
	font-weight: 700;
	padding: 5px 2%;
}

.numero_resultado_total_check {
	float: right;
}

.texto_resultado_total_check {
	float: right;
	margin-right: 20px;

}

.body_detalle_carro_check table tr {
	background-color: #ffffff;
}

.body_detalle_carro_check table tr td {
	font-size: 10pt;
	padding: 10px 2%;
}

.body_detalle_carro_check table tr td span {
	font-size: 8pt;
	font-weight: 100;
}

.body_detalle_carro_check table tr td a {
	color: #000;
	text-decoration: none;
}

.btn_selec_checkout {
	width: 100%;
	padding: 12px 20px;
	border: 1px solid #cccccc;
	cursor: pointer;
	border-radius: 5px;
	background-color: #ffffff;
	margin-top: 5px;
}

/*********************************************** FIN CHECKOUT **********************************************/

/************************************************* PEDIDO *************************************************/

.conten_general_pedidos {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 100px;
}

.titulo_pedidos {
	font-size: 20pt;
	font-weight: 700;
	padding-top: 40px;
	padding-bottom: 20px;
	text-align: center;
}

.tabla_listado_news table tr th {
	padding: 6px 10px 6px 10px;
	min-height: 35px;
	background-color: #f2f2f2;
	margin-top: 5px;
}

.tabla_listado_news table tr td {
	padding: 10px;
	border-bottom: 1px solid #bcbcbc;
}

.titulos_listado_change_order {
	width: 100%;
	min-height: 30px;
	background-color: #e2e2e2;
	border-radius: 5px;
	margin-top: 3px;
}

.titulos_listado_change_order table tr td {
	padding-top: 6px;
}

.tabla_listado_change_order ul {
	padding: 0px;
	margin: 0px;
}

.tabla_listado_change_order ul li {
	border-bottom: 1px solid #bcbcbc;
	list-style: none;
	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;
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
}

.order_header {
	width: 48%;
	margin: 0px 1%;
	padding: 20px;
	border: 1px solid #000000;
	border-radius: 3px;
}

.titulo_header {
	font-weight: 700;
	text-align: center;
	font-size: 16px;
	margin-bottom: 20px;
}

.linea_header {
	padding: 5px 0px;
}

.titulo_linea_header {
	float: left;
	margin-right: 10px;
	font-weight: 700;
}

.dato_linea_header {
	float: left;
}

.content_tabla_detalle_pedido {
	margin-top: 20px;
}

.tabla_detalle_pedido tr:nth-child(even) {
	background-color: #f2f2f2;
}

.tabla_detalle_pedido tr:first-child {
	background-color: #9e9e9e;
	color: #fff;
	font-weight: 700;
}

.tabla_detalle_pedido2 tr:nth-child(odd) {
	background-color: #fff;
}

.tabla_detalle_pedido tr td {
	padding: 5px;
}

.tabla_detalle_pedido tr td span {
	font-size: 12px;
	color: #7d7d7d;
}

.titulo_observaciones {
	margin-top: 30px;
	font-size: 16px;
	font-weight: 700;
}

.observaciones {
	margin-top: 10px;
}

.input_cantidad {
	width: 50px;
}

.totales_pedidos {
	width: 100%;
	max-width: 1200px;
	text-align: left;
	margin: 0 auto;
}

.contnten_totales_pedido {
	width: 48%;
	margin: 20px 1%;
	background-color: #099fe4;
	border-radius: 3px;
	float: left;
	color: #fff;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: 700;
}

.total_text {
	font-size: 22px;
}

.total_num {
	font-size: 66px;
	margin-top: 5px;
	font-weight: 200;
}

.tabla_pie_pedido tr td {
	padding: 5px;
}

.tr_totales td {
	border-top: 1px solid #cecece;
}

.td_totales {
	background-color: #ffffff;
}

/******************************************** FIN DETALLE PEDIDOS ************************************************/


/*********************************************** 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: 30px;
    margin-top: 15px;
	background-color:transparent;
	border-radius:5px;
	color:#000000;
	font-size:16px;
	padding-top:10px;
	text-align:center;
	cursor:pointer;
	border: 1px solid #0037ad;
	float: right;
	margin-right: 58px;
}

.btn_ir_registro:hover{
	background-color: #0037ad;
	color:#ffffff;
	border: 1px solid #0037ad;
}

.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,
.conten_textarea_registro{
	width: 90%;
    height: 35px;
    margin-bottom: 15px;
	border-radius:5px;
	background-color:#ffffff;
	font-family: 'Montserrat', sans-serif;
}

.conten_textarea_registro{
	height: 100px;
}

.conten_input_registro select{
	height: 35px;
	background: none;
	padding: 5px;
}


.conten_input_registro input,
.conten_textarea_registro textarea{
	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;
}

.conten_textarea_registro textarea{
	height: 100px;
}

.bot_login{
	width: 150px;
    height: 32px;
    margin-top: 15px;
	background-color: #0037ad;
	border-radius:5px;
	color:#ffffff;
	font-size:16px;
	padding-top:10px;
	text-align:center;
	cursor:pointer;
	font-family: 'Montserrat', sans-serif;
}

.bot_login:hover{
	background-color: #0037ad;
}

.bot_login2{
	width: 150px;
    height: 40px;
    margin-top: 15px;
	background-color: #0037ad;
	border-radius:5px;
	color:#ffffff;
	font-size:16px;
	padding-top:2px;
	text-align:center;
	border:0px;
	cursor:pointer;
	font-family: 'Montserrat', sans-serif;
}

.bot_login2:hover{
	background-color: #0037ad;
}

.conten_checkbox_crear{
	width:100%;
	color:#000;
	margin-top:12px;
	margin-bottom:12px;
}

.conten_checkbox_crear a{
	color:#6a6b6a;
}


/************************************************* CONTACTO **********************************************/

.contact{
	margin: 50px 0;
}

.contact .contact_top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.contact .info_contact{
	display: flex;
	flex-direction: column;
	width: 300px;
	margin-left: 20px;
}

.contact .info_contact .item{
	display: flex;
	margin-bottom: 20px;
}

.contact .info_contact .item div{
    display: flex;
    align-items: center;
}

.contact .info_contact a{
	color: #919191;
	font-size: 18px;
}

.contact .info_contact a:hover{
    color: #002064;
}

.contact .info_contact .title{
	font-size: 34px;
	margin: 80px 0;
}

.contact .info_contact svg{
	fill: #002064;
	width: 24px;
	height: 30px;
	margin-right: 20px; 
}


.contact .info_contact .direccion svg{
	width: 24px;
}

.contact .form{
	display: flex;
	justify-content: center;
	padding: 60px 0 50px;
}


.contact .form .row{
	display: flex;
	justify-content: flex-end;
	width: 100%;
	height: 90px;
	
}

.contact .form .textarea_row{
	height: 220px;
}

.contact .form .row .item{
	margin-bottom: 40px;
}

.contact .form .row .message{
	width:100%;
}	

.contact .form input,
.contact .form textarea{
	margin-right: 20px;
    height: 24px;
    border-radius: 8px;
    width: 349px;
    padding: 10px;
    border: 1px solid #757575;
}

.contact .form textarea{
	width: calc(100% - 40px)!important;
	height: 150px;
}

.contact .form input::placeholder,
.contact .form textarea::placeholder {
	color: #fff;
	opacity: 1; /* Firefox */
}

.contact .form label{
	display: flex;
	color: #757575;
	margin-bottom: 5px;
}

.contact .form label div{
	color: orange;
	margin-left: 5px;
}


.contact .form .submit{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
    width: 129px;
    background: #757575;
    font-size: 18px;
    border-radius: 0px;
    cursor: pointer;
    border: none;
    color: #fff;
}

.contact .form .submit:hover{
	background: #c4c4c4
}

/*********************************************** TERMINOS ********************************************/

.title_terminos_politicas{
	font-size: 32px;
	padding-bottom: 20px;
	margin-top: 50px;
	margin-left: 20px;
}

.text_terminos_politicas{
	line-height: 26px;
	padding-bottom: 40px;
	margin-left: 20px;
}

/*********************************************** FIN TERMINOS ********************************************/



/*******************************************************************************************/
/**************************** MEDIAS QUERY *************************************************/
/*******************************************************************************************/


@media (max-width: 1280px){
	.newsletter{
		margin-left: 0px;
	}
	.newsletter .square{
    	margin-left: 0px;
    	margin-top: -245px;
	}
}	

@media (max-width:1800px) {

}

@media (max-width:1600px) {

}

@media (max-width:1400px) {

}

@media (max-width:1200px) {

}

@media (max-width:1100px) {
	/*CONTACTO*/
	.contact .contact_top{
		justify-content: center;
	}
	
	.contact .info_contact .title{
		margin: 0px 0 80px
	}

	/*LIST*/
	/* .list_flex .card{
		width: calc(33% - 20px);
	} */

	.expandright{
		left: 25px;
	}

	.search {
		width: 140px; /* Bar width+1px */
	}
}

@media (max-width:990px) {

}

@media (max-width:960px) {
    /* HEADER */
    .main_header{
        display: none!important;
    }
    .content_header_flotante{
        display: flex;
    }
    body{
        margin-top: 90px;
    }

		.sticky_user{
			top: 0;
			margin-bottom: 35px;
		}

		.offer{
			top: 91px;
		}

    /* 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: 118px; /* EL HEIGHT DEL HEADER RESPONSIVE */
		left: 0px;
		width: 100%;
	}

	.carro_check{
		display: none;
	}

	#backgroundRespDetail{
		position: fixed;
		z-index: 5;
		top: 0px;
		left: 0px;
		height: 100vh;
		width: 100%;
		background-color: rgba(255, 255, 255, 0.8);
	}

	.detail_resp_check{
		width: calc(100% - 20px);
		padding: 15px 10px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		background-color: #fff;
		border-bottom: 1px solid #c7c7c7;
	}

	.wrapper_svg_detail_resp_check{
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}

	.svg_detail_resp_check{
		width: 18px;
	}

	.svg_detail_resp_check svg{
		fill: #1d1d1b;
		width: 100%;
		display: block;
		transition: all 0.2s ease-in-out;
	}

	.text_detail_resp_check{
		font-size: 16px;
		margin-left: 8px;
		color: #1d1d1b;
	}

	.price_detail_resp_check{
		font-weight: 600;
		font-size: 16px;
	}

	.header_detalle_carro_check{
		display: none;
	}

	.footer_detalle_carro_check{
		background-color: #fff;
		padding: 0px 0px 10px 0px;
		border-bottom: 1px solid #c7c7c7;
	}

	.total_check{
		font-size: 12pt;
		font-weight: 500;
	}

	.texto_resultado_total_check b{
		font-weight: 500;
	}

	.total_check:nth-child(3){
		font-weight: 700;
	}

	.total_check:nth-child(3) .texto_resultado_total_check b{
		font-weight: 700;
	}

	.body_detalle_carro_check{
		max-height: calc(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;
	}
}    


/* Landscape phone to portrait tablet and phones */

@media (max-width:920px) {
    /* BANNER PRODUCTOS */
    .banner_1{
        width: 100%!important;
        margin: 0!important;
    }

    .banner_2,
    .banner_3{
        width: calc(50% - 10px)!important;
        margin: 20px 0!important;
    }

    .banner_2{
        margin-right: 10px!important;
    }
    .banner_3{
        margin-left: 10px!important;
    }

	.banner_wrap_2 .banner_2{
		margin-right: 0px!important;
        margin-left: 10px!important;
    }
    .banner_wrap_2 .banner_3{
		margin-left: 0px!important;
        margin-right: 10px!important;
    }
}

@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{
        z-index: 190;
    }

	.list .main_list .filter .close{
		display: block;
	}	

	.list .main_list .filter{
		background: #fff;
		z-index: 200;
		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: auto;
	}

	.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;
	}

	/*CONTACTO*/
	.contact .form input, 
	.contact .form textarea {
		width: 250px;
	}	
}    


/* Landscape phone to portrait tablet and phones */

@media (max-width:760px) {
    /* HEADER */
    #menu,
	.menu_responsive{
        width: 80%;
    }
    /*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:680px) {

	.featured_wrap .sub_title{
		font-size: 26px;
	}
    /* 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;
	}


	/* GET_CART */
	.conten_precio_total_paso1{
		flex-wrap: wrap;
		justify-content: center;
	}

	.nota_pedido_wrap{
		width: 90%;
	}

	.list_flex .card{
		width: calc(50% - 20px);
	}
}

@media (max-width:630px) {
    /*DETALLE*/

	.details .send{
		flex-wrap: nowrap;
	}

	/*CONTACTO*/
	.contact .form{
		padding: 50px 0 20px;
	}
	.contact .form .row{
		flex-direction: column;
		height: 220px;
	}
	.contact .form .last_row{
		height: 50px;
	}
	.contact .form input, 
	.contact .form textarea {
		width: 300px;
	}
	.contact .form .submit{
		align-self: center;
		width: 95%;
	}

	/* SLIDER */
	.slider_responsive{
		display: block;
	}

	.slider{
		display: none;
	}
}

@media (max-width:540px) {

	.newsletter{
		margin: auto
	}
    /* NEWSLETTER */
    .newsletter .form_newsletter{
		margin: 0;	
	}


	.newsletter .form_newsletter input{
	/* 	height: calc(42px - 20%);
		width: calc(300px - 20%); */
		margin-top: 2rem;
		width: 90%;
	}

	.newsletter .form_newsletter button{
		/* width: calc(130px - 20%);
		height: calc(45px - 20%); */
		margin-inline: 1rem;
	}
	.newsletter .line{
	    left: 20%;
	}

	/* PRODUCTOS DESTACADOS */

	.featured_wrap .title{
		font-size: 78px;
	}
	
	/* BANNER PRODUCTOS */

	.banner_2 .info_banner .text, 
	.banner_3 .info_banner .text{
		font-size: 18px;
	}

}


/* Landscape phones and down */

@media (max-width:480px) {
    /*DETALLE*/
	.details .category_header .grey{
		display: none;
	}
}

@media (max-width:430px) {
    /*DETALLE*/

	.details .send{
		position: fixed;
		bottom: 0;
		left: 0;
		margin-top: 0;
        z-index: 120;
	}

	.details .quantity{
		border-radius: 0;
		width: 35vw;
		flex-wrap: nowrap;
	    display: flex;
	}

	.details .buy{
		border-radius: 0;
		width: 65vw;
	}
    /*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;
	}
}
/* 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;
	}

	/*CONTACTO*/
	.contact .form input, 
	.contact .form textarea{
		width: 250px;
	}

	.list_flex .card{
		width: calc(100% - 20px);
	}
}



/* QUANTITY OFFERS */

/* GROUP OFFERS */
.offers_btn_wrap{
	position: absolute;
	top: 5px;
	left: 20px;
	border-radius: 5px;
	z-index: 2;
	background-color: var(--color-grey);
	font-weight: 600;
	letter-spacing: 0.075rem;

}

.offers_btn_wrap:hover .offers_list{
	display: flex;
}

.offers_btn_wrap:hover .offers_btn .text_offers_wrap svg{
	transform: rotate(180deg);
}

.offers_btn{
	display: flex;
}

.offer_svg{
	width: 40px;
	height: 35px;	
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 3px 0 0 3px;
	background-color:black;
	fill: white;
}

.offer_svg svg{
	width: 24px;
}

.text_offers_wrap{
	display: flex;
	justify-content: space-between;
	
	padding: 3px 5px;
	width: 120px;
	border-radius: 0 3px 3px 0;
}

.text_offers{
	color: #fff;
	font-size: 12px;
	width: 80%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.text_offers_wrap svg{
	width: 12px;
}

.offers_list{
	display: none;
	flex-direction: column;
	transition: .5s ease;
}

.offers_list .offers_item{
	font-size: 14;
	padding: 10px;
	background: white;
	color: black;
	border-radius: 0 .25rem .25rem 0;
	cursor:pointer
}
.offers_list .offers_item:hover{
	background: var(--color-lighted-grey);
}


.off_perc {
	color:var(--color-grey);
}


.shadow-md{
	box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}
.shadow-lg {
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}