/* your styles go here */
.collection__img
{
    mix-blend-mode: multiply;
}
.collection__img-wrapper
{
    background-color: #fafafa;
}

.shop-brands .container , .welcome-products .container {
  max-width: 1300px;
}

.welcome-products-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.shopping-info-simple {
    font-size: 18px;
    line-height: 16px;
    font-weight: 400;
    line-height: 21px;
}

  /*.welcome-products-row:after {
    content: "";
    flex: auto;
  }*/

  .welcome-products-row .col {
    max-width: 225px;
    padding: 0;
  }

  .welcome-products-row .card-body {
    padding: 8px;
    border-bottom: 1px solid #EDEDEA;
  }

  .card-body .text-muted a , .welcome-products__product-details {
    font-size: 14px;
    line-height: 18px;
    color: #10100E !important;
  }

  .card-body .out_link {
    font-family: 'Lexend Deca';
    font-size: 20px;
    line-height: 23px;
    color: #10100E !important;
  }

  .product-company {
    font-size: 14px;
    line-height: 18px;
    color: #979797;
  }

  .product-company svg {
    width: 18px;
    height: 18px;
    margin-right: 4px;
  }

  .add-to-favorite svg {
    width: 20px;
    height: 18px;
    fill: none;
    stroke: #10100E;
    transition: all .3s ease;
  }

  .view-all-link {
    border: none;
    padding: 16px 50px;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    background: #10100E;
    color: #fff;
    display: inline-block;
    margin-top: 50px;
  }

  .shop-brands {
    margin-top: 80px;
    padding: 80px 0;
    background: #EDEDEA;
  }

.breadcrumb a {
  font-size: 16px;
  line-height: 20px;
  color: #979797;
}

footer {
  padding-top: 40px;
  background: #10100E;
  color: #fff; }
  footer .social-link {
    list-style-type: none;
    max-width: 256px; }
    footer .social-link svg {
      width: 32px;
      height: 32px; }
  footer .nav .nav-link {
    color: #fff; }
    footer .nav .nav-link.active {
      font-weight: 700;
      color: #fff; }

footer .logo {
    font-family: "Lexend Deca", sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
}

.bottom-bar {
  padding: 32px 0;
  font-size: 14px;
  line-height: 16px; }

@media screen and (max-width: 768px) {
  footer .nav {
    flex-direction: column;
    align-content: center;
    align-items: center;
    line-height: 40px; }
    footer .nav .nav-item {
      display: inline-block; }
  .bottom-bar {
    font-size: 12px;
    padding-bottom: 16px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 1.3; } }

/* Product details */
.product-details {
  margin-top: 45px;
}

  .product-details .container , .wrap-breadcrumbs .container {
    max-width: 1250px;
  }

    .product-details .product-photo {
      max-width: 680px;
      flex: auto;
      width: 50%;
    }

    .product-details #product-info {
      max-width: 540px;
      flex: auto;
      width: 50%;
    }

  .card.product-img {
    border: 1px solid #EDEDEA;
    height: 35vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
  }

  .product-details__image {
    min-width: 0;
    max-width: 100%;
    max-height: none;
    flex: auto;
  }

  .product-company-name {
    display: inline-block;
    margin-bottom: 16px;
    color: #979797;
    font-size: 16px;
    line-height: 20px;
  }

.product-details__title {
  font-family: 'Lexend Deca';
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 16px;
}

.product-price {
  font-weight: 700;
  margin-bottom: 16px;
}


#product-info hr {
  margin: 16px 0;
  border-top: 1px solid #EDEDEA;
}

#product-info .form-row {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}

.btn-light.product-details__size-button {
  margin-top: 16px;
  font-size: 20px;
  background-color: #EDEDEA;
  border-color: #EDEDEA;
  margin-bottom: 16px;
}

  .btn-light.product-details__size-button:after {
    color: #10100E;
  }

.small-text {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.product-details__promo {
  margin-top: 16px;
}

.btn-lg.product-details__button {
  font-size: 24px;
  line-height: 35px;
  font-weight: 700;
  text-transform: uppercase;
  height: auto;
  padding-top: 31px;
  padding-bottom: 31px;
}

  .btn-success.product-details__button {
    /*background: #478238;
    border-color: #478238;
    */
    background-color: #00aa5b;
    border-color: #00aa5b;
  }

  .product-details__button {
    background: #10100E;
  }

  .product-divider {
    position: relative;
    margin: 32px 0;
  }

    .product-divider:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      background: #EDEDEA;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
    }

  .product-divider span {
    text-transform: uppercase;
    padding: 0 15px;
    background: #fff;
    position: relative;
    z-index: 2;
  }

.navbar-cart-product .col-8 span.text-muted , .modal-footer #header-cart-cost {
    font-size: 2rem;
    font-weight: 700;
    color: #10100E !important;
}

.shopping-info {
  border: 1px solid #10100E;
  border-top: none;
  padding: 24px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 32px;
}

  .shopping-info h6 {
    font-size: 20px;
    line-height: 23px;
    font-family: 'Lexend Deca';
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
  }

.product-details__benefits {
  font-size: 16px;
  line-height: 20px;
}

  .product-details__icon {
    margin-bottom: 20px;
  }

.form-group .list-group-item {
  font-size: 24px;
  line-height: 28px;
  border: 1px solid #EDEDEA;
  padding: 16px 0 !important;
  font-weight: 700;
}

  .form-group .list-group-item a {
    color: #10100E;
  }

    .form-group .list-group-item:last-child {
      border-bottom: none;
    }

.container.custom-redesign {
  max-width: 1250px;
}

.checkout-form h6 {
  font-size: 24px;
  line-height: 28px;
  font-family: 'Lexend Deca';
  margin-bottom: 50px;
}

  .checkout-form label {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 12px;
  }

  .checkout-form .form-control.checkout-form__field {
    height: 56px;
    padding-left: 20px;
    border: 1px solid #979797;
    color: #10100e;
  }

    .checkout-form .form-control.checkout-form__field::placeholder {
      color: #979797;
    }

  .checkout-form .form-group {
    margin-bottom: 24px;
  }

  .checkout-form .list-group-item {
    border: 1px solid #979797;
  }

  .checkout-form .custom-control-label {
    line-height: 20px;
  }

  .checkout-form .input-group .form-control-sm ~ .input-group-append .input-group-text {
    border-color: #979797 !important;
    border-width: 1px;
  }

.checkout-summary .card-body {
  background: #EDEDEA;
  padding: 24px;
}

  .checkout-summary .card-body .list-group-flush-x .list-group-item {
    padding-bottom: 26px;
    border-bottom: 2px solid #979797;
  }

    .checkout-summary .card-body .list-group-flush-x .list-group-item:last-child {
      padding-bottom: 0;
      border-bottom: 0;
    }

    .checkout-summary .card-body .list-group-item span {
      font-size: 16px;
      line-height: 18px;
      font-weight: 700;
    }

      .checkout-summary .card-body .list-group-item span:last-child {
        font-weight: 400;
      }

.checkout-summary .checkout-form__button {
  background: #478238;
  padding: 32px 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  border-color: #478238;
  text-transform: uppercase;
}

.checkout-summary.position-relative {
  top: auto;
  right: auto;
}

.list-group-item.cart-page__product , .list-group-item.cart-page__product .custom-select {
  border-color: #979797;
}

.ms-auto {
    margin-left: auto!important;
}

@media screen and (max-width: 768px) {

  .product-details .product-photo , .product-details #product-info {
    max-width: 100%;
    width: 100%;
  }

  .product-details #product-info {
    margin-top: 32px;
  }

  .card.product-img {
    height: 80vw;
  }

  .product-details__img {
    max-height: 80vw !important;
  }

}

@media screen and (max-width: 576px) {

  .breadcrumb{
    display:none !important;
  }

  .card.product-img{
    border: none;
  }

    .welcome-products-row .col {
    max-width: 167px;
    margin-bottom: 32px;
  }

    .welcome-products__card .card-img {
      padding: 16px 13px;
      max-height: 211px;
    }

    .card-body .out_link {
      font-size: 18px;
      line-height: 20px;
    }

  h2.welcome-posts__title , .product-details__title , h3.welcome-posts__title {
    font-size: 28px;
    line-height: 32px;
  }

  .welcome-posts__posts-wrapper {
    margin: 0;
    padding: 0 5px;
  }

}

@media screen and (max-width: 480px) {

  .product-details__img {
    max-height: 70vw !important;
  }

}

@media screen and (max-width: 414px) {

  .header-container .container-fluid {
    padding-left: 11px;
    padding-right: 11px;
  }

}


@media screen and (max-width: 370px) {

  .welcome-products-row .col {
    max-width: 160px;
  }

}
