﻿.reso-guest-container {
    max-width: 420px;
    margin: 40px auto;
    padding: 30px;
}

    .reso-guest-container h2 {
        background-color: unset;
        color: #1a1a1a;
        opacity: 1;
        margin-bottom: 0px;
        padding-left: 0px;
    }

    .reso-guest-container p {
        margin-bottom: 25px;
        margin-top: 0px;
        font-size: 14px;
        line-height: 20px;
    }

    .reso-guest-container .form-group {
        margin-bottom: 10px;
    }

        .reso-guest-container .form-group:last-of-type {
            margin-bottom: 20px;
        }

    .reso-guest-container .form-labels {
        display: block;
        margin-bottom: 3px;
    }

    .reso-guest-container .form-input {
        width: 100%;
        padding: 11px;
        border: 1px solid #ccc;
        font-size: 13px;
        box-sizing: border-box;
    }

        .reso-guest-container .form-input:focus {
            outline: none;
        }

    .reso-guest-container .btn-confirm {
        background-color: #FF6501;
        border: solid 1px #FF6501;
        border-radius: 25px;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 16px;
        color: white;
        line-height: 16px;
        padding: 15px 0px;
        text-align: center;
        cursor: pointer;
        display: block;
        width: 100%;
    }

        .reso-guest-container .btn-confirm:hover {
            background-color: #e55a00;
            border-color: #e55a00;
        }

    .reso-guest-container .form-input::placeholder {
        padding-left: 0px;
    }

    .reso-guest-container .validation-error {
        color: #E30613 !Important;
        font-size: 10px;
        margin-top: 4px;
    }

    .reso-guest-container .message-panel {
        padding: 12px;
        margin-bottom: 20px;
        border-radius: 4px;
        font-size: 14px;
    }

    .reso-guest-container .message-error {
        background-color: #fdecea;
        color: #c0392b;
        border: 1px solid #c0392b;
    }

    .reso-guest-container .message-success {
        background-color: #eafaf1;
        color: #27ae60;
        border: 1px solid #27ae60;
    }

.textual-customer-support {
    text-align: right;
    position: absolute;
    top: 30px;
    right: 5px;
    width: 130px;
    height: 20px;
    display: flex;
    text-decoration: none;
    font: normal normal bold 14px/21px Poppins;
    letter-spacing: 0px;
    color: #1A1A1A;
    opacity: 1;
}

.textual-customer-support a {
    text-decoration: underline;
}

.reso-guest-container .input-icon-wrapper {
    position: relative;
    display: block;
}

.reso-guest-container .input-icon-wrapper .form-input {
    padding-right: 40px;
}

.reso-guest-container .input-icon-wrapper .input-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
}

.reso-guest-container .input-icon-wrapper .input-icon img {
    width: 15px;
    height: 15px;
}

.reso-product-item {
    border-bottom: 1px dotted #dddddd;
    padding-bottom: 20px;
    padding-left: 10px;
    margin-bottom: 10px;
    position: relative;
    display: table;
    width: 100%;
    min-height: 85px;
    float: left;
    margin-top: 10px;
}

.reso-product-item .title {
    text-align: left;
    font: normal normal 600 16px/20px Poppins;
    letter-spacing: 0px;
    color: #1A1A1A;
    opacity: 1;
    margin-top: 2px;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
}

.reso-product-item .attr {
    font-size: 14px;
    line-height: 22px;
    margin-top: 2px;
}

.reso-product-item .attr.type {
    font-size: 12px;
}

.reso-product-item .primg .prices {
    position: absolute;
    width: auto;
    font-size: 1.2em;
    top: 0px;
    right: 10px;
    text-align: right;
}

.reso-product-item .primg .prices .sellpr {
    font-size: 16px;
    line-height: 22px;
}

.reso-product-item .boxprod a:link {
    color: #1A1A1A;
    font-weight: bold;
    text-decoration: underline;
}

.reso-product-item .attr .prodtype {
    text-transform: uppercase;
}

.reso-product-item .attr.code .data {
    font-weight: bold;
}

.reso-product-item .boxprod .listpr {
    display: none;
}

.reso-product-item .reso-product-message{
    font-weight: 600;
}

.reso-product-item .reso-product-action {
    font-weight: 500;
}

.reso-product-item .reso-product-message,
.reso-product-item .reso-product-action {
    display: flex;
    align-items: center;
    position: absolute;
    width: auto;
    font-size: 14px;
    line-height: 18px;
    top: 50px;
    right: 10px;
    text-align: right;
}

.reso-product-item .reso-reasons-dropdown {
    font-size: 15px;
    line-height: 22px;
    padding: 3px;
}

.reso-guest-products .reso-order-subtitle {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
    padding: 0 0 15px 10px;
    border-bottom: 1px dotted #ccc;
}

.reso-guest-products .reso-order-subtitle .order-id {
    font-weight: bold;
}

.boxmessage .buttons {
    text-align: right;
    margin-bottom: 0;
}

.reso-guest-products .btn-confirm {
    background-color: #a7c553;
    border: none;
    outerline: none;
    padding: 10px 20px;
    border-radius: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
}

.reso-guest-products .btn-confirm:hover {
    background-color: #8dab3a;
}

.reso-guest-products .reso-submit-section {
    clear: both;
    display: flex;
    justify-content: flex-end;
}

.reso-refund-section h3 {
    font-weight: bold;
    font-size: 16px;
    color: #25a345;
    margin-top: 2px;
    margin-bottom: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: transparent;
    background-image: none;
    text-align: left;
    font: normal normal 600 18px / 24px Poppins;
    letter-spacing: 0px;
    padding-left: 0;
}

@media (max-width: 767px) {
    .reso-product-item .primg .prices .sellpr {
        font-size: 15px;
        line-height: 18px;
    }

    .textual-customer-support {
        top: 12px;
    }

    .reso-guest-container {
        max-width: unset;
        padding: 10px;
        margin: 0px auto 20px auto;
    }

    .half-image-layout-main-container .image-section {
        width: unset;
        margin: 0 10px;
    }

    .reso-product-item .reso-product-message,
    .reso-product-item .reso-product-action {
        position: relative;
        top: unset;
        right: unset;
        justify-content: flex-end;
        margin-top: 20px;
    }
}

.footer, .findtopbottom {
    display: none;
}

.maincontent {
    border-bottom: none;
    margin-bottom: 0;
}