/* .cart.scss */

.cart-grid {
  margin-bottom: 1rem
}

.cart-items {
  margin-bottom: 3rem
}

.cart-item-header {
  font-weight: 700;
  text-align: center;
  border-top: 1px solid rgba(160,160,160,.25)
}

.cart-item,.cart-item-header {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(160,160,160,.25)
}

.cart-item .product-image {
  max-width: 125px
}

.cart-item .bootstrap-touchspin input,.cart-item .product-line-grid-right {
  text-align: center
}

.cart-item .product-line-info-secondary {
  line-height: 1
}

.cart-item .bootstrap-touchspin {
  max-width: 120px;
  margin: 0 auto;
  min-height: 40px
}

.block-promo .promo-code .alert-danger {
  display: none
}

.block-promo .cart-voucher-area {
  padding: 1rem;
  background: rgba(204,204,204,.15)
}

.block-promo .promo-highlighted {
  margin: .3rem 0 0
}

.block-promo .voucher-icon {
  padding-left: 0;
  padding-right: .8rem;
  cursor: default
}

.cart-grid-right .cart-summary {
  margin-bottom: 1rem
}

#notifications ul,.cart-grid-right .promo-discounts {
  margin-bottom: 0
}

.cart-grid-right .promo-discounts .cart-summary-line .label .code {
  text-decoration: underline;
  cursor: pointer
}

.cart-grid-right .iqitfreedeliverycount {
  margin: 1rem 0 0
}

.cart-summary-line {
  clear: both;
  justify-content: space-between;
}


.cart-summary-line.cart-total {
  font-weight: 700;
  font-size: 1.5rem
}

.cart-summary-product .media-body.align-self-center {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
}
#cart-subtotal-shipping div {
  display: none;
}
body#checkout section.checkout-step {
  border: 1px rgba(160,160,160,.25) solid;
  padding: 1.4rem;
  opacity: .5
}

body#checkout section.checkout-step .step-title {
  cursor: pointer;
  margin-bottom: 0
}



body#checkout section.checkout-step .step-edit {
  font-weight: 400
}

body#checkout section.checkout-step .not-allowed {
  cursor: not-allowed;
  opacity: .5
}

body#checkout section.checkout-step .content,body#checkout section.checkout-step .done,body#checkout section.checkout-step .step-edit,body#checkout section.checkout-step.-current.-reachable.-complete .done,body#checkout section.checkout-step.-current.-reachable.-complete .step-edit,body#checkout section.checkout-step.-reachable.-complete .content {
  display: none
}

body#checkout section.checkout-step.-current .step-title {
  border-bottom: 1px solid rgba(160,160,160,.25);
  margin-bottom: 1rem;
  margin-left: -1.4rem;
  margin-right: -1.4rem;
  padding: 0 1.4rem 1.4rem
}

body#checkout section.checkout-step.-current.-reachable.-complete .step-number,body#checkout section.checkout-step.-reachable.-complete h1 .done {
  display: inline-block
}

.js-payment-binary.disabled .accept-cgv,body#checkout section.checkout-step.-current.-reachable.-complete .content {
  display: block
}

body#checkout section.checkout-step.-unreachable .step-title {
  cursor: default
}

body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
  cursor: pointer;
  display: block;
  float: right
}

body#checkout section.checkout-step .default-input {
  min-width: 40%
}

body#checkout section.checkout-step .default-input[name=address1],body#checkout section.checkout-step .default-input[name=address2] {
  min-width: 60%
}

#order-confirmation #registration-form,body#checkout section.checkout-step .radio-field {
  margin-top: 2rem
}

body#checkout section.checkout-step .checkbox-field div {
  margin-top: 3.75rem
}

body#checkout section.checkout-step .select-field div {
  background: rgba(160,160,160,.25);
  padding: .625rem 3.125rem
}

.page-order table thead th,.page-order-detail #order-products.return td.qty .select select,body#checkout section.checkout-step .form-footer {
  text-align: center
}

body#checkout section.checkout-step #conditions-to-approve {
  padding-top: 1rem
}

.page-order-detail .messages .message>div,body#checkout section.checkout-step .payment-options .payment-option {
  margin-bottom: .5rem
}

body#checkout section.checkout-step .payment-options .payment-option label {
  vertical-align: middle;
  margin: 0;
  max-width: 85%
}

body#checkout section.checkout-step .step-number {
  display: inline-block
}

body#checkout section.checkout-step .address-selector {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  box-align: start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  flex-wrap: wrap
}



body#checkout section.checkout-step .address-alias {
  display: inline-block;
  font-weight: 600
}

body#checkout section.checkout-step .address {
  font-weight: 400;
  padding: 1rem
}

body#checkout section.checkout-step .radio-block {
  padding: .8rem 1rem;
  text-align: left;
  margin: 0
}

body#checkout section.checkout-step .delete-address,body#checkout section.checkout-step .edit-address {
  display: inline-block;
  margin: 0 .4rem
}

body#checkout section.checkout-step .address-footer {
  text-align: center;
  padding: .625rem
}

body#checkout #order-summary-content #order-items h3.h3,body#checkout section.checkout-step #delivery-addresses,body#checkout section.checkout-step #invoice-addresses,body#checkout section.checkout-step .add-address {
  margin-top: 1.25rem
}

body#checkout section.checkout-step .add-address a i {
  font-size: .9375rem
}

body#checkout section.checkout-step .delivery-option {
  background: rgba(204,204,204,.15);
  padding: 1rem .8rem;
  margin-bottom: 1rem;
  align-items: center!important;
  margin-left: 0;
  margin-right: 0
}

body#checkout section.checkout-step .delivery-option>label {
  text-align: inherit;
  margin: 0
}

body#checkout section.checkout-step .delivery-option>label>.row,body#checkout section.checkout-step .delivery-option>label>.row>div:first-child>.row {
  align-items: center!important
}

body#checkout section.checkout-step .delivery-option>label>.row {
  margin-right: -.5rem;
  margin-left: -.5rem
}

body#checkout section.checkout-step .delivery-option>label>.row>.col {
  padding-right: .5rem;
  padding-left: .5rem
}

body#checkout section.checkout-step .delivery-option>label>.row>div:last-child {
  text-align: right;
  float: right
}

body#checkout section.checkout-step .delivery-option>label>.row>div:first-child img {
  margin: 0 .8rem 0 0
}

body#checkout section.checkout-step .delivery-option .carrier-delay {
  font-size: .8rem;
  line-height: 1.2em
}

body#checkout section.checkout-step .carrier-logo img {
  max-width: 100px
}

body#checkout section.checkout-step #personal-information-step-login {
  background: rgba(204,204,204,.15);
  padding: 1.5rem;
  margin-bottom: 1.5rem
}

body#checkout section.checkout-step .forgot-password {
  text-align: center;
  margin-bottom: 1rem
}

body#checkout .additional-information {
  font-size: .875rem;
  margin-left: 2.875rem;
  margin-top: 1.25rem
}

body#checkout #conditions-to-approve a:link {
  text-decoration: underline
}

body#checkout .cancel-address {
  margin: .8rem;
  display: block;
  text-decoration: underline
}

.product-pack article,body#checkout #cart-summary-product-list .cart-summary-product {
  border-bottom: 1px solid rgba(160,160,160,.25);
  padding: .5rem 0
}

body#checkout #cart-summary-product-list .cart-summary-product:last-child {
  border: 0
}

body#checkout #cart-summary-product-list .media-left {
  max-width: 40px
}

body#checkout .cart-summary-totals .iqitfreedeliverycount {
  margin: 1rem 0 0
}
.cart-summary-totals .cart-summary-line.cart-total {
  display: flex;
}
.cart-summary-totals .cart-summary-line.cart-total small {
  font-size: 0.9rem;
  display: block;
  line-height: 1.1;
  justify-content: space-between;
}

body#checkout #order-summary-content {
  padding: 1rem;
  background: rgba(204,204,204,.15);
  margin-top: 1.5rem
}

body#checkout #order-summary-content h4.black {
  border-bottom: 1px solid rgba(160,160,160,.25);
  padding-bottom: .6rem
}

body#checkout #order-summary-content h5.h5 {
  margin-top: .6rem;
  margin-bottom: 1rem
}

.sitemap .block-links li>ul,body#checkout #order-summary-content h5.addresshead {
  margin-top: .2rem
}

body#checkout #order-summary-content .noshadow {
  box-shadow: none
}

#order-details ul,body#checkout #gift_message,body#checkout #order-summary-content .address-block {
  margin-bottom: 1rem
}

body#checkout #order-summary-content #order-items {
  border-right: 0
}

body#checkout #order-summary-content .order-confirmation-table,body#checkout #order-summary-content .summary-selected-carrier {
  padding: 1rem;
  border: rgba(160,160,160,.25) 1px solid;
  border-radius: 0
}

body#checkout #order-summary-content .summary-selected-carrier {
  margin-bottom: .75rem
}

body#checkout #order-summary-content .step-edit {
  display: inline
}

body#checkout #order-summary-content .step-edit:hover {
  cursor: pointer
}

.modal-terms,.page-addresses .address .address-body {
  padding: 1rem
}

#order-items table tr {
  height: 2rem
}

#order-items table tr td:last-child {
  text-align: right
}

#order-items .order-line {
  margin-top: 1rem
}

#order-items .image img {
  width: 100%;
  margin-bottom: 1rem
}

#order-items .details,#order-items .qty {
  margin-bottom: 1rem
}

#order-items .details .customizations {
  margin-top: .625rem
}

#order-items .totals {
  font-size: 1.3rem
}

#order-confirmation .mail-sent-info {
  padding: 1rem;
  background: rgba(204,204,204,.15);
  margin-bottom: 1.5rem
}

#order-confirmation #content-hook_order_confirmation {
  padding: 1rem 0
}

#order-confirmation .order-confirmation-title-payment {
  border-right: 1px solid rgba(160,160,160,.25)
}
body#checkout section.checkout-step {
  border: 1px rgba(160,160,160,.25) solid;
  padding: 1.4rem;
  opacity: .5
}

body#checkout section.checkout-step .step-title {
  cursor: pointer;
  margin-bottom: 0
}



body#checkout section.checkout-step .step-edit {
  font-weight: 400
}

body#checkout section.checkout-step .not-allowed {
  cursor: not-allowed;
  opacity: .5
}

body#checkout section.checkout-step .content,body#checkout section.checkout-step .done,body#checkout section.checkout-step .step-edit,body#checkout section.checkout-step.-current.-reachable.-complete .done,body#checkout section.checkout-step.-current.-reachable.-complete .step-edit,body#checkout section.checkout-step.-reachable.-complete .content {
  display: none
}

body#checkout section.checkout-step.-current .step-title {
  border-bottom: 1px solid rgba(160,160,160,.25);
  margin-bottom: 1rem;
  margin-left: -1.4rem;
  margin-right: -1.4rem;
  padding: 0 1.4rem 1.4rem
}

body#checkout section.checkout-step.-current.-reachable.-complete .step-number,body#checkout section.checkout-step.-reachable.-complete h1 .done {
  display: inline-block
}

.js-payment-binary.disabled .accept-cgv,body#checkout section.checkout-step.-current.-reachable.-complete .content {
  display: block
}

body#checkout section.checkout-step.-unreachable .step-title {
  cursor: default
}

body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
  cursor: pointer;
  display: block;
  float: right
}

body#checkout section.checkout-step .default-input {
  min-width: 40%
}

body#checkout section.checkout-step .default-input[name=address1],body#checkout section.checkout-step .default-input[name=address2] {
  min-width: 60%
}

#order-confirmation #registration-form,body#checkout section.checkout-step .radio-field {
  margin-top: 2rem
}

body#checkout section.checkout-step .checkbox-field div {
  margin-top: 3.75rem
}

body#checkout section.checkout-step .select-field div {
  background: rgba(160,160,160,.25);
  padding: .625rem 3.125rem
}

.page-order table thead th,.page-order-detail #order-products.return td.qty .select select,body#checkout section.checkout-step .form-footer {
  text-align: center
}

body#checkout section.checkout-step #conditions-to-approve {
  padding-top: 1rem
}

.page-order-detail .messages .message>div,body#checkout section.checkout-step .payment-options .payment-option {
  margin-bottom: .5rem
}

body#checkout section.checkout-step .payment-options .payment-option label {
  vertical-align: middle;
  margin: 0;
  max-width: 85%
}

body#checkout section.checkout-step .step-number {
  display: inline-block
}

body#checkout section.checkout-step .address-selector {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  box-align: start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  flex-wrap: wrap
}

body#checkout section.checkout-step .address-item {
  border: rgba(160,160,160,.25) 1px solid;
  box-flex: 0;
  -moz-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-bottom: .5rem
}

body#checkout section.checkout-step .address-alias {
  display: inline-block;
  font-weight: 600
}

body#checkout section.checkout-step .address {
  font-weight: 400;
  padding: 1rem
}

body#checkout section.checkout-step .radio-block {
  padding: .8rem 1rem;
  text-align: left;
  margin: 0
}

body#checkout section.checkout-step .delete-address,body#checkout section.checkout-step .edit-address {
  display: inline-block;
  margin: 0 .4rem
}

body#checkout section.checkout-step .address-footer {
  text-align: center;
  padding: .625rem
}

body#checkout #order-summary-content #order-items h3.h3,body#checkout section.checkout-step #delivery-addresses,body#checkout section.checkout-step #invoice-addresses,body#checkout section.checkout-step .add-address {
  margin-top: 1.25rem
}

body#checkout section.checkout-step .add-address a i {
  font-size: .9375rem
}

body#checkout section.checkout-step .delivery-option {
  background: rgba(204,204,204,.15);
  padding: 1rem .8rem;
  margin-bottom: 1rem;
  align-items: center!important;
  margin-left: 0;
  margin-right: 0
}

body#checkout section.checkout-step .delivery-option>label {
  text-align: inherit;
  margin: 0
}

body#checkout section.checkout-step .delivery-option>label>.row,body#checkout section.checkout-step .delivery-option>label>.row>div:first-child>.row {
  align-items: center!important
}

body#checkout section.checkout-step .delivery-option>label>.row {
  margin-right: -.5rem;
  margin-left: -.5rem
}

body#checkout section.checkout-step .delivery-option>label>.row>.col {
  padding-right: .5rem;
  padding-left: .5rem
}

body#checkout section.checkout-step .delivery-option>label>.row>div:last-child {
  text-align: right;
  float: right
}

body#checkout section.checkout-step .delivery-option>label>.row>div:first-child img {
  margin: 0 .8rem 0 0
}

body#checkout section.checkout-step .delivery-option .carrier-delay {
  font-size: .8rem;
  line-height: 1.2em
}

body#checkout section.checkout-step .carrier-logo img {
  max-width: 100px
}

body#checkout section.checkout-step #personal-information-step-login {
  background: rgba(204,204,204,.15);
  padding: 1.5rem;
  margin-bottom: 1.5rem
}

body#checkout section.checkout-step .forgot-password {
  text-align: center;
  margin-bottom: 1rem
}

body#checkout .additional-information {
  font-size: .875rem;
  margin-left: 2.875rem;
  margin-top: 1.25rem
}

body#checkout #conditions-to-approve a:link {
  text-decoration: underline
}

body#checkout .cancel-address {
  margin: .8rem;
  display: block;
  text-decoration: underline
}

.product-pack article,body#checkout #cart-summary-product-list .cart-summary-product {
  border-bottom: 1px solid rgba(160,160,160,.25);
  padding: .5rem 0
}

body#checkout #cart-summary-product-list .cart-summary-product:last-child {
  border: 0
}

body#checkout #cart-summary-product-list .media-left {
  max-width: 40px
}

body#checkout .cart-summary-totals .iqitfreedeliverycount {
  margin: 1rem 0 0
}

body#checkout #order-summary-content {
  padding: 1rem;
  background: rgba(204,204,204,.15);
  margin-top: 1.5rem
}

body#checkout #order-summary-content h4.black {
  border-bottom: 1px solid rgba(160,160,160,.25);
  padding-bottom: .6rem
}

body#checkout #order-summary-content h5.h5 {
  margin-top: .6rem;
  margin-bottom: 1rem
}

.sitemap .block-links li>ul,body#checkout #order-summary-content h5.addresshead {
  margin-top: .2rem
}

body#checkout #order-summary-content .noshadow {
  box-shadow: none
}

#order-details ul,body#checkout #gift_message,body#checkout #order-summary-content .address-block {
  margin-bottom: 1rem
}

body#checkout #order-summary-content #order-items {
  border-right: 0
}

body#checkout #order-summary-content .order-confirmation-table,body#checkout #order-summary-content .summary-selected-carrier {
  padding: 1rem;
  border: rgba(160,160,160,.25) 1px solid;
  border-radius: 0
}

body#checkout #order-summary-content .summary-selected-carrier {
  margin-bottom: .75rem
}

body#checkout #order-summary-content .step-edit {
  display: inline
}

body#checkout #order-summary-content .step-edit:hover {
  cursor: pointer
}

.modal-terms,.page-addresses .address .address-body {
  padding: 1rem
}

#order-items table tr {
  height: 2rem
}

#order-items table tr td:last-child {
  text-align: right
}

#order-items .order-line {
  margin-top: 1rem
}

#order-items .image img {
  width: 100%;
  margin-bottom: 1rem
}

#order-items .details,#order-items .qty {
  margin-bottom: 1rem
}

#order-items .details .customizations {
  margin-top: .625rem
}

#order-items .totals {
  font-size: 1.3rem
}

#order-confirmation .mail-sent-info {
  padding: 1rem;
  background: rgba(204,204,204,.15);
  margin-bottom: 1.5rem
}

#order-confirmation #content-hook_order_confirmation {
  padding: 1rem 0
}

#order-confirmation .order-confirmation-title-payment {
  border-right: 1px solid rgba(160,160,160,.25)
}

.bold,.page-addresses .address .address-body h4,.page-order-detail .order-items .order-item .desc .name {
  font-weight: 700
}

#products #facets-loader-icon,.js-payment-binary {
  display: none
}

.js-payment-binary .accept-cgv {
  margin-top: 10px;
  display: none
}

.js-payment-binary.disabled {
  opacity: .6;
  cursor: not-allowed
}

.js-payment-binary.disabled::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none
}

#ps_checkout-hosted-fields-form .col-xs-6 {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}

#ps_checkout-hosted-fields-form .ps_checkout-info-wrapper {
  display: inline!important
}

.ps_checkout-button {
  margin-top: 10px
}

.page-addresses .address .address-footer a span,.table-labeled td,.table-labeled th {
  vertical-align: middle
}



.page-order .table {
  margin-bottom: 0
}

.page-order table td,.page-order table th {
  padding: .5rem
}

#customer-form .custom-checkbox {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex
}

#customer-form .custom-checkbox span {
  flex: none
}

#customer-form .custom-checkbox em {
  font-size: .8rem;
  opacity: .8;
  line-height: 1rem;
  display: block;
}

#authentication .tooltip.tooltip-bottom {
  padding: 0;
  margin: 0
}

#authentication .radio-inline,#identity .radio-inline {
  padding: 0
}

#authentication .radio-inline .custom-radio,#identity .radio-inline .custom-radio {
  margin-right: 0
}

.my-account-page-content-wrapper,.page-authentication #content,.page-customer-account #content {
  border: 1px solid rgba(160,160,160,.25);
  padding: 1rem;
  margin: 0 auto
}
.my-account-side-links .dropdown-divider {
  display: none;
}
.my-account-page-content-wrapper .my-account-side-links {
  border-right: 1px solid rgba(160,160,160,.25)
}

.my-account-page-content-wrapper .my-account-side-links>a {
  display: block;
  width: 100%;
  max-width: 100%;
  flex: 0;
  border-bottom: 1px solid rgba(160,160,160,.25);
  padding: .6rem
}


.page-customer-account #content .forgot-password {
  text-align: center;
  font-size: .875rem;
  margin-top: 1rem;
  padding-bottom: .9375rem
}

.page-customer-account #content .no-account {
  text-align: center;
  font-size: 1rem
}

.page-addresses .address {
  border: 1px solid rgba(160,160,160,.25);
  margin-bottom: 1.875rem
}

.page-addresses .address .address-body address {
  min-height: 9rem
}

.page-addresses .address .address-footer {
  border-top: 1px solid rgba(160,160,160,.25);
  padding: .5rem 1rem
}

.page-addresses .address .address-footer a {
  margin-right: .5rem
}

.page-addresses .addresses-footer {
  margin: 0 .9375rem
}

.page-addresses .addresses-footer a span {
  vertical-align: middle;
  margin-top: .5rem
}

.page-order-detail .box {
  border: 1px solid rgba(160,160,160,.25);
  padding: 1rem;
  margin-bottom: 1rem
}

.page-order-detail #order-history .history-lines .history-line {
  padding: .5rem 0;
  border-bottom: 1px solid rgba(160,160,160,.25)
}

.page-order-detail #order-history .history-lines .history-line:last-child {
  border-bottom: 0
}

.page-order-detail #order-history .history-lines .history-line .label {
  display: inline-block;
  margin: .25rem 0;
  color: #fff;
  padding: .25rem .375rem
}
span.label.label-pill {
  padding: .25rem .375rem
}
span.label.label-pill.bright {
  color: #fff;
}

.page-order-detail .addresses h4 {
  font-size: 1rem;
  font-weight: 700
}

.page-order-detail #order-products.return {
  margin-bottom: 1rem
}

.page-order-detail #order-products.return th.head-checkbox {
  width: 30px
}

.page-order-detail #order-products.return td {
  padding: 1.375rem .75rem
}

.page-order-detail #order-products.return td.qty {
  min-width: 125px
}

.page-order-detail #order-products.return td.qty .current {
  width: 30%;
  float: left;
  text-align: right;
  padding-right: .5rem
}

.page-order-detail #order-products.return td.qty .select {
  width: 70%;
  float: left;
  margin: -.625rem 0;
  padding-left: .25rem
}

.page-order-detail .order-items {
  padding: 0!important
}

.page-order-detail .order-items .order-item {
  padding: 1rem 1rem 0;
  border-bottom: 1px solid rgba(160,160,160,.25)
}

.page-order-detail .order-items .order-item .checkbox {
  width: 30px;
  float: left;
  padding: 0 .9375rem
}

.page-order-detail .order-items .order-item .content {
  width: calc(100% - 30px);
  float: left;
  padding: 0 .9375rem
}

.page-order-detail .order-items .order-item .desc,.page-order-detail .order-items .order-item .qty {
  margin-bottom: 1rem
}

.page-order-detail .order-items .order-item .qty .q,.page-order-detail .order-items .order-item .qty .s {
  margin-bottom: .25rem
}

.page-order-detail .messages .message {
  margin-top: .5rem;
  border-bottom: 1px solid rgba(160,160,160,.25)
}

.page-order-detail .messages .message:last-child {
  border-bottom: 0
}

#order-return-infos .customization,.page-order-detail .customization {
  margin-top: .75rem
}

#order-return-infos .thead-default th {
  color: #414141
}

#history .orders {
  margin: 0 -1rem
}

#history .orders .order {
  padding: .75rem 1rem;
  border-bottom: 1px solid rgba(160,160,160,.25)
}

#history .orders .order a h3 {
  color: #878787
}

#history .orders .order .label, .status.status-order .label {
  display: inline-block;
  margin: 0.25rem 0;
  padding: 0.05rem 0.675rem;
  color: #fff;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
}
#history .orders .order:last-child {
  border-bottom: 0
}

#module-psgdpr-gdpr .psgdprinfo17 {
  overflow: hidden
}

.login-form {
  margin-top: 15px
}

.renew-password {
  margin-left: 10px
}

.renew-password .email {
  padding-bottom: 30px
}

.renew-password [type=submit] {
  margin-left: 50px
}


.progress-bar {
  height: 100%;
  transition: .25s ease-out
}

#stores .page-stores .store-item {
  border-bottom: 1px solid rgba(160,160,160,.25)
}

#stores .page-stores .store-item:last-child {
  border-bottom: none
}

#stores .page-stores .store-picture img {
  max-width: 100%
}

#stores .page-stores .store-item-container,#stores .page-stores .store-item-footer {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  box-pack: distribute;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute
}

#stores .page-stores .store-item-container {
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 2rem 0
}

#stores .page-stores .store-item-container ul {
  margin-bottom: 0;
  font-size: .9375rem
}

#stores .page-stores .store-item-container .divide-left {
  border-left: rgba(160,160,160,.25) 1px solid
}

#stores .page-stores .store-item-container .divide-left tr {
  height: 1.5625rem
}

#stores .page-stores .store-item-container .divide-left td {
  padding-left: .375rem
}

#stores .page-stores .store-item-container .store-description,.block-iqitcontactpage .part .icon i {
  font-size: 1rem
}

#stores .page-stores .store-item-footer {
  margin-top: .5rem;
  padding-top: .5rem
}

#stores .page-stores .store-item-footer.divide-top {
  border-top: rgba(160,160,160,.25) 1px solid
}

#stores .page-stores .store-item-footer div:first-child {
  box-flex: 0;
  -moz-flex: 0 0 65%;
  flex: 0 0 65%
}

#stores .page-stores .store-item-footer i.material-icons {
  margin-right: .5rem;
  font-size: 1rem
}

.popover,.popover .arrow {
  position: absolute;
  display: block
}

.popover {
  top: 0;
  left: 0;
  z-index: 1060;
  max-width: 276px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .75rem;
  word-wrap: break-word;
  background-color: #333f48;
  color: #fff;
  background-clip: padding-box;
  border: 1px solid #333f48;
  border-radius: .3rem
}

.popover .arrow {
  width: 1rem;
  height: .5rem;
  margin: 0 .3rem
}

.popover .arrow::after,.popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid
}

.bs-popover-auto[x-placement^=top],.bs-popover-top {
  margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top] .arrow,.bs-popover-top .arrow {
  bottom: calc((.5rem + 1px)*-1)
}

.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::after,.bs-popover-top .arrow::before {
  border-width: .5rem .5rem 0
}

.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::before {
  bottom: 0;
  border-top-color: #333f48;
}

.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-top .arrow::after {
  bottom: 1px;
  border-top-color: #333f48;
}

.bs-popover-auto[x-placement^=right],.bs-popover-right {
  margin-left: .5rem
}

.bs-popover-auto[x-placement^=right] .arrow,.bs-popover-right .arrow {
  left: calc((.5rem + 1px)*-1);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::after,.bs-popover-right .arrow::before {
  border-width: .5rem .5rem .5rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::before {
  left: 0;
  border-right-color:#333f48;
}

.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-right .arrow::after {
  left: 1px;
  border-right-color:#333f48;
}

.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom {
  margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow,.bs-popover-bottom .arrow {
  top: calc((.5rem + 1px)*-1)
}

.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::after,.bs-popover-bottom .arrow::before {
  border-width: 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::before {
  top: 0;
  border-bottom-color: #333f48;
}

.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-bottom .arrow::after {
  top: 1px;
  border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -.5rem;
  content: "";
  border-bottom: 1px solid #333f48;
}

.bs-popover-auto[x-placement^=left],.bs-popover-left {
  margin-right: .5rem
}

.bs-popover-auto[x-placement^=left] .arrow,.bs-popover-left .arrow {
  right: calc((.5rem + 1px)*-1);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0
}

.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::after,.bs-popover-left .arrow::before {
  border-width: .5rem 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::before {
  right: 0;
  border-left-color: #333f48;
}

.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-left .arrow::after {
  right: 1px;
  border-left-color: #333f48;
}

.popover-header {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 0.75rem;
  color: inherit;
  background-color: #333f48;
  border-bottom: 1px solid #333f48;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
  color: #fff;
}

.popover-header:empty {
  display: none
}

.popover-body {
  padding: .5rem .75rem;
  color: #fff
}


#pagenotfound #main .page-header,#products #main .page-header {
  margin: 2rem 0 3rem
}

#pagenotfound #main .page-content,#products #main .page-content {
  margin-bottom: 10rem
}

#pagenotfound .page-not-found .search-widget,#products .page-not-found .search-widget {
  padding: 0
}

@media (max-width: 575.98px) {
  body#checkout section.checkout-step .content {
      padding: .9375rem 0
  }

  body#checkout section.checkout-step .delivery-option>label>.row {
      margin: 0
  }

  body#checkout section.checkout-step .delivery-option-2 {
      flex: 0 0 91.66667%;
      max-width: 91.66667%
  }

  .delivery-option>.col-sm-1:first-child {
      flex: 0 0 8.33333%;
      max-width: 8.33333%;
      padding: 5px
  }

  .delivery-option-2>.row>.col-sm-5 {
      flex: 0 0 100%;
      max-width: 100%
  }

  .delivery-option-2>.row>.col-sm-4 {
      flex: 0 0 60%;
      max-width: 60%;
      padding-left: 0;
      padding-top: 8px
  }

  .delivery-option-2>.row>.col-sm-3 {
      flex: 0 0 40%;
      max-width: 40%;
      padding: 8px 0 0
  }

  #payment-confirmation button {
      font-size: .875rem
  }

  #payment-confirmation button.btn {
      white-space: normal
  }

  .my-account-page-content-wrapper .my-account-side-links {
      border-right: none;
      border-bottom: 1px solid rgba(160,160,160,.25);
      padding-bottom: 1rem;
      margin-bottom: 1.6rem;
      margin-right: 3px;
      margin-left: 3px
  }
  #stores .page-stores .store-item-container,#stores .page-stores .store-item-footer {
      display: block
  }

  #stores .page-stores .store-item-container .divide-left {
      border-left: none
  }

  #stores .page-stores .store-item-container .store-description a,#stores .page-stores .store-item-container .store-description address,#stores .page-stores .store-item-footer li {
      margin-bottom: .5rem
  }

  #stores .page-stores .store-item-footer.divide-top {
      border-top: rgba(160,160,160,.25) 1px solid
  }

  #stores .page-stores .store-item-footer .card-block {
      padding: .75rem .75rem 0
  }
}
@media (max-width: 767.98px) {
  body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
      float: none;
      margin-top: .5rem
  }

  #order-items {
      border-right: 0;
      margin-top: 2rem
  }

  #order-items hr {
      border-top-color: rgba(160,160,160,.25)
  }

  #order-details {
      border-top: 1px solid rgba(160,160,160,.25);
      padding-top: 2rem;
      margin-top: 1rem
  }
  #stores .page-stores,section.checkout-step {
      width: 100%
  }

  #stores .page-stores .store-item-container {
      padding: 1rem 0
  }
  .contact-page-info {
      border-right: none;
      border-bottom: 1px solid rgba(160,160,160,.25);
      margin-bottom: 2rem
  }
  #checkout-cart-summary {
      float: none;
      width: 100%;
      margin-top: 1rem
  }

}
@media (max-width: 991.98px) {
  body#checkout section.checkout-step .address-item {
      -moz-flex-grow: 1;
      flex-grow: 1;
      -ms-flex-positive: 1
  }

  .delivery-option {
      margin: auto
  }

  .condition-label label[for="conditions_to_approve[terms-and-conditions]"] {
      text-align: left
  }

  #order-confirmation #registration-form {
      width: 100%
  }
}
.sitemap ul.nested {
  margin-left: 20px
}

.sitemap ul li {
  font-size: .9rem
}

.sitemap .block-links ul>li {
  margin-bottom: .2rem
}
@media(max-width: 767px) {
  .my-account-side-links.col-md-3 {
      display: none;
  }
}
@media(min-width: 967px) {

  .my-account-side-links.col-12 {
      padding: 0;
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
      grid-gap: 1rem;
      border: none !important;
  }
  .my-account-side-links.col-12 > a {
      padding: 0;
      flex: 100%;
      border: 1px solid rgba(160, 160, 160, .25) !important;
      text-align: center;
      padding: 1rem 0.5rem;
      font-size: 0.825rem;
      line-height: 1.2;
  }
  .my-account-side-links.col-12 > a i { display: block; font-size: 28px; margin: 1rem auto; text-align: center; }
  body#my-account  .my-account-page-content-wrapper  {
      border: none !important;
      padding: 0 1rem;
      margin: 0 auto;
  }
}

#module-iqitwishlist-view input.form-control.input-qty, #module-iqitwishlist-view button.btn.btn-product-list.add-to-cart .fa-circle-o-notch {
  display: none;
}