﻿.checkout-detail {
    background-color: #f8f2ea;
    border-radius: 12px;
    position: sticky;
    top: 100px;
}

.ps-title {
    /*color: #bf904c;*/
    font-size: 2rem;
    font-weight: Bolder
}

.ps-text {
    font-size: 1.3rem
}

.ps-total {
    font-size: 1.5rem;
    font-weight: bold;
    border-top: 1px solid #00000030;
}

.btn-pay {
    background-color: #be8c44;
    color: white;
    font-size: 1.5rem;
    font-weight: bold
}

    .btn-pay:hover, .btn-pay:active {
        background-color: #be8c44;
        color: white;
    }

.checkout-detail input {
    background: inherit;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #00000030;
    transition: border 0.2s ease;
}

    .checkout-detail input:focus {
        background: inherit;
        border: none;
        border-bottom: 1px solid #000000;
        box-shadow: none;
    }




.pg-ticket {
    display: flex;
    margin-bottom: 30px;
}

    .pg-ticket:last-child {
        margin-bottom: 0px;
    }

    .pg-ticket.disabled {
        position: relative;
    }

        .pg-ticket.disabled:after {
            content: "";
            display: inline-block;
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            background-color: #fff;
            opacity: 0.5;
            z-index: 1;
        }

.pg-img-wrap {
    /*width: 30%;*/
}

.pg-details-wrap {
    /*width: 40%;*/
    padding: 20px;
    background-color: #f2f2f2;
    position: relative;
}

.pg-quantity-wrap {
    /*width: 11%;*/
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}


.pg-user-wrap {
    /*width: 29%;*/
    padding: 20px;
    position: relative;
    background-color: #f8f2ea;
    border-radius: 20px;
}



.pg-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
    border-radius: 20px;
}

.pg-user-wrap:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 3px;
    height: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(to top, #ffffff 66%, rgba(255, 255, 255, 0) 0%);
    background-position: left;
    background-size: 3px 20px;
    background-repeat: repeat-y;
}

.pg-quantity {
    text-align: center;
}

.pg-qty-wrap p {
    font-size: 18px;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.pg-qty {
    font-size: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 80px;
    /*background-color: #fff;*/
    color: white
}

.pg-plus, .pg-minus {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    user-select: none;
}

.pud-title {
    font-size: 16px;
    font-weight: 600;
    color: rgba(0,0,0,0.8);
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 15px;
}

.pg-edit {
    text-transform: none;
    color: var(--gold-text);
    font-weight: 400;
    margin-left: 10px;
    cursor: pointer;
}

.pud-contact {
}

    .pud-contact p {
        margin-bottom: 10px;
        line-height: 1;
        color: #000;
        font-size: 14px;
    }

.pg-total {
    /*position: absolute;*/
    bottom: 0;
    left: 0;
    /*padding: 0 0 0 20px;*/
    position: relative;
}

    .pg-total span {
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
    }

.pg-price, .pg-price .dumpPrice {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
}

.pg-controls {
    /*    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 0 20px 20px;
    z-index: 2;*/
}

    .pg-controls span, .pg-controls a {
        color: var(--gold-text);
        margin-right: 30px;
        font-weight: bold;
        font-size: 14px;
        cursor: pointer;
        line-height: 1;
        display: inline-block;
    }

.pg-time {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 20px;
}

    .pg-time span {
        color: var(--gold-text);
        font-weight: 600;
    }

    .pg-time .divider {
        color: #000;
        margin: 0 10px;
    }

.pg-title-wrap h3 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 0;
    color: #000;
}

.pg-title-wrap span {
    font-size: 14px;
    line-height: 1;
    color: rgba(0,0,0,0.8);
}

.pg-address-wrap {
    font-size: 14px;
    color: rgba(0,0,0,0.8);
    /*margin-top: 40px;*/
}

.cd-wrap {
    width: 500px;
}

.cd-title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
    text-transform: uppercase;
}

.cd-btn {
    margin-top: 30px;
}


.pg-details-wrap {
    border-radius: 20px 0 0 20px;
    background-color: #f1e6d6;
}

.pg-quantity-wrap {
    border-radius: 0 20px 20px 0;
    background-color: #b78232;
}

.pu-section {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

.pu-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    z-index: 0;
}

.pu-flex {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pu-card {
    padding: 50px;
    background-color: #fff;
    position: relative;
}

.pu-close {
    position: absolute;
    z-index: 1;
    width: 15px;
    height: 15px;
    top: 25px;
    right: 35px;
    cursor: pointer;
}

    .pu-close img {
        vertical-align: top;
    }

.pg-btn.plus {
    background-color: #ad7529;
    border-radius: 50%;
    padding: 10px;
}

.pg-btn.minus {
    background-color: #be8c3f;
    border-radius: 50%;
    padding: 10px;
}

@media(max-width:576px) {
    .pg-title-wrap h3 {
        font-size: 1.9rem;
    }

    .pg-img {
        height: 150px
    }
}

@media(min-width:200px) and (max-width:767px) {
    .pu-card {
        width: 90%;
    }

    .cd-wrap {
        width: 100%;
    }

    .pg-total:before {
        content: "";
        display: inline-block;
        position: absolute;
        width: 1px;
        height: 100%;
        left: -10px;
        top: 0;
        background-image: linear-gradient(to top, #dcc39f 66%, rgba(255, 255, 255, 0) 0%);
        background-position: left;
        background-size: 3px 14px;
        background-repeat: repeat-y;
    }
}

@media(min-width:991px) {
    .wrapper {
        padding-top: 100px;
    }
}
