/*
 * ---------------------------------
 * ---------- Static Page ----------
 * ---------------------------------
 */

.return-exchange-success {
    background: #F3F3F3;
}

.return-exchange-success .order-checkout-success-content {
    margin-top: 35px;
}

.static-page.replacements-and-returns .inner h1 {
    border-bottom: 1px solid #E4E5E5;
    padding-bottom: 30px !important;
}

.returned-product-row {
    border: 1px solid #e4e5e5;
    border-radius: 16px;
    padding: 16px 8px;
    margin-top: 20px;
    font-size: 0;
    opacity: 0.7;
}

.returned-product-row:first-child {
    margin-top: 0;
}

.returned-product-row .product-image {
    display: inline-block;
    vertical-align: top;
    width: 80px;
    margin-right: 10px;
}

.returned-product-row .product-image img {
    display: block;
    width: 100%;
}

.returned-product-row .product-info {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 90px);
}

.returned-product-row .product-info .product-name-wrapper {
    position: relative;
    margin-bottom: 6px;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
}

.returned-product-row .product-info .product-prices-wrapper {
    margin-top: 6px;
}

.returned-product-row .product-size-quantity {
    margin-top: 8px;
    display: inline-block;
}

.returned-product-row .product-size-quantity .action {
    margin-left: 6px;
    position: relative;
}

.returned-product-row .product-size-quantity .action:before {
    content: "";
    position: relative;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}

.returned-product-row .product-size-quantity.returned .action:before {
    background: url('/images/icons/undo_1.svg');
}

.returned-product-row .product-size-quantity.exchanged .action:before {
    background: url('/images/icons/restart_1.svg');
    margin-top: -3px;
}

.returned-product-row .request-number-and-date {
    margin-top: 8px;
    display: inline-block;
}

.returned-product-row .product-prices .price {
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.2px;
}

.returned-product-row .product-prices .promo-price {
    margin-right: 3px;
}


.ordered-product-row {
    border: 1px solid #e4e5e5;
    border-radius: 16px;
    padding: 16px 8px;
    margin-top: 20px;
}

.ordered-product-row:first-child {
    margin-top: 0;
}

.ordered-product-row .product-actions {
    display: none;
}


.ordered-product-row .action-box {
    padding: 8.5px 15px;
    cursor: pointer;
    background-image: linear-gradient(180deg, #FFFFFF 0%, #E2E2E2 100%);
    border: 1px solid #CCCCCC;
    box-shadow: 0 -1px 0 0 #FFFFFF;
    border-radius: 4px;
    margin-bottom: 10px;
    position: relative;
}


.ordered-product-row .action-box:hover {
    border: 1px solid #C1C1C1;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
}

.ordered-product-row .action-box.checked {
    border: 1px solid #7B7B7B;
}

.ordered-product-row .action-box.checked:hover {
    border: 1px solid #7B7B7B;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
}

.ordered-product-row .action-box .label {
    width: calc(100% + 30px);
    margin-left: -16px;
    margin-top: -27px;
    padding: 10px 40px 10px 40px;
    margin-bottom: -8px;
}


.ordered-product-row .action-box .label:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 9px;
    left: 15px;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #CCCCCC;
    border-radius: 50%;
    margin-right: 10px;
}

.ordered-product-row .action-box.checked .label:before {
    background: #079048;
    border: 1px solid transparent;
}

.ordered-product-row .action-box.checked .label:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 14px;
    left: 20px;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    margin-right: 10px;
}

.action-box input {
    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}


.exchange-return-product {
    font-size: 0;
}

.exchange-return-product .product-image {
    display: inline-block;
    vertical-align: top;
    width: 80px;
    margin-right: 10px;
}

.exchange-return-product .product-image img {
    display: block;
    width: 100%;
}

.exchange-return-product .product-info {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 90px);
}

.exchange-return-product .product-info .product-name-wrapper {
    position: relative;
    margin-bottom: 6px;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
}

.exchange-return-product .product-info .product-prices-wrapper {
    margin-top: 6px;
}


.exchange-size-select {
    margin-top: 10px;
    margin-bottom: 5px;
}

.exchange-size-select .error {
    color: #e74c3c !important;
    display: none;
}

.exchange-size-select option[data-is-available='0'] {
    display: none;
}

.action-box input {
    overflow: hidden;
}


.fancourier-elements {
    display: none;
}


.create-fancourier-return-shipment .bank-account-details {
    display: none;
    border-top: 1px solid #E4E5E5;
}

.create-fancourier-return-shipment .bank-account-details .form-group {
    position: relative;
}

.create-fancourier-return-shipment .bank-account-details .form-group:not(:last-child) {
    margin-bottom: 30px;
}

.create-fancourier-return-shipment .bank-account-details .helper-text {
    margin-bottom: 10px;
    color: #252324;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 15px;
    position: absolute;
    top: 73px;
}

.create-fancourier-return-shipment .refund-amount-details {
    display: none;
    border-top: 1px solid #E4E5E5;
    position: relative;
}

.static-page.replacements-and-returns .inner .create-fancourier-return-shipment .refund-amount-details .info-text {
    margin-bottom: 0;
}

.static-page.replacements-and-returns .inner .create-fancourier-return-shipment .refund-amount-details .text-info {
    margin-top: 25px;
}

.refund-amount {
    position: absolute;
    right: 30px;
    top: 30px;
}

.reset-button-wrapper {
    padding: 0 30px 30px 30px;
}


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

    .return-exchange-success {
        background: #FFFFFF;
    }


    .return-exchange-success .order-checkout-success-content {
        margin-top: 15px;
    }
}


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

    .static-page.replacements-and-returns .customer-profile-form .form-group {
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
    }

    .static-page.replacements-and-returns .customer-profile-form .form-group:not(:last-child) {
        margin-bottom: 0;
        margin-top: 0;
    }

    .reset-button-wrapper {
        padding: 0 12px 25px 12px;
    }
}
