#order-items table,
#pagenotfound .page-not-found .search-widget input,
#products .page-not-found .search-widget input {
    width: 100%;
}

.page-order-detail #order-infos ul,
.page-order-detail #order-infos2 ul,
body#checkout section.checkout-step hr {
    margin: 0;
}

body#checkout section.checkout-step .radio-field label {
    display: inline;
}

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 .content {
    padding: 0 1rem;
}

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 49%;
    flex: 0 0 49%;
    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 .cancel-address {
    margin: .8rem;
    display: block;
    text-decoration: underline;
}

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;
}

body#checkout #order-summary-content h5.addresshead {
    margin-top: .2rem;
}

body#checkout #gift_message,
body#checkout #order-summary-content .address-block {
    margin-bottom: 1rem;
}

body#checkout #order-summary-content .noshadow {
    box-shadow: none;
}

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;
}

#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);
}

#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-body,
.page-addresses .address .address-body h4,
.page-addresses .address .address-footer a span,
.page-order-detail .order-items .order-item .desc .name,
.page-order .table,
.page-order table td,
.page-order table th,
#customer-form .custom-checkbox,
#customer-form .custom-checkbox span,
#customer-form .custom-checkbox em {
}

.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;
}

#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-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-my-account .my-account-page-content-wrapper .my-account-side-links > a[href*="logout"],
.page-my-account .my-account-page-content-wrapper .my-account-side-links > a[href*="mylogout"] {
    background: #fff4f1 !important;
    border-color: rgba(181, 139, 47, 0.14) !important;
    border-left-color: rgba(206, 119, 99, 0.55) !important;
}

.page-my-account .my-account-page-content-wrapper .my-account-side-links > a[href*="logout"]:hover,
.page-my-account .my-account-page-content-wrapper .my-account-side-links > a[href*="mylogout"]:hover {
    background: #feece6 !important;
    border-color: rgba(181, 139, 47, 0.14) !important;
    border-left-color: rgba(206, 119, 99, 0.75) !important;
}

.page-customer-account #content .order-actions a {
    padding: 0 .125rem;
}

.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;
}

.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;
}

#stores .page-stores .store-item-container .divide-left th {
    text-align: right;
}

#stores .page-stores .store-item-footer li {
    margin-bottom: .5rem;
}

#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: 1px solid rgba(160, 160, 160, .25);
}

#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: 1px solid rgba(160, 160, 160, .25);
}

#stores .page-stores .store-item-footer div:first-child {
    line-height: 2rem;
}

#stores .page-stores .store-item-footer i.material-icons {
    font-size: 1rem;
}

.contact-page-info {
    border-right: 1px solid rgba(160, 160, 160, .25);
}

.block-iqitcontactpage hr {
    margin: .3rem 0;
}

.block-iqitcontactpage .part .icon {
    min-width: 1rem;
    margin-right: .3rem;
    width: auto;
}

#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;
}

.customization-modal .modal-content {
    border-radius: 0;
    border: 1px solid rgba(160, 160, 160, .25);
}

.customization-modal .modal-content .modal-body {
    padding-top: 0;
}

.customization-modal .modal-content .modal-body .product-customization-line {
    padding-bottom: .9375rem;
    padding-top: .9375rem;
    border-bottom: 1px solid rgba(160, 160, 160, .25);
}

.customization-modal .modal-content .modal-body .product-customization-line .label {
    font-weight: 700;
    text-align: right;
}

.customization-modal .modal-content .modal-body .product-customization-line:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

@media (max-width:991.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;
    }

    body#checkout section.checkout-step .address-item {
        -moz-flex-grow: 1;
        flex-grow: 1;
        -ms-flex-positive: 1;
    }

    #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;
    }

    #left-column #search_filter_controls,
    #right-column #search_filter_controls {
        text-align: center;
        margin-bottom: 1rem;
    }

    #left-column #search_filter_controls button,
    #right-column #search_filter_controls button {
        margin: 0 .5rem;
    }

    #left-column #search_filters,
    #right-column #search_filters {
        margin-bottom: 0;
        box-shadow: none;
        padding: 1rem 0 0;
    }

    #left-column.-only-facet-search>:not(#facets_search_wrapper),
    #right-column.-only-facet-search>:not(#facets_search_wrapper) {
        display: none;
    }

    #search_filter_toggler {
        width: 100%;
    }

    #left-column #facets_search_wrapper {
        display: none;
    }

    #left-column.-only-facet-search #facets_search_wrapper {
        display: block;
    }

    #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;
    }
}

.lang-rtl .cart-summary-line .value,
body#checkout.lang-rtl section.checkout-step.-reachable.-complete h1 .step-edit {
    float: left;
}
