﻿/*////////////////////////////////////////////////////////////////////*/


/*   USER                  ////////////////////////////////////////  */


/*//////////////////////////////////////////////////////////////////*/


/* REGISTER ******************************/

.row_line {
    height: 1px;
    border-top: 2px solid #1db4df;
    width: 80px;
    margin: 15px auto 20px;
}
.dni > div:first-child {
    width: 75px;
    float: left;
    position: relative;
}
.dni > div:last-child {
    width: calc(100% - 81px);
    float: right;
    position: relative;
}
.dni select {
    background-color: #eee;
}

#_mainform_ .customselect::after
{
    height: auto;
}


/**/


@media (min-width: 768px)
{
    .modal-dialog.Register
    {
        max-width: 750px !important;
        width: 100% !important;
        margin: 30px auto;
    }
}


.Register section .container {
    margin-top: 30px;
}

.login_wrapper {
    background: #fff;
    border: 1px solid #bcbcbc;
    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: "e3font" !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 .form-control {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    padding-left: 12px;
}

.Register .login_wrapper:before {display: none}

#checkout-step-login .login_wrapper:before {
    content: "\e086"
}

.Register .login_wrapper {
    margin-bottom: 50px
}

.Register .forget {
    font-size: 1em !important;
    float: left !important;
}



/*   MI CUENTA         ////////////////////////////////////////  */

.User h1 {
    border: medium none;
    font-size: 2em;
    font-weight: 700;
    margin: 18px 0 0;
    padding: 0;
    text-align: left;
    text-transform: initial;
}



@media (max-width: 991px) {
    .User h1 {
        font-size: 1.7em;
    }
}

@media (max-width: 767px) {
    .User h1 {
        text-align: center;
    }
}


/* MENU_TREE (menu usuario y content) **************************/

.menu_tree {
    float: left;
    width: 90%;
}

.menu_tree>ul {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    float: left;
    margin-bottom: 30px;
    margin-top: 46px;
    padding: 10px 0;
    width: 100%;
}

.menu_tree>ul li {
    float: left;
    width: 100%;
}

.menu_tree a {
    color: #000;
    float: left;
    padding: 6px 0;
    width: 100%;
}

.menu_tree a:hover {
    text-decoration: underline
}

@media (max-width: 991px) {
    .menu_tree {
        width: 100% !important
    }
}


/* menu_tree parte II  ******************************/

.User .menu_tree {
    margin: -24px 0;
    background-color: transparent;
    padding: 0;
}

.User .menu_tree > ul {
    border: 0 none;
    margin: 0;
}

.User .menu_tree h5 span {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
}
.User .menu_tree a {
    background-color: #f8f8f8;
	border: 1px solid #f8f8f8;
    font-size: 0.95em;
    font-weight: normal;
    height: 63px;
    line-height: 63px;
    margin-bottom: 10px;
    padding: 0 10px 0 59px;
    position: relative;
    text-transform: uppercase;
    display: block;
}
.User .menu_tree a:hover {
    border-color: #2972f8;
    text-decoration: none;
}
.User .menu_tree a::before {
    font-size: 26px;
    left: 15px;
    margin: 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
    width: 1em;
}

.u-data:before,
.u-favs:before,
.u-orders:before,
.u-logout:before {
    font-family: "e3font";
    font-weight: normal;
}


.u-data:before {content: "J"}
.u-favs:before {content: "Z"}
.u-orders:before {
    content: "0";
    margin-top: -7px !important;
}
.u-logout:before {
    content: "2";
    margin-right: -3px !important;
}

.u-pass:before {
    content: "y";
}


.User .menu_tree a.u-orders::before {top: 5px}

.menu_tree a::after {
    color: #000;
    float: right;
    font-family: "diggit";
    font-size: 13px;
    margin-right: -10px;
    opacity: 1;
    padding: 0;
}

.menu_tree a::after {
    content: "";
}
.User .menu_tree a.active {
    background-color: #fff;
    border-color: #fff;
    color: #49326a;
    pointer-events: none;
    overflow: visible;
}
.User .menu_tree a.active::after {
    content: "\f125";
    font-family: "Ionicons";
}

@media (max-width: 991px) {
.u-data:before {}
.u-favs:before {
    margin-top: 5px !important;
}
.u-orders:before {
    margin-top: 5px !important;
}
.u-logout:before {}
.u-pass:before {}
.User .menu_tree a::before {
    font-size: 25px;
    left: 13px;
}
.User .menu_tree a.u-favs::before {top: -4px;}
.User .menu_tree a.u-orders::before {top: -6px;}

.User .menu_tree a {
    padding-left: 49px
}
.User .menu_tree a::after {
    display: block;
    font-size: 11px;
}
}

@media (max-width: 767px) {
.User h1, h5.logueado {display: none !important}
.User .menu_tree a.active {
    background-color: #f8f8f8;
    border-color: #fff #fff #f8f8f8;
}
.menu_tree {
    float: left;
    width: 100%;
}
.User .menu_tree h5 {
    border: 0 none;
    color: #2972f8;
    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;
    margin: 0 -15px;
    width: calc(100% + 30px);
    padding: 0;
}
.User .menu_tree li {
    float: left;
    width: 25%;
}
.User .menu_tree a::after {
    bottom: -9px;
    left: calc(50% - 6px);
    position: absolute;
    transform: rotate(90deg);
}
.User .menu_tree a::after{
	display: none
}
.User .menu_tree a {
    background: #49326a;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    font-size: 0.78em;
    height: 68px;
    line-height: 1.1em;
    margin: 0;
    overflow: hidden;
    padding: 42px 0 0 !important;
    text-align: center;
    text-decoration: none !important;
    box-shadow: 0 6px 6px #0000002b inset;
}
.User .menu_tree a::before {
    display: block;
    font-size: 21px;
    left: 0;
    opacity: 1;
    top: 16px !important;
    margin-top: 0 !important;
    width: 100%;
}
.User .menu_tree a:hover {
    background: #007eaf;
    color: #fff;
    border-color: #fff;
}
.User .menu_tree a:hover:before {
    color: #fff
}
}


/* sector derecho: user_wrapper */

.user_wrapper {
    float: left;
    padding: 0 15px;
    width: 100%;
    min-height: auto;
    margin: 10px 0 30px;
}
.user_wrapper > h3 {
    color: #000;
    float: left;
    font-size: 1.8em;
    font-weight: normal;
    line-height: 30px;
    margin: 7px 0 18px !important;
    position: relative;
    width: 100%;
    letter-spacing: -0.03em;
}

.user_wrapper>h3::before {
    content: "";
}

.user_wrapper>h3::after {
    content: "";
}

.user_wrapper form {
    float: left;
    width: 100%;
    max-width: 700px;
}

h5.logueado {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 13px;
    width: 90%;
    margin: 21px 0;
}

h5.logueado span {
    color: #2972f8;
    font-weight: 700;
    font-size: 1.1em;
}

@media (max-width: 991px) {
.user_wrapper {
    margin-top: 13px;
    padding: 30px 0;
}
}

@media (max-width: 767px) {
.user_wrapper > h3, .LoginHome .loginTitle {
    font-size: 1.7em;
}
}


/****************  UPDATE ***********************/

.User form .btn {
    clear: both;
}

.User.Datos h3 {
    margin-bottom: 10px;
}

.User.Datos h3.di {
    margin-top: 17px;
}

.datosUser {
    border: 1px solid #ddd;
    display: table;
    float: left;
    margin-bottom: 2em;
    margin-right: 2%;
    width: 100%;
    background-color: #F8F8F8;
    padding: 15px;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    position: relative;
    color: #000000;
}


.User .addresscontainer {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.User .datosUser.direcciones , .User .datosUser.agregarDireccion  {
    width: 48%;
    margin: 0;
    margin-bottom: 15px;
    height: auto;
    position: relative;
}

.User  .datosUser.default::before {
    display: block;
    content: "\f375";
    font-family: "Ionicons";
    background-color: transparent;
    border: none;
    font-size: 24px;
    line-height: 16px;
    font-style: normal;
    color: #1279C5;
    position: absolute;
    left: 11px;
    top: 18px;
}

.datosUser.direcciones
{
    width: 50%;
} 

.datosUser.default, .datosUser.agregarDireccion  {
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
    border-color: #1428a0;
    background: #ECF8F7;
    border: 1px solid #2972f8;
    padding-left: 42px;
}

.datosUser.agregarDireccion {
    background: #F8F8F8 none repeat scroll 0 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.User .addresscontainer  .direcciones.agregarMas {
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    margin: 0;
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    color: #000000;
    max-width: 89px;
    flex-direction: column;
    margin-top: 0 !important;
}

.User .addresscontainer .direcciones.agregarMas::before {
    content: "\f48a";
    float: right;
    position: relative;
    font-family: "Ionicons";
    font-style: normal;
    font-weight: 300;
    font-size: 38px;
    display: flex;
    align-items: center;
    line-height: 1.2em;
    text-align: center;
    color: #000000;
    border-radius: 99.3103px;
}

.User .addresscontainer .datosUser > div {
    float: left;
    clear: both;
    margin-top: 10px;
}

.datosUser p {
    margin: 0;
    width: 100%;
    color: black;
    padding: 0;
    height: auto;
}

.datosUser p span {
    font-weight: bold;
}

.datosUser p span {
    font-weight: bold;
}

.datosUser div a, .datosUser div .sep {
    display: block;
    float: left;
    margin-top: 1em;
    text-align: center;
    text-decoration: underline;
    color: #000;
}

.datosUser div a:hover {
    color: #000
}

.datosUser div .sep {
    text-decoration: none;
    color: #555;
}

.datosUser div .sep::after {
    content: "|";
    margin: 0 9px;
    text-decoration: none;
}

.datosUser.agregarDireccion {
    background: #F8F8F8 none repeat scroll 0 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.User .addresscontainer .datosUser.agregarDireccion {
    float: left;
    padding: 10px;
    border: 1px #C2C2C2;
    box-sizing: border-box;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
    border-style: dashed;
}

.datosUser #tomodify {
    margin-top: 30px;
}
.datosUser #tomodify > h4 {
    display: none;
}



@media (max-width: 991px) {
   .User .datosUser.direcciones, .User .datosUser.agregarDireccion {
        margin: 0 0 3%;
        width: 100%;
    }
}


/* RECUPERAR CONTRASEÑA ***********************/

.Recover .user_wrapper {
    border: 1px solid #ccc;
    box-shadow: none;
    margin: 30px auto;
    padding: 30px;
    max-width: 600px;
    border-radius: 6px;
}

.Recover section form {
    width: 100%;
}

.Recover section .btn {
    margin-top: 10px
}

.Recover section p {
    color: #777777;
    font-size: 1em;
    margin-bottom: 100px;
}

.Recover .user_wrapper>h3::after {
    left: 48px;
}

.Recover .user-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.Recover .user_wrapper>h3::before {
    content: "o";
    font-family: 'diggit';
    margin-right: 10px;
}

@media (max-width: 479px) {
    .Recover section form {
        margin-left: 0;
        width: 100%;
    }
}




/**************************************************************************/
/* FAVORITOS (wishlist) ******************************/

/* jumbotron */
.User.Favs .user_wrapper .jumbotron h2::before {
    background-image: url(/Content/Images/jumbotron-favs.png);
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    margin: 0 auto 10px;
    opacity: 0.3;
}




.itemFav {
    border-bottom: 1px solid #ccc;
    float: right;
    height: auto;
    margin-bottom: 20px;
    padding: 10px 10px 10px 38px;
    position: relative;
    width: 100%;
    background: #fff;
}
.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: -2px;
}
.quit_bar a:before {content:"\f405"}
.quit_bar a:before {
    font-family: "Ionicons";
    text-align: center;
    padding: 10px;
    position: relative;
    top: 8px;
}

.quit_bar a:hover {color: #2972f8; border-color: #2972f8;}

.Favs #product_list .PRODUCT_BOX {
    float: right;
    height: auto;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    border: 0 !important;
    box-shadow: none !important;
}
.Favs #product_list .box_image {
    float: right;
    height: 170px;
    width: 170px;
    margin: 0;
    display: block;
    text-align: center;
}
.Favs #product_list .box_image img {
    max-height: 100%;
    position: relative;
    max-width: 100%;
    object-fit: contain;
    object-position: top center;
}
    
.Favs #product_list .box_data {
    float: left;
    margin: 0;
    width: calc(100% - 200px);
    clear: left;
    display: block;
    max-width: 100%;
}
.Favs #product_list h3 {
    border: 0 none;
    font-size: 1.26em;
    margin: 0 0 13px;
    text-align: left;
    height: auto !important;
}
.Favs #product_list h3::after {display: none}

.Favs .box_options, .Favs .boxoptions {
    min-height: 0;
    border: 0;
    margin: 0;
    width: auto;
    float: left;
    clear: left;
}
.Favs .item-options.COLOR li:first-child {margin-left: 0}

.Favs .PRODUCT_BOX .item-options {margin: 0 0 9px}

.Favs #product_list .price_wrapper {
    margin: 0 0 11px;
    text-align: left;
    height: auto !important;
    margin-top: 0;
    display: inline-flex;
    justify-content: start;
    align-items: baseline;
}
.Favs #product_list .price_wrapper > * {
    float: left;
    width: auto;
    margin: 0 11px 0 0 !important;
}
.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-size: 1em;
    font-weight: 700;
    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;
    float: left;
    clear: left;
    padding: 7px 18px;
    margin: 0 0 9px;
    font-size: 1em;
    width: auto;
}

.Favs #product_list .PRODUCT_BOX:hover .box_image {
    border: 0 none !important;
    box-shadow: none !important;
}

.Favs .cuotaBox, .Favs .price_wo_taxes {
    align-items: start;
    text-align: left !important;
}





#wishlistModal .jumbotron::before {
    content: "\f388";
    font-family: "ionicons";
    height: 200px;
}


@media (max-width: 767px) {
.Favs #product_list .BUTTONBUY {
    padding: 4px 17px;
    font-size: 0.9em;
}
}

@media (max-width: 479px) {
.Favs #product_list .PRODUCT_BOX {font-size: 0.9em;}
.Favs #product_list .box_image {
    float: left;
    height: 150px;
    margin-bottom: 0;
    width: 100%;
}
.Favs #product_list .box_data {
    width: 100%;
    margin: 0;
}
.Favs #product_list h3 {text-align: center}
.Favs .box_options, .Favs .boxoptions {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
}
.Favs #product_list .price_wrapper {font-size: 1.1em; justify-content: center}
.Favs #product_list .price_wrapper .price {
    width: 100%;
    margin: 0 0 4px !important;
}
.Favs #product_list .price_wrapper.nonavailable {font-size: 1.1em}
.Favs #product_list .BUTTONBUY {
    margin: 0 auto 9px;
    float: none;
}
}









/**************************************************************************/
/* PEDIDOS (orders) ******************************/

.Orders .user_wrapper > h3 {
    width: auto;
}

.totalorders {
    color: #2972f8 ;
    float: right;
    font-size: 0.9em;
    line-height: 1.35em;
}

.totalorders .text {
    float: right;
    font-size: 1.3em;
}

.totalorders .number {
    float: right;
    font-size: 3.7em;
    font-weight: 700;
    margin: 8px 8px 0 0;
}

.Orders .user_wrapper>h3.pedido:after {
    display: none
}

.Orders .user_wrapper>h3.titleName strong {
    color: #0e52a3;
}

.Orders .user_wrapper table {
    /*border-bottom: 1px solid #dedede;*/
    float: left;
    font-size: 0.95em;
}

.Orders .user_wrapper table td {
    line-height: 1.2em;
    padding: 16px 16px 12px 16px !important;
    vertical-align: middle;
    height: 50px;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #fff;
    border-top: 0;
}

.Orders .user_wrapper table .date {
    font-size: 0.9em;
}

.Orders .user_wrapper table .btn-default {
    background: #2972f8 none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 0.85em;
    font-weight: bold;
    min-width: unset;
    padding: 7px;
    position: relative;
    top: -2px;
    width: 90px;
    float: right;
}

.Orders .user_wrapper table .btn-default:hover {
    background: #444;
}

.Orders .user_wrapper table thead tr {
    border: 0 none;
    background-color: #f8f8f8;
    height: 50px;
}

.Orders .user_wrapper table th {
    color: #044ea1;
    font-weight: 700;
    padding: 0 16px 8px !important;
    text-transform: uppercase;
    border-bottom: 0 !important;
}

.Orders .table tbody tr td {
    border-top: 1px solid #ededed !important
}

.Orders .user_wrapper td strong {
    color: #000;
    font-size: 1.1em;
    font-weight: 700;
}

.list-pedido {
    float: left;
    width: 100%;
}

.list-pedido header {
    border: 0 none;
    box-shadow: none;
    float: right;
    font-size: 1.8em;
    width: auto;
}

.Orders .user_wrapper .datos {
    background: #f2f2f2 none repeat scroll 0 0;
    clear: both;
    float: left;
    margin-bottom: 20px;
    padding: 20px;
    width: 100%;
}

.Orders .user_wrapper .datos p {
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.Orders .user_wrapper .datos p:last-child {
    border: 0 none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.Orders .user_wrapper .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: #1babbe;
    float: right;
    font-size: 1.2em;
    font-weight: 400;
    padding: 11px 25px;
    text-align: right;
    min-height: auto;
}

.Orders #total-section strong {
    float: unset;
    font-size: 1.2em;
    width: unset;
}

.Orders .user_wrapper .buttonBack {
    float: right;
    font-size: 0.85em;
    max-width: unset;
    padding: 8px 19px;
    width: auto;
}

.orderlist h3 {
    border: 0 none;
    font-size: 1.5em;
    margin: 0;
    padding: 9px 0 3px;
    color: #2972f8;
}

@media (max-width: 991px) {
    .Orders .user_wrapper table {
        font-size: 0.9em;
    }
    .totalorders {
        line-height: 1.35em;
        font-size: 0.7em;
    }
    .Orders .user_wrapper table .btn-default {
        font-size: 0.8em;
        padding: 5px;
        top: 0;
        width: 69px;
    }
    .Orders .user_wrapper table td,
    .Orders .user_wrapper table th {
        padding: 14px 10px;
    }
}

@media only screen and (max-width: 767px) {
    /* 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 {
        background-color: transparent;
        border: 0 none;
        clear: both;
        margin: 0;
    }
    .table-r tr {
        border: 1px solid #ddd;
        margin: 0 0 12px;
        overflow: unset;
        padding: 2px;
        position: relative;
    }
    .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 {
        background-color: #f3f3f3;
        color: #1e1b2d;
        font-size: 0.95em;
        height: 100%;
        left: 0;
        padding: 8px 0 1px 10px;
        position: absolute;
        top: 0;
        white-space: nowrap;
        width: 54px;
    }
    .table-striped>tbody>tr:nth-child(odd)>td,
    .table-striped>tbody>tr:nth-child(odd)>th {
        background-color: #fff;
        border-top: 0;
        padding: 9px 70px !important;
    }
    .nom {
        font-weight: bold;
    }
    /* Label the data - Listado */
    .Orders .table-r td:nth-of-type(1):before {
        content: "Nro.";
    }
    .Orders .table-r td:nth-of-type(2):before {
        content: "Fecha";
    }
    .Orders .table-r td:nth-of-type(3):before {
        content: "Estado";
    }
    .Orders .table-r td:nth-of-type(4):before {
        content: "$";
    }
    .Orders .table-r td:nth-of-type(5):before {
        content: "";
    }
    /* 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.";
    }
    /* general ***/
    .Orders .user_wrapper table td,
    .Orders .user_wrapper table th {
        font-size: 0.85em;
        height: unset;
        line-height: 1.2em;
        overflow: unset;
        padding: 3px 0 3px 66px !important;
        position: unset;
    }
    .Orders .user_wrapper table td::before {
        line-height: 1.2em;
        padding: 3px 8px;
    }
    .Orders .user_wrapper table .btn-default {
        display: block;
        position: absolute;
        right: 5px;
        top: -45px;
        width: 65px;
    }
    .Orders .table tbody tr td {
        border: 0 !important
    }
}

@media (max-width: 479px) {
    .totalorders {
        float: left;
        clear: left;
        margin: -21px 0 16px;
    }
}


/********** ORDERS DETAIL ******************************/

.User .data_container {
    float: left;
    max-width: inherit;
    width: 100%;
}

.User .data_container * {
    border-color: #ccc !important;
}

.data_container .data_row,
.data_container .data_row>* {
    float: left;
    width: 100%;
    position: relative;
    display: block;
}

.data_container .product {
    margin-bottom: 15px;
}

.data_container .product .pr_name {
    font-size: 1.1em;
    line-height: 18px;
}

.data_container .product span {
    font-size: 1em;
    line-height: 18px;
}

.data_container .product span.pull-left {
    opacity: 0.7;
}

.data_container .product span.pull-right {
    color: #000;
    font-size: 1.3em;
}

.data_container .product .data_col2 {
    padding: 0 15px;
}

.data_container .sub.total {
    background: #f8f8f8;
    float: left;
    width: 100%;
    font-size: 1.15em;
    font-weight: 700;
    padding: 16px 15px;
    color: #000;
}

.data_container .subtotales {
    border-top: 1px solid #e0e0e0;
    padding: 1em 0;
}

.data_container .subtotales .sub.total {
    background: transparent;
    float: left;
    width: 100%;
    font-size: 1em;
    font-weight: 400;
    padding: 2px 15px;
    color: #000;
    text-transform: initial;
}

.data_container .subtotales .sub.total.lightblue {
    color: #1db4df;
}

.data_container .sub.total .pull-right {
    font-size: 1.2em;
    font-weight: normal;
}

.data_container .subtotales .sub.total .pull-right {
    font-size: 1em;
}

.data_container img {
    max-width: 160px;
}

.data_container span {}

.data_container h2 {
    padding-left: 0!important;
    border: none;
    margin: 0;
    padding: 0;
}

.data_container h2:before,
.data_container h2:after {
    display: none!important;
}

.data_container h4.bold {
    font-size: 1.1em;
    font-weight: 700;
    text-transform: uppercase;
}

.data_container .data_row {
    border: 1px solid #797979;
    padding: 30px;
}

.data_container .data_row:first-child {
    margin-top: 0px;
    padding: 0;
    border: none;
    border-bottom: 1px solid black;
}

.data_container .data_row:first-child p {
    font-size: 14px;
    margin-bottom: 2px;
    text-align: center;
    text-transform: uppercase;
}

.data_container .data_row:not(:first-child) {
    border-top: none;
}

.data_container .data_row .data_col1,
.data_container .data_row .data_col2 {
    width: 50%;
    min-height: 1px;
    float: left;
}

@media (max-width: 991px) {
    .User .data_container {
        font-size: 0.88em;
    }
    .Orders .user_wrapper .buttonBack {
        font-size: 0.8em;
        padding: 5px 19px;
    }
    .data_container .data_row {
        padding: 17px 25px;
    }
}

@media (max-width: 767px) {
    .data_container .data_row .data_col1,
    .data_container .data_row .data_col2 {
        width: 100%;
    }
    .data_container .data_row .data_col2 {
        padding-left: 15%;
        padding-top: 10px;
    }
    .data_container .product .data_col1,
    .data_container .product .data_col2 {
        padding-left: 0;
        padding-top: 0;
    }
    .data_container .product .data_col2 .pull-right {
        margin-top: -20px;
    }
    .data_container .data_row {
        padding: 20px;
    }
    .data_container .data_row .data_col2.subtotales {
        padding-left: 0;
    }
    .data_container .subtotales .sub.total {
        padding-left: 0;
    }
    .Orders .user_wrapper .buttonBack {
        font-size: 0.7em;
        padding: 3px 12px;
    }
    .pye>.data_col1 {
        padding: 0 !important;
        width: 111px !important;
    }
    .pye>.data_col2 {
        padding: 0 !important;
        width: auto !important;
    }
}

@media (max-width: 479px) {
    .data_container .data_row .data_col1 {
        font-size: 0.9em;
        padding-right: 100px;
    }
    .data_container .product .data_col2 .pull-right {
        font-size: 1.2em;
        position: absolute;
        right: 0;
        top: 20px;
    }
    .data_container .subtotales .sub.total {
        padding: 0 11px;
    }
    .data_container .sub.total .pull-right {
        font-size: 1.4em;
    }
    .pye>.data_col1,
    .pye>.data_col2 {
        clear: left;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        line-height: 1.2em;
    }
    .data_container h4.bold {
        margin: 20px 0 8px;
    }
}


/*@media cart*/

@media (max-width: 479px) {
    .Cart .BUTTONBUY.BUTTONNEXT {
        width: calc( 100% - 60px);
        margin-left: calc(30px + 0px);
        margin-top: 15px;
    }
    .Cart .stepbar li a {
        font-size: 12px;
    }
}


/*@media cart*/

@media (max-width:359px) {
    .Cart.Preview .BUTTONBUY.BUTTONNEXT {
        font-size: 15px!important;
        margin-left: 0px;
        width: 100%;
    }
    .data_container .product .data_col2 .pull-right {
        margin-top: 0;
    }
    .data_container .data_row .data_col2 {
        padding-left: 5%;
        padding-top: 10px;
    }
    .data_container .product .data_col1,
    .data_container .product .data_col2 {
        padding-left: 0;
        padding-top: 0;
    }
    .data_container .data_row {
        padding: 15px;
    }
}


/*********** USER UPDATE FORMS ***************/


.form-group.flex-group {
    display: flex;
    align-items: center;
}

#SiteShippingUpdate .form-group a {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 0.01em;
    text-decoration-line: underline;
    color: #000;
}

#SiteShippingUpdate, #SiteShippingUpdate .modal-dialog,#SiteShippingUpdate .modal-content
{
    border: 0;
}

#SiteShippingUpdate .modal-body{
    background: #F6F6F6;
    padding: 30px;
}

#SiteShippingUpdate .modal-body label {
    font-style: normal;
    font-weight: normal;
    font-size: 12.5px;
    line-height: 18px;
    letter-spacing: 0.01em;
    margin-top: 2px;
    color: #646464;
    display: inline-block;
    float: left;
}

#SiteShippingUpdate  .customselect::after {
    color: #000;
    font-family: "Ionicons";
    font-size: 14px;
    padding: 0;
    pointer-events: none;
    position: absolute;
    right: 10px;
    line-height: 1em;
    bottom: 11px;
    height: auto;
}

#SiteShippingUpdate .modal-body h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    display: flex;
    align-items: center;
    margin-top: 25px;
    color: #000000;
}


#SiteShippingUpdate .modal-body .BUTTONBUY {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    color: #FFFFFF;
    background: #0054C8;
    border-radius: 50.4px;
    border: 0;
    padding: 10px;
    width: 100%;
    text-transform: none;
    max-width: 191px;
    margin-top: 15px;
}


#SiteShippingUpdate .modal-body .form-control {
    background: #FFFFFF;
    border: 1px solid #BFBFBF;
    padding: 12px 15px;
    height: auto;
}

#_mainform_,
#_mainformShipping_ {
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    /* height: 0; */
    transition: 0.5s all ease-in-out;
}

#_mainform_.active,
#_mainformShipping_.active {
    max-height: 800px;
    /* height: auto; */
}



@media (max-width: 767px)
{
    #SiteShippingUpdate, #SiteShippingUpdate .modal-dialog, #SiteShippingUpdate .modal-content
    {
        padding: 0;
        margin: 0;
    }
}



/***************** REGISTER MODALS DIALOGS *********************************/

#_modalRegister{
    background: rgba(0,0,0,0.7);
}
#_modalRegister #User.modal-dialog {margin: 16px auto}

#_modalRegister #User.modal-dialog .modal-content{
    padding: 0;
    margin: 0;
    box-shadow: none;
    border: 0;
    background-color: white;
}

#_modalRegister #User.modal-dialog .modal-header{
    padding: 0 15px;
    margin: 0;
    height: auto;
    display: block;
    float: left;
    width: 100%;
    padding-right: 30px;
}

#_modalRegister #User.modal-dialog .modal-body {
    padding: 15px 15px 20px;
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
}


#_modalRegister #User.modal-dialog .modal-content .modal-body form fieldset .form-group{
margin-bottom: 8px;
}

#_modalRegister .validar .input-validation-error {
    border-color: #666 #666 red
}

#_modalRegister .validar .field-validation-error
{
    color: red !important;
        position: relative;
}

#_modalRegister .validar .field-validation-error::before, 
#_modalRegister .validar .field-validation-valid::before
{
right: 18px;
    /* top: -28px; */             
}

#_modalRegister #User.modal-dialog .modal-content .modal-body form fieldset .form-control {
    height: auto;
    padding: 8px 10px;
    color: #666;
}

#_modalRegister #User.modal-dialog .modal-content .modal-body form fieldset label {
    color: #333;
    font-size: 13px;
    line-height: 20px;
    padding: 0 0 1px 0;
    margin-bottom: 0;
}

#_modalRegister #User.modal-dialog .modal-content .modal-header h4 {
    margin-right: 12px;
    font-weight: normal;
    position: relative;
    padding-right: 12px;
}
#_modalRegister #User.modal-dialog .modal-content .modal-header h4.first {
    font-size: 1.45em;
    margin-top: 1px;
    font-weight: 600 !important;
}
#_modalRegister #User.modal-dialog .modal-content .modal-header h4.first::after {
    content: "";
    position: absolute;
    top: 14px;
    width: 1px;
    height: 38px;
    right: 0;
    background-color: #ffffffb8;
}


#_modalRegister #User.modal-dialog .modal-content .modal-header small
{
    color: white;
    margin-right: 10px;
    font-size: 0.85em;
    top: 1px;
    position: relative;
}

#_modalRegister #User.modal-dialog .modal-content .modal-header small .go-to-login
{
    color: white;
    text-decoration: underline;
    margin-left: 5px;
}



#_modalRegister #User.modal-dialog .modal-content  .user_wrapper
{
    border: 0;
    padding: 0;
    margin: 0;
}

#_modalRegister #User.modal-dialog .modal-content .user_wrapper .btn-primary, #_modalRegister #User.modal-dialog .modal-content .user_wrapper .btn-danger {
    width: 100%;
    max-width: 223px;
    height: 43px;
    font-size: 16px;
    margin: 0 auto;
    margin-top: 0px;
    float: none !important;
    text-transform: unset;
}

#_modalRegister #User.modal-dialog .modal-content .user_wrapper .btn-primary {margin-top: 7px}

#_modalRegister #User.modal-dialog .modal-content .user_wrapper .divisor
{
    display: inline-flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px 0 22px !important;
}

#_modalRegister #User.modal-dialog .modal-content .user_wrapper .divisor::before
{
    content: "";
    width: 100%;
    display: block;
    height: 1px;
    background-color: #cacaca;
}

#_modalRegister #User.modal-dialog .modal-content .user_wrapper .divisor span
{
    text-align: center;
    background-color: white;
    display: block;
    position: absolute;
    width: auto;
    font-size: 2rem;
    padding: 0 0.5em;
}

#_modalRegister #User.modal-dialog .modal-content  label
{
    width: 100%;    
    display: flex;
    align-items: flex-end;
}

#_modalRegister #User.modal-dialog .modal-content  label .forget
{
    float: right !important;
    margin-left: auto;
    margin-right: 0 !important;
}

#_modalRegister #User.modal-dialog .modal-content  label .required{
    display: inline-block;
    text-align: left;
    margin-right: auto;
    margin-left: 0 !important;
}


#_modalRegister #User.modal-dialog .modal-content .user_wrapper .facebook-button {
    border: 0;
    width: 100%;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 0.2s ease-out;
    -khtml-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background-color: #4957B3;
    color: #fff;
    display: block;
    font-weight: 700;
    line-height: 40px;
    padding: 2px 15px;
    position: relative;
    text-align: center;
    font-weight: normal;
    font-size: 1.5rem;
    max-width: 223px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 0 auto 5px;
}

.facebook-button .s-facebook:before {
    content: "" !important;
    background-image: url(/Content/Images/i-facebook.svg);
    display: block;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: contain;
}

#_modalRegister #User.modal-dialog .modal-content .user_wrapper h4
{
    margin: 0;
    font-size: 14px;
}

#_modalRegister .r-button-container {
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-top: 10px;
}

#_modalRegister #User.modal-dialog .modal-content .user_wrapper .register-button {
    -webkit-transition: all 0.2s ease-out;
    -khtml-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background-color: transparent;
    color: #0054C8;
    border: 0;
    font-weight: normal;
    font-size: 16px;
    text-decoration: underline;
}
#_modalRegister #User.modal-dialog .modal-content .user_wrapper .register-button:hover {opacity: 0.8}

#_modalRegister #User.modal-dialog .modal-content .user_wrapper .google-button {
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 0.2s ease-out;
    -khtml-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background-color: white;
    color: black;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 auto 10px;
    padding: 0 15px;
    position: relative;
    text-align: center;
    width: 100%;
    border: 0;
    text-align: center;
    font-weight: normal;
    font-size: 1.5rem;
    border: 1px solid #d4d3d3;
    max-width: 223px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

#_modalRegister #User.modal-dialog .modal-content .user_wrapper .google-button svg
{
    width: 1.5em;
}

#_modalRegister #User.modal-dialog .modal-content .user_wrapper .facebook-button .icon-facebook {
    font-size: 26px;
    left: 19px;
    position: absolute;
    top: 0px;
}

#_modalRegister #User.modal-dialog .modal-content .user_wrapper .facebook-button .icon-facebook::before{
    content: "\f231";   
    font-family: "Ionicons"
}

#_modalRegister #User.modal-dialog .modal-content .user_wrapper .register-button .icon-register {
    font-size: 22px;
    left: 19px;
    position: absolute;
    top: 0px;
}

#_modalRegister #User.modal-dialog .modal-content .user_wrapper .register-button .icon-register::before{
    content: "\f200";   
    font-family: "Ionicons"
}

#_modalRegister #User.modal-dialog aside
{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    height: auto;
    margin-top: 5px;
}

#_modalRegister #User.modal-dialog aside p {
    letter-spacing: 0;
    line-height: 1.3em;
    padding-left: 20px;
    position: relative;
    margin-bottom: 5px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}
#_modalRegister #User.modal-dialog aside p a {text-decoration: underline}

#_modalRegister #User.modal-dialog aside p .icon-checkmark:before{
    content: "\f122";
    color:  #49C237;
    font-family: "Ionicons" !important;
    margin-right: 3px;
    position: absolute;
    left:  0;
}

#_modalRegister #User.modal-dialog aside h5
{
    color: #333;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

#_modalRegister #User.modal-dialog aside p a
{
    color: #0084E0;
    display: block;
}

#_modalRegister #User.modal-dialog aside p a:hover
{
    text-decoration: underline;
}



@media (max-width: 991px) {
#_modalRegister #User.modal-dialog .modal-content .user_wrapper .btn-primary, #_modalRegister #User.modal-dialog .modal-content .user_wrapper .facebook-button, #_modalRegister #User.modal-dialog .modal-content .user_wrapper .google-button {
	width: 320px;
	margin-left: calc(50% - 160px);
	margin-right: calc(50% - 160px);
}
}

@media (max-width: 767px)
{
    .modal-dialog.Register
    {
        padding: 0;
        margin: 0 ;
        max-width: 500px !important;
    }
    
    #_modalRegister #User.modal-dialog .modal-header
    {
        padding: 15px 15px ;
    }

    #_modalRegister #User.modal-dialog .modal-header .close {
        line-height: 1.2em;
    }

    #_modalRegister #User.modal-dialog .modal-content .modal-header h4{
        font-size: 16px;
        line-height: 22px;
    }
#_modalRegister #User.modal-dialog .modal-content .modal-header h4.first::after {

    top: -4px;
    height: 32px;

}
    #_modalRegister #User.modal-dialog aside h5 {
        margin: 25px 0 20px 0;
    }

    #_modalRegister #User.modal-dialog aside p:last-child 
    {
        padding: 0;
    }

#_modalRegister #User.modal-dialog .modal-body
{
    padding: 15px 0 15px;
}
#_modalRegister #User.modal-dialog .modal-content .user_wrapper .btn-primary {margin-top: 17px; margin-bottom: 12px;}
#_modalRegister #User.modal-dialog .modal-content .user_wrapper .facebook-button {
    margin-bottom: 15px;
    margin-top: 6px;
}

}

@media (max-width: 479px) {

#_modalRegister #User.modal-dialog {margin: 0; max-width: 100% !important;}

#_modalRegister #User.modal-dialog .modal-content .modal-header h4
{
    display: block;
    width: 100%;
}
#_modalRegister #User.modal-dialog .modal-content .modal-header h4.first::after
{
    display: none
}
#_modalRegister #User.modal-dialog .modal-content .user_wrapper .btn-primary, #_modalRegister #User.modal-dialog .modal-content .user_wrapper .facebook-button, #_modalRegister #User.modal-dialog .modal-content .user_wrapper .google-button {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
}



.tracking span {
    font-weight: 600;
}

