.order-summary p {
    font-family: Walkway Black;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.24em;
    text-align: left;
    text-transform: uppercase;
    color: #231F20;
    line-height: 20px;
}
.cart-item.ladies-pass h5 {
    font-family: Walkway Black;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.24em;
    text-align: left;
    color: #231F20;
    text-transform: uppercase;
    border-bottom: 1px solid #998674;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.cart-item.ladies-pass p {
    font-size: 14px;
    line-height: 19.6px;
    letter-spacing: 0.24em;
    position: relative;
    margin: 0;
}
.cart-item.ladies-pass .cart-item-name p {
    padding-left: 27px;
}
.cart-item.ladies-pass .cart-item-name p label {
    cursor: pointer;
}
.cart-item.ladies-pass .cart-item-name p:empty {
    display: none;
}
/* .cart-item.ladies-pass .cart-item-name p:before {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    background: url(../images/checkbox-daypass.svg) no-repeat center;
    left: 0;
    top: 1px;
    display: block;
} */
.infomation .form-group .iti__selected-country .iti__selected-dial-code {
    display: none;
}
.remove-item {
    border: 0;
    padding: 0;
}
.remove-item span{
    display: none;
}
.remove-item::before{
    content: '';
    background: url(../images/icon-remove.svg) no-repeat center;
    width: 15px;
    height: 16px;
    display: flex;
}
.type-header {
    font-family: Walkway Black;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.24em;
    text-align: left;
    color: #231F20;
    border-bottom: 1px solid #998674;
    padding-bottom: 20px;
    margin: 0;
}
.cart-type-group {
    margin-top: 33px;
}
.remove-item:focus,
.remove-item:hover {
    background: transparent;
}
.cart-item-name .hidden-dektop {
    display: none;
}
.cart-item-name {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
}
.cart-item-name .hidden-dektop .remove-item {
    padding-left: 10px;
}
.addon-purchase .addon-quantity {
    appearance: none;
    content: '';
    background: #fff url(../images/arrow-down.svg) no-repeat center right 12px;
    text-align: center;
}
.sold-out:before {
    content: '';
    background: url('../images/soud-out.svg') no-repeat center;
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.sold-out {
    font-family: Walkway Black;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.24em;
    text-align: right;
    color: #000000;
    margin-bottom: 5px;
}
.sold-out-notice {
    font-family: MintSans;
    font-size: 14px;
    font-weight: 400;
    line-height: 23.8px;
    letter-spacing: 0.14em;
    text-align: right;
    color: #FF0000;
}
.cart-item.unavailable .addons{
    opacity: 0.6;
    position: relative;
}
/* .cart-item .addons .addon-item ul li.count::after{
    content: '';
    background: url('../images/winner.svg') no-repeat center;
    width: 8px;
    height: 25px;
    top: -10px;
    background-size: cover;
} */
.upgrade-experience {
    margin-top: 15px;
    background: #e0cfb233;
    padding: 28px;
}
.upgrade-experience:empty{
    display: none;
}
.unavailable-notice {
    margin-bottom: 15px;
}
.upgrade-experience .upgrade-btn {
    width: 100%;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    font-family: Walkway Black;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    letter-spacing: 0.24em;
    text-align: left;
    color: #231F20;
    position: relative;
    padding-left: 20px;
}
.upgrade-experience .upgrade-btn .minus-icon {
    position: absolute;
    left: 0;
    top: -2px;
}
.addon-option {
    padding: 20px 0 5px;
}

.addon-option:last-child {
    border-bottom: none;
}

.addon-details h4 {
    font-family: 'Monument Extended', sans-serif;
    margin-bottom: 10px;
}
.addon-purchase {
    display: flex;
    gap: 10px;
    margin-top: 0;
    justify-content: space-between;
    align-items: center;
}
.addon-purchase .add-addon-btn {
    background: transparent;
    font-family: MintSans;
    font-size: 12px;
    font-weight: 400;
    line-height: 20.4px;
    letter-spacing: 0.14em;
    text-align: center;
    color: #231F20;
    border: 1px solid #000000;
    border-radius: 0;
    padding: 11px 15px;
    width: 110px;
}
.addon-purchase .add-addon-btn:before {
    content: '';
    background: url(../images/price-icon.svg) no-repeat center;
    width: 15px;
    height: 17px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.addon-details {
    width: 45%;
}
.addon-quantity {
    padding: 9px 22px 9px 9px;
    border: 1px solid #231F20;
    min-width: 80px;
    max-width: 80px;
    border-radius: 0;
}
.unavailable-notice .sold-out {
    font-family: Walkway Black;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.24em;
    text-align: right;
    color: #000000;
    position: relative;
}
.unavailable-notice .sold-out::before{
    content: '';
    background: url('../images/soud-out.svg') no-repeat center;
    width: 17px;
    height: 17px;
}
/* .cart-item .addons ul li.count::after {
    background: url('../images/winner.svg') no-repeat center;
    width: 8px;
    height: 25px;
    top: -8px;
    background-size: cover;
} */
.unavailable .cart-item-name,
.unavailable .cart-item-details {
    opacity: .5;
}
.unavailable-notice .sold-out-notice {
    font-family: MintSans;
    font-size: 14px;
    font-weight: 400;
    line-height: 23.8px;
    letter-spacing: 0.14em;
    text-align: right;
    color: #FF0000;
}
.treep-checkout-widget .order-summary .order-total p {
    font-size: 16px;
}
.treep-checkout-widget .cart-item-name p{
    font-size: 14px;
}
.order-bottom ul .input-wrapper .select2-selection--multiple {
    border-radius: 0;
    min-height: 38px;
}
.order-bottom ul .order-input {
    min-height: 38px;
    border-radius: 0;
}
.order-bottom ul .order-input:focus {
    box-shadow: none;
    outline: 0;
}
.checkout-wraper button.iti__selected-country, 
.checkout-wraper button.iti__selected-country:hover,
.checkout-wraper button.iti__selected-country:focus{
    background: transparent;
}
.checkout-wraper button.iti__selected-country .iti__selected-country-primary {
    background: transparent !important;
}
@media only screen and (max-width: 1024px) {
    .cart-item-name .hidden-dektop {
        display: flex;
        align-items: flex-start;
    }
    .cart-item-details .price,
    .cart-item-details .remove-item{
        display: none;
    }
    /* .cart-item .addons .addon-item ul li.count::after{
        width: 6px;
        height: 15px;
        top: 0px;
    } 
    .cart-item .addons ul li.count::after {
        width: 6px;
        height: 15px;
        top: 0px;
    }*/
}
@media only screen and (max-width: 767px) {
    .upgrade-experience .upgrade-btn{
        font-size: 11px;
        line-height: 15.4px;
    }
    .addon-purchase {
        flex-wrap: wrap;
    }
    .addon-purchase .addon-details.hidden-desktop {
        display: block;
        width: 100%;
    } 
    .type-header{
        font-size: 12px;
        line-height: 16.8px;
        letter-spacing: 0.24em;
        padding-bottom: 11px;
    }
    .cart-type-group {
        margin-top: 24px;
    }
    .cart-item.ladies-pass p{
        font-size: 12px;
        line-height: 16.8px;
        letter-spacing: 0.24em;
        padding-left: 0;
    }
    .cart-item.ladies-pass p:before{
        display: none;
    }
    .cart-item {
        margin-top: 27px;
    }
    .cart-item ul li.count::after {
        width: 12px;
        height: 14px;
        background-size: cover;
        top: 3px;
    }
    .cart-item ul li.count {
        padding-right: 14px;
    }
    .remove-item::before {
        width: 10px;
        height: 11px;
        background-size: cover;
    }
    .cart-item-name .hidden-dektop .remove-item {
        padding-left: 18px;
        padding-top: 2px;
    }
    .unavailable-notice .sold-out-notice{
        font-size: 11px;
    }
    .treep-checkout-widget .order-summary .order-total p {
        font-size: 12px;
    }
    .treep-checkout-widget .cart-item-name p{
        font-size: 12px;
    }
    .checkout-top ul li:first-child{
        margin-left: 0;
    }
    .checkout-top ul li:last-child {
        margin-right: 0;
    }
    .order-summary p{
        font-size: 8px;
    }
}