
@import url("https://use.typekit.net/nuy8xqv.css");

html {
  scroll-behavior: smooth;
}
.nav-b2b {
  width: 100%;
  background-color: #ededed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

#logo {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
}

.section-nav-b2b {
  display: inline-flex;
}

.section-nav-b2b li {
  list-style: none;
  width: 70px;
}

.section-nav-b2b li a {
  text-decoration: none;
  color: #222222;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  transition: font-weight 0.3s ease;
}

.section-nav-b2b li a:hover {
  color: #1d1c1c;
  font-weight: 600;
}

.login-b2b-header a {
  border: 1px solid #222222;
  padding: 7px 15px;
  border-radius: 5px;
}

.login-b2b-header {
  margin-right: 30px;
}

.banner-section {
  margin: -8px;
}

.banner-home-desktop {
  width: 100%;
  background-attachment: fixed;
}

.login-b2b {
  border-radius: 4px;
  box-shadow: 0 8px 24px 0 rgba(61, 61, 60, 20%);
  width: 50%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: rgb(251 249 249);
  margin: 30px auto;
}

.img-b2b img {
  width: 300px;
  margin: 30px auto;
}

.wrap {
  font-family: "proxima-nova", sans-serif;
  width: 90%;
}

.wrap h3 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  margin: 0 0 60px 0;
  font-size: 1.7em;
  letter-spacing: 0.9px;
}
.form-group {
  display: block;
  align-items: start;
}

.form-control-b2b {
  margin: 10px auto;
  padding: 12px 20px;
  padding-left: 55px;
  height: 15px;
  width: 80%;
  font-weight: 400;
  border-radius: 4px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.5px;
  outline: none;
  color: #0c0c0c;
  background-color: #ededed;
  border: none;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  box-shadow: 0 4px 8px 0 rgba(21, 21, 21, 0.2);
}
.form-control-b2b:focus,
.form-control-b2b:active {
  border: none;
  outline: none;
  box-shadow: 0 4px 8px 0 rgba(21, 21, 21, 0.2);
}

.form-group label:first-of-type {
  position: relative;
  bottom: 6px;
}

.form-group:nth-of-type(2) label {
  position: relative;
  bottom: 4px;
}

.btn-b2b {
  display: -webkit-inline-flex;
  margin-top: 30px;
  border-radius: 4px;
  height: 44px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  padding: 0 30px;
  letter-spacing: 1px;
  -ms-align-items: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
  border: none;
  background-color: #31312f;
  color: #eeeeee;
  box-shadow: 0 8px 24px 0 rgba(255, 235, 167, 0.2);
}
.btn-b2b:active,
.btn-b2b:focus {
  background-color: #31312f;
  color: #eeeeee;
  box-shadow: 0 8px 24px 0 rgba(9, 10, 10, 0.2);
}
.btn-b2b:hover {
  background-color: #3d3d3b;
  color: #eeeeee;
  box-shadow: 0 8px 24px 0 rgba(7, 7, 7, 0.2);
}

/* Estilos footer */

.footer-distributed {
  background-color: #ededed;
  box-shadow: 0 1px 1px 0 rgba(209, 184, 184, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font: bold 16px sans-serif;
  font-family: "proxima-nova", sans-serif;
  padding: 55px 50px;
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right {
  display: inline-block;
  vertical-align: top;
}

/* Footer left */

.footer-si {
  color: #646566;
  font-weight: 200;
}

.footer-distributed h3 {
  color: #242323;
  font: normal 36px "Cookie", cursive;
  margin: 0;
}

.footer-distributed h3 span {
  color: #5383d3;
}

/* Footer links */

.footer-distributed .footer-links {
  color: #242323;
  margin: 20px 0 12px;
  padding: 0;
}

.footer-distributed .footer-links a {
  display: inline-block;
  line-height: 1.8;
  text-decoration: none;
  color: inherit;
}

.footer-distributed .footer-company-name {
  color: #8f9296;
  font-size: 14px;
  font-weight: normal;
  margin-top: 10px;
}

/* Footer Center */

.menu-b2b {
  list-style: none;
}

.menu-b2b a {
  margin-left: 10px !important;
}

.footer-distributed .footer-center i.fa-envelope {
  font-size: 17px;
  line-height: 38px;
}

.footer-distributed .footer-center p {
  display: inline-block;
  color: #242323;
  vertical-align: middle;
  margin: 0;
}

.footer-distributed .footer-center p span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 2;
}

.footer-distributed .footer-center p a {
  color: #5383d3;
  text-decoration: none;
}

/* Footer Right */

.footer-distributed .footer-company-about {
  line-height: 20px;
  color: #92999f;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
}

.footer-distributed .footer-company-about span {
  display: block;
  color: #242323;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer-distributed .footer-icons {
  margin-top: 15px;
}

.footer-distributed .footer-icons a {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  border-radius: 2px;
  font-size: 30px;
  color: #242323;
  text-align: center;
  line-height: 35px;
  margin-right: 3px;
  margin-bottom: 5px;
}

.txt-footer {
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  font-size: 17px;
  margin-left: 10px;
}

.menu-b2b label:first-of-type li {
  position: relative;
}

.fontenmobile {
  font-weight: 400;
  margin: 0 !important;
}

.fa-house {
  height: 28px;
}

.menu-b2b a {
  text-decoration: none;
  color: #000;
}

@media (max-width: 880px) {
  .footer-distributed {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    font: bold 14px sans-serif;
  }

  .footer-distributed .footer-left,
  .footer-distributed .footer-center,
  .footer-distributed .footer-right {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }

  .footer-distributed .footer-center i {
    margin-left: 0;
  }
}

/* Estilos PDP, Category, Cart */

/* pagina de producto */

@import url("https://use.typekit.net/nuy8xqv.css");

.product-view .large-image.vertical {
  overflow: hidden;
}
.divdetalleinfo h2 {
  font-family: "proxima-nova", sans-serif;
  font-size: 20px;
  font-weight: 300;
}

table {
  font-family: "proxima-nova", sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.price.new {
  color: #2e2c2c !important;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
}

.divdetalleinfo {
  display: flex;
  align-items: flex-start;
}

.container {
  width: 100%;
}

.col-lg-2 {
  width: 11%;
}

#Imagen-principal:hover {
  -ms-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}

#Imagen-principal {
  transition: transform 1s;
}

/* pagina de categoria  */

@import url("https://use.typekit.net/nuy8xqv.css");

.product-preview .title a {
  font-family: "proxima-nova", sans-serif;
  font-size: 20px;
  color: #2e2c2c !important;
}

.product-preview .price.new {
  margin: 0 20px;
  font-family: "proxima-nova", sans-serif;
  font-size: 1.05em;
  font-weight: 500;
  color: #2e2c2c !important;
}

.col-lg-9 {
  width: 105%;
}

.container {
  width: 90% !important;
}

.products-list .product-preview {
  min-width: 33%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.offset-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-preview .quick-view {
  font-family: "proxima-nova", sans-serif;
  position: absolute;
  border-radius: 0 0 3px 3px;
  width: 100%;
  color: #fff;
  background: rgb(0 0 0 / 38%);
  text-align: center;
  padding: 12px 0 10px !important;
}

  /* shopping-cart  */

  @import url("https://use.typekit.net/nuy8xqv.css");

  .shopping-cart .box h3 {
    font-family: "proxima-nova", sans-serif;
    text-align: center;
  }
  .shopping-cart img {
    display: none;
  }

  .shopping-cart .box {
    background: transparent;
    padding: 0 70px 30px;
    margin-bottom: 10px;
  }

  .content-box{
    padding-bottom: 70px;
  }

  .box h3:first-of-type {
    font-weight: 400;
  }

  .box :nth-of-type(1) h3 {
    font-weight: 600;
  }
styles.css
Mostrando styles.css.