

/*////////////////////////////////////////////////////////////////////*/
/*   USER                  ////////////////////////////////////////  */
/*//////////////////////////////////////////////////////////////////*/


.user_wrapper {
    border-left: 1px solid #ddd;
    float: left;
    margin-bottom: 30px;
    padding-left: 3%;
    width: 100%;
    min-height: 380px;
}
.user_wrapper > h3 {
    color: #002364;
    float: left;
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    margin: 10px 0 20px;
    position: relative;
    width: 100%;
    font-family: 'Montserrat' , sans-serif;
    padding-bottom: 11px;
    text-transform: uppercase;
}

.Recover .user_wrapper h3, .Register .login_wrapper h3, .Category .login_wrapper h3{
    font-size: 30px;
    line-height: 40px;
    color: #002364;
    float: left;
    font-weight: normal;
    margin: 0 0 20px;
    position: relative;
    width: 100%;
    font-family: 'Montserrat' , sans-serif;
    padding-bottom: 11px;
    text-transform: uppercase;
}
.user_wrapper > h3::before {
    float: left;
    font-family: "E3interface";
    font-size: 21px;
    line-height: 32px;
    margin: -2px 13px 0 0;
}

.user_wrapper form, .login_wrapper form {
    float: left;
    width: 100%;
}


@media (max-width: 767px) {   
.user_wrapper > h3 {
    font-size: 21px;
    margin-bottom: 0;
}
}




/* MENU_TREE (menu usuario y content) **************************/
.menu_tree {float: left; width: 100%;}
.menu_tree > ul {
    border-bottom: 1px solid #002364;
    border-top: 1px solid #002364;
    float: left;
    margin-bottom: 30px;
    margin-top: 38px;
    padding: 18px 0;
    width: 100%;
}
.menu_tree > ul li {
    float: left;
    width: 100%;
}
.menu_tree a {
    color: #000;
    float: left;
    letter-spacing: 0.04em;
    padding: 6px 0;
    width: 100%;
}
.menu_tree a:hover {text-decoration: underline}

.menu_tree ul > li > a {
    padding: 6px 10px;
}


@media (max-width: 991px) {
    .menu_tree {width: 100% !important}
}




/* menu_tree parte II  ******************************/
.User .menu_tree {
    margin-bottom: 25px;
    width: 90%;
}
.User .menu_tree > ul {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 0 none;
    margin: 10px 0 0;
    padding: 10px;
}
.User .menu_tree h5 span {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
}

.User .menu_tree a {
    font-size: 0.9em;
    font-weight: 500;
    line-height: 1.2em;
    padding: 10px 10px 10px 40px;
    position: relative;
    text-transform: uppercase;
    color: #002364;
}
.User .menu_tree a::before {
    font-family: "e3font";
    font-size: 1.5em;
    left: 5px;
    margin: 0;
    position: absolute;
    text-align: center;
    text-decoration: none !important;
    width: 20px;
}
.User section h3:before {
    font-family: "e3font";
}
.u-data:before {content: "J"}
.u-favs:before {content: "Z"}
.u-orders:before {content: "0";}
.u-logout:before {content: "2";padding-left: 3px;}



.Recover .user_wrapper #email{
    border: 1px solid #002364;
    border-radius: 2px;
    height: 40px;
}


@media (max-width: 767px) {
.user_wrapper {
    -webkit-box-shadow: none; 
    box-shadow: none; 
    padding-left: 0;
    border: 0;
    margin-bottom: 0;
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.User .menu_tree {
    float: left;
    width: 100%;
}
.User .menu_tree h5 {
    border: 0 none;
    color: #1285b2;
    font-size: 1em;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: -118px;
    width: 100%;
}
.User .menu_tree h5 span {display: inline}

.User .menu_tree > ul {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    margin-bottom: -15px;
    margin-top: -30px;
    padding: 5px 0;
    display: flex;
    justify-content: space-between;
}
.User .menu_tree li {
    float: left;
    width: 32%;
    box-shadow: 2px 2px 11px rgba(0, 0, 0, 0.13);
}
.User .menu_tree a:after {display: none !important}
.User .menu_tree a {
    border-radius: 0;
    color: #676767;
    font-size: 0.78em;
    height: 71px;
    line-height: 1.1em;
    margin: 0;
    overflow: hidden;
    padding: 45px 0 0;
    text-align: center;
    text-decoration: none !important;
}
.User .menu_tree a::before {
    display: block;
    font-size: 2.6em;
    left: 0;
    opacity: 1;
    top: 18px;
    width: 100%;
    color: #17B2AB;
}
.User .menu_tree a:hover {background: #002364; color: #fff}
.User .menu_tree a:hover:before {color: #fff}

.User h1 {
    margin-top: -27px !important;
    margin-bottom: 40px !important;
}
}



/**************************************************************************/
/* FAVORITOS ******************************/

.itemFav {
    border-bottom: 1px solid #ddd;
    float: right;
    height: auto;
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-left: 38px;
    position: relative;
    width: 100%;
}
.quit_bar a {
    background-clip: padding-box;
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 23px;
    left: -4px;
    line-height: 19px;
    padding: 5px;
    position: absolute;
    text-align: center;
    text-decoration: none !important;
    top: 14px;
}
.quit_bar a:before {content:"\f405"}
.quit_bar a:before {
    font-family: "Ionicons";
    text-align: center;
}
.quit_bar a:hover {color: #d50000; border-color: #d50000;}

.Favs #product_list .PRODUCT_BOX {
    float: right;
    height: auto;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    border: 0 !important;
}
.Favs #product_list .box_image {
    float: right;
    height: auto;
    margin: 0;
    width: 20%;
}
.Favs #product_list .box_image img {
    float: left;
    max-height: unset;
    position: relative;
    width: 100%;
}
    
.Favs #product_list .box_data {
    float: left;
    margin-top: 20px;
    width: 77%;
}
.Favs #product_list h3 {
    border: 0 none;
    font-size: 1.1em;
    margin: 0 0 7px;
    text-align: left;
    height: auto;
}
.Favs #product_list h3::after {display: none}

.Favs #product_list .price_wrapper {
    margin-bottom: 15px;
    text-align: left;
    height: auto !important;
    margin-top: 0;
}
.Favs #product_list .tachado {
    font-size: 0.85em;
    left: unset;
    margin: -1px 0 0 6px;
    position: relative;
    top: unset;
}
.Favs #product_list .buttons_wrapper {
    display: block;
    height: auto;
    margin: -7px 0 7px;
}
.Favs #product_list .buttons_wrapper a {
    border: 1px solid #ccc;
    border-radius: 1px;
    color: #000;
    float: left;
    font-family: 'Montserrat' , sans-serif;
    font-size: 1em;
    font-weight: 600;
    height: 32px;
    letter-spacing: 0.02em;
    line-height: 32px;
    margin-bottom: 6px;
    margin-right: 6px;
    padding: 0 18px;
    text-decoration: none;
    text-transform: uppercase;
    width: auto;
}
.Favs #product_list .BUTTONBUY {color: #fff !important}
.Favs #product_list .BUTTONBUY:before {display: none;}

.Favs #product_list .PRODUCT_BOX:hover .box_image {
    border: 0 none !important;
    box-shadow: none !important;
}





#wishlistModal .jumbotron::before {
    content: "\f388";
    font-family: "ionicons";
    height: 200px;
}


@media (max-width: 767px) {
.Favs #product_list .BUTTONBUY {display: block !important}
}

@media (max-width: 479px) {
.Favs #product_list .PRODUCT_BOX {font-size: 0.9em;}
.Favs #product_list .box_image {
    float: left;
    height: auto;
    margin-bottom: 0;
    width: 150px;
}
.Favs #product_list .box_data {width: 100%; margin: 0;}
}





/* REGISTER ******************************/

.login_wrapper {
    background: #f4f4f4;
    border: 1px solid #E4E4E4;
    background-clip: padding-box;
    border-radius: 2px;
    margin-top: 10px;
    min-height: 143px;
    padding: 13px 20px 26px;
    position: relative;
    text-align: center;
    color: #444;
}

.login_wrapper:before {
    background: #ccc;
    border: 2px solid #fff;
    background-clip: padding-box;
    border-radius: 44px;
    color: #fff;
    display: block;
    font-family: "E3interface" !important;
    font-size: 23px !important;
    height: 44px;
    left: 50%;
    line-height: 38px;
    margin-left: -22px;
    padding: 0 !important;
    position: absolute !important;
    text-align: center;
    top: -22px;
    width: 44px;
}
.login_wrapper > h3 {
    color: #000;
    font-size: 1.7em;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Montserrat' , sans-serif;
}

.login_wrapper .form-control {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #002364;
    border-radius: 2px;
    height: 40px;
}

#checkout-step-login .login_wrapper:before {content: "\e086"}

.Register .login_wrapper, .Category .login_wrapper {
    background-color: #fff;
    border: 0;
    margin: 30px auto 0;
    padding: 30px;
    display: flex;
    text-align: left;
    align-items: center;
}

.Register .login_wrapper > div, .Category .login_wrapper > div{
    width: 50%;
}

.Register .login_wrapper > div:first-child, .Category .login_wrapper > div:first-child{
    padding-right: 25px;
}

.Register .login_wrapper > div:first-child > img, .Category .login_wrapper > div:first-child > img{
    width: auto;
    max-width: 100%;
}
.Register .forget, .Category .forget {
    font-size: 1em !important;
    float: left !important;
    text-decoration: underline;
    color: #002364;
}

@media (max-width: 767px){
    .Register .login_wrapper, .Category .login_wrapper{
        flex-wrap: wrap;
        margin-top: 0;
    }

    .Register .login_wrapper{
        padding-top: 0;
    }

    .Register .login_wrapper > div, .Category .login_wrapper > div{
        width: 100%;
        text-align: center;
    }

    .Register .login_wrapper > div:first-child, .Category .login_wrapper > div:first-child{
        padding: 0;
    }

    .Register .login_wrapper h3, .Category .login_wrapper h3{
        margin-top: 30px;
        margin-bottom: 0;
    }
}

@media (max-width: 479px){
    .Register .login_wrapper{
        padding: 0 20px 0;
    }

    .Register .login_wrapper h3, .Category .login_wrapper h3{
        font-size: 21px;
        line-height: 30px;
    }

    .Register .login_wrapper legend, .Category .login_wrapper legend{
        font-size: 14px;
    }

    .Register .login_wrapper .btn, .Category .login_wrapper .btn{
        width: 100%;
        height: 50px;
    }

    .Register .forget, .Category .forget{
        margin-bottom: 20px;
    }
}

.Category .login_wrapper.login-category {
    max-width: 600px;
    margin: 60px auto 100px;
}

#form_datos .form-group {
    margin-bottom: 11px;
}
#form_datos label {
    margin: 0 0 1px;
}
.row_line {
    border-top: 1px solid #002364;
    margin: 21px 0 6px;
    width: 80px;
}

.Register section .btn, .Category section .btn {
    padding: 13px;
    min-width: 166px;
    font-size: 1.05em;
}

.login_wrapper .form-group {text-align: left !important}

.row.end {
    margin-top: 23px;
}
.login_wrapper .form-group {text-align: left !important}






/* UPDATE ******************************/

.usuario .form-control[disabled] {
    float: none;
    padding: 6px;
}
.User.Datos fieldset .usuario .customselect::after {display: none}




/**************************************************************************/
/* ORDERS ******************************/

.Orders .user_wrapper > h3.pedido:after {display: none}



.Orders table {
    float: left;
    font-size: 0.95em;
}
.Orders table td {
    line-height: 1.2em;
    padding: 13px 8px;
    vertical-align: middle;
    color: #676767;
    background-color: #fff !important;
    border-color: #002364 !important;
}
.Orders table .btn-default {
    background: none !important;
    color: #17B2AB !important;
    font-weight: bold;
    font-size: 1em;
    box-shadow: none;
    text-decoration: underline;
    text-transform: uppercase;
    text-align: left;
    padding: 0;
    vertical-align: top;
}
.Orders table .btn-default:hover {background: #444; }

.Orders table thead tr {
    border: 0 none;
}
.Orders table th {
    color: #002364;
    font-weight: 600;
    padding: 0 8px 4px;
    font-size: 15px;
    border-bottom: 0 !important;
}
.list-pedido {
    float: left;
    width: 100%;
}
.list-pedido header {
    border: 0 none;
    box-shadow: none;
    float: right;
    font-size: 1.8em;
    width: auto;
}
.Orders .datos {
    background: #f2f2f2 none repeat scroll 0 0;
    clear: both;
    float: left;
    margin-bottom: 20px;
    padding: 20px;
    width: 100%;
}
.Orders .datos p {
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.Orders .datos p:last-child {
    border: 0 none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.Orders .datos strong {
    color: #000;
    float: left;
    margin: 0 0 1px;
    min-width: 135px;
    width: 28%;
}
.Orders #total-section {
    background: #eee none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #002364;
    float: right;
    font-size: 1.2em;
    font-weight: 300;
    letter-spacing: 0.03em;
    padding: 11px 25px;
    text-align: right;
    min-height: auto;
}
.Orders #total-section strong {
    float: unset;
    font-size: 1.2em;
    width: unset;
}
.Orders .buttonBack {
    color: #002364;
    float: left;
    text-decoration: underline;
}
.orderlist h3 {
    border: 0 none;
    font-size: 1.5em;
    margin: 0;
    padding: 9px 0 3px;
    color: #002364;
}


/* tabla responsive ****/
@media only screen and (max-width: 600px) {	
	
	/* Force table to not be like tables anymore */
	.table-r, .table-r thead, .table-r tbody, .table-r th, .table-r td, .table-r tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.table-r thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.table-r {
	    clear: both;
	    margin:0;
	    border: 0 !important;
	}
	.table-r tr {
	    border-bottom: 1px solid #002364 !important;
	    border-left: 0 none !important;
	    border-right: 0 none !important;
	    margin: 15px 0;
	    padding-bottom: 15px;
	}
	.table-r td {
	    background: #fff none repeat scroll 0 0 !important;
	    border: 0 none !important;
	    color: #000;
	    padding: 1px 5px 1px 100px !important;
	    position: relative !important;
	}
	.table-r td:before {
	    color: #777;
	    font-size: 0.95em;
	    height: 100%;
	    left: 0;
	    padding: 1px 0;
	    position: absolute;
	    top: 0;
	    white-space: nowrap;
	    width: 85px;
        font-weight: 600;
        letter-spacing: -0.01em;
	}
	.nom {font-weight: bold;}
	
		
	/* Label the data - Listado */
	.Orders .table-r td:nth-of-type(1):before { content: "Fecha:";}
	.Orders .table-r td:nth-of-type(2):before { content: "Producto:"; }
	.Orders .table-r td:nth-of-type(3):before { content: "Nombre:"; }
	.Orders .table-r td:nth-of-type(4):before { content: "Cod. Venta:"; }
	.Orders .table-r td:nth-of-type(5):before { content: "Constancia:"; }
	
	/* Label the data - Detalle */
	.orderlist .table-r td:nth-of-type(1):before { content: "Cod.";}
	.orderlist .table-r td:nth-of-type(2):before { content: "Detalle"; }
	.orderlist .table-r td:nth-of-type(3):before { content: "Cant."; }
	.orderlist .table-r td:nth-of-type(4):before { content: "$ Unit."; }
	.orderlist .table-r td:nth-of-type(5):before { content: "$ Subtot."; }
	
	
}







/*////////////////////////////////////////////////////////////////////*/
/*   CONTENT               ////////////////////////////////////////  */
/*//////////////////////////////////////////////////////////////////*/

.User h1, .Content h1 {
    float: left;
    font-size: 2em;
    font-weight: normal;
    margin: 15px 0;
    padding: 0 0 11px;
    position: relative;
    width: 100%;
    font-family: 'Montserrat' , sans-serif;
    color: #002364;
    text-transform: uppercase;
}

.User h1{
    font-size: 25px;
    border-bottom: 1px solid #ddd;
}

.User h1 span, .Content h1 span {
    position: relative;
}
.User h1 span::after, .Content h1 span::after {
    background: #002364 none repeat scroll 0 0;
    bottom: -9px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
    display: none;
}


.User .b-left {margin-bottom: 30px}
.User .b-left .banner-item {width: 90% !important;}

@media (max-width: 991px) {
.User .b-left .banner-item {width: 100% !important;}
}



@media (max-width: 767px) {

    .Content h1{
        font-size: 21px;
    }
    .User h1{
        display: none;
    }    
.Content .menu_tree {
    margin: -10px 0 0;
}
.Content .menu_tree > ul {
    border: 0 none;
    margin: 0;
}
.Content .menu_tree > ul a {
    background: #f3f3f3 none repeat scroll 0 0;
    float: left;
    line-height: 1.2em;
    margin: 0 0 2px;
    padding: 12px 20px;
}
}



