.path-product {
  background: url("/themes/custom/autolia_top_front/images/mobile/m-gift-product_bg.jpg") no-repeat center center;
  background-size: cover;
}
.path-product #main-wrapper {
  padding-bottom: 4rem;
}
.path-product #main-wrapper h1 {
  color: #e74011;
}
.gift-action-wrapper .view-cart {
  color: #a1b1b9;
}
.gift-action-wrapper .view-cart .fas,
.gift-action-wrapper .view-cart .far,
.gift-action-wrapper .view-cart .fa {
  color: #a1b1b9;
}
.gift-action-wrapper .view-cart:hover {
  color: #3434b4;
}
.gift-action-wrapper .view-cart:hover .fas,
.gift-action-wrapper .view-cart:hover .far,
.gift-action-wrapper .view-cart:hover .fa {
  color: #3434b4;
}
.summary-point-wrapper {
  background: #e74011;
  color: #ffffff;
}
.product-wrapper {
  border-radius: 16px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.gift-product {
  border-radius: 4px;
  overflow: hidden;
}
.gift-product picture {
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 8px;
}
.gift-product .actions-wrap {
  padding: 0 8px 8px;
  align-items: center;
}
.gift-product .actions-wrap .btn.btn-simply {
  padding: 0;
  min-width: initial;
}
.gift-product .actions-wrap .btn.btn-primary {
  min-width: initial;
  padding: 4px 8px;
  border: 0;
  border-radius: 4px;
  background: #e74011;
  color: #ffffff;
}
.gift-product .actions-wrap .btn.btn-primary:hover {
  background: #000080;
}
.step-wrap .step {
  border-top: 4px solid #eee;
}
.step-wrap .step:before {
  border: 5px solid #eee;
  background: #ffffff;
}
.step-wrap .step.active {
  border-color: #a1b1b9;
}
.step-wrap .step.active:before {
  border-color: #a1b1b9;
}
.step-wrap .step.done {
  border-color: #f5663d;
}
.step-wrap .step.done:before {
  border-color: #f5663d;
}
.list-items-cart .list-items .item-cart-wrap {
  border: 1px solid #666666;
}
.list-items-cart .list-items .item-cart-wrap .content .action .button {
  color: #666666;
}
.cart-resume-wrap .header {
  background: #a1b1b9;
  color: #ffffff;
}
.cart-resume-wrap .content {
  border-left: 1px solid #666666;
  border-right: 1px solid #666666;
}
.cart-resume-wrap .products-cart-wrap,
.cart-resume-wrap .your-pts-wrap {
  border-bottom: 1px solid #666666;
}
.cart-resume-wrap .cart-total {
  border-bottom: 1px solid #666666;
}
.cart-resume-wrap .cart-total .total.wrong {
  color: #ff4848;
}
.cart-resume-wrap .cart-total .total.correct {
  color: #24b945;
}
.cart-resume-wrap .gift-buy-money-wrap {
  background: #ff4848;
  color: #ffffff;
}
.cart-resume-wrap .gift-buy-money-wrap .btn.btn-primary {
  background: #ffffff;
  color: #ff4848;
}
.address-select-wrap,
.infos-required-wrap {
  border: 1px solid #000000;
}
.address-select-wrap .address-wrap .address {
  border: 1px solid #666666;
}
.startengo-gift-order-cart-add-form .your-pts {
  background: #000000;
  color: #ffffff;
}
.startengo-gift-order-cart-add-form .btn-cancel {
  background: #999;
}
@media all and (min-width: 1024px) {
  .path-product {
    background-image: url("/themes/custom/autolia_top_front/images/desk/d-gift-product_bg.jpg");
  }
}
