.gift_shop {
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  border-top: 1px solid #eee;
}
.gift_shop h1 {
  text-align: center;
  color: #f59d0f;
  margin: 0 0 1.5rem;
}
.gift-action-wrapper {
  margin: 0 0 2rem;
  padding: 10px 0;
  background: #000000;
}
.gift-action-wrapper .row {
  align-items: center;
}
.gift-action-wrapper .row .col {
  flex-grow: 0;
  width: max-content;
  text-align: center;
}
.gift-action-wrapper .view-cart {
  text-transform: uppercase;
  font-weight: bold;
  color: #333333;
  display: block;
  width: max-content;
}
.gift-action-wrapper .view-cart .fas,
.gift-action-wrapper .view-cart .far,
.gift-action-wrapper .view-cart .fa {
  color: #333333;
}
.gift-action-wrapper .view-cart:hover {
  color: #ffffff;
}
.gift-action-wrapper .view-cart:hover .fas,
.gift-action-wrapper .view-cart:hover .far,
.gift-action-wrapper .view-cart:hover .fa {
  color: #ffffff;
}
.gift-action-wrapper .view-cart.btn-simply {
  text-transform: none;
  font-size: 0.8rem;
  font-size: #333;
}
.gift-action-wrapper .gift-action-wrap {
  display: flex;
  justify-content: center;
}
.gift-action-wrapper .gift-action-wrap .btn-cart {
  border-left: 1px solid #333;
  padding-left: 0.75rem;
  margin-left: 0.75rem;
}
.gift-action-wrapper .gift-action-wrap .btn-cart .fa-shopping-cart {
  position: relative;
  margin-right: 0.5rem;
}
.gift-action-wrapper .gift-action-wrap .btn-cart .fa-shopping-cart sup {
  background: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  position: absolute;
  height: 20px;
  width: 20px;
  right: -14px;
  top: -10px;
  color: #fff;
  border-radius: 50%;
  border: 2px solid #fff;
  font-size: 9px;
  font-weight: bold;
}
.summary-point-wrapper {
  background: #000000;
  color: #ffffff;
  padding: 0.25rem 1rem;
  border-radius: 20px;
  text-align: center;
  margin: 0 auto;
}
.summary-point-wrapper p {
  margin: 0;
}
.summary-point-wrapper p span {
  font-weight: bold;
}
.view-gift-commerce-product .views-exposed-form {
  background: #f59d0f;
  border-radius: 8px;
  padding: 5px 15px 15px;
}
.view-gift-commerce-product .views-exposed-form .form--inline {
  display: flex;
  align-items: flex-end;
}
.view-gift-commerce-product .views-exposed-form .form--inline .form-item {
  margin: 0 0.5rem 0 0;
}
.view-gift-commerce-product .views-exposed-form .form--inline .form-item label {
  font-weight: normal;
  font-size: 0.9em;
  color: #ffffff;
}
.view-gift-commerce-product .views-exposed-form .form--inline .form-item .form-control {
  border: 0;
  background-color: #f59d0f;
  color: #ffffff;
}
.view-gift-commerce-product .views-exposed-form .form--inline .form-item.form-item-sort-order .form-control {
  width: 136px;
}
.view-gift-commerce-product .views-exposed-form .form--inline .form-actions {
  margin: 0;
}
.view-gift-commerce-product .views-exposed-form .form--inline .form-actions .button.form-submit:hover {
  background: #ffffff;
  color: #000000;
}
.filters-wrapper .container {
  display: flex;
  flex-wrap: wrap;
}
.filters-wrapper .container .wrap {
  display: flex;
}
/*
.view-filters{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  background: @colorB;
  border-radius: 8px;
  padding: 0.4rem 15px;
  font-size: 0.9rem;
  margin: 0 auto 1rem;
  .form--inline{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    .form-item{
      float: none;
      flex-wrap: nowrap;
      margin: 0 0.5rem;
      display: flex;
      flex-direction: column;
      &:first-child{
        margin-left: 0;
      }
      &:last-child{
        margin-right: 0;
      }
      label{
        font-weight: normal;
        color: @colorWhite;
        margin: 0 0 0.2rem;
        width: 100%;
        font-size: 0.7rem;
      }
      .form-control{
        width: inherit;
        border: 0;
        min-width: 100px;
        background: @colorB1;
      }
    }

    .form-actions{
      // margin: 0;
    }
  }
  .button{
    background: @colorA1;
    &:hover{
      background: @colorA;
    }
  }
}
*/
.step-title {
  text-align: center;
  margin: 0 0 2rem;
  text-transform: uppercase;
}
.step-wrap {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto 3rem;
}
.step-wrap .step {
  padding: 1rem;
  border-top: 4px solid #eee;
  font-size: 0.9rem;
  position: relative;
  display: block;
  flex-grow: 1;
}
.step-wrap .step:before {
  display: block;
  content: "";
  height: 20px;
  width: 20px;
  border: 5px solid #eee;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
}
.step-wrap .step.active {
  border-color: #333333;
}
.step-wrap .step.active:before {
  border-color: #333333;
}
.step-wrap .step.done {
  border-color: #f59d0f;
}
.step-wrap .step.done:before {
  border-color: #f59d0f;
}
.list-items-cart {
  margin: 0;
}
.list-items-cart .header {
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 0.5rem;
}
.list-items-cart .list-items .item-cart-wrap {
  border: 1px solid #cccccc;
  padding: 0.25rem;
  margin: 0 0 0.2rem;
}
.list-items-cart .list-items .item-cart-wrap .row {
  align-items: center;
}
.list-items-cart .list-items .item-cart-wrap .miniature picture {
  display: block;
  background: #fff;
  text-align: center;
}
.list-items-cart .list-items .item-cart-wrap .content h5 {
  font-size: 1rem;
  margin: 0;
}
.list-items-cart .list-items .item-cart-wrap .content .ref {
  font-size: 0.8rem;
}
.list-items-cart .list-items .item-cart-wrap .content .action .button {
  background: none;
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 0.7rem;
  padding: 0;
  margin: 0;
  color: #000000;
  min-width: inherit;
}
.list-items-cart .list-items .item-cart-wrap .qty-wrap {
  display: flex;
}
.list-items-cart .list-items .item-cart-wrap .qty-wrap .form-item {
  margin: 0;
}
.list-items-cart .list-items .item-cart-wrap .qty-wrap .form-item .form-text {
  margin: 0;
  border-radius: 0;
  border-right: 0;
  border-left: 0;
  width: 100% !important;
  text-align: center;
  line-height: 32px;
  height: 32px;
}
.list-items-cart .list-items .item-cart-wrap .qty-wrap .button {
  min-width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
  border-radius: 0;
  font-size: 1.5rem;
  line-height: 0;
}
.list-items-cart .list-items .item-cart-wrap .qty-wrap .button:first-child {
  border-radius: 25px 0 0 25px;
}
.list-items-cart .list-items .item-cart-wrap .qty-wrap .button:last-child {
  border-radius: 0 25px 25px 0;
}
.list-items-cart .list-items .item-cart-wrap .price {
  text-align: right;
  padding-right: 10px;
}
.cart-resume-title {
  text-align: center;
  font-size: 1rem;
  margin: 0 0 8px;
  font-weight: bold;
  text-transform: uppercase;
}
.cart-resume-wrap .header {
  background: #333333;
  color: #ffffff;
  padding: 0.5rem;
  text-align: center;
}
.cart-resume-wrap .header p {
  font-size: 1rem;
  margin: 0;
}
.cart-resume-wrap .content {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
.cart-resume-wrap .content > div {
  padding: 0.75rem;
}
.cart-resume-wrap .products-cart-wrap,
.cart-resume-wrap .your-pts-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #cccccc;
}
.cart-resume-wrap .cart-total {
  text-align: center;
  border-bottom: 1px solid #cccccc;
}
.cart-resume-wrap .cart-total .total {
  font-size: 2.5rem;
  font-weight: bold;
}
.cart-resume-wrap .cart-total .total.wrong {
  color: #f01d1d;
}
.cart-resume-wrap .cart-total .total.correct {
  color: #92e21f;
}
.cart-resume-wrap .gift-buy-money-wrap {
  background: #f01d1d;
  color: #ffffff;
  text-align: center;
}
.cart-resume-wrap .gift-buy-money-wrap .btn.btn-primary {
  background: #ffffff;
  color: #f01d1d;
}
.address-select-wrap,
.information-user-wrap,
.infos-required-wrap {
  padding: 2rem;
  border: 1px solid #000000;
}
.address-select-wrap > h2,
.information-user-wrap > h2,
.infos-required-wrap > h2 {
  text-transform: uppercase;
  text-align: center;
  font-size: 1.5rem;
}
.infos-required-wrap {
  height: 100%;
}
.information-user-wrap {
  margin-bottom: 2rem;
}
.address-select-wrap .address-wrap {
  padding-right: 1.25rem;
}
.address-select-wrap .address-wrap.height-max {
  height: 370px;
}
.address-select-wrap .address-wrap.height-min {
  height: 230px;
}
.address-select-wrap .address-wrap .address {
  border: 1px solid #cccccc;
  padding: 0.5rem;
  margin: 0 0 0.5rem;
}
.address-select-wrap .address-wrap .address > .content {
  display: flex;
  align-items: center;
}
.address-select-wrap .address-wrap .address > .content h6 {
  font-weight: bold;
}
.address-select-wrap .address-wrap .address > .content label {
  font-weight: normal;
}
.address-select-wrap .address-wrap .address > .content .colB {
  flex-grow: 1;
  padding: 0 0.5rem;
}
.form-content-step-order {
  text-align: center;
}
.startengo-gift-order-cart-add-form .your-pts {
  background: #000000;
  color: #ffffff;
  text-align: center;
  padding: 0.25rem;
  margin: 0 auto 1rem;
}
.startengo-gift-order-cart-add-form .your-pts p {
  margin: 0;
}
.startengo-gift-order-cart-add-form .your-pts p span {
  font-weight: bold;
}
.startengo-gift-order-cart-add-form .form-item-quantity {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.startengo-gift-order-cart-add-form .form-item-quantity .form-control {
  width: 100px;
  text-align: right;
}
.startengo-gift-order-cart-add-form .total-items span {
  font-weight: bold;
}
.startengo-gift-order-cart-add-form .btn-cancel {
  background: #999;
}
.ui-dialog .ui-dialog-content .startengo-gift-order-cart-add-form {
  padding: 0 2rem;
}
.ui-dialog .ui-dialog-content .startengo-gift-order-cart-add-form .product-infos .product-title {
  margin: 0;
}
.ui-dialog .ui-dialog-content .startengo-gift-order-cart-add-form .product-infos .qty .label {
  font-size: 0.8rem;
  font-weight: 400;
}
.ui-dialog .ui-dialog-content .startengo-gift-order-cart-add-form .product-infos .price {
  font-weight: 500;
}
.ui-dialog .ui-dialog-content .startengo-gift-order-cart-add-form .form-item-quantity {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 5px 0;
}
.ui-dialog .ui-dialog-content .startengo-gift-order-cart-add-form .form-item-quantity label {
  text-transform: uppercase;
  font-weight: 500;
}
.ui-dialog .ui-dialog-content .startengo-gift-order-cart-add-form .total-items > .row {
  align-items: center;
}
.ui-dialog .ui-dialog-content .startengo-gift-order-cart-add-form .total-items .label {
  text-transform: uppercase;
  font-weight: 500;
}
.ui-dialog .ui-dialog-content .startengo-gift-order-cart-add-form .total-items .t-order-cart-total {
  font-size: 1.5rem;
}
.ui-dialog .ui-dialog-content .startengo-gift-order-cart-add-form .actions-wrapper {
  padding: 0;
  border: 0;
  margin: 2rem 0 0;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.ui-dialog .ui-dialog-content .startengo-gift-order-cart-add-form .actions-wrapper .button.form-submit {
  margin: 0;
  background: #f59d0f;
}
.ui-dialog .ui-dialog-content .startengo-gift-order-cart-add-form .actions-wrapper .button.form-submit:hover {
  background: #333333;
}
.ui-dialog .ui-dialog-content .startengo-gift-order-cart-add-form .actions-wrapper .button.form-submit.btn-cancel {
  background: none;
  color: #333333;
  text-decoration: underline;
  padding: 0;
}
.ui-dialog .ui-dialog-content .startengo-gift-order-cart-add-form .actions-wrapper .button.form-submit.btn-cancel:hover {
  color: #f59d0f;
}
@media all and (max-width: 767px) {
  .gift_shop {
    background-image: url(/modules/custom/startengo_gift/images/mobile/m-categories_bg.jpg);
  }
  .view-gift-commerce-product .view-filters {
    background: #f59d0f;
    border-radius: 8px;
    padding: 5px 15px 15px;
    color: #ffffff;
  }
  .view-gift-commerce-product .view-filters .views-exposed-form {
    background: none;
    border-radius: 0;
    padding: 0;
  }
  .view-gift-commerce-product .view-filters .form--inline {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .view-gift-commerce-product .view-filters .form--inline label {
    width: 100%;
  }
}
@media all and (min-width: 768px) {
  .ui-dialog .ui-dialog-content .startengo-gift-order-cart-add-form .actions-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
  .gift-action-wrapper .gift-action-wrap {
    justify-content: flex-end;
  }
  .view-filters {
    flex-direction: row;
    align-items: center;
  }
  .view-filters .form--inline {
    flex-direction: row;
    justify-content: flex-end;
  }
  .step-wrap .step {
    width: 33.33%;
  }
}
@media all and (min-width: 1024px) {
  .gift_shop {
    background-image: url(/modules/custom/startengo_gift/images/desk/d-categories_bg.jpg);
  }
  .filters-wrapper .container {
    justify-content: space-between;
  }
}
