@font-face{
	font-family: Jost-Regular;
	src: url('/fonts/Jost-Regular.ttf') format('opentype');
}

@font-face{
	font-family: Jost-Medium;
	src: url('/fonts/Jost-Medium.ttf') format('opentype');
}

@font-face{
	font-family: Jost-SemiBold;
	src: url('/fonts/Jost-SemiBold.ttf') format('opentype');
}

@font-face{
	font-family: Jost-Bold;
	src: url('/fonts/Jost-Bold.ttf') format('opentype');
}

:root{
	--color-shadow:rgb(0,0,0,0.2);
	--color-company: #002b79;
	--color-company2: #002b79;



}

/* 
	No se pueden desactivar/eliminar capas. Cuando terminen las fechas especiales mover las que no querramos usar mas antes de la base.
	El layer base se ocupa de poner como hidden todas las imagenes y demas de las temporadas
*/
/*Emeplo: @layer argentina,base; */

@layer argentina,base;

@layer base {
body {
	margin: 0px;
	font-family: 'Jost', sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #000;
	background-color: #ffffff;
	overflow-x: hidden;
}

body.overflowy-hidden{
	overflow-y: hidden;
}

body::-webkit-scrollbar {
  width: 8px;
  border-radius: 20px;
  -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}

/* Track */
body::-webkit-scrollbar-track {
  background: #e7e7e7;
  border-radius: 20px;
}

/* Handle */
body::-webkit-scrollbar-thumb {
  background: #acacac;
  border-radius: 20px;
  -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}

/* Handle on hover */
body::-webkit-scrollbar-thumb:hover {
  background: #555;
  cursor: pointer;
}

a {
	text-decoration: none;
	color: #000000;
	cursor: pointer;
}

input, select, option {
	/* TODOS LAS ETIQUETAS QUE SE COLOQUEN AQUI, DEBERAN SER SETEADAS DE NUEVO EN "DEFAULT" O "POINTER" EN EL CHECKOUT */
	cursor: pointer;
}

input,
textarea,
button,
select,
a, 
div{
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

svg{
	display: block;
	width: 100%;
}

.clear_both {
	clear: both;
	height: 1px;
}

.clear_both960 {
	display: none;
}

.page_margins {
	width: 100%;
	max-width: 1400px;
	text-align: left;
	margin: 0 auto;
}

.map_responsive{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.page {
	padding: 0px;
}

.img_responsive {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.cut_text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.layer_load {
	position: fixed;
	z-index: 8050;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: auto;
	height: auto;
	display: block;
	background: rgba(0, 0, 0, 0.6);
	padding-top: 100px;
	display: none;
	text-align: center;
}

.layer_mail_ok {
	width: 300px;
	position: fixed;
	z-index: 8050;
	top: 60px;
	left: calc(50% - 150px);
	background-color: #ffffff;
	color: #3ea9f5;
	text-align: center;
	font-size: 18px;
	padding: 20px 0px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 10px 0 #919191;
	box-shadow: 0 0 10px 0 #919191;
	display: none;
}

.layer_envio {
	position: absolute;
	z-index: 110;
	width: 100%;
	height: calc(100% - 200px);
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
	color: #ffffff;
	font-weight: 700;
	padding-top: 200px;
	text-align: center;
}

.layer_envio img {
	display: block;
	margin: 0 auto;
}

.info_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: 290;
	top: 0px;
	left: 0px;
}

.fondo_black_header.is_hover{
	display: flex;
}

.digit, .digit2 {
	opacity: 0;
	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	-ms-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
}

.digit_right {
	-webkit-transform: translateX(-40px);
	-moz-transform: translateX(-40px);
	-ms-transform: translateX(-40px);
	-o-transform: translateX(-40px);
	transform: translateX(-40px);
}

.digit_left{
	-webkit-transform: translateX(40px);
	-moz-transform: translateX(40px);
	-ms-transform: translateX(40px);
	-o-transform: translateX(40px);
	transform: translateX(40px);
}

.digit_bot{
	-webkit-transform: translateY(-40px);
	-moz-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	-o-transform: translateY(-40px);
	transform: translateY(-40px);
}

.digit_top{
	-webkit-transform: translateY(40px);
	-moz-transform: translateY(40px);
	-ms-transform: translateY(40px);
	-o-transform: translateY(40px);
	transform: translateY(40px);
}

.digit.visible, .digit.visible {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.digit2.visible2, .digit2.visible2 {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: translate(-50%,0);
}

/*********************************** 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;
}

#layerBlackMenu {
	background-color: #000;
	opacity: 0.7;
	position: fixed;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 240;
}

.spinner {
	width: 40px;
	height: 40px;
	position: relative;
	margin: 0px auto;
	margin-top: 100px;
	margin-bottom: 50px;
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #333;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;

	-webkit-animation: sk-bounce 2s infinite ease-in-out;
	animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
	0%,
	100% {
		-webkit-transform: scale(0);
	}
	50% {
		-webkit-transform: scale(1);
	}
}

@keyframes sk-bounce {
	0%,
	100% {
		transform: scale(0);
		-webkit-transform: scale(0);
	}
	50% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}

.title_loading {
	font-size: 18pt;
	color: #c3c3c3;
	font-weight: 700;
}

.text_loading {
	font-size: 12pt;
	color: #000000;
	font-weight: 300;
	margin-top: 10px;
}

/**************************************** FIN 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: #4966ca;
	border: 0px;
	border-bottom: 2px solid var(--color-dorado);
	cursor: pointer;
	margin: 0 16px 0 0;
	width: 93px;
	height: 26px;
	outline: 0 none;
	padding: 0px;
	color: #ffffff;
	transition: all 0.3s ease-in-out;
}
#popup_ok:hover {
	background-color: var(--color-dorado);
}
#popup_cancel {
	background-color: #c2c2c2;
	border: 0px;
	border-bottom: 2px solid #979797;
	cursor: pointer;
	margin: 0 16px 0 0;
	width: 93px;
	height: 26px;
	outline: 0 none;
	padding: 0px;
	transition: all 0.3s ease-in-out;
}
#popup_cancel:hover {
	background-color: #979797;
}
/* #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 *************************************************/

/*********************************************** CARD PRODUCT ********************************************/

.swiper-wrapper .card .name{
	min-height: 60px;
}

.card{
	width: 250px;
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: 6px;
	overflow: hidden;
}

.card:hover{
	box-shadow: 0px 0px 10px var(--color-shadow);
}
.card:hover .link_img img{
	transform: scale(1.2);
	transition: 500ms all;
}

.card .available{
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100;
}

.dot{
	height: 8px;
	width: 8px;
	background: #ececec;
	border-radius: 50%;
	margin-bottom: 3px;
}
.green{
	background: #19a76d;
}
.yellow{
	background: #c5ba12;
}
.red{
	background: #f13f3f;
}

.atribute_wrap{
	position: absolute;
	top: 5px;
	right: 5px;
	display: flex;
	flex-direction: column;
	z-index: 2;
}

.atribute_wrap .atribute{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 29px;
	background-color: #d4df45;
	margin-bottom: 5px;
	padding: 0 10px;
}

.atribute_wrap .atribute .text{
	font-size: 10px;
	color: #fff;
	font-weight: 600;
}

.descount{
	display: flex;
    justify-content: center;
    align-items: center;
	width: 71px;
	height: 29px;
    background-color: #ff5959;
    position: absolute;
    top: 6px;
    right: 6px;
}

.descount .number{
	font-size: 10px;
	color: #fff;
	font-weight: 600;
}

.card .img{
	width: 240px;
	height: 240px;
}

.card .link_img{
	margin-top: 45px;
	overflow: hidden;
}

.card img{
	height: 100%;
}

.card .name{
	border-top: 1px solid #ececec;
	padding: 15px 0 5px;
	width: calc(100% - 20px);
	font-size: 14px;
	/* height: 60px; */
	margin: 0 10px;
	line-height: 20px;
	font-weight: 400;
	flex-grow: 1;
}

.card .code_card{
	color: #535353;
	margin-bottom: 10px;
	margin: 0 5px 5px;
	width: calc(100% - 10px);
}

.card_footer{
	display: flex;
	align-items: center;
	width: 100%;
}

.card .price_wrap{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 5px;
	width: 50%;
}

.card .price_wrap .price{
	font-size: 20px;
	color: #272727;
	font-weight: 600;
	text-align: center;
}

.card .price_wrap .old_price{
	font-size: 14px;
	color: #818181;
	text-decoration: line-through;
	line-height: 8px;
	margin-left: 10px;
}

.card .buy_wrap{
	display: flex;
	justify-content: space-between;
	margin-top: 5px;
	width: 50%;
}

.buy_consultar{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	background: #004c99;
	border: 1px solid #004c99;
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}

.buy_consultar:hover{
	background: #fff;
	color: var(--color-company);
}

.quantity{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 70%;
	height: 42px;
	background-color: #e4e4e4;
	border:none
}

.quantity div,
.quantity input{
	border: none;
	background: transparent;
	text-align: center;
	font-size: 12px;
	width: 20px;
	color: #272727;
	font-weight: 600;
}

.quantity input{
	width: 24px;
	font-size: 14px;
	color: #272727;
}

.quantity input:focus{
	outline: none;
}

.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: 30%;
	height: 40px;
	background: #004c99;
	border: 1px solid #004c99;
	cursor: pointer;
	color: #fff;
	font-size: 12px;
}

.buy svg{
	fill: #fff;
	width: 20px;
}

.buy:hover svg{
	fill: #004c99;
}

.buy a{
	color: #fff;
}

.buy:hover{
	background: #fff;
	color: var(--color-company);
}

.buy:hover a{
	color: var(--color-company);
}
/*********************************************** TERMINOS ********************************************/

.title_terminos_politicas {
	color: var(--color-company);
	font-weight: 600;
	font-size: 40px;
	margin-bottom: 20px;
	margin-top: 50px;
	padding: 0 8%;
	width: 84%;
}

.text_terminos_politicas {
	color: #000000;
	line-height: 26px;
	margin-bottom: 40px;
	padding: 0 10%;
	width: 80%;
}

/*********************************************** FIN TERMINOS ********************************************/

/************************************************* 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;
}


@media (max-width: 1200px) {

}

@media (max-width: 1100px) {

}

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

@media (max-width: 960px) {

}

/* Landscape phone to portrait tablet and phones */
@media (max-width: 920px) {

}

@media (max-width: 860px) {

}

@media (max-width: 800px) {

}

/* Landscape phone to portrait tablet and phones */
@media (max-width: 760px) {

}

@media (max-width: 680px) {

}

@media (max-width: 630px) {

}

@media (max-width: 540px) {


	/************************************************* PEDIDO *************************************************/

	.tabla_listado_news table tr th:nth-child(2), .tabla_listado_news table tr td:nth-child(2) {
		display: none;
	}

	.tabla_listado_news table tr td{
		padding: 5px;
	}

	.tabla_detalle_pedido tr td:nth-child(1){
		display: none;
	}

	/*********************************************** FIN PEDIDO *************************************************/
}

/* Landscape phones and down */
@media (max-width: 480px) {

}

@media (max-width: 430px) {

}

/* Landscape phones and down */
@media (max-width: 376px) {

	/************************************************* PEDIDO *************************************************/

	.tabla_listado_news{
		font-size: 12px;
	}

	.tabla_detalle_pedido tr td:nth-child(3){
		display: none;
	}

	/*********************************************** FIN PEDIDO *************************************************/
}

/* INICIO ARGENTINA */
	/* BANDERAS ARGENTINA  */
	.flag_arg {
		position: absolute;
		top: 100%;
		display: none; /* layer argentina change this byflex */
		transform: rotate(-90deg);
		filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, .25));
	}

	.flag_arg.right {
		right: 0;
		transform: rotate(-90deg);
	}

	.flag_arg.left {
		left: 0;
		transform: rotateX(180deg) rotate(90deg);
	}

	.banderin_argentina_container {
		position: absolute;
		top: 0;
		right: 0;
		width: 40px;
		z-index: 1000000;
		transform: scale(1) !important;
		display: none;
	}
	img.banderin_argentina {
		width: 100%;
	}

	@media (max-width: 1080px){
		.flag_arg {
			height:250%;
			
		}
	}

/* FIN ARGENTINA */

}

@layer argentina{
  :root {
	--celeste-argentina:#00b5f4;
	--dark-celeste-argentina:#039acc;
    --color-rojo-hover: var(--celeste-argentina);
  }


  .featured_wrap .title {
    color: var(--celeste-argentina);
  }
  .bar_offers{
      background-color: var(--celeste-argentina);
  }
  .buy,.buy_consultar{
      background: var(--celeste-argentina);
     border: 1px solid var(--celeste-argentina); 
  }
 /*  .quantity{
    border: 1px solid var(--celeste-argentina);
  } */
  .descount{
    background-color:var(--celeste-argentina);
  }

  .realted>a{
    color: var(--celeste-argentina);
  }

  .line{
    border-top: 3px solid var(--celeste-argentina);
  }

  .see_all_grouper{
    color: var(--celeste-argentina);
  }

  .header .main_header a:hover {
    color: var(--celeste-argentina);
  }

  .header .main_header a:hover {
    color: var(--celeste-argentina);
  }

  .item_menu_subcat.is_hover {
    color: var(--celeste-argentina);
    transition: all 200ms ease-in-out;
  }

  .item_cat_menu_desp.is_active svg {
    fill: var(--celeste-argentina);
}

  .item_cat_menu_desp.is_hover svg {
    fill: var(--celeste-argentina);
}

  .span_item span {
    background-color: var(--celeste-argentina);
  }

  .flag_arg {
    display: flex;
  }
  .banderin_argentina_container {
	display: flex;
}


}
