.btn-primary{
  background-color: #606060;
}

/******** CHECKOUT **********/
#checkout .payment-options {
    display:none !important;
}

#search_widget {
    display: none !important;
}

#header > div.header-top > div > div:nth-child(1) > div.header-top-right.col-md-10.col-sm-12.position-static {
    text-align: center;
    margin-right: 10%;
}

/*Apartado de LOGIN*/

#authentication #_desktop_cart {
  display: none;
}

#authentication #contact-link {
  display: none;
}

#authentication #login-form a {
  color: black;
}

/*Background login*/
#authentication #wrapper {
    margin-bottom: 15%;
    background: url('../../../../img/background-bn.jpg');
}

/*Estilo contenedor*/
#authentication #content {
    padding: 40px;
    border-radius: 15px;
    margin-bottom: 20%;
    margin-top: 5%;
    border-bottom-style: solid;
}

/*Ocultar breadcum*/
#authentication #wrapper > div > nav {
visibility: hidden;
}

/*Underline Style*/
#login-form > div > div.forgot-password > a:after {
    display: block;
    margin-left: 30%;
    width: 0;
    height: 2px;
    background-color: #623b37;
    content: "";
    transition: width 0.3s;
}

#login-form > div > div.forgot-password > a:hover {
    color: #0d0d0d;
}

#login-form > div > div.forgot-password > a:hover:after{
    width: 40%;
}

/*FadeIn del cuadro de Login*/
#authentication #content {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  @-webkit-keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
  @keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }

  #authentication #main > header {
    margin-top: 5%;
    color: white;
    text-align: center;
  }
/*
  #authentication #main {
    margin-top: 9%;
  }
*/

/*Estilo botón de login*/
#submit-login {
    background-color: #e2241b;
    border: none;
    color: white;
    padding: 15px 80px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    -webkit-box-shadow: 0 10px 10px 0 rgba(199, 199, 199, 0.4);
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin: 5px 20px 40px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  #submit-login:hover{
    background-color: #312b2b;
  }
  
  #submit-login:active{
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }

  .no-account{
    display: none;
  }

  #block_myaccount_infos{
    display: none;
  }

  /*Estilo Footer*/
  .footer-container{
    margin-bottom: -5% !important;
    width: 100%;
  }

  #contact-infos a, .lbl_footer a, #contact-infos{
    color: white;
  }

  #footer > div.footer-container > div > div:nth-child(3) > div > p {
    margin-top: 2%;
  }

  #footer{
    background-color: #202020;
    padding-top: 0% !important;
  }

  .lbl_footer{
    background-color: #202020;
    padding-bottom: 3%;
    padding-top: 1%;
    width: 100.7%;
  }

  #footer > div.footer-container > div > div:nth-child(1) > div.row{
    display: grid;
  }

  #my-account .lbl_footer{
    width: 138em;
  }

  /*Ocultar precios*/
  .price{
    visibility: hidden;
  }

  .value{
    visibility: hidden;
  }
  .value:after{
    content: "-";
  }

  .blockreassurance_product{
    visibility: hidden;
  }

  .product-actions .add-to-cart {
    height: 2.1em;
  }

  #content-wrapper .shopping-cart{
    margin-left: 10%;
  }

  #wishlist-link{
    display: none;
  }

  .product-price{
    display: none;
  }

  /*Maquetación Customer Account*/

  #my-account .page-header {
    text-align: center;
  }

  #my-account .link-item{
    border-radius: 15px;
  }

  .icon-calendar, .icon-shopping-cart{
    margin-bottom: -7%;
  }
.link-item{
  margin: 0 auto;
  padding: 1.25rem 2.5rem;
  display: block;
  background-color: #009ac9;
  border: 1px solid transparent;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.link-item:hover {
  background-color: #ffffff;
  color: #009ac9;
  border-color: #009ac9;
}

#my-account #wrapper {
  background: url('../../../../img/background-bn.jpg');
  padding-bottom: 15%;
}

#my-account .page-header{
  color: white;
}

#my-account .breadcrumb {
  color: white;
}

#my-account #content-wrapper{
  margin-top: 9%;
}

.links{
  padding-bottom: 14%;
}

  /*Datatable custom*/

  .thead-dark{
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
  }

  .buttons-copy, .buttons-excel, .buttons-csv, .buttons-print {
    background-color: #56baed;
    border: none;
    color: white;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
    box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .table svg{
    margin-left: 25%;
  }

  .carrier-price{
    display: none;
  }

  /*Información pedido*/
  #order-detail .breadcrumb{
    display: none;
  }

  #footer > div.footer-container > div > div:nth-child(1) > div.block-contact.col-md-6.links.wrapper > a > p{
    color: white;
  }

  .logo.img-fluid{
    max-width: 200px !important;
  }

  #order-summary-content .step-edit{
    display: none !important;
  }

  #order-summary-content #order-items hr{
    display: none !important;
  }

  #order-summary-content #order-items a{
    pointer-events: none;
    color: black !important;
  }

  .lbl_resume_order{
    text-align: center;
  }