/*////////////////////////////////////////////////////////////////////*/

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

/*//////////////////////////////////////////////////////////////////*/

.User section {
  background: white;
}

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

.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;
}

#SiteShippingUpdate input:focus,
#SiteShippingUpdate select:focus {
  border-color: #727272 !important;
}

#SiteShippingUpdate select {
  background: #fff !important;
}

.Recover form input:focus {
  border-color: #565656 !important;
}

.Recover form legend {
  color: #565656 !important;
}

.Recover form input[type="submit"]:hover {
  background: #481877 !important;
  transition: background 0.2s;
}

.Recover form input[type="submit"] {
  background: #6f3ba4 !important;
  margin-top: 10px;
  height: 45px;
  font-size: 17px;
  transition: background 0.2s;
  border: none !important;
  font-weight: 600;
}

.linea2 {
  max-width: 8;
  /* border-top: 2px solid #AD5FCE; */
  border: 1px solid #cccccc;
  max-width: 100% !important;
  max-width: 50px;
  padding: 0;
  margin-top: -9px;
}

span.entracon2 {
  background-color: #fff;
  margin-top: -2px !important;
  padding: 7px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
}

span.entracon {
  display: block !important;
  /* background-color: ghostwhite; */
  margin: 10px 0;
}

button.google-button {
  margin-top: 10px;
}

.form-title-login {
  margin-bottom: 10px !important;
  font-weight: 600;
  font-size: 15px !important;
  color: #000 !important;
  font-family: "Open Sans", sans-serif;
}

input#password {
    margin-bottom: 10px;
}

input.btn.btn-primary.pull-right.post-user-create {
  margin-top: 0 !important;
}

a.go-to-login {
  margin: 15px 0;
  display: inline-block;
}

.col-12.text-center.mt-4.create-account-login {
  margin-bottom: -10px;
  border-top: 1px solid #b5b5b5;
  margin-top: 15px;
  font-family: "Open Sans", sans-serif;
}

input#FirstName:focus,
input#LastName:focus,
input#rPassword:focus {
  border: 1px solid #565656 !important;
}

a.go-to-login:hover {
  color: initial;
  opacity: 0.8;
}

a.go-to-login:focus {
  color: initial;
  opacity: 0.8;
}

@media (min-width: 768px) {
  .modal-dialog.Register {
    max-width: 530px !important;
    min-width: 530px !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;
  margin-bottom: 15px;
}

.Register .login_wrapper:before {
  display: none;
}

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

.Register .login_wrapper {
  margin-bottom: 50px;
}

.Register .forget {
  font-family: "Open Sans", sans-serif;
  font-size: 1em !important;
  float: right !important;
  font-weight: 500;
  display: block;
  width: 100% !important;
  text-align: end;
  margin-right: 20px;
}

.Register .forget:hover {
  color: initial;
  opacity: 0.8;
  text-decoration: underline;
}

.Register .forget:focus {
  color: initial;
}

/* RECUPERAR CONTRASEÑA ***********************/

.Recover .user_wrapper {
  border: 1px solid #ccc;
  box-shadow: none;
  margin: 30px auto;
  padding: 30px;
}

.Recover section form {
  margin-left: 47px;
  width: 70%;
}

.Recover section .btn {
  margin-top: 22px;
  font-weight: 600;
}

.Recover section p {
  color: #777777;
  font-size: 1em;
  margin-bottom: 100px;
}

.Recover .user_wrapper > h3::after {
  left: 48px;
}

@media (max-width: 479px) {
  .Recover section form {
    margin-left: 0;
    width: 100%;
  }
}

/*   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: 0 0 10px;
  background-color: transparent;
  padding: 0;
}

.User .menu_tree a.u-favs {
  display: none !important;
}

.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: #4a2075;
  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";
}

.LOGIN_BOX .u-favs:before {
  content: "Z";
  content: "";
  background-image: url(/Content/Images/heart.svg);
  display: block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
}

.User .menu_tree a.u-orders::before {
  top: 5px;
}

.menu_tree a::after {
  color: #000;
  float: right;
  font-family: "diggit";
  font-size: 13px;
  opacity: 1;
  padding: 0;
}

.menu_tree a::after {
  content: "";
}

.User .menu_tree a.active {
  background-color: #fff;
  border-color: #fff;
  color: #4a2075;
  pointer-events: none;
  overflow: visible;
}

.User .menu_tree a.active::after {
  content: "\f125";
  font-family: "Ionicons";
}

@media (max-width: 991px) {
  .LOGIN_BOX .u-favs:before {
    width: 26px;
    height: 26px;
  }

  .u-data:before { }

  .u-favs:before {
    margin-top: 5px !important;
  }

  .LOGIN_BOX .i-fav2:before{
    margin-top: 0 !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: #4a2075;
    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 -29px;
    width: calc(145% + 30px);
    padding: 0;
}

  .User .menu_tree li {
    float: left;
    width: 25%;
    margin-top: 24px;
  }

  .User .menu_tree a::after {
    bottom: -9px;
    left: calc(50% - 6px);
    position: absolute;
    transform: rotate(90deg);
  }

  .User .menu_tree a::after {
    display: none;
  }
  input.btn.btn-primary2 {
    color: white;
    background: #65469C;
}
  .User .menu_tree a {
    background: #4a2075;
    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: #4a2075;
    color: #fff;
    border-color: #4a2075;
  }

  .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: lighter;
  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: #4a2075;
  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: #4a2075;
  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: #b3b2b1;
  background: #fcffff;
  border: 1px solid #b3b2b1;
  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: #333;
}

.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%;
  }
}

/**************************************************************************/
/* 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: #4a2075;
  border-color: #4a2075;
}

.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;
}

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

#wishlistModal .jumbotron h2::before {
  display: none;
}

#wishlistModal .jumbotron h2 {
  text-align: left;
}

#wishlistModal .jumbotron p {
  text-align: left;
}

#wishlistModal .jumbotron .btn {
  float: left;
}

@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: #4a2075;
  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: #4a2075;
}

.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: #4a2075 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;
  border-color: #4a2075;
}

.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: #4a2075;
  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: #4a2075;
  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: #4a2075;
}

@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: -25px;
    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: #4a2075;
}

a.buttonBack.BUTTONBUY:hover {
  color: #fff;
}

.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: #4a2075;
}

#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: #4a2075;
  border-radius: 50.4px;
  border: 0;
  padding: 10px;
  width: 100%;
  text-transform: none;
  max-width: 191px;
  margin-top: 15px;
  transition: background 0.2s;
}

#SiteShippingUpdate .modal-body .BUTTONBUY:hover {
  opacity: 1 !important;
  background: #565656 !important;
  transition: background 0.2s;
}

#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 30px;
  margin: 0;
  height: 61px;
  display: block;
  float: left;
  width: 100%;
  padding-right: 30px;
}

#_modalRegister #User.modal-dialog .modal-header .close {
  /*line-height: 3em;*/
}
button.close {
  z-index: 999999;
}

#_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 {
  text-align: center;
}

#_modalRegister #User.modal-dialog .modal-content .modal-body form fieldset .form-group span{
    text-align: start;
  }

#_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 {
  right: 26px;
}

#_modalRegister .validar .field-validation-valid::before {
    bottom: 16px;
    right: 27px;
}

.checkbox .field-validation-error:before {
    right: 35px !important;
    bottom: 5px !important;
}

.checkbox .field-validation-valid:before {
    right: 35px !important;
    top: 0 !important;
}

@media (max-width: 479px) {
    #_modalRegister .validar .field-validation-valid::before {
        right: 30px !important;
        bottom: 16px;
    }

    #_modalRegister .validar #FirstName + .field-validation-valid::before {
        right: 27px !important;
        bottom: 16px;
    }

    #_modalRegister .checkbox .field-validation-valid::before {
        right: 42px !important;
        top: 4px;
    }

    #_modalRegister .checkbox .field-validation-error::before {
        top: 2px;
    }
}

#_modalRegister #User.modal-dialog .modal-content .modal-body form fieldset .form-control{
  height: auto;
  padding: 10px 15px;
  color: rgb(51, 51, 51);
  border-radius: 18px;
  border: 1px solid rgb(150, 150, 150);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

#_modalRegister #User.modal-dialog .modal-content .modal-body form fieldset label {
  color: #333;
  font-size: 14px;
  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: 700;
  position: relative;
  padding-right: 12px;
  font-family: "Open Sans", sans-serif;
}

#_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 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: 62%;
  height: 43px;
  font-size: 16px;
  margin-top: 0px;
  background: #7b7b7b;
  border: none;
  font-weight: normal;
  border-radius: 5px;
  font-family: "Open Sans", sans-serif;
}

input.btn.btn-primary.pull-right:hover {
  background: #4a2075 !important;
}

input#Username:focus,
input#Password:focus {
  border-color: #565656 !important;
}

#_modalRegister #User.modal-dialog .modal-content .user_wrapper .btn-primary:hover,
#_modalRegister #User.modal-dialog .modal-content .user_wrapper .btn-danger:hover {
  /* opacity: 0.8; */
  background-color: #481877;
  transition: background-color .2s ease-in;
}

#_modalRegister #User.modal-dialog .modal-content .user_wrapper .btn-primary {
  margin-top: 18px;
  border-radius: 40px;
  background-color: #6f3ba4;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

#_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 .checkbox label {
  width: auto;
  display: flex;
  align-items: flex-start;
}

#_modalRegister #User.modal-dialog .modal-content label .forget {
  float: right !important;
  margin-left: auto;
  margin-right: 0 !important;
  font-family: "Open Sans", sans-serif;
}

#_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;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -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: #3b5998;
  color: #fff;
  font-weight: 700;
  line-height: 40px;
  width: 62%;
  border-radius: 35px;
  padding: 0 15px;
  position: relative;
  text-align: center;
  font-family: 'Open Sans' !important;
  font-size: 1.5rem;
}

#_modalRegister #User.modal-dialog .modal-content .user_wrapper h4 {
  text-align: center;
  display: inline;
  margin-top: 0;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #000;
}

#_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;
  color: #000;
  display: inline;
  line-height: 43px;
  padding: 0;
  position: relative;
  text-align: center;
  border: none;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  background-color: transparent;
  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: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -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;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 0;
  padding: 0 15px;
  position: relative;
  text-align: center;
  text-align: center !important;
  align-items: center !important;
  width: 62%;
  border-radius: 40px;
  border: 1px solid rgb(184, 184, 184);
  text-align: center;
  font-family: "Open Sans", sans-serif !important;
  font-size: 1.5rem;
  border-radius: 1px solid;
  /* box-shadow: 0 0px 0px 1px rgb(0 0 0 / 20%); */
}

#_modalRegister #User.modal-dialog .modal-content .user_wrapper .google-button svg {
  width: 1.5em;
  display: inline-block;
  height: 1.5em;
  margin-right: auto;
  left: 15px;
  position: absolute;
  top: 0.6em;
}

#_modalRegister #User.modal-dialog .modal-content .user_wrapper .facebook-button .icon-facebook {
  font-size: 14px;
  left: 0;
  position: relative;
  top: 6px;
  border-radius: 100%;
}

.facebook-button .icon-facebook {
  width: 27px;
  height: 29px;
  float: left;
  margin: 0;
  position: relative;
  left: 0;
  top: 6px;
}

.facebook-button .icon-facebook::before {
  font-family: "Ionicons";
  content: "";
  color: #fff;
  position: relative;
  color: #fff;
  top: -4px;
  left: 8px;
  font-size: 2em;
  font-weight: normal;
}

#_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";
  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: #4a2075;
  display: block;
}

#_modalRegister #User.modal-dialog aside p a:hover {
  text-decoration: underline;
}

#_modalRegister #User.modal-dialog .modal-content .user_wrapper .facebook-button {
  font-family: "Open Sans", sans-serif !important;
}

.facebook-button {
  background-color: #3b5998;
  font-size: 1.2em;
  line-height: 42px;
  padding: 0 10px;
  color: #fff;
}

@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 {
    
  }
}

@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;
    margin-right: -5px;
  }

  .Home #_modalRegister #User.modal-dialog .modal-content .modal-header h4 {
    font-size: 19px !important;
  }

  #_modalRegister #User.modal-dialog .modal-content .modal-header h4 {
    font-size: 16px;
    line-height: 22px;
    margin-top: 2px !important;
  }

  #_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: 45px;
    margin-bottom: 12px;
  }

  #_modalRegister #User.modal-dialog .modal-content .user_wrapper .facebook-button {
    margin-bottom: 15px;
    margin-top: 6px;
    font-family: "Open Sans", sans-serif !important;
  }
}

@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;
  }
}

.checkbox {
  left: 58px;
  width: 90%;
}

.underlined {
  text-decoration: underline;
}

.attenuated {
  padding: 0 58px;
  margin-bottom: 30px;
  font-size: 13px !important;
  color: rgb(93, 93, 93);
}

.modal-content .modal-body form fieldset label,
.modal-content .modal-body form fieldset .attenuated {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

.small-letter {
  font-weight: 600;
}

.checkbox label {
  font-size: 15px !important;
  color: black !important;
}

.go-to-login {
  text-decoration: underline !important;
}
