@font-face {
    font-family: 'bai_jamjureebold';
    src: url('../fonts/baijamjuree-bold-webfont.eot');
    src: url('../fonts/baijamjuree-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/baijamjuree-bold-webfont.woff2') format('woff2'),
         url('../fonts/baijamjuree-bold-webfont.woff') format('woff'),
         url('../fonts/baijamjuree-bold-webfont.ttf') format('truetype'),
         url('../fonts/baijamjuree-bold-webfont.svg#bai_jamjureebold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'bai_jamjureemedium';
    src: url('../fonts/baijamjuree-medium-webfont.eot');
    src: url('../fonts/baijamjuree-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/baijamjuree-medium-webfont.woff2') format('woff2'),
         url('../fonts/baijamjuree-medium-webfont.woff') format('woff'),
         url('../fonts/baijamjuree-medium-webfont.ttf') format('truetype'),
         url('../fonts/baijamjuree-medium-webfont.svg#bai_jamjureemedium') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'bai_jamjureeregular';
    src: url('../fonts/baijamjuree-regular-webfont.eot');
    src: url('../fonts/baijamjuree-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/baijamjuree-regular-webfont.woff2') format('woff2'),
         url('../fonts/baijamjuree-regular-webfont.woff') format('woff'),
         url('../fonts/baijamjuree-regular-webfont.ttf') format('truetype'),
         url('../fonts/baijamjuree-regular-webfont.svg#bai_jamjureeregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'bai_jamjureesemibold';
    src: url('../fonts/baijamjuree-semibold-webfont.eot');
    src: url('../fonts/baijamjuree-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/baijamjuree-semibold-webfont.woff2') format('woff2'),
         url('../fonts/baijamjuree-semibold-webfont.woff') format('woff'),
         url('../fonts/baijamjuree-semibold-webfont.ttf') format('truetype'),
         url('../fonts/baijamjuree-semibold-webfont.svg#bai_jamjureesemibold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html{
	-webkit-tap-highlight-color: transparent;
}

body {
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'bai_jamjureeregular';
	color: #222222;
	background-color: #fff;
	padding: 0!important;
}

p{
	font-size: 18px;
	line-height: 26px;
}

table {
	font-size: 1em;
	position: relative;
}

.ui-draggable, .ui-droppable {
	background-position: top;
}

select, input, textarea {
	color: #555555;
}

select, input, textarea {
	font-family: 'bai_jamjureeregular';
}

input[type="submit"],
button,
a.button,
.btn,
.btn.btn-border {
	display: inline-block;
	height: 47px;
	margin: 0 0 0 0;
	padding: 0px 80px 0 35px;
	border: 0 none;
	font-size: 17px;
	line-height: 47px;
	font-family: 'bai_jamjureemedium';
	color: #0d1820;
	text-align: center;
	background: transparent;
	outline: 0;
	cursor: pointer;
	position: relative;
	z-index: 10;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;

    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

input[type="submit"]:before,
button:before,
a.button:before,
.btn:before,
.btn.btn-border:before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #fdc606;
	z-index: -1;

	-webkit-transform: skew(-30deg);
	-moz-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	transform: skew(-30deg);

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

input[type="submit"]:after,
button:after,
a.button:after,
.btn:after,
.btn.btn-border:after{
	content: "";
	width: 34px;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 30px;
	background: url(../images/arrow_btn.png) no-repeat center;
	z-index: -1;
}

input[type="submit"]:hover:before,
button:hover:before,
a.button:hover:before,
.btn:hover:before,
.btn.btn-border:hover:before{
	background-color: #ff8600;	
}


.btn.btn-border:before{
	background: #e6e9f0;
}

input[type="submit"]{
	width: 228px;
	background: url(../images/btn_submit.png) no-repeat;
}

.tt-modal-addtocart.desctope [class^="col"] .btn{
	padding: 0 0 0 0;
	font-size: 15px;
	font-family: 'bai_jamjureesemibold';
	text-indent: -30px;
}


a {
	color: #000;
}

ins {
	color: #333;
	text-decoration: none;
}

mark {
	background-color: #fcd700;
	color: #333;
	font-style: italic;
	font-weight: bold;
}

blockquote {
	padding: 16px;
	background: #eee;
}

h1, h2, h3, h4, h5, h6,
table thead th {
	font-family: 'bai_jamjureesemibold';
	color: #222222;
	font-weight: normal;
	letter-spacing: -0.3px;
}

h1{
	font-size: 35px;
}
h2{
	font-size: 25px;
}
h3{
	font-size: 24px;
}
h4{
	font-size: 23px;
}
h5{
	font-size: 22px;
}
h6{
	font-size: 20px;
}


/* contenidos */


.central-wrapper {
	width: 1440px;
	margin: 0 auto;
	position: relative;
}

.content-wrap .central-wrapper{
	padding-bottom: 35px;
}

.page{
	width: 100%;
	min-height: 100%;
	padding-top: 197px;
	position: relative;
	z-index: 10;
	overflow-x: hidden;
	clear: both;
	background-color: #fff;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#header{
	position: fixed;
	top: 34px;
	left: 0px;
	width: 100%;
	height: auto;
	margin: 0 0 0px 0;
	padding: 0px 0 0px 0;
	background-color: #fff;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;

	z-index: 9999991;
}

.header-home#header{
	background-color: transparent;
}

#header.fixed-header {
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9999999;
    /*box-shadow: 0px 5px 14px rgb(0 0 0 / 11%);*/
}

#header.fixed-header .header_top{
    padding: 10px 0 10px 0px;
}

#header.fixed-header .categorias_slider{
    top: 83px;
    background-color: #fff;
}

.fixed-header .categorias_slider .slick-slider:after {
    content: "";
    position: absolute;
    z-index: 10;
    top: 100%;
    bottom: 0;
    width: 120%;
    height: 7px;
    left: -10%;
    right: -10%;
    visibility: visible;
    background: -webkit-radial-gradient(50% -3%, ellipse cover, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.0) 50%);
    background: radial-gradient(ellipse at 50% -3%, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.0) 50%);
}

.fixed-header .datos_contacto_header{
	display: none;
}

#header:before{
	content: "";
	width: 100%;
	height: 163px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/top_internas.png) no-repeat center top;
	z-index: 1;
}

#header.fixed-header:before{
	display: none;
}

.header-home#header:before{
	display: none;
}





/*.fixed-header .menu_top{
	display: none;
}*/

.header_top{
	height: auto;
	padding: 20px 0 20px 0px;
	position: relative;
    z-index: 998;
}

.header_top .central-wrapper{
	padding-left: 65px;
	padding-right: 65px;
}

.logo_top{
	padding: 0 15px 0 15px;
	float: left;
	position: relative;
	z-index: 2;
}


.logo_top img{
	width: 289px;
	height: auto;
	margin: 0px 0 0 0;
	position: relative;
	z-index: 3;
}

.right_top{
	padding: 8px 0 0 0;
    margin: 0px 0 0 340px;
}

.enlaces_top{
	padding: 6px 0 6px 0px;
	text-align: right;
	background: #005ab4;
	position: relative;
}

.enlaces_top:before{
	content: "";
	width: 100%;
	height: 100%;
	background: #005ab4;
	position: absolute;
	top: 0px;
	right: -100%;
	z-index: 0;
}

.enlaces_top a{
	display: inline-block;
	vertical-align: bottom;
	margin: 0 0 0 0;
	padding: 5px 0 5px 30px;
	font-size: 16px;
	color: #fff;
	position: relative;
	z-index: 1;
	text-decoration: underline;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.enlaces_top a:hover{
	color: #ffc61a;
	text-decoration: underline;
}

a.email_top{
	background: url(../images/email_top.png) no-repeat center left;
}

a.fono_top{
	margin-left: 30px;
	margin-right: 30px;
	background: url(../images/fono_top.png) no-repeat center left;
}

a.tiendas_top{
	background: url(../images/icon_ubicacion.png) no-repeat center left;
}



/* datos top _ encima de todo */


.datos_top {
    padding: 8px 0 8px 0;
    background-color: #e6e9f0;
    position: absolute;
    z-index: 9999991;
    top: 0px;
    left: 0px;
    width: 100%;
}

.datos_top .central-wrapper{
	padding: 0 80px 0 80px;
}

.datos_left{
	float: left;
}

.datos_right{
	float: right;
}

.datos_top a{
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 19px;
	color: #222222;
	font-family: 'bai_jamjureemedium';
	position: relative;
}

.datos_top a:hover{
	text-decoration: underline;
	color: #00467a;
}

.datos_top span {
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 18px;
	margin: 0 15px 0 15px;
	background-color: #8b8b8b;
}

.datos_top a i{
	position: absolute;
	top: 0px;
	left: 0px;
}

.datos_top a .fa-envelope-o{
	font-size: 16px;
	color: #00467a;
}

.datos_top a .fa-whatsapp{
	font-size: 19px;
	color: #00467a;
}

.datos_top .datos_left a{
	padding-left: 21px;
}

.datos_top .datos_left a.wsp_top{
	line-height: 22px;
}




/* p */




.buscar_carrito{
	padding: 0 15px 0 0;
	text-align: right;
}

.buscar_carrito form{
	float: left;
	display: inline-block;
	vertical-align: top;
}

.search-container{
	width: 600px;
	height: 47px;
	position: relative;
}

.search-container:before{
	content: "";
	width: 100%;
	height: 100%;
	border: solid 2px #dbdbdb;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;

	-webkit-transform: skew(-30deg);
	-moz-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	transform: skew(-30deg);

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.search-container input[type="text"] {
	width: 100%;
	height: 48px;
	margin: 0 0 0 0;
	padding: 10px 50px 10px 22px;

	background-color: transparent;
	border: solid 0px transparent;
	font-size: 16px;
	line-height: 17px;
	color: #000000;
	font-family: 'bai_jamjureeregular';
	position: relative;
	z-index: 2;	

	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.search-container button {
	width: 60px;
	height: 100%;
	padding: 0;
	background: transparent;
	border: none;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 4;
	outline: 0;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.search-container button:before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #fdc606;
	z-index: 1;

	-webkit-transform: skew(-30deg);
	-moz-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	transform: skew(-30deg);

	-webkit-border-radius: 0px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius: 0px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-radius: 0px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;

	-webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.search-container button:hover:before{
	background-color: #ff8600;
}

.search-container button:after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../images/icon_search.png) no-repeat center;
	z-index: 2;
}

.search-container button:hover{
	
}

.buscador_movil{
	display: none;
}



/* cuenta carrito */




.carrito_top{
	height: 47px;
	width: 145px;
	display: inline-block;
	vertical-align: top;
	
	margin: 0px 0px 0 13px;
	padding: 14px 0 0px 71px;
	font-size: 16px;
	line-height: 20px;
	color: #00467a;
	font-family: 'bai_jamjureemedium';
	text-align: left;
	text-decoration: underline;
	position: relative;
	cursor: pointer;
	z-index: 30;
}

.carrito_top:before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #fdc606;
	z-index: -1;

	-webkit-transform: skew(-30deg);
	-moz-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	transform: skew(-30deg);

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.carrito_top:hover:before{
	background-color: #ff8600;
}

.carrito_top:after{
	content: "";
	width: 25px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 25px;
	background:url(../images/icon_carrito_compras.png) no-repeat center;
	z-index: -1;
}

.cantidad_carrito{
	width: 22px;
    height: 22px;
    background: #00467a;
    font-size: 12px;
    line-height: 22px;
    font-family: 'bai_jamjureesemibold';
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 13px;
    left: 43px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -khtml-border-radius: 100%;
}

.carrito_top.mostrar_encima{ z-index: 50; }


/* restultados busqueda */

.resultados_busqueda {
        display: none;
        position: absolute;
        z-index: 100;
        top: 46px;
        left: -11px;
        width: 100%;
        background: #fff;
        border:  solid 1px #ddd;
        border-radius: 0px 0px 8px 8px;
        /*height: 300px;*/
    }
	
    .resultados_busqueda ul
    {
        padding: 10px;
    }
    .resultados_busqueda li
    {
        text-align: left;
    }
    .resultados_busqueda li:last-child
    {
        text-transform: uppercase;
    }
    .resultados_busqueda li:last-child a
    {
        color: #1f9953;
        font-weight: 700;
        border-top: solid 1px #ccc;
    }
    .resultados_busqueda li a
    {
        font-size: 14px;
        color: #444;
        padding: 10px;
        display: block;
        text-transform: uppercase;
    }
    .resultados_busqueda li a:hover
    {
        background: #eee;
    }
    .resultados_busqueda li a span
    {
        font-weight: 700;
        color: #333;
    }



/* contenido del carrito */

.cont_carrito {
	position: absolute;
	top: 60px;
	right: 90px;
	height: auto;
	width: auto;
	background-color: transparent;
	opacity: 0;
	cursor: default;
	visibility: hidden;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.cont_carrito.visible_cart {
	opacity: 1;
	visibility: visible;
	z-index: 40;
}	

.perfil_carrito{
	position: relative;
	width: 370px;
	margin: 0 0 0 0;
	padding: 10px 15px 10px 15px;
	background-color: #fff;
	text-align: left;
	color: #000;

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	-khtml-border-radius: 6px;

	-webkit-box-shadow: 0px 12px 30px 0px rgb(0 0 0 / 36%);
	-moz-box-shadow: 0px 12px 30px 0px rgb(0 0 0 / 36%);
	box-shadow: 0px 12px 30px 0px rgb(0 0 0 / 36%);

	-webkit-transform: translateY(-40px);
	-moz-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	-o-transform: translateY(-40px);
	transform: translateY(-40px);


	-webkit-backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.visible_cart .perfil_carrito {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

/*.perfil_carrito:before {
	content: "";
	width: 0;
	height: 0;
	border-right: 12px solid transparent;
	border-top: 0px solid transparent;
	border-left: 12px solid transparent;
	border-bottom: 14px solid #f0f4f7;
	position: absolute;
	top: -11px;
	right: 82px;
	z-index: 10;
}
*/
.overlay_carrito{
	position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / 43%);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.overlay_carrito.visible_cart{
	opacity: 1;
	visibility: visible;
	z-index: 30;
}

.prod_cart_top{
    margin: 13px 0 13px 0;
    padding: 0 0 13px 0;
    border-bottom: solid 1px #ebebeb;
    overflow: hidden;
    position: relative;
}

.prod_cart_top h4 {
	letter-spacing: 0px;
}

.prod_cart_top h4 a{
	font-size: 14px;
	line-height: 16px;
	display: block;
	color: #000;
	text-transform: uppercase;
	font-family: 'bai_jamjureebold';
}


.prod_cart_top h4 a:hover{
	text-decoration: underline;
}

.img_cart_top{
	display: inline-block;
	vertical-align: middle;
	width: 80px;
	margin-right: 10px;
	text-align: center;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
}

.img_cart_top img{
	border-radius: 5px;
}

.right_cart_top{
	width: 225px;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 7px 0 0 0;
}

.cantidad_prec_cart{
	margin: 8px 0 0 0;
	font-size: 13px;
	color: #636363;
}

.cantidad_prec_cart strong{
	color: #00467a;
	font-size: 15px;
	font-family: 'bai_jamjureesemibold';
}


.eliminar_del_cart{
	position: absolute;
    top: 20px;
    right: 0px;
    width: 20px;
    line-height: 28px;
    height: 27px;
    text-align: center;
}

.eliminar_del_cart i{
	font-size: 18px;
    color: #e74848;
    border: none;
    margin: 0 0 0 0;
}

.bottom_cart_top{
	margin: 20px 0 0 0;
}

.bottom_cart_top p{
	margin: 0 0 0 0;
	float: left;
	width: 50%;
	font-size: 15px;
	color: #00467a;
}

.bottom_cart_top strong{
	float: right;
	width: 50%;
	text-align: right;
	font-size: 15px;
	color: #00467a;
	font-family: 'bai_jamjureesemibold';
}


.desc_cart-top{
	margin-bottom: 10px;
}

.desc_cart-top p,
.desc_cart-top strong{
	color: #27AE60;
}

.subtotal_cart-top p,
.subtotal_cart-top strong{
}

.btns_cart_top{
	margin: 13px 10px 5px 10px;
	padding: 13px 0 0 0;
	border-top: solid 1px #ebebeb;
}

.btn_ver_carrito_top,
.btn_comprar_top{
	display: inline-block;
	vertical-align: top;
	width: 47.455%;
	height: 44px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	background-color: transparent;
	
	font-size: 13px;
	line-height: 47px;
	letter-spacing: 0.5px;
	color: #00467a;
	font-family: 'bai_jamjureebold';
	font-weight: normal;
	text-transform: uppercase;

	position: relative;
	z-index: 2;

	-webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.btn_ver_carrito_top:hover,
.btn_comprar_top:hover{
	color: #fff;
}

.btn_ver_carrito_top:before,
.btn_comprar_top:before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: -1;

	-webkit-transform: skew(-30deg);
	-moz-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	transform: skew(-30deg);

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.btn_ver_carrito_top:before{
	background-color: #fdc606;
}

.btn_comprar_top:before{
	background-color: #ff8600;
}


.btn_ver_carrito_top{
	float: left;
}

.btn_comprar_top{
	float: right;
}

.btn_ver_carrito_top:hover:before,
.btn_comprar_top:hover:before{
	background-color: #00467a;
}





/*fin contenido carrito*/





/* - - - - - MI CUENTA  - - - - - */


.overlay_cuenta{
	position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / 43%);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.overlay_cuenta.is-visible {
	opacity: 1;
	visibility: visible;
	z-index: 20;
}



/* BOTON PRODUCTOS */



.productos_btn{
	float: left;
	display: inline-block;
	vertical-align: middle;
	margin: 7px 0 0 0;
	position: relative;
	z-index: 20;
}

.productos_btn a{
	display: block;
	width: 164px;
	height: 47px;
	padding: 16px 0 0 57px;
	font-size: 16px;
	color: #fff;
	position: relative;
	z-index: 10;
}

.productos_btn a:before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #00467a;
	z-index: -1;

	-webkit-transform: skew(-30deg);
	-moz-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	transform: skew(-30deg);

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.productos_btn a:hover:before{
	background-color: #ff8600;
}

.productos_btn a:after{
	content: "";
	width: 23px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 25px;
	background: url(../images/icon_menu_productos.png) no-repeat center;
	z-index: -1;
}





.productos_btn a:hover{
	
}


/* - - CUENTA PERFIL  - - */


.menu_mi_cuenta{
	height: 47px;
	width: 165px;
	display: inline-block;
	vertical-align: top;
	
	margin: 0px 0px 0 0;
	padding: 14px 0 0px 57px;
	font-size: 16px;
	line-height: 20px;
	color: #00467a;
	font-family: 'bai_jamjureemedium';
	text-align: left;
	text-decoration: underline;
	position: relative;
	cursor: pointer;
	z-index: 30;
}

.menu_mi_cuenta:before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #e6e9f0;
	z-index: -1;

	-webkit-transform: skew(-30deg);
	-moz-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	transform: skew(-30deg);

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.menu_mi_cuenta:hover:before{
	background-color: #ff8600;
}

.menu_mi_cuenta:after{
	content: "";
	width: 25px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 25px;
	background:url(../images/icon_micuenta.png) no-repeat center;
	z-index: -1;
}


/* contenido perfil*/


.cont_perfil {
	position: absolute;
	top: 60px;
	right: 250px;
	height: auto;
	width: auto;
	background-color: transparent;
	opacity: 0;
	cursor: default;
	visibility: hidden;
	 -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.cont_perfil.is-visible {
	opacity: 1;
	visibility: visible;
	z-index: 30;
}	

.perfil_container{
	position: relative;
	width: 180px;
	margin: 0 0 0 0;
	padding: 10px 20px 10px 20px;
	background-color: #fff;
	text-align: left;
	color: #000;

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	-khtml-border-radius: 6px;

	-webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.45);
	box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.45);

	-webkit-transform: translateY(-40px);
	-moz-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	-o-transform: translateY(-40px);
	transform: translateY(-40px);

	-webkit-backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.is-visible .perfil_container {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

/*.perfil_container:before {
	content: "";
	width: 0;
	height: 0;
	border-right: 12px solid transparent;
	border-top: 0px solid transparent;
	border-left: 12px solid transparent;
	border-bottom: 14px solid #ffffff;
	position: absolute;
	top: -11px;
	left: 3px;
	z-index: 10;
}*/

.perfil_container ul li a{
	padding: 7px 0 5px 0;
	font-size: 14px;
	line-height: 17px;
	display: block;
	color: #000;
	border-bottom: solid 1px rgb(36 36 96 / 7%);
}

.perfil_container ul li a:hover{
	text-decoration: underline;
}

.perfil_container ul li:last-child a{
	border: none;
}

.perfil_container ul li a i{
	width: 16px;
	margin: -4px 8px 0 0;
	font-size: 14px;
	text-align: center;
}


/* - - MENÚ TOP - - */


.menu_top{
	height: auto;
	background-color: #0153a5;
	position: relative;
}

.categorias_top{
	float: left;
 	padding: 20px 0 0px 0;
	background-color: #0153a5;
	position: relative;
	z-index: 2;
}	

.categorias_top a.btn_categorias{
	display: block;
	padding: 2px 0 2px 36px;
	color: #000;
	font-size: 20px;
	font-family: 'bai_jamjureebold';
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 2px;
	background: url(../images/amburguer.png) no-repeat 0px 0px;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.categorias_top a.btn_categorias:hover{
	text-decoration: underline;
}

.fa-list-ul{
	margin-right: 5px;
}

.menu_principal{
	float: right;
}

.menu_principal a,
.menu_principal span{
	display: inline-block;
	vertical-align: middle;
	padding: 12px 10px 12px 10px;
	font-size: 14px;
	text-transform: uppercase;
	position: relative;

	-webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.menu_principal span{
	margin: 0 10px 0 0px;
}

.menu_principal a:hover{
    text-decoration: underline;
}

.sigue_pedido{
	background: url(../images/ico_delivery.svg) no-repeat center left;
	padding-left: 39px!important;
}

.categorias_menu_slider{
	padding: 0 0px 0 320px;
}

.categorias_menu_slider .slick-slider{
	height: 60px;
	margin: 0 0 0 0;
	padding: 15px 20px 15px 20px;
	position: relative!important;
	z-index: 2;
}

.categorias_menu_slider .slick-list.draggable{
	overflow: hidden;
}

.categorias_menu_slider .slick-slider:before{
	content:"";
	width: 100%;
	height: 100%;
	background-color: #dddce0;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;

	-webkit-transform: skew(-29deg);
    -moz-transform: skew(-29deg);
    -ms-transform: skew(-29deg);
    transform: skew(-29deg);
}

.categorias_menu_slider .slick-slide{
	margin: 0 0 0 0!important;
	padding: 0 0 0 0!important;
}

.categorias_menu_slider .slick-initialized .slick-slide{
	padding-top: 0!important;
}





/*  - - - - - -   M E N U   C A T E G O R I A S  D E S P L E G A B L E - - - - - - */




.menu_categorias{
	display: none;
	width: 100%;
	height: 100%;
	background: #fff;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 9999;

	overflow-y: scroll;

	box-shadow: 0 22px 21px 0 rgb(0 0 3 / 52%);
	-webkit-box-shadow: 0 22px 21px 0 rgb(0 0 3 / 52%);
	-moz-box-shadow: 0 22px 21px 0 rgb(0 0 3 / 52%);
	-o-box-shadow: 0 22px 21px 0 rgb(0 0 3 / 52%);
}

.overflow_hidden{
	overflow: hidden!important;
}


.menu_categorias_top{
	padding-top: 15px;
	padding-bottom: 30px;
}

a.btn_cerrar_cat{
	display: block;
	float: left;
	margin: 9px 0 0 0;
	padding: 0 0 0 19px	;
	font-size: 16px;
	line-height: 30px;
	color: #111111;
	font-family: 'bai_jamjureebold';
	background: url(../images/cerrar_menu.png) no-repeat 0px 7px;
	background-size: 13px 14px;
}

a.btn_cerrar_cat:hover{
	text-decoration: underline;
}

.btns_right_menu{
	margin: 0 0 0 180px;
	text-align: right;
}

.btns_right_menu.btns_cat_movil{
	display: none;
}

.btns_right_menu a{
	height: 45px;
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	line-height: 48px;
}

.menu_enlaces{
	margin: 0 0px 0 0px;
	padding: 0 0px 20px 0px;
	text-align: justify;
}

.menu_enlaces:after{
	width: 100%;
	content:"";
	display: inline-block;
}

/*.scroll_movil_menu{
	width: 100%;
	height: 100%;
	
	top: 176px;
	left: 0;
	z-index: 1000;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
*/

.list_enlaces{
	margin-bottom: 30px;
	padding: 0 10px 0 10px;
	display: inline-block;
	vertical-align: top;
	width: 24%;
}

.list_enlaces h3{
	margin: 0 0 15px 0;
}

.list_enlaces h3 a{
	display: block;
	width: auto;
	padding: 16px 20px 16px 25px;
	font-family: 'bai_jamjureebold';
	color: #282b2e;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 0px;
	background: transparent;
	text-align: left;
	text-transform: uppercase;
	position: relative;
	z-index: 3;

	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.list_enlaces h3 a:before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #c8cdd7;
	z-index: -1;

	-webkit-transform: skew(-30deg);
	-moz-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	transform: skew(-30deg);

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.list_enlaces h3 a:hover:before{
	background: #ff8600;
}


.list_enlaces ul{
	padding: 0 0 0 25px;
}

.list_enlaces ul li a{
	display: block;
	padding: 5px 0 5px 15px;
	background: url(../images/icon_li_top.png) no-repeat 0px 10px;
	font-size: 18px;
	line-height: 22px;
	text-align: left;
}

.list_enlaces ul li a:hover{
	text-decoration: underline;
	color: #00467a !important;
}

.menu_categorias.mostrar_menu_cat{
	display: block;
	animation: menuLevel2Show 0.3s ease-out forwards;
	-webkit-animation: menuLevel2Show 0.3s ease-out forwards;
}

.list_enlaces ul ul{
	display: none!important;
	visibility: hidden!important;
	opacity: 0!important;
}


@-webkit-keyframes menuLevel2Show {
  0% {
    opacity: 0;
    margin-top: 30px;
  }
  10% {
    opacity: 0;
    margin-top: 30px;
  }
  100% {
    opacity: 1;
    margin-top: 0px;
  }
}
@keyframes menuLevel2Show {
  0% {
    opacity: 0;
    margin-top: 30px;
  }
  10% {
    opacity: 0;
    margin-top: 30px;
  }
  100% {
    opacity: 1;
    margin-top: 0px;
  }
}

.overlay_menu_cat{
	position: fixed;
    left: 0;
    top: 113px;
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / 43%);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.overlay_menu_cat.mostrar_menu_cat {
	opacity: 1;
	visibility: visible;
	z-index: 10;
}



/* - - - H O M E - - - */


.bg_top_home{
	position: relative;
}

.bg_top_home:before{
	content: "";
	width: 100%;
	height: 1318px;
	background: url(../images/bg1.png) no-repeat center top;
	position: absolute;
	top: -164px;
	left: 0;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 999999;
	pointer-events: none;
}




/*  C A T E G O R I A S   F R A N J A  */



/*#mostrar_azul{
	width: 100%;
	position: absolute;
	bottom: 80px;
	left: 0px;
}*/

.slider_internas{
	display: none!important;
	visibility: hidden!important;
}

.categorias_slider.mostrar_categoria .slider_home {
	display: none!important;
	visibility: hidden!important;
}

.categorias_slider.mostrar_categoria .slider_internas{
	display: block!important;
	visibility: visible!important;
}

.categorias_slider{
	width: 100%;
	height: 60px;
	position: fixed;
	left: 0px;
	top: 137px;
	z-index: 3;
	/*opacity: 0;
	margin-top: -100px;
	z-index: -99;*/

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.categorias_slider .central-wrapper{
	height: 60px;
	padding-left: 80px;
	padding-right: 45px;
}

.categorias_slider .central-wrapper:before{
	content: "";
	width: 96%;
	height: 100%;
	background: #fdc606;
	z-index: -1;
	position: absolute;
	top: 0px;
	left: 0px;

	-webkit-transform: skew(-42deg);
	-moz-transform: skew(-42deg);
	-ms-transform: skew(-42deg);
	transform: skew(-42deg);
}

.fixed-catgory{
}

.categorias_slider .slick-slider{
	height: 60px;
	padding: 15px 0 0 0;
	margin-left: 180px;
	margin-right: 0px;
	background-color: transparent;
	position: relative!important;
	z-index: 2;
}

.categorias_slider .slick-slide {
    margin: 0px 5px 0px 5px;
    padding: 0!important;
}

.categorias_slider .slick-initialized .slick-slide{
	padding: 0!important;
}

.slider_internas{
	display: none!important;
	visibility: hidden!important;
}

.categorias_menu_slider.mostrar_categoria .slider_home {
	display: none!important;
	visibility: hidden!important;
}

.categorias_menu_slider.mostrar_categoria .slider_internas{
	display: block!important;
	visibility: visible!important;
}


figure.icon_cat_item {
	width: 100%;
	height: auto;
	margin: 0 0 0 0;
	padding: 0px 0px 0px 0px;
	border: none;
	position: relative;
	text-align: center;
	box-shadow: 0px 0px 0px transparent;
	border-radius: 0px;

	-webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

figure.icon_cat_item a{
	display: block;
	width: auto;
    text-align: center;
    border-right: 1px solid rgb(255 255 255 / 54%);

    -webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

figure.icon_cat_item a.cat_active,
figure.icon_cat_item:hover a{
	opacity: 1;
	color: #194df4;
}

figure.icon_cat_item a.cat_active .nombre_cat_slider,
figure.icon_cat_item:hover .nombre_cat_slider{
	color: #00467a;
	text-decoration: underline;
}



.categorias_menu_slider .slick-initialized .slick-slide.slick-active:last-child a{
	border: none;
}

.icon_category{
	display: inline-block;
	vertical-align: middle;
/*	display: flex;
	align-items: center;
	justify-content: center;*/
}

.icon_category img{
	width: 25px;
}

.nombre_cat_slider{
	width: 74%;
	margin-left: 3px;
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	line-height: 16px;
	letter-spacing: -0.5px;
	color: #000;
	font-family: 'bai_jamjureemedium';
	text-align: left;
}


.ancla_categoria{
	position: absolute;
	top: -180px;
	left: 0px;
	width: 100%;
	height: 0px;
}



/*-----------------------------------*/





/* SLIDER BANNER PRINCIPAL */



.slider_principal{
	position: relative;

}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}

.container_slider {
    max-width: 1440px;
    width: 100%;
    padding-right: 20px;
    padding-left: 80px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}

.static {
  position: static;
}

.cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.owl-slide-text{
	margin: 0px 0 0 0;
	position: relative;
}

.owl-slide-text h1{
	display: block;
	margin: 0 0 0px 0;
	padding: 0 0 0 0;
	font-family: 'bai_jamjureebold';
	font-size: 52px;
	line-height: 55px;
	letter-spacing: -1px;
	color: #00467a;	
}

.owl-slide-text h2{
	display: block;
	margin: 0 0 0px 0;
	padding: 0 0 0 0;
	font-family: 'bai_jamjureebold';
	font-size: 41px;
	line-height: 42px;
	letter-spacing: -1px;
	color: #00467a;	
}


p.owl-slide-subtitle{
	margin: 20px 0 0 0;
	font-size: 21px;
	line-height: 24px;
	color: #5e5e5e;
	font-family: 'bai_jamjureeregular';
	letter-spacing: -0.5px;
}

.owl-slide-text a.btn{
	margin-top: 30px;
	margin-left: 11px;
	padding: 0px 90px 0 80px;
	color: #fff;
}

.owl-slide-text a.btn:before{
	background-color: #001022;
}

.owl-slide-text a.btn:hover:before{
	background-color: #00467a;
}

.owl-slide-text a.btn:after{
	background: url(../images/arrow_white.png) no-repeat center;
}


.owl-carousel .owl-slide {
	position: relative;
	/* height: 100vh;*/
	height: 615px;
	background-color: transparent;
}

.owl-carousel .owl-slide-animated {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.05s;
  transition: all 0.05s;
}

.owl-carousel .owl-slide-animated.is-transitioned {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.owl-carousel .owl-slide-title.is-transitioned {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.owl-carousel .owl-slide-subtitle.is-transitioned {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

.owl-carousel .owl-slide-cta.is-transitioned {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
  position: absolute;
}

.owl-carousel .owl-dots .owl-dot,
.owl-carousel .owl-nav [class*="owl-"]:focus {
  outline: none;
}

.owl-carousel .owl-dots .owl-dot span {
  background: #fff;
  border: 1px solid var(--main-black-color);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.owl-carousel .owl-dots .owl-dot:hover span,
.owl-carousel .owl-dots .owl-dot.active span {
   background: #000;
}

.owl-carousel .owl-stage{
	background-color: transparent;
}

.btn_ver{
	display: inline-block;
	margin: 30px 0 0 0;
	width: 157px;
	height: 37px;
	color: #ff5d00;
	font-size: 13px;
	text-align: center;
	text-transform: uppercase;
	position: relative;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.btn_ver:before{
	content: "";
	width: 100%;
	height: 100%;
	border: solid 2px #ff5d00;
	background-color: transparent;

	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;

	-webkit-transform: skewX(-15deg);
	-moz-transform: skewX(-15deg);
	-ms-transform: skewX(-15deg);
	transform: skewX(-15deg);
}

.btn_ver span{
	display: block;
	padding: 10px 0 0 0;
	position: relative;
	z-index: 2;
}

.btn_ver:hover:before{
	background-color: #ff5d00;
	-webkit-transform: skewX(15deg);
	-moz-transform: skewX(15deg);
	-ms-transform: skewX(15deg);
	transform: skewX(15deg);
}

.btn_ver:hover span{
	color: #fff;
}

.owl-theme .owl-nav.disabled+.owl-dots{
	width: 100%;
	text-align: left;
	margin-top: 70px;
	/*top: auto!important;
	left: 0px!important;
	right: 0px!important;
	bottom: 20px!important;*/
}

.owl-carousel .owl-dots .owl-dot span{
	display: none!important;
}

.owl-theme .owl-dots .owl-dot{
	width: 23px!important;
	height: 21px!important;
	margin: 0 5px 5px 5px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	-khtml-border-radius: 100%;
}

.owl-theme .owl-dots .owl-dot:after{
	display: none;
}

.owl-theme .owl-dots .owl-dot:before{
	background-color: #dfdfdf!important;
}

.owl-theme .owl-dots .owl-dot.active:before{
	background-color: #fdc606!important;
}


.owl-theme .owl-dots .owl-dot:hover:before{
	background-color: #d5d9e3!important;
}



/* - - - - C  O  N  T  E  N  I  D  O  S - - - - */




/* OFERTAS MÁS POPULARES */



.content-wrap{
	background-color: #f9f9fc;
}

.ofertas_home{
	padding-top: 45px;
	padding-bottom: 0px;
	background: #ff8600;
	position: relative;
}

.ofertas_home:before{
	content: "";
	width: 566px;
	height: 681px;
	background: url(../images/triangulo_ofertas.png) no-repeat;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1;
}

.ofertas_home .central-wrapper{
	z-index: 10;
}

.cont_carrouseles{
	margin: 0 0 0 0;
	padding: 0 15px 0px 15px;
	background-color: transparent;
	position: relative;
}

.cont_carrouseles .central-wrapper{
	z-index: 10;
}

.titulos_home{
	margin: 0 0 0px 0;
	padding: 0 0 0 0;
}

.titulos_home h2{
	display: inline-block;
	margin: 0px 0 15px 0;
    padding: 5px 0 5px 45px;
    font-size: 45px;
    line-height: 48px;
    letter-spacing: -1px;
    color: #222222;
    position: relative;
    background: url(../images/icon_h2.png) no-repeat 0px 8px;
}

.btn_ver_mas{
	display: inline-block;
	width: 127px;
	height: 31px;
	margin: 0px 0px 0 25px;
	padding: 9px 0 0 20px;
	color: #00467a;
	font-size: 15px;
	position: relative;
	top: -9px;
	font-family: 'bai_jamjureesemibold';
	z-index: 4;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}


.btn_ver_mas:before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #e6e9f0;
	z-index: -1;

	-webkit-transform: skew(-30deg);
	-moz-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	transform: skew(-30deg);

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.btn_ver_mas:hover:before{
	background-color: #fdc606;
}


.btn_ver_mas:after{
	content: "";
	width: 29px;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 14px;
	background: url(../images/icon_arrow_ver_mas.png) no-repeat center;
	z-index: -1;
}


.ofertas_home figure.producto_item figcaption{
	background: #fff;
}

.ofertas_home figure.producto_item:hover figcaption{
	background: rgb(249,179,18);
    background: linear-gradient(340deg, rgba(249,179,18,1) 0%, rgba(236,140,27,1) 100%);
}




/* productos items */


.slick-slide {
    margin: 12px 10px 20px 10px;
}

figure.producto_item {
	width: 100%;
	height: auto;
	margin: 0 0 0 0;
	padding: 1px 0 0px 0;
	background: #fff;
	border: none;
	position: relative;
	text-align: center;
	box-shadow: 0px 7px 12px rgb(0 0 0 / 9%);
	
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;

	-webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

figure.producto_item:hover{
	box-shadow: 0px 4px 15px rgb(0 0 0 / 22%)!important;
}

figure.producto_item a{
	display: block;
}

figure.producto_item .img_producto{
	width: auto;
	margin: 10px 10px 10px 10px;
	padding: 53px 0 0 0;
	background-color: #fff;
	overflow: hidden;

	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

figure.producto_item .img_producto img{
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

figure.producto_item img {
	display: block;
	vertical-align: top;
	margin: 0 auto 0 auto;
}

figure.producto_item:hover .img_producto img{
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
}

figure.producto_item figcaption {
	padding: 20px 20px 16px 20px;
	text-align: left;
	background: rgb(249,179,18);
	background: linear-gradient(340deg, rgba(249,179,18,1) 0%, rgba(236,140,27,1) 100%);
	position: relative;
}



/* titulo */


figure.producto_item .rpc_title {
	padding: 0px 0px 0px 0px;
	font-size: 15px;
	line-height: 20px;
	color: #000000;
	font-family: 'bai_jamjureesemibold';
	text-transform: uppercase;
	letter-spacing: -0.2px;
}

figure.producto_item .rpc_title a{
	/*min-height: 46px;*/
	display: -webkit-box;
	max-width: 100%;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}


/* precio*/

figure.producto_item .rpc_price {
	margin: 10px 0 0px 0;
	padding: 0px 0px 0px 0px;
}

figure.producto_item .rpc_price ins {
	display: inline-block;
	vertical-align: middle;
	font-size: 22px;
	line-height: 22px;
	font-family: 'bai_jamjureebold';
	color: #000;
}

figure.producto_item .rpc_price del {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 0 0px 8px;
	font-size: 16px;
	line-height: 18px;
	color: #030303;
	font-family: 'bai_jamjureemedium';
	text-decoration: line-through;
}

/* marca */

.marca_producto {
	width: 100px;
	position: absolute;
	top: 10px;
	left: 18px;
	z-index: 3;
}

.marca_producto img{
	-webkit-border-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomright: 0px;
	border-radius: 0px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

figure.producto_item:hover .marca_producto img{
	-webkit-transform: scale(1);
	transform: scale(1);
}

.oferta_producto {
	display: none!important;
	position: absolute;
	top: 10px;
	right: 20px;
	text-align: center;
	z-index: 3;

	
}

.oferta_producto span{
	display: inline-block;
	height: 32px;
	padding: 0px 15px 0 15px;
	background: #0066CC;
	text-align: center;
	color: #fff;
	font-size: 16px;
	border-radius: 3px;
	line-height: 32px;
	letter-spacing: 1px;
	font-family: 'bai_jamjureesemibold';


	-webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    transform: skew(-15deg);
}

.ofertas_home .oferta_producto{
	display: block!important;
	top: 10px;
}


.oferta_producto p{
	margin: 8px 0 0 0;
	font-size: 12px;
	color: #27AE60;
}

.ofertas_home .oferta_producto p{
	font-size: 14px;
}

.oferta_producto.verde span {
	background: #27AE60;
	border: 1px solid #27AE60;
}
        .oferta_producto p {
            color: #0066CC;
        }

        .dscto_producto_oferta {
            height: 30px;
            display: inline-block;
            vertical-align: middle;
            margin-left: 20px;
            padding: 0 16px 0 16px;
            font-size: 12px;
            line-height: 30px;
            color: #fff;
            background: #27AE60;
            border: 1px solid #27AE60;
            border-radius: 3px;
        }

        .dscto_producto_envio_gratis {
            height: 30px;
            display: inline-block;
            vertical-align: middle;
            margin-left: 20px;
            padding: 0 16px 0 16px;
            font-size: 12px;
            line-height: 28px;
            color: #fff;
            background: #0066CC;
            border: 1px solid #0066CC;
            border-radius: 10px;
        }

@media only screen and (max-width: 480px) and (min-width: 5px){

    .dscto_producto_oferta,
    .dscto_producto_envio_gratis    {
        font-size: 10px;
        height: 23px;
        line-height: 23px;
    }

}



figure.producto_item .read-more {
	position: absolute;
    top: 33%;
    left: 0px;
    right: 0px;
    margin-left: 30px;
    margin-right: 30px;
    padding: 0 0 0 0;
    text-indent: -31px;
    font-size: 15px;
    color: #fff;
    font-family: 'bai_jamjureebold';
    text-transform: uppercase;
    z-index: -1;
    opacity: 0;

    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

figure.producto_item .read-more:before{
	background-color: #001022;
}

figure.producto_item .read-more:hover:before{
	background-color: #00467a
}

figure.producto_item .read-more:after{
	width: 22px;
	background: url(../images/icon_carrito_blanco.png) no-repeat center;
}

figure.producto_item:hover .read-more{
	z-index: 3;
	opacity: 1;
}

figure.producto_item figcaption:after{
	content: "";
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgb(249,179,18);
	background: linear-gradient(340deg, rgba(249,179,18,1) 0%, rgba(225,108,35,1) 100%);
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -2;

	/*-webkit-transition: all 0.20s ease-out;
    -moz-transition: all 0.20s ease-out;
    -o-transition: all 0.20s ease-out;
    -ms-transition: all 0.20s ease-out;
    transition: all 0.20s ease-out;*/
}

figure.producto_item:hover figcaption:after{ opacity: 0.8; z-index: 2; }



/* slick slider carrouseles*/


.slick-slider{
	position: initial!important;
	margin-left: -11px;
	margin-right: -11px;
}

.slick-next,
.slick-prev{
	width: 47px!important;
	height: 47px!important;
	top: 23px!important;
	background-color: transparent!important;
	opacity: 1!important;

	-webkit-border-radius: 50%!important;
	-moz-border-radius: 50%!important;
	border-radius: 50%!important;
}

.slick-next:after{
	width: 47px;
	right: 0px;
	background: url(../images/slicknext.png) no-repeat center!important;
}

.slick-prev:after{
	width: 47px;
	right: 0px;
	background: url(../images/slickprev.png) no-repeat center!important;
}

.slick-next{
	right: 27px!important;
}
.slick-prev{
	right: 84px!important;
	left: auto!important;
}

/*.slick-next:hover,
.slick-prev:hover{
	background-color: #dfa700!important;
}*/


.slick-initialized .slick-slide{
	padding-top: 6px!important;
}



/* CARROUSEL PRODUCTOS */


.productos_carrousel{
	padding-top: 55px;
	background-color: transparent;
	position: relative;
}

.productos_carrousel .central-wrapper{
	border-bottom: solid 1px #d9dbe7;
}

.productos_carrousel:last-child .central-wrapper{
	border-color: transparent;
}

.productos_carrousel:nth-child(2n):before{
	display: block;
	content: "";
	width: 366px;
	height: 815px;
	background: url(../images/triangule_left.png) no-repeat;
	position: absolute;
	top: -30px;
	right: 0px;
	z-index: 0;
}

.productos_carrousel:nth-child(2n+1):before{
	display: block;
	content: "";
	width: 366px;
	height: 815px;
	background: url(../images/triangule_right.png) no-repeat;
	position: absolute;
	top: -30px;
	left: 0px;
	z-index: 0;
}





/* - - - - P R O D U C T O S - - -  */



/* detalle producto */



.top_internas.top_banner_contenido{
	padding-bottom: 30px!important;
	background-color: #e6e9f0;
}

.cont_detalle{
	padding-top: 0px;
}

.left_detalle_producto{
	float: left;
	width: 50%;
	padding: 20px 0px 0 0;
}

.right_detalle_producto{
	margin: 0 0 0 740px;
    padding: 40px 0 0 0;
}




/* galeria */


.cont_galeria{
	padding: 0 0 30px 0;
	margin-right: 50px;
	background: #fff;
	position: relative;
	border: solid 0px #fff;

	box-shadow: 0px 7px 12px rgb(0 0 0 / 9%);

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.cont_galeria .wishlist{
	z-index: 1000;
}

.img_galeria{
	padding: 30px 90px 20px 90px;
	background-color: transparent;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.img_galeria a{
	display: block;
	position: relative;
}

.cont_galeria .slick-slider{
	position: relative!important;
	margin-left: -0px;
	margin-right: -0px;
}

.cont_galeria .slick-slide{
	margin: 0!important;
	padding: 0!important;
}

.slick-slide img{
	margin-left: auto;
	margin-right: auto;
}

.cont_galeria .slider-nav {
	margin-top: 0px;
	padding-left: 55px;
	padding-right: 55px;
}

.cont_galeria .slider-nav .slick-slide {
	margin: 0 11px 0 11px!important;
    padding: 0!important;
    opacity: 0.7;
    background-color: transparent;
}

.cont_galeria .slider-nav .slick-slide.slick-current{
	opacity: 1
}

.thumb{
	margin-left: 0px;
	margin-right: 0px;
	border: solid 2px #7c7c7c;
	cursor: pointer;
	background-color: #d2d4da;
	overflow: hidden;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.thumb img{
	margin-top: -5px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.thumb:hover{
	border-color: #999;
}

.cont_galeria .slick-current .thumb{
	border-color: #f69f1d;
}

.cont_galeria .slick-next,
.cont_galeria .slick-prev{
	width: 21px!important;
	height: 100%!important;
	top: 0px!important;
	z-index: 20;

	-webkit-transform: translate(0, 5%);
    -ms-transform: translate(0, 5%);
    transform: translate(0, 5%);
}

.cont_galeria .slick-next{
	background: url(../images/next_gal.png) no-repeat center!important;
    right: 20px!important;
}

.cont_galeria .slick-prev{
	background: url(../images/prev_gal.png) no-repeat center!important;
    right: auto!important;
    left: 20px!important
}

.easyzoom {
    float: left;
}

.easyzoom img {
    display: block;
}


.cont_galeria .slick-next:before,
.cont_galeria .slick-prev:before,
.cont_galeria .slick-next:after,
.cont_galeria .slick-prev:after{
	display: none!important;
}






/* compartir*/


.compartir_producto{
	margin: 30px 0 0 10px;
}

.compartir_producto span{
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	color: #333;
	font-family: 'bai_jamjureesemibold';
}


.compartir_producto a{
	display: inline-block;
	vertical-align: middle;
	width: 45px;
	height: 45px;
	margin: 0 4px 0 4px;
	color: #fff;
	text-align: center;
	line-height: 47px;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-khtml-border-radius: 50%;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.compartir_producto a:hover{
	background-color: #194df4;
}

.ico_whatsapp{
	background-color: #16b652;
	font-size: 26px;
}

.ico_facebook{
	background-color: #3b5998;
	font-size: 22px;
}

.ico_twiter{
	background-color: #3aa0ed;
	font-size: 23px;
}

.ico_linkedin{
	background-color: #007bb5;
	font-size: 23px;
}

.ico_email{
	background-color: #32506d;
	font-size: 18px;
}

.ico_link{
	background-color: #125688;
	font-size: 21px;
}


/* descripcion */

.descripcion_producto{
	padding: 50px 0 0 0px;
}

.descripcion_producto h4{
	margin: 0 0 25px 0;
	padding: 0 0 11px 10px;
	font-size: 18px;
	line-height: 23px;
	border-bottom: solid 1px #e1e1e1;
	text-transform: uppercase;
}

.txt_descripcion{
	padding: 0 0 40px 20px
}

.txt_descripcion,
.txt_descripcion p{
	font-size: 18px;
	color: #444444;
}

.txt_descripcion em{
	font-size: 16px;
}

.btn_descargar{
	display: block;
	margin: 0 0 6px 0;
	padding: 12px 0 12px 60px;
	font-size: 14px;
	line-height: 23px;
	color: #0066CC;
	text-decoration: underline;
	background:url(../images/ico_pdf.png) no-repeat 0px 0px;

	 -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;

}

.btn_descargar:hover{
	text-decoration: underline;
}



/*titulo precio producto*/


.marca_detalle{
	margin: 0 0 10px 0;
	font-size: 17px;
	line-height: 18px;
	color: #444;
	letter-spacing: 0.5px;
	font-family: 'bai_jamjureebold';
	text-transform: uppercase;
}

.head_detalle_movil{
	display: none!important;
}

.agregar_al_carrito_movil{
	display: none!important;
}

.titulo_producto{
	margin: 0 0 20px 0;
	font-size: 26px;
	line-height: 30px;
	text-transform: uppercase;
	color: #00467a;
	font-family: 'bai_jamjureebold';
	position: relative;
}


.codigo_poducto{
	display: inline-block;
	vertical-align: top;
	margin: 0 25px 0 0;
	font-size: 18px;
	color: #444;
	line-height: 22px;
	letter-spacing: 0;
	position: relative;
}

.codigo_poducto strong{
	font-family: 'bai_jamjureemedium';
}


.codigo_poducto:before{
	content: "\f105";
	display: inline-block;
	margin: 0 5px 0 0px;
	font-family: 'FontAwesome';
	font-size: 20px;
	position: relative;
	top: -1px;
}

.valoracion_estrellas{
	margin: 20px 0 20px 0;
	font-size: 16px;
	line-height: 20px;
	color: #444;
}

.valoracion_estrellas img{
	width: 20px;
	display: inline-block;
	vertical-align: text-bottom;
}

.valoracion_estrellas span{
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

/* precio */

.precio_producto{
	margin: 0 0 0 0;
    padding: 30px 0 10px 0;
    border-top: solid 1px rgb(213 213 213 / 95%);
    color: #fff;
}

.precio_producto p{
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
	color: #333;
	font-size: 18px;
	font-family: 'bai_jamjureebold';
}

.precio_producto strong{
	display: inline-block!important;
	vertical-align: middle;
}

.precio_producto strong.sale-price,
.precio_producto strong.new-price{
	margin-right: 10px;
	font-size: 30px;
	line-height: 32px;
	color: #00467a;
	font-family: 'bai_jamjureebold';
}

.precio_producto strong.old-price{
	font-size: 18px!important;
	line-height: 20px;
	color: #000;
	font-family: 'bai_jamjureebold';
}



.dscto_producto{
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	padding: 0 16px 0 33px;
	font-size: 12px;
	line-height: 28px;
	color: #27AE60;
	background: url(../images/ico_porcentaje.png) no-repeat 12px 9px;

	border: 1px solid #27AE60;
	border-radius: 10px;
}

/* atributos color*/
.atributos_color{
	margin: 0 -4px 0 -4px;
}

.atributos_color a{
	width: 164px;
	height: 52px;
	margin: 0 4px 0 4px;
	display: inline-block;
	vertical-align: top;
	background: #FFFFFF;
	border: 1px solid #E6E6E6;
	border-radius: 10px;
	text-align: center;
	overflow: hidden;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.atributos_color a span{
	width: 60px;
	height: 49px;
	margin: 0 8px 0 8px;
	display: inline-block;
	vertical-align: middle;
}

.atributos_color a strong{
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	line-height: 22px;
	color: #444444;
}

.atributos_color a:hover{
	border-color: #B8B8B8;
}

.atributos_color a.color_elegido{
	border-color:#6a6a6a;
}

.atributos_color a.color_elegido strong{
}



/*talla*/
.atributos_talla{
	border-top: solid 1px rgb(208 208 208 / 21%);
    margin: 0px -4px 15px -4px;
    padding: 25px 0 0 0;
}


.atributos_talla span{
	display: block;
	vertical-align: middle;
	margin: 0 0 15px 0;
	font-size: 18px;
	line-height: 22px;
	font-family: 'bai_jamjureebold';
	letter-spacing: 0.5px;
	color: #fff;
}

.atributos_talla a{
	width: 67px;
	height: 37px;
	margin: 0 3px 0 3px;
	display: inline-block;
	vertical-align: top;
	background: transparent;
	border: 2px solid #ffffff;
	font-size: 18px;
	color: #fff;
	line-height: 37px;
	border-radius: 100px;
	text-align: center;
	overflow: hidden;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.atributos_talla a:hover{
	border-color: #B8B8B8;
}

.atributos_talla a.talla_seleccionada{
	border-color: #ffc000;
	color: #f9bc00;
	pointer-events: none;
}

.atributos_talla a.talla_no_disponible{
	background: #f8f8f9;
	color: #E6E6E6;
	border-color: #f8f8f9;
	pointer-events: none;
}

/* DESCARGAS */


.descargar_pdfx{
	padding: 15px 0 15px 0;
}

.descargar_pdfx a{
	display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
    padding: 7px 0 8px 32px;
    font-size: 15px;
    color: #222;
    text-decoration: underline;
}

.guia_tallas{
	display: none!important;
    background: url(../images/guia_llantas.png) no-repeat 0px 0;
}

.ficha_tecnica{
	background: url(../images/ficha_tecnica.png) no-repeat 0px 0;
}





/* cantidad / agregar al carrito */


.cantidad_agregar{
	margin: 10px 0 20px 0;
	padding: 30px 0 20px 0;
	border-top: solid 1px rgb(213 213 213 / 95%);
}

.quantity_add{
	display: inline-block;
	vertical-align: top;
}

.quantity_add input[type=button]{
	display: inline-block;
	width: 70px;
	height: 52px;
	border: 0px solid transparent;
	background: #00467a;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 30px;
	line-height: 52px;
	color: #fff;
	text-align: center;
	font-family: 'bai_jamjureemedium';

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.quantity_add input[type=button]:hover{
	opacity: 0.8;
}

.quantity_add input[type=button].minus-btn{
	-webkit-border-radius: 1px;
	-webkit-border-top-left-radius: 26px;
	-webkit-border-bottom-left-radius: 26px;
	-moz-border-radius: 1px;
	-moz-border-radius-topleft: 26px;
	-moz-border-radius-bottomleft: 26px;
	border-radius: 1px;
	border-top-left-radius: 26px;
	border-bottom-left-radius: 26px;
}

.quantity_add input[type=button].plus-btn{
	-webkit-border-radius: 26px;
	-webkit-border-top-left-radius: 1px;
	-webkit-border-bottom-left-radius: 1px;
	-moz-border-radius: 26px;
	-moz-border-radius-topleft: 1px;
	-moz-border-radius-bottomleft: 1px;
	border-radius: 26px;
	border-top-left-radius: 1px;
	border-bottom-left-radius: 1px;
}

.quantity_add input[type="number"]{
	display: inline-block;
	width: 88px;
	height: 52px;
	border: 0px solid transparent;
	border-left: solid 1px rgb(255 255 255 / 17%);
    border-right: solid 1px rgb(255 255 255 / 17%);
    background: #00467a;
	padding: 0 0 0 0;
	margin: 0 -4px 0 -4px;
	font-size: 18px;
	line-height: 52px;
	color: #fff;
	 font-family: 'bai_jamjureemedium';
	text-align: center;

	-webkit-appearance: none;
	appearance: none;
	-moz-appearance: textfield;
	position: relative;
	z-index: 10;
}

.quantity_add input[type="number"]::-webkit-outer-spin-button,
.quantity_add input[type="number"]::-webkit-inner-spin-button{
 -webkit-appearance: none;
}

button.add_to_cart_button {
	width: 290px;
	height: 52px;
	padding: 0 0 0 0;
	margin: 0px 0 0px 25px;
	font-size: 15px;
	background-color: transparent;
	color: #000;
	text-indent: -35px;
	text-transform: uppercase;
	font-family: 'bai_jamjureesemibold';
}

button.add_to_cart_button:after{
	content: "";
	width: 30px;
	height: 100%;
	background: url(../images/icon_carrito_button.png) no-repeat center;
	background-size: 27px 27px;
}




/*envios*/

.envio_producto{
	margin: 30px 0 0 0;
	padding: 10px 30px 10px 30px;
	position: relative;
}

.envio_producto:before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #fff;
	z-index: -1;

	box-shadow: 0px 7px 12px rgb(0 0 0 / 6%);

	-webkit-transform: skew(-30deg);
	-moz-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	transform: skew(-30deg);

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.envio_producto span{
	display: block;
	padding: 13px 0 11px 72px;
	margin: 0 0 0px 0;
	font-size: 17px;
	line-height: 22px;
	color: #111;
	font-family: 'bai_jamjureebold';
}

.envios_peru{
	background: url(../images/icon_envios.png) no-repeat  center left;
}

/*.metod_pago{
	background: url(../images/ico_metodo_pago.png) no-repeat 0px 2px;
}

.tiempo_estimado{
	background: url(../images/ico_tiempo.svg) no-repeat 0px 0px;
}*/

.envios_peru a{
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 10px;
	padding: 10px 30px 10px 30px;
	font-size: 15px;
	color: #00467a;
	font-family: 'bai_jamjureebold';
	background-color: #e6e9f0;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.envios_peru a:hover{
	text-decoration: underline;
}

.metod_pago img{
	display: inline-block;
	vertical-align: text-bottom;
	margin: 0 6px 0 6px;
}

.tiempo_estimado p{
	margin-bottom: 0px;
	font-size: 14px;
}




/* datos del producto pestañas */



.datos_tecnicos_producto{
	padding: 60px 0 50px 0;
	background-color: #ff8600;
}

.datos_tecnicos_producto .central-wrapper{
	padding: 0px 120px 0px 120px;
}

.datos_tecnicos_producto .nav-tabs{
	text-align: center;
}

.datos_tecnicos_producto .nav-tabs li{
	display: inline-block;
	vertical-align: top;
}

.datos_tecnicos_producto .nav-tabs li a{
	display: block;
	width: 212px;
	height: 52px;
	margin: 0 10px 0 10px;
	font-size: 16px;
	line-height: 55px;
	color: #00467a;
	font-family: 'bai_jamjureebold';
	position: relative;
	z-index: 3;
}

.datos_tecnicos_producto .nav-tabs li a:before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #dee0e5;
	z-index: -1;

	-webkit-transform: skew(-30deg);
	-moz-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	transform: skew(-30deg);

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.datos_tecnicos_producto .nav-tabs a.active{
	color: #fff;
}

.datos_tecnicos_producto .nav-tabs a.active:before{
	background: #00467a;
}

.datos_tecnicos_producto .tab-content{
	background: #fff;
	margin: -10px 0 0 0;
	padding: 45px 70px 30px 70px;
	font-size: 18px;
	line-height: 25px;
	color: #222222;
	font-family: 'bai_jamjureemedium';
	text-align: justify;

	box-shadow: 0px 7px 12px rgb(0 0 0 / 9%);

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.descr_corta{
	margin-bottom: 15px;
}

.vid_descripcion{
	margin-top: 30px;
}

body .tt-table-03 tbody tr td:first-child{
	width: 144px;
	text-transform: uppercase;
	font-family: 'bai_jamjureesemibold';
	text-align: left;
}

.tt-table-03 tbody tr td{
	font-family: 'bai_jamjureeregular';
}

.tt-table-03 tbody tr:last-child td {
    padding-bottom: 8px!important;
}

/*valoraciones del producto*/

.valoracion_comentario{
	margin: 0px 0 0 0;
	padding: 0;
}

.reviewrating{
	margin: 0 0 0 0;
	padding: 25px 0 20px 0px;
	overflow: hidden;
	background: #e6e9f0;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.rating_left{
	float: left;
	width: 30%;
	padding: 23px 0 0 0;
	text-align: center;
}

.rating_right{
	float: right;
	width: 62%;
}

.rating_left strong{
	display: block;
	margin: 0 0 10px 0;
	font-size: 40px;
	line-height: 38px;
}

.stars_total span{
	display: inline-block;
	vertical-align: top;
	margin: 0 2px 0 2px;	
}

.stars_total em{
	display: block;
	margin: 13px 0 0 0;
	font-style: normal;
	font-size: 14px;
	line-height: 17px;
}

.rating_right li{
	margin: 0 0 9px 0;
}

.rating_right li strong{
	width: 11px;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
}

.rating_right li img{
	display: inline-block;
	vertical-align: middle;
	margin: -4px 3px 0 7px;
}

.barra_blanca{
	width: 192px;
	height: 8px;
	display: inline-block;
	vertical-align: middle;
	background: #FFFFFF;
	border-radius: 4px;
}

.barra_blanca span{
	display: block;
	height: 8px;
	background: #FFC000;
	border-radius: 4px;
}

.rating_right li em{
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 2px;
	font-size: 12px;
	line-height: 15px;
	font-style: normal;
}


/*  boton deja tu Opionión*/

.dejaTu_Opinion{
	display: block;
	margin: 28px 0 35px 0;
	text-align: center;
	font-size: 16px;
	line-height: 17px;
	color: #00467a;
	text-decoration: underline;
	font-family: 'bai_jamjureebold';
}

.dejaTu_Opinion:hover{
	text-decoration: underline;
}


/* opiniones */


.opiniones_producto{
	margin: 0 0 0 0;
}

.opiniones_producto li{
	margin-bottom: 30px;
	border-bottom: solid 1px #cfcfcf;
	padding-bottom: 25px;
}

.opiniones_producto li:last-child{
	margin-bottom: 0px;
	border-bottom: solid 0px transparent;
}

.opiniones_producto li h6{
	margin: 0 0 7px 0;
	font-size: 14px;
	line-height: 17px;
	color: #444444;
}

.opiniones_producto li .stars_total{
	margin: 0 -2px 2px -2px;
}

.opiniones_producto li .stars_total img{
	width: 18px;
	height: 18px;
}

.opiniones_producto li p{
	font-size: 16px;
	line-height: 24px;
	color: #444444;
}



/* complementa tu compra */


.complementa_tu_compra{
	padding-top: 70px;
	padding-bottom: 50px!important;
	background-color: transparent;
}

.complementa_tu_compra h2{
	margin: 0 0 20px 0;
    font-size: 30px;
    line-height: 33px;
    position: relative;
}

.complementa_tu_compra h1{
	margin: 0 0 20px 0;
	font-size: 30px;
	line-height: 33px;
	position: relative;
}

.complementa_tu_compra .slick-slide {
    margin: 12px 8px 40px 8px;
    padding-top: 0px!important;
}

.complementa_tu_compra figure.producto_item .rpc_price ins{
	font-size: 20px;
}

.complementa_tu_compra figure.producto_item .rpc_price del{
	font-size: 14px;
}



/* atributos color , agregar a favoritos*/



.tt-wrapper
        {
            margin: 15px 0px;
        }
        .tt-wrapper select
        {
            padding: 7px 8px !important;
            background-color: #fff;
            border:  solid 1px #ccc;
            min-width: 150px;
        }
        .atributo-color
        {
            display: inline-block;
            vertical-align: top;
            width: 25px !important;
            height: 25px !important;
            border-radius: 50%;
        }
        .atributos_color a
        {
            line-height: 50px;
        }
        .wishlist i
        {
            color: #a2a2a2;
            font-size: 22px;
            font-weight: 600;
        }
        .wishlist:hover i,
        .wishlist.active i
        {
            color: #ef5452;
        }

        .old-price {
            display: block !important;
            font-size: 14px !important;  
            margin: 0 0 0px 0 !important;
        }


 

   




/* M E N U   R E S P O N S I V E */



.hidden {
  overflow: hidden;
}

.menu_movil {
	display: none;
	margin: 0 0 0 0;
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1000;
}

.menu_movil.open{
	width: 100%;
	height: 100%;
	position: fixed;
}

.menu_movil nav {
  width: 100%;
  height: 68px;
  padding: 0;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.menu_movil nav ~ ul {
	display: flex;
	width: 100%;
	height: 70%;

	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 1%;
	right: 1%;
	opacity: 0;
	visibility: hidden;
	z-index: 2;
	list-style: none;
	transition: 0s;
}

.menu_movil nav ~ ul > li {
	width: 80%;
	padding: 13px 10px 13px 20px;
	cursor: pointer;
	font-size: 16px;
	text-align: left;
	border-bottom: solid 1px rgb(239 239 239);
}

.menu_movil nav ~ ul > li a{
	display: inline-block;
	color: #000;
	position: relative;
}

.menu_movil nav ~ ul > li:hover a {
	text-decoration: underline; 
}

.menu_movil nav.open ~ ul {
  transition: 0.75s ease-in-out;
  visibility: visible;
  opacity: 1;
}

#drop {
	cursor: pointer;
	position: fixed;
	width: 42px;
    height: 35px;
    top: 31px;
    right: 20px;
	border-radius: 2px;
	background: #00467a;

	-webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    transform: skew(-25deg);
}

.menu_movil nav.open > #drop{
	transition: 0.5s ease-in-out;
	box-shadow: 0 0 0 1070px #fff, inset 0 0 0 20px #fff;
	position: relative;
	top: 6px;

	-webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -ms-transform: skew(0deg);
    transform: skew(0deg);
}

#drop.active {
  border-radius: 50%;
  animation: drop 0.3s forwards;
}

#drop > div {
	height: 100%;
	width: 100%;
	background: transparent;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#drop span {
  display: block;
  background-color: #fff;
  width: 28px;
  height: 3px;
  margin: 2px 0;
  transition: 0.5s;
  border-radius: 100px;
}

#drop b{
	display: block;
	position: absolute;
    top: 12px;
    left: -42px;
    color: #FFF;
    font-size: 14px;
    font-weight: normal;
}

#drop span.open:nth-child(1) {
	margin: 5px 0 -16px 0px;
	transform: rotate(45deg) translate(5px, 5px);
}

#drop span.open:nth-child(2) {
	margin: 27px 0 -4px 0px;
	transform: rotate(-45deg) translate(5px, -5px);
}

#drop span.open:nth-child(3) {
  opacity: 0;
}

#drop .desaparecer,
.menu_movil.open #drop b{
	opacity: 0;
}

@keyframes drop {
  0% {
    transform: translateY(0) rotate(45deg);
  }
  50% {
    transform: translateY(30px) rotate(45deg);
  }
  100% {
    transform: translateY(10px) rotate(45deg);
  }
}


.menu_movil.open #drop span{
	background-color: #000;
}

.menu_movil.open #drop > div{
	background-color: #fff;
}



/* WIDGETS HOME */


.widgets_tienda{
	margin: 0 0 0 0;
	padding: 52px 0 60px 0;
	background: transparent;
	position: relative;
    z-index: 999999;
}

.widgets_tienda .central-wrapper{
	padding: 0 0 0 0;
	text-align: justify;
}

.widgets_tienda .central-wrapper:after{
	width: 100%;
	content:"";
	display: inline-block;
}

.box_widget{
	width: 32%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	overflow: hidden;

	box-shadow: 0px 5px 11px rgb(0 0 0 / 18%);

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.zoom_img img{
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.zoom_img:hover img{
  -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

/*.widget_marca{
	padding: 96px 0 0 0;
	background:url(../images/bg_marcas_widget.jpg) no-repeat;
	background-size: cover;
}

.widget_linea_economica{
	text-align: left;
}*/

/*.widget_linea_economica{
	background:url(../images/linea_economica.jpg) no-repeat;
}
*/

.widget_marca h1{
	margin: 0 0 40px 0;
	font-size: 40px;
	line-height: 38px;
}

.widget_marca ul{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.widget_marca ul li{
	display: inline-block;
	vertical-align: middle;
}

.widget_marca ul li a{
	width: 128px;
	height: 102px;
	margin: 0 2px 0 2px;
	padding: 0 10px 0 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;

	box-shadow: inset 1.47578px -1.47578px 1.47578px rgba(0, 0, 0, 0.25);
	filter: blur(0.737892px);
	border-radius: 5.85261px;
	overflow: hidden;
}

.widget_marca ul li a img{
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.widget_marca ul li a:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.widget_marca p{
	margin: 15px 0 0 0;
	font-size: 20px;
	line-height: 24px;
}


/* LINEA ECONOMICA HOME */


.linea_economica_home{
	padding-top: 67px;
	background: #FA9500;
}

.linea_economica_home .central-wrapper{
	padding-left: 70px;
}

/* producto Linea Económica destacada */
.left_linea_ecomnomica{
	float: left;
	width: 298px;
}

.left_linea_ecomnomica figure.producto_item{
	height: 409px;
	padding: 55px 25px 15px 25px;
	box-shadow: 0px 0px 15px rgb(0 0 0 / 13%);
	border-radius: 11px;
}

.left_linea_ecomnomica figure.producto_item .img_producto{
	width: 216px;
	height: 216px;
}

.left_linea_ecomnomica figure.producto_item .rpc_price{
	margin: 15px 0 15px 0;
}

.left_linea_ecomnomica figure.producto_item .rpc_price ins {
	font-size: 23px;
}

.left_linea_ecomnomica figure.producto_item .rpc_title {
	font-size: 16px;
	line-height: 22px;
}

.left_linea_ecomnomica .marca_producto{
	width: 55px;
}

.left_linea_ecomnomica .oferta_producto span{
	height: 45px;
	padding: 13px 13px 0 13px;
	font-size: 16px;
}

.left_linea_ecomnomica .oferta_producto p{
	font-size: 14px;
}

/*right linea economica carrousel*/
.right_linea_economica{
	margin: 0 0 0 340px;
}

.right_linea_economica .titulos_home{
	display: inline-block;
}

.linea_economica_home .titulos_home.titulo_movil{
	display: none;
}

.right_linea_economica .titulos_home h2{
	margin: 26px 0 0px 0;
	font-size: 40px;
}

.right_linea_economica .btn_ver_mas{
	color: #fff;
	top: -9px;
}

.right_linea_economica .slick-slide{
	margin: 12px 8px;
}

.right_linea_economica figure.producto_item{
	height: 318px;
	padding: 40px 22px 15px 22px;
}

.right_linea_economica .slick-slider{
	margin-top: -7px;
	margin-left: -5px;
}

.right_linea_economica .slick-next,
.right_linea_economica .slick-prev{
	top: 45px!important;
}

.right_linea_economica .marca_producto{
	width: 43px;
}

.right_linea_economica .oferta_producto span{
	height: 35px;
	padding: 12px 13px 0 13px;
	font-size: 10px;
}

.right_linea_economica .oferta_producto p{
	font-size: 10px;
}

.right_linea_economica figure.producto_item .img_producto{
	width: 168px;
	height: 168px;
}

.right_linea_economica figure.producto_item .rpc_price{
	height: 35px;
    margin: 8px 0 8px 0;
}

.right_linea_economica figure.producto_item .rpc_price del{
	font-size: 11px;
}

.right_linea_economica figure.producto_item .rpc_price ins{
	font-size: 17px;
    line-height: 18px;
}

.right_linea_economica figure.producto_item .rpc_title{
	font-size: 12px;
	line-height: 18px;
}




/* - - - - - F O O T E R - - - - - - */



#footer{
	overflow: hidden;
	background-color: #f9f9fc;
	margin: 0 0 0 0;
	padding-top: 100px;
}


/* variedad productos */


.variedad_products{
	height: 496px;
	padding: 0 0 0 0;
	text-align: left;
	background: url(../images/bg_info.png) no-repeat center;
}

.variedad_products .central-wrapper{
	padding-top: 160px;
	padding-bottom: 90px;
}

.txt_variedad_right{
	float: right;
	width: 50%;
}

.img_chica{
	position: absolute;
	bottom: 0px;
	left: 50px;
}

.variedad_products h3{
	margin: 0 0 12px 0;
	font-size: 31px;
	line-height: 32px;
	color: #fff;
	font-family: 'bai_jamjureemedium';
	letter-spacing: 0px;
}

.variedad_products h1{
	margin: 0 0 5px 0;
	font-size: 40px;
	line-height: 45px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'bai_jamjureebold';
}

.variedad_products a.button{
	margin-top: 30px;
	margin-left: 7px;
}

.variedad_products a.button:before{
	-webkit-transform: skew(-19deg);
    -moz-transform: skew(-19deg);
    -ms-transform: skew(-19deg);
    transform: skew(-19deg);
}




/* ENLACES BOTTOM */


.enlaces_bottom{
	padding: 70px 0 70px 0px;
	background: url(../images/widgest_footer.jpg) no-repeat;
	text-align: center;
	background-size: cover;
}

.enlaces_bottom a{
	display: inline-block;
	vertical-align: top;
	width: 32%;
	height: 145px;
	padding: 0 0 0 0;
	margin: 0 0px 0 0;
	text-align: left;
	pointer-events: none;
	position: relative;
	z-index: 3;

	-webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.enlaces_bottom a:before{
	content: "";
	width: 97%;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	z-index: -1;

	box-shadow: 0px 7px 12px rgb(0 0 0 / 9%);

	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-ms-transform: skew(-20deg);
	transform: skew(-20deg);

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.enlaces_bottom a:after{
	content: "";
	width: 130px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #e6e9f0;
	z-index: -1;


	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-ms-transform: skew(-20deg);
	transform: skew(-20deg);

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


.enlaces_bottom a span{
	display: block;
	padding: 40px 0 0 40px;
}

.enlaces_bottom a span img{
	display: inline-block;
	vertical-align: middle;
}

.enlaces_bottom a span p{
	margin: 0 0 0 53px;
	display: inline-block;
	vertical-align: middle;
	font-size: 22px;
	line-height: 24px;
	text-align: left;
	color: #222222;
	font-family: 'bai_jamjureesemibold';
}



/* soluciones contacto */



.soluciones_contacto{
	margin: 0px 0 0 0;
	padding: 110px 0 100px 0;
	background: transparent;
	text-align: center;
	position: relative;
}

.soluciones_contacto:before{
	content: "";
	width: 346px;
	height: 557px;
	background: url(../images/triangle_form.png) no-repeat;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1;
}

.form_footer{
	width: 860px;
	margin: 40px auto 0 auto;
}



/* soluciones left */

.left_soluciones{
	width: 50%;
	float: left;
	padding: 30px 80px 0 0px;
	position: relative;
}

.left_soluciones h2{
	margin: 0 0 10px 0;
	font-size: 40px;
	line-height: 44px;
	text-transform: uppercase;
	position: relative;
}

.left_soluciones h2:before{
	content: "";
    width: 30px;
    height: 6px;
    background: #ffc61a;
    position: absolute;
    top: -18px;
    left: 0px;
}

.left_soluciones h2 strong{
	display: block;
	font-size: 25px;
	font-family: 'bai_jamjureebold';
	text-transform: initial;
}

.left_soluciones p{
	font-size: 20px;
	line-height: 25px;
	color: #222222;
	font-family: 'bai_jamjureebold';
}

.left_soluciones .button{
	margin-top: 30px;
}

/* soluciones right */


.right_form{
	padding: 0px 0px 0 0px;
	color: #fff;
	position: relative;
	z-index: 2;
}

.right_form h2{
	font-size: 30px;
	line-height: 38px;
	color: #222222;
}

.right_form h2 strong{
	display: block;
	text-transform: uppercase;
}

.form_row{
	margin: 0 -8px 0 -8px;
}

.form_cell{
	padding: 0 8px 0 8px;
	position: relative;
}

.form_float{
	float: left;
	width: 50%;
	position: relative;
}

.form_float:before{
	content: "";
    width: 95%;
    height: 55px;
    border: solid 2px #dbdbdb;
    background-color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    z-index: 0;
    pointer-events: none;

    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    transform: skew(-30deg);

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.bord_inpt{
	position: relative;
}

.bord_inpt:before{
	content: "";
    width: 100%;
    height: 55px;
    border: solid 2px #dbdbdb;
    background-color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    z-index: 0;
    pointer-events: none;

    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    transform: skew(-30deg);

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.form_row label{
	display: block;
	margin: 0 0 5px 0;
	font-size: 16px;
	color: #333333;
	font-family: 'bai_jamjureebold';
}

.form_row label span{
	color: #ff0e00;
}

.form_row input.form_element,
.form_row select.form_element{
	width: 100%;
	height: 55px;
    margin: 0 0 18px 0;
    padding: 0 20px 0 0px;
    border-radius: 0px;
    background: #fff;
    font-size: 16px;
	color: #222;
	font-family: 'bai_jamjureeregular';
	border: solid 2px transparent;
	border-bottom-color: #636363;
	outline: none;
	vertical-align: inherit;
	position: relative;
	z-index: 3;
}

.form_row input[type=button] {
	display: block;
	width: 200px;
	height: 50px;
	margin: -5px auto 0 auto;
	cursor: pointer;
	font-size: 16px;
	line-height: 29px;
	color: #B8B8B8;
	border: 0;
	background-color: transparent;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.form_row input[type=button]:hover {
    background: #000500;
    color: #F7EC00;
    border-radius: 10px;
}

p.accept_terms{
	margin: 0px 0 0 0;
	font-size: 18px;
	color: #333333;
	font-family: 'bai_jamjureemedium';
}

p.accept_terms a{
	color: #00467a;
	text-decoration: underline;
	font-family: 'bai_jamjureemedium';
}

.form_row input[type="submit"]{
	margin-top: 20px;
	padding: 0 55px 0 55px;
}

.soluciones_contacto .form_row input.form_element{
	height: 55px;
	padding-left: 20px;
	font-size: 18px;
	border-top-color: transparent; ;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom: solid 2px transparent;
	border-radius: 0px;
	background-color: transparent;

	font-family: 'bai_jamjureemedium';
}

.soluciones_contacto .form_row input[type="submit"]{
    margin-top: 50px;
}


::-webkit-input-placeholder {
	color: #5b5a5a!important;
}

:-moz-placeholder {
    color: #5b5a5a!important;
}

::-moz-placeholder {
    color: #5b5a5a!important;
}

:-ms-input-placeholder {
   color: #5b5a5a!important;
}

/* transitio opacity */

:-moz-placeholder {
  color: #5b5a5a;	
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

::-moz-placeholder {
  color: #5b5a5a;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

:-ms-input-placeholder {
  color: #5b5a5a;
  -ms-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

:hover::-webkit-input-placeholder {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:hover:-moz-placeholder {
  opacity: 0.9;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:hover::-moz-placeholder {
  opacity: 0.9;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:hover:-ms-input-placeholder {
  opacity: 0.9;
  -ms-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}







/* footer */


.footer_footer{
	padding-top: 80px;
	padding-bottom: 0px;
	background: #005ca0 url(../images/bg_footgerrrrr.png) no-repeat center top;
	background-size: cover;
}

.footer_footer .central-wrapper{
	padding-left: 15px;
	padding-right: 15px;
	text-align: justify;
}

.footer_footer .central-wrapper:after{
	width: 100%;
	content:"";
	display: inline-block;
}

.logo_bootom{
	margin: -13px 0 20px 0;
}

.colum_footer{
	width: 25%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

.colum_footer h4{
	margin: 0 0 20px 0;
	font-size: 20px;
	color: #fff;
	font-family: 'bai_jamjureebold';
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 0.3px;
}

.colum_footer ul{
	margin: 0 0 40px 0;
	padding: 0 0 0 0;
	list-style: none;
}

.colum_footer ul.datos_contacto{
	margin: 0 0 20px 0;
}

.colum_footer ul li{
	padding: 2px 0 0 18px;
	background: url(../images/icon_li.png) no-repeat center left;
	margin-bottom: 5px;
}


.colum_footer ul li a,
.colum_footer ul li{
	display: block;
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	font-family: 'bai_jamjureemedium';
}


.colum_footer ul li a:hover{
	text-decoration: underline;
}


.colum_footer ul.datos_contacto a{
	display: inline-block;
}

.datos_contacto li{
	margin-bottom: 10px!important;
	padding: 0 0 0 30px!important;
}

.datos_contacto li.cel_icon{
	background: url(../images/icons_cel.png) no-repeat 0px 4px;
}

.datos_contacto li.fono_icon{
	background: url(../images/icons_fono.png) no-repeat 0px 4px;
}

.datos_contacto li.email_icon{
	background: url(../images/icons_email.png) no-repeat 0px 3px;
}


.colum_footer ul.enlaces_productos li{
	display: none;
}

.colum_footer ul.enlaces_productos li:nth-child(1),
.colum_footer ul.enlaces_productos li:nth-child(2),
.colum_footer ul.enlaces_productos li:nth-child(3),
.colum_footer ul.enlaces_productos li:nth-child(4),
.colum_footer ul.enlaces_productos li:nth-child(5),
.colum_footer ul.enlaces_productos li:nth-child(6),
.colum_footer ul.enlaces_productos li:nth-child(7),
.colum_footer ul.enlaces_productos li:nth-child(8){
	display: block;
}

.pago_seguro{
	width: 295px;
	float: left;
}

.pago_seguro p{
	margin: 0;
	font-size: 12px;
	line-height: 20px;
}

.logos_pago{
	margin: 25px -12px 0 -12px;
	text-align: left;
}

.logos_pago span{
	display: inline-block;
	vertical-align: middle;
	margin: 0 12px 20px 12px;
}

.enlaces_footer{
	margin: 0 0 0 360px;
	text-align: justify;
}

.enlaces_footer:after{
	width: 100%;
	content:"";
	display: inline-block;
}

.col_enlaces{
	display: inline-block;
	vertical-align: text-top;
	text-align: left;
}

.atencion_cliente{
	width: 28%;
}

.nosotros_footer{
	width: 29%;
}

.contacto_footer{
	width: 37%;
}

.enlaces_footer h5{
	margin: 0 0 25px 0;
	font-size: 16px;
	line-height: 20px;
}

.enlaces_footer ul{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
}

.enlaces_footer ul li{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.enlaces_footer ul li a{
	display: inline-block;
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
	font-size: 16px;
	line-height: 20px;
	border-bottom: solid 1px transparent;

	-webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.enlaces_footer p{
	display: block;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	font-size: 16px;
	line-height: 20px;
}

.enlaces_footer ul li a:hover,
.recomienda_y_gana a:hover{
	border-bottom: solid 1px #555;
}

.recomienda_y_gana{
	display: block;
	margin: 30px 0 0 0;
}

.recomienda_y_gana a{
	padding: 0 0 0 25px;
	font-size: 16px;
	line-height: 20px;
	background: url(../images/icon_estrella.svg) no-repeat 0px 0px;
	-webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.libro_reclamaciones{
	display: block;
	margin: 25px 0 0 0;
}

.libro_reclamaciones a{
	display: block;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.libro_reclamaciones a:hover{
	opacity: 0.8;
}

.contacto_footer p a{
	display: inline-block;
	border-bottom: solid 1px transparent;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.contacto_footer p a:hover{
	border-bottom: solid 1px #777;
}

.redes_sociales{
	margin: 25px 0 0 0;
}

.redes_sociales a{
	display: inline-block;
	vertical-align: top;
	width: 37px;
	height: 37px;
	margin: 0 8px 0 8px;
	background-color: #00467a;
	border-radius: 100%;
	color: #fdc606!important;
	font-size: 20px;
	text-align: center;
	line-height: 38px;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.redes_sociales a:hover{
	background-color: #dec31c;
	border-color: #dec31c;
	color: #17181a!important;
}

.bottom_footer{
	padding: 24px 0 20px 0;
	background-color: #00467a;
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 32px;
	font-family: 'bai_jamjureeregular';
	position: relative;
}

.bottom_footer .central-wrapper{
	padding-left: 15px;
	padding-right: 15px;
}

.bottom_footer a{
	color: #fff;
}

.copy{
	float: left;
}

.sisweb{
	float: right;
}

.sisweb a{
	text-decoration: underline;
}

.sisweb i{
	margin-left: 5px;
	margin-right: 5px;
}


/* - - - - - S E C C I Ó N   M A R C A S - - - - - - */


.top_internas{
	padding: 10px 0 10px 0;
	background: #e6e9f0;
	position: relative;
}

.top_internas .central-wrapper{
	position: relative;
	z-index: 23;
}

.breadcrumb_top{
	padding: 20px 0 10px 0;
}

.breadcrumb_top a{
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	color: #111111;
	 font-family: 'bai_jamjureemedium';
}

.breadcrumb_top a:first-child{
	width: 19px;
	height: 18px;
	margin: -4px 0 0 0;
	font-size: 0px;
	color: transparent;
	background: url(../images/icon_home.png) no-repeat 0px 0px;
}

.breadcrumb_top a strong{
	color: #444444;
}

.breadcrumb_top i{
	display: inline-block;
    vertical-align: middle;
    color: #000;
    margin: 0 6px 0 6px;
    font-size: 18px;
}

.tittle_seccion{
	padding: 15px 0 25px 0;
}

.tittle_seccion h1{
	font-size: 34px;
	line-height: 38px;
	color: #111111;
	position: relative;
}

.tittle_seccion span{
	float: right;
	font-size: 14px;
	line-height: 17px;
	margin: 0px 0 0 0px;
	position: relative;
	bottom: -8px;
}

.tittle_seccion span a{
	margin-left: 5px;
	font-style: normal;
	color: #0066CC;
	text-decoration: underline;

	 -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;

}

.tittle_seccion span a:hover{
}




/* listado de marcas */


.banner_marcas{
	margin-bottom: 0px;
	background: #e6e9f0;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.banner_marcas:before {
	content: "";
	width: 416px;
	height: 591px;
	background: url(../images/triangulo_ofertas.png) no-repeat;
	position: absolute;
	top: 1px;
	left: 0px;
	z-index: 1;
	background-size: 100% 100%;
}

.marcas_top{
	padding: 0px 50px 50px 50px;
	background: transparent;
}

.marcas_top .central-wrapper{
	padding-left: 140px;
	padding-right: 140px;
}

.marcas_top .slick-slide {
    margin: 0px 10px;
    padding-top: 0!important;
}

figure.marca_item {
	width: 100%;
	height: 170px;
	margin: 12px 0 12px 0;
	padding: 0px;
	background: #FFFFFF;
	border: none;
	position: relative;
	text-align: center;
	box-shadow: 0px 3.64234px 9.10584px rgba(0, 0, 0, 0.05);
	border-radius: 1px;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;

	-webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

figure.marca_item a{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background-color: #fff;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.marcas_top .slick-prev,
.marcas_top .slick-next{
	width: 21px!important;
	height: 80px!important;
	top: 60%!important;

	-webkit-border-radius: 0%!important;
    -moz-border-radius: 0%!important;
    border-radius: 5%!important;
}

.marcas_top .slick-prev:before,
.marcas_top .slick-next:after,
.marcas_top .slick-prev:after,
.marcas_top .slick-next:before{
	display: none;
}

.marcas_top .slick-prev{
	background: url(../images/prev_arrowx.png) no-repeat!important;
	left: 0px!important;
}

.marcas_top .slick-next{
	background: url(../images/next_arrowx.png) no-repeat!important;
	right: 5px!important;
}

.marcas_top .slick-dots{
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
}

.marcas_top .slick-dots li{
	text-align: center;
}

.marcas_top .slick-dots li button{
	display: inline-block;
	vertical-align: top;
	width: 15px;
	height: 15px;
	margin: 0;
	padding: 0;
	border: 1px solid #444444;
	background: rgba(255, 255, 255, 0.65);

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-khtml-border-radius: 50%;
}

.marcas_top .slick-dots li.slick-active button{
	background: #444444;
}

.marcas_top .slick-dots li button:before{
	display: none;
}




/* produdctos por marca */


.marca_columna{
	margin-bottom: 10px;
	padding-top: 40px;
	padding-bottom: 50px;
	border-bottom: solid 1px #cecece;
}

.marca_columna:last-child{
	border-color: transparent;
}

.logo_marca{
	float: left;
	width: 267px;
	height: 407px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 30px;
	background: #00467a;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.logo_marca a{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.img_marcax{
	width: 100%;
	height: 92px;
	padding: 0px 20px 0px 20px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.logo_marca strong{
	display: block;
	width: 190px;
	height: 50px;
    margin: 40px auto 0 auto;
    padding: 1px 35px 0 35px;
    border: 0 none;
    font-size: 16px;
    line-height: 50px;
    color: #111;
    text-align: center;
    background: transparent;
    text-transform: uppercase;
    outline: 0;
    cursor: pointer;
    position: relative;
    font-family: 'bai_jamjureebold';
    letter-spacing: 0px;
    z-index: 2;


    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.logo_marca strong:before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #fdc606;
	z-index: -1;

	-webkit-transform: skew(-30deg);
	-moz-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	transform: skew(-30deg);

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.logo_marca strong:hover:before{
    background: #ff8600;
}

.list_productos_marca{
	margin: 0 -18px 0 0px;
}

.list_productos_marca li{
	width: 18.45555%;
    display: inline-block;
    vertical-align: top;
    margin: 0 8px 0 8px;
}

.list_productos_marca figure.producto_item .read-more,
.list_productos_general li figure.producto_item .read-more{
	margin-left: 20px;
	margin-right: 20px;
	font-size: 14px;
}

.list_productos_marca figure.producto_item .read-more:after,
.list_productos_general li figure.producto_item .read-more:after{
	right: 20px;
}

.list_productos_marca figure.producto_item .rpc_title,
.list_productos_general li figure.producto_item .rpc_title{
	font-size: 15px;
	line-height: 22px;
}

.list_productos_marca figure.producto_item .rpc_price ins,
.list_productos_general li figure.producto_item .rpc_price ins{
	font-size: 20px;
    line-height: 20px;
}




.descuento_bottom{
	display: none!important;
	height: 23px;
	margin: 11px 0px 15px 0px;
	text-align: left;
}

.descuento_bottom span{
	display: inline-block;
	padding: 5px 8px 3px 8px;
	background: #27AE60;
	font-size: 12px;
	line-height: 15px;
	text-align: left;
	color: #fff;
}

.wishlist {
	width: 22px;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 3;
	cursor: pointer;
}

figure.producto_item:hover .wishlist img{
	-webkit-transform: scale(1);
	transform: scale(1);
}

/*.list_productos_marca .marca_producto{
	width: 54px;
	top: 17px;
}

.list_productos_marca figure.producto_item .rpc_title{
	height: 57px;
	font-size: 14px;
}

.list_productos_marca figure.producto_item .rpc_title a{
	color: #444444;
}

.list_productos_marca figure.producto_item .rpc_price{
	height: auto;
	margin: 0px 0 11px 0;
}

.list_productos_marca figure.producto_item .rpc_price ins{
	height: 27px;
	margin-top: 15px;
	font-size: 24px;
	line-height: 27px;
}

.list_productos_marca figure.producto_item .rpc_price del{
	font-size: 16px;
	line-height: 20px;
}
*/
.colores_producto_item{
	display: none!important;
	visibility: hidden;
	height: 28px;
	margin: 0 0 15px 0;
}

.colores_producto_item a{
	display: inline-block!important;
	vertical-align: top;
	width: 24px;
	height: 24px;
	margin: 0 0 0 0;
	background-color: #444444;
	border-radius: 100%;
	border: solid 1px transparent;
}

/*.list_productos_marca figure.producto_item .read-more{
	width: 100%;
	display: block!important;
	background: #FFFFFF;
	border: 1px solid #000000;
	border-radius: 10px;
	text-transform: initial;
	font-weight: normal;
	font-size: 14px;
	line-height: 49px;
	color: #000500;
	opacity: 1!important;
	position: initial;
	box-shadow: 0px 0px 0px transparent;
}*/

/*.list_productos_marca figure.producto_item .read-more:before{
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 20px;
	height: 20px;
	margin: -5px 10px 0 0;
	background: url(../images/agregar_carrito.svg) no-repeat center;
}
*/

/*.list_productos_marca li figure.producto_item:hover .read-more{
	background: #000;
	color: #F7EC00;
}

.list_productos_marca li figure.producto_item:hover .read-more:before{
	background: url(../images/agregar_carrito_hover.svg) no-repeat center;
}
*/


.selection-2 {
	padding: 5px 6px;
}

.wishlist i{
	color: #545454;
	font-size: 22px;
	font-weight: 600;
}

.wishlist:hover i,
.wishlist.active i{
	color: #ef5452;
}

.descuento_bottom{
	display: inline-block;
	vertical-align: top;
}

.descuento_bottom.azul span {
	display: inline-block;
	padding: 5px 8px 3px 8px;
	background: #0066CC;
	font-size: 12px;
	line-height: 15px;
	text-align: left;
	color: #fff;
}

.cont_paginado li{
	list-style: none;
	display: inline-block;
	vertical-align: top;
}





/* - - - -  S E C C I Ó N   C A T E G O R I A   D E   P R O D U C T O- - - - */



/* filtro de productos */

.cont_productos{
	padding-top: 30px;
}

.filtros_left{
	float: left;
}

.overlay_filtros_movil{
	position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / 43%);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.overlay_filtros_movil.is-visible {
	opacity: 1;
	visibility: visible;
	z-index: 20;
}

.filtros_content{
	width: 253px;
	padding: 0;
	background: transparent;
}

.filtros_content h3{
	margin: 0 0 0px 0;
	padding: 12px 0 12px 20px;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 0.5px;
	color: #fff;
	font-family: 'bai_jamjureebold';
}

.filtros_seleccionados{
	margin: 0;
	/*margin: 20px 0 25px 0;*/
}

.filtros_seleccionados span{
	display: inline-block;
	vertical-align: top;
	height: 32px;
	margin: 0 0 8px 0;
	padding: 0 8px 0 8px;
	background: #005ca0;
	border-radius: 10px;
	font-size: 15px;
	line-height: 33px;
	color: #fff;
}

.filtros_seleccionados span a{
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 6px 0 7px;
	background:url(../images/close_filtro.svg) no-repeat;
}

.box_filtros{
	margin: 0 0 35px 0;
	background-color: #00467a;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.box_filtros ul{
	padding: 10px 20px 20px 20px;
	background-color: #e6e9f0;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


/* check style*/

.label_check { display: block; margin: 15px 0 15px 0; padding: 3px 0 3px 29px;
font-size: 17px; color: #000000; cursor: pointer; position: relative;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.label_check:last-child{
	margin-bottom: 0px;
}

.label_check:hover{
	text-decoration: underline;
}

.label_check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 22px;
	width: 22px;
	background: #e8e9eb;
	border: solid 2px #222222;
	border-radius: 1px;
}

.label_check input:checked ~ .checkmark {
	background-color: #ff8600;
	border-color: #ff8600;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.label_check input:checked ~ .checkmark:after {
	display: block;
}

.label_check .checkmark:after {
	left: 4px;
    top: 1px;
    width: 8px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}


/* filtro orden listado de productos */

.productos_listado{
	margin: 0px 0 0 280px;
}

.filtros_orden{
	height: 60px;
	padding: 20px 30px 17px 30px;
	position: relative;
	z-index: 3;

	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

.filtros_orden:before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #e6e9f0;
	z-index: -1;

	-webkit-transform: skew(-30deg);
	-moz-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	transform: skew(-30deg);

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.filtros_movil{
	display: none;
}

.filtros_orden h3{
	display: inline-block;
	vertical-align: middle;
	margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 20px;
    color: #222;
     font-family: 'bai_jamjureebold';
}

.filtros_orden a{
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px 0 30px;
	color: #101010;
	font-size: 17px;
	line-height: 20px;
}

.filtros_orden a:hover{
	text-decoration: underline;
}

.filtros_orden a.active_orden{
	color: #0153a5;
	text-decoration: underline;
}

.cantidad_encontrados{
	display: inline-block;
	float: right;
	font-size: 17px;
	color: #101010;
}


/* listado de productos */


.list_productos_general{
	margin: 32px -7px 0 -7px;
	text-align: justify;
}

.list_productos_general li{
	width: 23.4555%;
	margin: 0 7px 35px 7px;
	display: inline-block;
	vertical-align: top;
}



/*.list_productos_general li figure.producto_item{
	width: 278px;
	height: 535px;
	margin-left: 7px;
	margin-right: 7px;
	margin-bottom: 34px;
	padding: 55px 15px 15px 15px;
	background: #FFFFFF;
	border: 1px solid #ececec;

	box-shadow: 0px 0px 0px transparent;
    border-radius: 10px;
}
*/

/*.list_productos_general .marca_producto{
	width: 54px;
	top: 17px;
}
*/

/*.list_productos_general figure.producto_item .rpc_title{
	height: 57px;
	font-size: 14px;
}
*/


/*.list_productos_general figure.producto_item .rpc_title a{
	color: #444444;
}

.list_productos_general figure.producto_item .rpc_title a:hover{
	text-decoration: underline;
}

.list_productos_general figure.producto_item .rpc_price{
	height: auto;
	margin: 0px 0 11px 0;
}

.list_productos_general figure.producto_item .rpc_price ins{
	height: 27px;
	margin-top: 15px;
	font-size: 24px;
	line-height: 27px;
}

.list_productos_general figure.producto_item .rpc_price del{
	height: 20px;
	font-size: 16px;
	line-height: 20px;
}

.list_productos_general figure.producto_item .read-more{
	width: 100%;
	display: block!important;
	background: #FFFFFF;
	border: 1px solid #000000;
	border-radius: 10px;
	text-transform: initial;
	font-weight: normal;
	font-size: 14px;
	line-height: 49px;
	color: #000500;
	opacity: 1!important;
	position: initial;
	box-shadow: 0px 0px 0px transparent;
}

.list_productos_general figure.producto_item .read-more:before{
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 20px;
	height: 20px;
	margin: -5px 10px 0 0;
	background: url(../images/agregar_carrito.svg) no-repeat center;
}

.list_productos_general li figure.producto_item:hover .read-more{
	background: #000;
	color: #F7EC00;
}

.list_productos_general li figure.producto_item:hover .read-more:before{
	background: url(../images/agregar_carrito_hover.svg) no-repeat center;
}
*/

/* paginado */


.cont_paginado{
	margin: 25px 0 10px 0;
	text-align: center;
}

.cont_paginado a{
	display: inline-block;
	vertical-align: top;
	width: 34px;
	height: 34px;
	margin: 0 5px 0 5px;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #808080;
	text-align: center;
	font-size: 16px;
	line-height: 34px;
	color: #808080;

	-webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.cont_paginado a:hover{
	opacity: 0.6;
}

.cont_paginado a.paginate_active{
	background: #0066CC;
	border-color: #0066CC;
	color: #fff;
	opacity: 1!important;
}

.cont_paginado a.pag_prev{
	font-size: 28px;
    font-weight: bold;
    border-color: #0066CC;
	border-color: transparent;
}

.cont_paginado a.pag_next{
	font-size: 28px;
    font-weight: bold;
    border-color: #0066CC;
	border-color: transparent;
}




/* - - - -  S E C C I Ó N   C A R R I T O   D E   C O M P R A S  - - - - */




body .btn_regresar{
	display: block;
	margin: 17px 0 10px 0;
	padding: 0 0 0 24px;
	font-size: 14px;
	line-height: 17px;
	color: #444444;
	background: url(../images/ico_regresar.svg) no-repeat 0px 0px;
}

body .btn_regresar:hover{
	text-decoration: underline;
}

.carrito_left{
	float: left;
	width: 68%;
	padding: 20px 0 0 100px;
}

.carrito_right{
	float: right;
	width: 30.5555%;
	padding: 30px 100px 0 0;
}

.carrito_left h1{
	margin: 0 0 0 0;
	font-size: 24px;
	line-height: 23px
}

.cant_productos_lista{
	display: block;
	margin: 10px 0 0 0;
	font-size: 16px;
	line-height: 20px;
}

/*listado carrito*/
.list_carrito{
	margin: 25px 0 0 0;
}

.top_listado_carrito{
	height: 50px;
	padding: 17px 0 0 24px;
	background: transparent;
	border-radius: 10px;
	position: relative;
	z-index: 3;
}

.top_listado_carrito:before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #e6e9f0;
	z-index: -1;

	-webkit-transform: skew(-30deg);
	-moz-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	transform: skew(-30deg);

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.top_listado_carrito span{
	display: inline-block;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
}

.nom_prod_list{
	width: 43%;
}

.precio_prod_list{
	width: 16.3%;
	text-align: center;
}

.cant_prod_list{
	width: 17.22222%;
	text-align: center;
}

.total_prod_list{
	width: 15%;
	text-align: center;
}

.img_prod_list{
	display: inline-block;
	vertical-align: top;
	width: 100px;
	height: 100px;
	background: #FFFFFF;
	border: 1px solid #E6E6E6;
	box-sizing: border-box;
	text-align: center;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.img_prod_list:hover{
	border-color: #888;
}

.img_prod_list a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.list_carrito ul{
	margin: 18px 0 0 0;
	padding: 0 0 0 0px;
}

.list_carrito ul li{
	margin: 0 0 20px 0;
	padding: 18px 10px 28px 22px;
	border-bottom: solid 1px #d9d9d9;
}

.list_carrito ul li:last-child{
	border-color: transparent;
}

.datos_prod{
	display: inline-block;
	vertical-align: middle;
	width: 243px;
	margin: 0 0 0 20px;
}

.datos_prod strong{
	display: block;
    margin: 0 0 8px 0;
    font-size: 12px;
    line-height: 13px;
}

.datos_prod h6{
	font-size: 16px;
	line-height: 24px;
}

.datos_prod h6 a:hover{
	text-decoration: underline;
}

.atributos_prod_list{
	margin: 20px 0 0 0;
}

.atributos_prod_list p{
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.atributos_prod_list p:last-child{
	margin-bottom: 0px;
}

.atributos_prod_list p a{
	color: #0066CC;
	text-decoration: underline;
	 -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.atributos_prod_list p a:hover{
}

.atributos_prod_list p span{
	display: inline-block;
	vertical-align: middle;
	width: 26px;
	height: 26px;
	margin: -3px 7px 0 10px;
	border-radius: 50px;
	text-align: center;
}

.atributos_prod_list p span.talla_prod_list{
	background: #E6E6E6;
	border-radius: 5px;
	font-size: 12px;
	line-height: 28px;
}

.precio_del_producto{
	display: inline-block;
	vertical-align: middle;
	width: 16.3%;
	text-align: center;
	font-size: 16px;
	line-height: 18px;
}

.txt_precio_movil,
.txt_quitar_movil{
	display: none;
}

.list_carrito ul li .quantity_add{
	vertical-align: middle;
}

.list_carrito ul li .quantity_add input[type=button]{
	width: 45px;
	height: 40px;
	font-size: 23px;
	line-height: 40px;

	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.list_carrito ul li .quantity_add input[type=button]:last-child{
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;

	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.list_carrito ul li .quantity_add input[type="number"]{
	width: 70px;
	height: 40px;
	margin: 0 -6px 0 -5px;
	font-size: 15px;
}

.precio_total_prod{
	display: inline-block;
	vertical-align: middle;
	width: 15.111%;
	text-align: center;
	font-size: 16px;
	line-height: 18px;
}

.eliminar_prod_list{
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	background: url(../images/icon_eliminar_azul.svg) no-repeat center;
	border-radius: 5px;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.eliminar_prod_list:hover{
	background-color: #f7ec00;
}

/* Left Carrito */

.paga_con_seguridad {
	text-align: right;
	padding-right: 17px;
}

.paga_con_seguridad span{
	display: block;
    padding: 3px 29px 4px 0px;
    font-size: 12px;
    line-height: 25px;
    color: #27ae60;
    background: url(../images/icon_pago_calidad.svg) no-repeat right 2px;
}

.paga_con_seguridad img{
	margin-left: 15px;
}

.resumen_cart{
	width: 340px;
	margin: 30px 0 30px 0;
	padding: 35px 15px 17px 15px;
	background: #e6e9f0;
	border-radius: 3px;
}

.resumen_cart h3{
	margin: 0 0 40px 0;
	padding: 0 20px 0 20px;
	font-size: 18px;
	line-height: 16px;
}

/*sub total*/
.sub_total_cart{
	margin: 20px 0 20px 0;
	padding: 0 20px 0 20px;
}

.sub_total_cart strong{
	float: left;
	font-size: 16px;
}

.sub_total_cart span{
	float: right;
	font-size: 18px;
}

/*envio*/
.envio_resumen_cart{
	margin: 20px 0 20px 0;
	padding: 0 20px 0 20px;
}

.envio_resumen_cart strong{
	float: left;
	font-size: 16px;
}

.envio_resumen_cart span{
	float: right;
	font-size: 18px;
}

.envio_resumen_cart span a{
	display: inline-block;
	float: right;
	font-size: 14px;
	color: #0066CC;
	text-decoration: underline;

	 -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;

}

.envio_resumen_cart span a:hover{
}

/*descuento por volumen*/
.descto_x_volumen{
	height: 43px;
	margin: 20px 11px 20px 11px;
	padding: 0 8px 0 8px;
	background: #27ae60;
	color: #fff;
	line-height: 44px;
}

.descto_x_volumen strong{
	float: left;
	font-size: 16px;
}

.descto_x_volumen span{
	float: right;
	font-size: 18px;
}


/*descuento adicional*/
.descto_adicional{
	height: 43px;
	margin: 18px 11px 18px 11px;
	padding: 0 8px 0 8px;
	background: #0066CC;
	color: #fff;
	line-height: 44px;
}

.descto_adicional strong{
	float: left;
	font-size: 16px;
}

.descto_adicional span{
	float: right;
	font-size: 18px;
}


/* cupon descuento*/

.cupon_descuento{
	margin: 25px 0 0 0;
	padding: 0px 20px 10px 20px;
}

.cupon_descuento strong{
	display: block;
	margin: 0 0 16px 0;
	font-size: 16px;
}

.cupon_descuento input[type="text"]{
	width: 100%;
	height: 40px;
	margin: 0 0 0 0;
	padding: 0 0 0 16px;
	background: #FFFFFF;
	border: 1px solid #dbdbdb;
	border-radius: 10px;
}

/*monto total*/

.monto_total_cart{
	margin: 30px 10px 0 10px;
	padding: 20px 11px 20px 11px;
	border-top: solid 1px #000;   
}

.monto_total_cart strong{
	float: left;
	font-size: 16px;
}

.monto_total_cart span{
	float: right;
	font-size: 18px;
}


/* estas ahorrando*/

.estas_ahorrando{
	margin: 20px 0px 0 0px;
	padding: 10px 20px 10px 20px;
	font-size: 14px;
	line-height: 16px;
	color: #27AE60;
	text-align: center;
}

.estas_ahorrando span{
	margin-left: 10px;
}

/* procesar compra*/

a.button_precesar_compra {
    width: 100%;
    padding: 0px 40px 0 20px;
}

a.button_precesar_compra:after{
	width: 25px;
	right: 45px;
	background: url(../images/icon_procesar_pedido.svg) no-repeat center!important;
}

.mt24-botones-checkout {
    margin-left: 10px;
    margin-right: 10px;
}



/* te asesoramos */

.te_asesoramos{
	margin: 0 18px 0 18px;
	padding: 37px 38px 38px 38px;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #000000;
}

.te_asesoramos h5{
	margin: 0 0 25px 0;
	font-size: 12px;
	line-height: 12px;
}

.te_asesoramos a{
	display: block;
    margin: 14px 0 14px 0;
    padding: 7px 0 7px 29px;
    font-size: 12px;
}

.te_asesoramos a:hover{
	text-decoration: underline;
}

a.btn_terminos{
	background: url(../images/icon_terminos.svg) no-repeat center left;
}

a.btn_preg_frec{
	background: url(../images/icon_preguntas.svg) no-repeat center left;
}

a.btn_contactar{
	background: url(../images/icon_contact.svg) no-repeat center left;
}

a.button.mt24-updateCarrito{
	padding: 0px 35px 0 35px;
	background-color: transparent;
	color: #fff;
}

a.button.mt24-updateCarrito:before{
	background-color: #00467a;
}

a.button.mt24-updateCarrito:after{
	display: none;
}

a.button.mt24-updateCarrito:hover{
	background-color: transparent;
}




/* - - - - P R O C E S O   D E   C O M P R A   - - - - */


.proceso_compra{
	margin: 35px 0 50px 0;
}

ul.tabs {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 2;
	text-align: center;
}

ul.tabs li {
	display: inline-block;
	vertical-align: top;
	width:33%;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
	font-size: 14px;
	line-height: 17px;
	background-color: transparent;
	text-transform: uppercase;
}

ul.tabs li.active{
	font-style: normal;
}

.tab_content{
	position: relative;
	z-index: 3;
}

.cont_tabs{
	margin: 0 0 0 0;
	padding: 58px 147px 50px 147px;
	border: 1px solid #F1F1F3;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	background-color: #fff;	
}


/* iniciar sesion */
.iniciar_sesion{
	width: 378px;
	padding-bottom: 30px;
}

.cont_tabs h5{
	margin: 0 0 20px 0;
	font-size: 16px;
	line-height: 16px;
	color: #00467a;
}

.btn_olvidaste_contrasena{
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 14px;
	line-height: 16px;
	color: #0066CC;
	text-align: right;
}

.boton_sesion{
	width: 100%;
	margin: 18px 0 5px 0;
}

.boton_sesion:after{
	width: 24px;
	background: url(../images/icon_sesion.svg) no-repeat center;
	background-size: 24px 24px;
}


.btn_sesion_facebook,
.btn_sesion_google{
	display: block;
	width: 100%;
	height: 50px;
	margin: 18px 0 0 0;
	background: #000500;
	border-radius: 10px;
	font-size: 16px;
	line-height: 50px;
	text-align: center;

	 -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;

}

.btn_sesion_facebook:hover,
.btn_sesion_google:hover{
	opacity: 0.8;
}


.btn_sesion_facebook{
	background: #1877F2;
	color: #fff;
}

.btn_sesion_facebook:before{
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 25px;
	height: 25px;
	margin: -4px 15px 0 0;
	background: url(../images/icon_fb.svg) no-repeat center;
}

.btn_sesion_google{
	background: #fff;
	color: #000;
	border: solid 1px #000;
}

.btn_sesion_google:before{
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 25px;
	height: 25px;
	margin: -4px 15px 0 0;
	background: url(../images/icon_google.svg) no-repeat center;
}

/* datos cliente*/

.mostrar_datos{
	display: none;
}

.fotm_datos_cliente .form_row select.form_element{
	font-size: 14px;
	background: #000;
	color: #F7EC00;
	position: relative;
	border-radius: 5px;
	background-image: url(../images/icon_arrow_down.svg);
	background-position: right 50%;
	background-repeat: no-repeat;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; 
}

.element_ruc{
	width: 150px;
	float: left;
}

.element_nro_ruc{
	width: 449px;
	float: right;
}

.fotm_datos_cliente .checkmark{
	width: 27px;
	height: 27px;
	background-color: #fff;
	border-radius: 5px;
}

.fotm_datos_cliente .label_check{
	margin: 5px 0 24px 0;
	padding: 7px 0 6px 34px;
	font-size: 14px;
}

.fotm_datos_cliente .label_check .checkmark:after{
	left: 7px;
    top: 1px;
    width: 11px;
    height: 17px;
    border-width: 0 4px 4px 0;
}

.boton_siguiente{
	float: right;
	padding: 0 15px 0 15px;
	font-size: 15.7555px;
	line-height: 28px;
	color: #B8B8B8;
	background-color: transparent;
	background-image: url(../images/icon_arrow_right.svg);
	background-repeat: no-repeat;
	background-position: center right
}

/* 3 filas*/
.fotm_datos_cliente .form_row .row_3{
	width: 33.3%;
	float: left;
}

.fotm_datos_cliente .form_row .tiempo_llegada_despacho{
	margin: 10px 0 20px 0px;
	font-size: 13px;
	line-height: 20px;
}

.fotm_datos_cliente .form_row .tiempo_llegada_despacho strong{
}

/* metodos de pago*/

.metodos_de_pago{
	padding: 30px 0 30px 0;
	text-align: justify;
}

.metodos_de_pago:after{
	width: 100%;
	content:"";
	display: inline-block;
}

.metodos_de_pago a{
	display: inline-block;
	vertical-align: top;
	width: 161px;
	height: 124px;
	text-align: center;
	border: solid 1px transparent;

	background: #F1F1F3;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
	border-radius: 10px;

	-webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.metodos_de_pago a span{
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.metodos_de_pago a.active_metodo{
	border-color: #000;
}

.metodos_de_pago a:hover{
	opacity: 0.7;
}




/* - - - - P R O C E S O   C O R R E C T O   - - - - */


.fin_proceso_top{
	margin: 0 65px 0 65px;
	padding: 32px 32px 0 32px;
	height: 136px;
	background: #FAFAFA;
	border: 1px solid #F1F1F3;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
}

.fin_proceso_top_icon{
	float: left;
}

.fin_proceso_top_txt{
	margin: 0 0 0 110px;
	padding: 9px 0 0 0;
}

.fin_proceso_top_txt h3{
	margin: 0 0 15px 0;
	font-size: 24px;
	line-height: 25px;
}

.fin_proceso_top_txt p{
	margin: 0 0 0 0;
	font-size: 14px;
	line-height: 16px;
	color: #808080
}

.resumen_proceso{
	margin: 20px 65px 0 65px;
	padding: 60px 135px 60px 135px;

	background: #FFFFFF;
	border: 1px solid #F1F1F3;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
}

.resumen_proceso h3{
	font-size: 16px;
	line-height: 16px;
}

.resumen_proceso .carrito_left{
	width: 63%;
	padding: 20px 0 0 44px;
}

.resumen_proceso .carrito_right{
	width: 31%;
	padding: 0 44px 0 0;
}

.resumen_proceso .list_carrito{
	margin: 0px 0 0 0;
}

.resumen_proceso .list_carrito ul li{
	margin: 30px 0 30px 0;
	padding: 0 0 0 0;
	border: none;
}

.resumen_proceso .img_prod_list{
	width: 74px;
	height: 74px;
	float: left;
}

.resumen_proceso .datos_prod{
	display: block;
	width: auto;
	margin: 0 0 0 100px;
}

.resumen_proceso .datos_prod strong{
	font-size: 9px;
}

.resumen_proceso .datos_prod h6{
	font-size: 12px;
	line-height: 18px;
}

.resumen_proceso .cantidad_total{
	font-size: 12px;
	line-height: 18px;
}

.resumen_proceso .atributos_prod_list p{
	display: inline-block;
	vertical-align: top;
	margin: 0 25px 0 0;

	font-size: 9px;
	line-height: 10px;
}

.resumen_proceso .atributos_prod_list p span{
	width: 19px;
	height: 19px;
}

.resumen_proceso .atributos_prod_list p span.talla_prod_list{
	font-size: 9px;
	line-height: 23px;
}

.resumen_proceso .resumen_cart{
	width: auto;
	padding: 0 0 0 0;
	border: 0px solid transparent;
    box-shadow: 0px 0px 0px transparent;
}

.resumen_proceso .direccion_llegada{
	margin: 0 11px 40px 11px;
	padding: 0 0 20px 0;
	border-bottom: solid 1px #000
}

.resumen_proceso .direccion_llegada p{
	margin: 0 0 8px 0;
	font-size: 14px;
	line-height: 18px;
}

.resumen_proceso .monto_total_cart{
	border:none;
}


.resumen_proceso .sub_total_cart strong,
.resumen_proceso .envio_resumen_cart strong{
	font-size: 14px;
}

.resumen_proceso .sub_total_cart span,
.resumen_proceso .envio_resumen_cart span{
	font-size: 15px;
}

.resumen_proceso .sub_total_cart,
.resumen_proceso .envio_resumen_cart{
	margin: 10px 0 10px 0;
}

.resumen_proceso .descto_x_volumen,
.resumen_proceso .descto_adicional{
	height: 37px;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 37px;
}

.resumen_proceso .descto_x_volumen strong,
.resumen_proceso .descto_adicional strong,
.resumen_proceso .monto_total_cart strong{
	font-size: 13.7931px;
}

.resumen_proceso .descto_x_volumen span,
.resumen_proceso .descto_adicional span,
.resumen_proceso .monto_total_cart span{
	font-size: 15.5172px;
}

.resumen_proceso .monto_total_cart{
	margin: 0px 10px 0 10px;
	padding: 10px 11px 20px 11px;
}

.resumen_proceso .estas_ahorrando{
	padding-left: 0px;
	padding-right: 0px;
	font-size: 15px;
}



/*   P E R F I L   C L I E N T E   */


.men_left_perfil{
	width: 230px;
	min-height: 646px;
	float: left;
	margin: 30px 0 50px 27px;
	padding: 33px 0 0 0;
	background: #e6e9f0;
	border-radius: 3px;
}

.detalle_menu_perfil{
	margin: 0 0 0 320px;
	padding: 30px 50px 50px 0;
}

.detalle_menu_perfil .cont_tabs{
	padding: 0 0 0 0px;
    border: 0px solid #F1F1F3;
    box-shadow: 0 0 0 transparent;
    border-radius: 0px;
    background-color: transparent;
}

.men_left_perfil ul.tabs li{
	display: block;
	width: auto;
	height: 37px;
	margin: 16px 0 16px 0;
	padding: 0 0 0 0;
	cursor: pointer;

	font-size: 16px;
	line-height: 39px;
	font-style: normal;
}

.men_left_perfil ul.tabs li:hover{
	text-decoration: underline;
}

.men_left_perfil ul.tabs li.active{
	background: #0071E3;
	color: #fff;
}

.perfil_top{
	margin: 0 17px 30px 17px;
    padding: 0 24px 23px 24px;
    border-bottom: solid 1px #bebebe;
}

.menu_perfil_lateral{
	display: none;
}

.imagen_perfil{
	margin: 0 0 20px 0;
	width: 80px;
	height: 80px;
	background: #C4C4C4;
	border-radius: 50px;
	overflow: hidden;
}

.perfil_top p{
	margin: 0 0 0 0;
	font-size: 16px;
	line-height: 24px;
}

.cerrar_sesion_cuenta{
	display: block;
	margin: 50px 0 0 0;
	padding: 10px 0 10px 0;
	text-align: center;
	font-size: 14px;
	line-height: 17px;
	color: #0066CC;
	text-decoration: underline;
}

.cerrar_sesion_cuenta:hover{

	text-decoration: underline;
}

.cont_tabs h4{
	margin: 0 0 23px 0;
	font-size: 24px;
	line-height: 28px;
}

body button#btn_registrar{
	margin-top: 0px;
}



/* seguimiento de pedidos */

.mi_pedido_top{
	height: 57px;
	padding: 18px 30px 0 32px;
	border-radius: 10px;
	background: #e6e6e6;
}

.mi_pedido_top strong{
	font-size: 18.24px;
	line-height: 22px;

}

.mi_pedido_top span{
	float: right;
	font-size: 15px;
	line-height: 22px;
}

/* listado de productos seguimiento */

.list_seguimiento{
    margin: 25px 0 0 0;
}

.list_seguimiento .img_prod_list{
	width: 69px;
	height: 69px;
}

.list_seguimiento .datos_prod{
	width: 60%;
}

.list_seguimiento ul li{
	margin: 0 0 0px 0;
    padding: 16px 40px 16px 40px;
    border-bottom: solid 0px transparent;
}

.list_seguimiento .datos_prod strong{
	font-size: 11px;
}

.list_seguimiento .datos_prod h6,
.list_seguimiento .atributos_prod_list p {
	font-size: 15px;
	line-height: 20px;
}

.list_seguimiento .atributos_prod_list p{
	display: inline-block;
	vertical-align: top;
	margin: 0 15px 0 0;
}

.list_seguimiento .atributos_prod_list {
	margin: 0px 0 0 0;
}

.list_seguimiento .cant_precio_seguimiento{
	float: right;
	width: 20%;
	padding: 12px 0 0 0;
	font-size: 15.0126px;
	line-height: 23px;
	text-align: right;
}

.list_seguimiento .cant_precio_seguimiento strong{
	display: block;
}

/* datos entrega seguimiento*/

.datos_entrega_seguimiento{
	margin: 50px 0 0px 0;
	padding: 70px 140px 0px 140px;
	border-top: solid 1px #000;
}

.img_seguimiento{
	margin: 30px 0 0 0;
	text-align: center;
}

.seguimiento_top{
	margin: 0 0 0 0;
	text-align: center;
}

.seguimiento_top span{
	display: inline-block;
	vertical-align: top;
	margin: 0 25px 0 25px;
	text-align: right;
	font-size: 16px;
	line-height: 20px;
}

.seguimiento_top span strong{
	display: block;
}




/* - - -COLOREAR  - - */



/* buscar*/


/*.header_top .search-container button,
.header_top .search-container input[type="text"]{
	display: none!important;
}

.header_top .search-container{
	width: 54px;
	height: 50px;
	cursor: pointer;
	background: transparent url(../images/search-icon2.svg) no-repeat center;
	background-size: 23px 23px;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}*/

body header .tt-search .tt-dropdown-menu .tt-search-input{
	font-size: 16px!important;
}

body header .tt-search .tt-dropdown-menu .tt-btn-search{
	top: 29px;
}

body header .tt-search .tt-dropdown-menu .tt-btn-close{
	top: -30px;
}

.tt-title-subpages.noborder{
	margin: 0px 0 0px 0!important;
	padding-top: 35px!important;
}

#one-page-checkout h3{
	background-color: #00467a!important;
	color: #fff!important;
	border-radius: 0px!important;
}

#one-page-checkout h3 span{
	background-color: #ffffff!important;
    color: #00467a!important;
}

.div_radio input:checked ~ span.radio {
    background-color: #25D366!important;
    border: solid 2px #25D366!important;
}

.div_checkbox{
	line-height: 22px;
}

body .form_cell input[type="radio"]{
	width: 17px;
	height: 17px;
	position: relative;
    top: -3px;
}

body .btn_olvidaste_contrasena:hover{
	text-decoration: underline;
}

body .men_left_perfil ul.tabs li.active a{
	color: #fff;
}

body .detalle_menu_perfil .form-default .form-control{
	width: 100%; 
	border-color: #000;
}


body .detalle_menu_perfil .tt-table-shop-01 thead th,
body .detalle_menu_perfil .tt-table-shop-02 thead th{
	background: #e6e6e6;
	text-align: left;
	padding-left: 10px;
}

body .tt-table-shop-02 tbody td:first-child,
body .tt-table-shop-01 tbody td:first-child{
	padding-left: 10px;
}

.tt-table-shop-01 tbody td a:hover,
.tt-table-shop-02 tbody td a:hover{
	text-decoration: underline;
}

body .detalle_menu_perfil  table {
    font-size: 14px;
}

.detalle_menu_perfil h3.tt-title{
    font-size: 18px;
}

.list_seguimiento .datos_prod h6{
	min-height: 69px;
	display: flex;
	align-items: center;
}

.list_seguimiento ul li{
	margin: 0 0 10px 0;
	background: #e6e9f0;
}

.mt24_eliminarLista{
	background: #ff8600;
    color: #000;
    font-family: 'bai_jamjureemedium';
    border-color: transparent;

    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.03em;
    position: relative;
    outline: 0;
    padding: 6px 31px 4px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 40px;
    cursor: pointer;
    border-radius: 6px;
    transition: color 0.2s linear, background-color 0.2s linear;
}

.mt24_eliminarLista:hover,
body .form-default .btn:hover{
	opacity: 0.8;
}

body .perfil_carrito.mt24-body-carrito-menu a p{
	margin: 0px 0 0;
}

body .tt-modal-addtocart.desctope .tt-cart-total .tt-total .tt-price {
    color: #000;
    font-size: 20px;
}

.tt-modal-addtocart.desctope .tt-cart-total .tt-total{
	font-size: 15px;
}

body .tt-modal-addtocart.desctope .tt-modal-messages [class^="icon-"] {
    color: #444;
}

body .modal .modal-header .close{
	color: #F7EC00;
}

.modal .modal-header .close:after{
	display: none;
}

.modal .modal-header .close:before{
	width: auto;
    height: auto;
	content: "\ea0f";
    font-size: 20px;
    line-height: 1;
    
    position: initial;
    background: transparent;
    color: #fdc606;
}

body .div_confirmacion{
	border-color: #bbb;
	border-radius: 10px;
}

body .div_confirmacion.active{
	border-color: #0071E3;
}

body .div_confirmacion:hover{
	border-color: #a5a5a5;
}

body .div_radio span.radio{
	border-color: #b9b9b9;
	top: 8px;
}

body .div_confirmacion label{
	min-height: 24px;
}

a.btn.mt24-aplicarCupon {
    padding: 0 40px 0px 40px;
}

a.btn.mt24-aplicarCupon:after{
	display: none;
}

#one-page-checkout input[name="cupon"]{
	height: 47px!important;
}


.botones_proceso a,
.botones_proceso button{
	margin: 0 0 10px 0!important;
	width: auto!important;
	display: block!important;
	float: initial!important;
}

.botones_proceso a:after,
.botones_proceso button:after{
	display: none;
}



body #one-page-checkout .div_confirmacion h6 {
    margin-bottom: 15px;
    font-size: 18px;
}

body .div_confirmacion span{
	font-size: 14px;
	color: #222;
	border-color: #bbb;
}

body .div_confirmacion span b{
	color: #555;
}

body #one-page-checkout .div_confirmacion .datos span{
	display: block;
	color: #222;
}

body #one-page-checkout .div_confirmacion .datos .descripcion_completa{
	color: #444;
}

body .div_checkbox span{
	border-color: #b9b9b9;
}

body .form_direccion h4{
	margin-bottom: 10px;
	font-size: 18px;
}

body #one-page-checkout .form_direccion .form-group label{
}

body #one-page-checkout input[type="text"],
body #one-page-checkout input[type="tel"],
body #one-page-checkout select,
body #one-page-checkout textarea{
	border-color: #9d9d9d!important;
	border-radius: 8px;
}

body .sidebar_resumen_pedido{
	background: #e6e6e6;
	border-radius: 10px;
}

body .sidebar_resumen_pedido table thead th{
	background: #cbcbcb;
	color: #111;
}

body .sidebar_resumen_pedido table th{
	color: #333;
}

body .alert-informativo{
	border-top-color: #e9ac00;
}

body .alert .alert-text{
	font-size: 15px;
    letter-spacing: -0.5px;
    color: #333;
    line-height: 18px;
}

body .alert .alert-text a,
body .div_checkbox a{
	color: #0071E3;
}


body .modal .modal-body:not(.no-background){
	-webkit-border-radius: 6px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius: 6px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-radius: 6px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

body .modal .modal-footer{
	background-color: #fff;
	-webkit-border-radius: 0px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius: 0px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-radius: 0px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}

.modal .modal-body{
	font-size: 18px;
}

body #one-page-checkout .div_datos_factura input{
	margin-bottom: 10px;
}

body .sidebar_resumen_pedido table td{
	color: #222;
	line-height: 19px;
}

body td.mt24-total-carrito {
}

body .tt-modal-quickview .tt-product-single-info .tt-title{
	font-size: 18px;
    line-height: 21px;
    margin-bottom: 10px;
    margin-top: 10px;
}

body .modal-content .tt-product-single-info .tt-price .sale-price {
	color: #000;
	font-size: 22px;
}

body .modal-content .tt-product-single-info .tt-price{
	color: #000;
	font-size: 22px;
}

.modal-content .tt-product-single-info {
	padding-left: 15px;
}

.modal-content .tt-product-single-info .tt-add-info ul{
	font-size: 15px;
}

.modal-content .tt-product-single-info .tt-add-info ul li b{
	font-size: 14px;
}

.modal-content .atributos_color a{
	height: 45px;
	margin-bottom: 5px;
	text-align: left;
	line-height: 38px;
}

html body .modal-content .atributos_color a span{
	margin-top: -1px;
	width: 30px !important;
	height: 29px !important;
}

.modal-content .tt-product-single-info .tt-wrapper{
	margin-top: 10px;
	font-size: 14px;
	line-height: 19px;
}

.modal-content .cont_galeria{
	margin-right: 0px;
}


body .tt-product-single-info .tt-price .old-price,
body .tt-product-single-info .tt-price .old-price .money{
	color: #666;
}

body .modal-content .tt-product-single-info .tt-row-custom-01{
    margin-bottom: 15px;
}

.modal-content .tt-input-counter.style-01 .minus-btn:before,
.modal-content .tt-input-counter.style-01 .plus-btn:before{
	color: #111;
	font-weight: bold;
}

.modal-content .tt-input-counter.style-01 span{
	color: #111;
	font-weight: bold;
}

.modal-content .atributos_talla span{
	margin: 0 0 3px 0;
	font-size: 14px;
	line-height: 26px;
	color: #191919;
	font-weight: 500;
	letter-spacing: 0.03em;
	text-transform: uppercase !important;
}

.modal-content .tt-product-single-info img{
    border-radius: 50%;
}

.modal-content .tt-input-counter.style-01 input{
	border: solid 1px #c1c1c1;
}


/* . -. . . . */


.agregar_al_carrito_desktop .atributos_color a{
	text-align: left;
	line-height: 45px;
}

.agregar_al_carrito_desktop .atributos_color a span{
	margin-top: -4px;
}

.agregar_al_carrito_desktop .atributos_color a span img{
	border-radius: 50%;
    width: 95%;
    margin: 3px 0 0 0;
}

.txt_descripcion,
.txt_descripcion p{
	font-size: 17px;
	text-align: justify;
    line-height: 23px;
}

.right_cart_top .mt24_opciones{
	font-size: 13px;
    line-height: 19px;
}

.list_carrito .datos_prod h6{
	font-size: 15px;
    line-height: 19px;
}

.list_carrito .atributos_prod_list p{
    margin: 0 0 7px 0;
}



/*  chekout  sucess */



.tt-desktop-header,
.tt-mobile-header{
	background-color: #000;
}

.tt-mobile-header .tt-top-line{
	border-color: transparent;
}

body .body-mensajes{
	margin: 20px 0 30px 0!important;
	box-shadow: 0px 0px 15px rgb(0 0 0 / 13%);
	border-radius: 10px;
}

body .body-mensajes h2 {
    font-size: 20px !important;
    padding-bottom: 20px !important;
}

body .body-mensajes p{
	margin: 0 0 30px 0;
	font-size: 16px;
	line-height: 24px;
}

body .body-mensajes p b{
	font-weight: normal;
}

body .body-mensajes a{
	color: #009adf;
}

body .body-mensajes .mensaje_importante{
	background-color: #e5e5e5;
    margin: 15px 0px 21px 0px;
    line-height: 24px;
    border-radius: 10px;
    border: solid 1px #c5c5c5;
}

body .body-mensajes .mensaje_importante b{
	font-weight: normal;
	color: #000;
}

body  .body-mensajes h3{
	text-transform: uppercase;
	margin: 20px 0 20px 0px;
}

body .body-mensajes .bloque{
	border-radius: 10px;
}

body .body-mensajes .bloque img{
	border-radius: 10px;
}

body .body-mensajes a.btn{
	height: 50px!important;
	background: #000500!important;
	border-color: #000500!important;
	color: #F7EC00!important;
	line-height: 41px!important;
}

body .body-mensajes a.btn:hover{
	background: #F7EC00!important;
    border-color: #F7EC00!important;
    color: #000500!important;
}

body .info_content h4 {
	text-transform: uppercase;
	margin-bottom: 7px;
    font-size: 16px;
}

body .info_content p {
	margin: 0 0 0 0;
    font-size: 14px;
}



/* PAGINAS DINANIMCAS */


#pagina-dinamica {
	padding-top: 40px;
}

#pagina-dinamica h1{
	font-size: 34px;
	line-height: 44px;
	letter-spacing: 0.03em;
	font-weight: 500;
	padding: 10px 0 20px 0;
	margin-top: -10px;
	color: #191919;
	text-align: center;
	text-transform: uppercase;
}

#pagina-dinamica h2,
#pagina-dinamica h3,
#pagina-dinamica h4,
#pagina-dinamica h5,
#pagina-dinamica h6{
	padding: 15px 0px 15px 0px !important;
	color: #00467a;
}

#pagina-dinamica p{
	font-size: 18px;
	color: #333;
	line-height: 28px;
	margin: 0 0 20px 0;
	text-align: justify;
}


#pagina-dinamica .container{
	padding-bottom: 20px;
}

#pagina-dinamica .container ul{
	margin: 0px 0 20px 0;
	padding: 0 0 0 25px;
	list-style: square;
	text-align: justify;
}

#pagina-dinamica .container ul li{
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
	font-size: 14px;
	color: #777;
	line-height: 22px;
}



/*body .menu_mi_cuenta.nombre{
	width: 167px;
	font-size: 15px;
	text-align: left;
	line-height: 18px;
}
*/



/* - - - S U B C A T E G O R I A S - - -   */


.sub_categorias_content{

}

.sub_categorias_content ul{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.sub_categorias_content ul li{
	width: 12.6555555%;
    height: 50px;
    display: inline-block;
    vertical-align: top;
    margin: 0px 2px 20px 2px;
    position: relative;
}

.sub_categorias_content ul li:before{
	content: "";
	height: 100%;
	width: 100%;
	background: transparent;
	position: absolute;
	bottom: -100%;
	left: 0px;
	z-index: 0;
}

.sub_categorias_content ul li a{
	width: 100%;
	height: 100%;
	padding: 0 10px 0 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #f38b18;
	color: #000;
	border-radius: 5px;
	font-size: 14px;
	line-height: 15px;
	font-family: 'bai_jamjureesemibold';

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.sub_categorias_content ul li a:hover{
	background: #f79e1d;
}

.sub_categorias_content ul li a img{
	display: none!important;
	width: 30px;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0px;
}

.sub_categorias_content ul li a span{
	display: inline-block;
	vertical-align: middle;
}



/* desplegable */

.sub_categorias_content ul li ul{
	display: none;
	width: 270px;
	background-color: #fff;
	padding: 10px 20px 10px 20px;

	position: absolute;
	left: 0px;
	top: 122%;
	z-index: 10;

	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    -khtml-border-radius: 8px;

    -webkit-box-shadow: 0px 7px 23px 0px rgb(0 0 0 / 37%);
    -moz-box-shadow: 0px 7px 23px 0px rgb(0 0 0 / 37%);
    box-shadow: 0px 7px 23px 0px rgb(0 0 0 / 37%);
}

.sub_categorias_content ul li ul:before{
	content: "";
    width: 0;
    height: 0;
    border-right: 8px solid transparent;
    border-top: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    top: -16px;
    left: 10px;
}

.sub_categorias_content ul li:hover > ul{
	display: block;
	animation: menuLevel2Show 0.3s ease-out forwards;
	-webkit-animation: menuLevel2Show 0.3s ease-out forwards;
}

@-webkit-keyframes menuLevel2Show {
	0% { opacity: 0; margin-top: 30px; }
	10% { opacity: 0; margin-top: 30px;}
	100% { opacity: 1;  margin-top: 0px;}
}
@keyframes menuLevel2Show {
	0% { opacity: 0; margin-top: 30px; }
	10% { opacity: 0; margin-top: 30px;}
	100% { opacity: 1;  margin-top: 0px;}
}

.sub_categorias_content ul ul ul{
	left: 100%;
	top: -10px;
}

.sub_categorias_content ul ul ul:before{
	display: none;
}

.sub_categorias_content ul ul li:hover > ul{
	display: block;
	animation: menuLevel3Show 0.3s ease-out forwards;
	-webkit-animation: menuLevel3Show 0.3s ease-out forwards;
}

@-webkit-keyframes menuLevel3Show { 
	0% { opacity: 0; margin-left: 30px;margin-top: 0;}
	10% { opacity: 0; margin-left: 30px;margin-top: 0;}
	100% { opacity: 1;  margin-left: 0px;margin-top: 0;}
}
@keyframes menuLevel3Show {
	0% { opacity: 0; margin-left: 30px;margin-top: 0;}
	10% { opacity: 0; margin-left: 30px;margin-top: 0;}
	100% { opacity: 1;  margin-left: 0px;margin-top: 0;}
}

.sub_categorias_content ul li li{
	display: block;
	width: auto;
	height: auto;
	margin: 0 0 0 0;
}

.sub_categorias_content ul li li:before{
	display: none;
}

.sub_categorias_content ul ul li a{
	display: block;
	width: auto;
	height: auto;
	margin: 0 0 0 0;
	padding: 8px 10px 8px  15px;
	text-align: left;
	font-size: 15px;
	line-height: 18px;
	color: #000000;
	background-color: #fff;
	font-style: normal;

	position: relative;
}

.sub_categorias_content ul ul li a:hover{
	text-decoration: underline;
	background-color: transparent;
}

.sub_categorias_content ul ul li a:before{
	content: "\f105";
    font-family: 'FontAwesome';
    font-size: 15px;
    position: absolute;
    top: 6px;
    left: 0px;
}



/* CONTACTO SECCION */

.contact_pagex .variedad_products,
.contact_pagex  .soluciones_contacto{
	display: none;
	visibility: hidden;
	opacity: 0;
}

.contact_pagex #footer{
	padding-top: 0px;
}


.contact_top{
	padding-top: 50px;
	padding-bottom: 30px;
}

.form_contact_left{
	float: left;
	width: 50%;
}

.form_contact_right{
	float: right;
	width:49%;
	text-align: center;
}

.form_contact_right img{
	border: solid 5px #fff;
	box-shadow: 0px 4px 15px rgb(0 0 0 / 9%);

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.form_contact_left .container{
	width: auto;
	max-width: initial;
	margin: 0;
	padding: 0;
}

.form_contact_left p{
	margin: 0 0 30px 0;
}





/* campos input*/


body .form-default .form-group {
    margin-bottom: 15px;
}


body .form-default .form-group label:not(.error) {
    display: none!important;
    margin: 0 0 5px 0;
    font-size: 16px;
    color: #111;
    font-family: 'bai_jamjureebold';
}

body .form-default .form-group label span {
    color: #ff0e00;
}

body .form-default .form-group .form-control{
	width: 100%;
	height: 55px;
	margin: 0 0 0px 0;
	padding: 0 20px 0 0px;
	border-radius: 0px;
	background: transparent;
	font-size: 16px;
	color: #222;
	font-family: 'bai_jamjureemedium';
	border: solid 2px transparent;
	border-bottom-color: #999999;
	outline: none;
	vertical-align: inherit;

}

body .form-default .form-group textarea.form-control{
	height: 90px;
	padding-top: 15px;
}

.capcha_contacto span{
	display: inline-block;
	vertical-align: middle;
}

.capcha_contacto .img_captcha{
	padding: 10px 23px 10px 22px;
    background-color: #dddce0;
    border-radius: 5px;
}

.capcha_contacto .cargar_capcha {
    margin: 0 0 0 11px;
}

.captchs_form .form-group {
    margin-bottom: 0!important;
}

.form_contact_left p.accept_terms{
	margin: 20px 0 0 0;
    font-size: 15px;
    color: #333333;
    font-family: 'bai_jamjureebold';
}


.form-default .btn{
	margin-top: 20px;
}


/* encuentra tu tienda */


.encuentra_tienda{
	padding: 50px 0 50px 0;
	background-color: #e6e9f0;
}

.encuentra_tienda .container-indent{
	margin-top: 30px!important;
}

.encuentra_tienda h1{
	font-size: 28px;
}

.encuentra_tienda .container{
	width: auto;
	max-width: initial;
}

body .contact-map{
	border: solid 6px #fff;
	box-shadow: 0px 0px 15px rgb(0 0 0 / 13%);
	background-color: #fff;
}

body .contact-map #google_map{
	
}

body .contact-map button:before,
body .contact-map button:after{
	display: none;
}

.nuestras_tiendas{
	border: solid 6px #fff;
	box-shadow: 0px 0px 15px rgb(0 0 0 / 13%);
	background-color: #fff;
}

.scrooll_direcciones{
	max-height: 690px;
	min-height: 690px;
	overflow-y: scroll;

}

.nuestras_tiendas .item{
	padding: 30px 10px 10px 20px;
	background: #f6f7f9;
	border-bottom: solid 2px #c3c3c3;
}

.nuestras_tiendas .item:last-child{
	border: none;
}

.nuestras_tiendas .item .nombre{
	margin: 0 0 10px 0;
	padding: 11px 0 7px 38px;
	font-size: 18px;
	color: #00467a;
	font-family: 'bai_jamjureebold';
	background: url(../images/icon_tienda.png) no-repeat 0px 0px;
	text-transform: uppercase;
	text-decoration: underline;
}

.nuestras_tiendas .item div{
	margin-left: 38px;
	font-size: 17px;
	font-family: 'bai_jamjureesemibold';
	color: #111;
}


.nuestras_tiendas .item div span{
	display: block;
}

.nuestras_tiendas .item div p{
	margin: 0 0 7px 0!important;
	font-family: 'bai_jamjureeregular';
	font-size: 17px!important;
}

.nuestras_tiendas .item div p a:hover{
	text-decoration: underline;
}

.nuestras_tiendas .item div.direccion{
	margin-bottom: 15px;
}

.nuestras_tiendas .item div.telefonos{
	padding: 0 0 0 37px;
	background: url(../images/fono_contac.png) no-repeat 0px 3px;
}

.nuestras_tiendas .item div.celulares{
	padding: 0 0 0 37px;
	background: url(../images/cel_contac.png) no-repeat 0px 3px;
}

.nuestras_tiendas .item div.emails{
	padding: 0 0 0 37px;
	background: url(../images/email_contac.png) no-repeat 0px 3px;
}

.nuestras_tiendas .item div.horario{
	padding: 0 0 0 37px;
	background: url(../images/hora_contac.png) no-repeat 0px 3px;
}




/* CHAT  */


body #chat_whatsapp{
	left: auto;
	right: 10px;
}



/* QUIENES SOMOS  */



.left_50{
	width: 50%;
	float: left;
}

.right_50{
	width: 50%;
	float: right;
}

.nostros_top{
	padding: 75px 15px 45px 15px!important
}

.nostros_top p{
	margin: 0 0 20px 0;
	text-align: justify;
}

.nostros_top h2{
	margin-bottom: 20px;
	font-size: 30px;
	position: relative;
	color: #00467a;
}

.nostros_top h3{
	margin-bottom: 20px;
	font-size: 22px;
	position: relative;
	color: #00467a;
}

.nostros_top .right_50{
	padding-left: 40px;
}

.mision_vision{
	margin-top: 30px;
}

.mision_vision h3{
	margin-top: 30px;
}




.compromiso_llantas{
	padding-top: 60px;
	background-color: #fff;
}

.compromiso_llantas .central-wrapper{
	padding-left: 15px;
	padding-right: 15px;

}

.compromiso_llantas h3{
	margin-bottom: 20px;
	font-size: 22px;
	position: relative;
	color: #00467a;
}

.compromiso_llantas .left_50{
	padding-right: 60px;
}

.compromiso_llantas img {
    border: solid 5px #fff;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 13%);
}

.compromiso_llantas .right_50{
	padding-top: 130px;
	text-align: justify;
}

#footer.bg_white{
	background-color: #fff;
}



#preloader-container {
	position:fixed;
	width:100%;
	height:100%;	
	top:0;
	left:0;
	z-index:999999999999999999;
	background:#f6f6f6;	
}
#preloader-wrap {
    width: 54px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -10px;
}
#preloader {
    position:relative;
    width:50px;
    height:50px;
    background:transparent;
    border-radius:50%;
    animation: preloader_5 1.5s infinite linear;
}
#preloader:after{
    position:absolute;
    width:50px;
    height:50px;
    border-radius: 50%;
    content:'';
    top:0px;
    left:0px;
    animation: preloader_5_after 1.5s infinite linear;

    border-top:5px solid #000;
    border-bottom:5px solid #feaa1b;
    border-left:5px solid #feaa1b;
    border-right:5px solid #feaa1b;
}

@keyframes preloader_5 {
    0% {transform: rotate(0deg);}
    50% {transform: rotate(180deg); background:transparent;}
    100% {transform: rotate(360deg);}
}


@keyframes preloader_5_after {
    0% {border-top:5px solid #000;border-bottom:5px solid #feaa1b;}
    50% {border-top:5px solid #666;border-bottom:5px solid #feaa1b;}
    100% {border-top:5px solid #999;border-bottom:5px solid #feaa1b;}
}













