.single .product-addon {
    margin: 10px 0 25px 0;
    padding: 30px 0 9px 0;
    border-top: 1px solid #eee;
    display: flex;
    gap: 5px;
    align-items: center;
}

.single .ticket_container {
    display: flex;
    gap: 50px;
}

/* .single .ticket_container>div {
    display: flex;
} */

.single .optional_add_on_wrap {
    border-top: 1px solid #eee;
    padding: 45px 0 25px;
}

.single .optional_add_on_wrap h3,
.single .product_additionals h3 {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    text-transform: capitalize;
}

/* 
.single .quantity-input {
    display: flex;
    align-items: center;
} */

.single .quantity-btn {
    border: 1px solid #ccc;
    text-align: center;
    cursor: pointer;
    background: #fff;
}

.single .quantity-input input {
    text-align: center;
    border: 1px solid #ccc;
    background: #F6F6F6;
    color: #757575;
    /* padding-left: 10px; */
}

.single span.woocommerce-Price-amount.amount {
    font-size: 32px;
    font-weight: 600;
}

.single .add_to_cart_wrap {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 25px;
}

.single .add_to_cart_wrap p {
    margin: 0;
}

.single .product-addon label,
.single .ticket_container label {
    background: #F0F6FF;
    padding: 0 15px;
    min-width: fit-content;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    display: flex;
    align-items: center;
}

.single .product-addon label {
    margin-right: 5px;
}

.single .quantity-input {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.single .quantity-input .inp_container input:not([type="radio"]),
.single .quantity-input .inp_container button {
    width: 55px;
    height: 50px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.single .add_on_inner .quantity-input .inp_container>*:not(label, button) {
    width: 77px;
}

.single .add_on_inner>div h3,
.single .product_additionals h3 {
    margin-bottom: 10px;
}

.single .quantity-input .inp_container {
    display: flex;
    max-height: 55px;
}

.single .quantity-input .price_per_person {
    width: 60%;
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

.single .add_on_inner {
    margin-top: 29px;
}

.single .add_on_inner .add_on_two {
    padding-left: 40px;
}

.single .add_on_inner .add_on_one {
    padding-right: 40px;
}

.single .datepicker {
    padding: 0;
}

.single .datepicker td,
.single .datepicker th,
.single .datepicker table tr td span {
    text-align: center;
    padding: 8px 16px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

.single .datepicker th {
    background: #86E244;
    border-radius: 0;
    margin: 0;
}

.single .datepicker table.table-condensed {
    width: 340px;
}

.single td.active.day,
.single .datepicker table tr td span.active {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#82f72e), to(#4c8125)) !important;
    background-image: linear-gradient(to bottom, #82f72e, #4c8125);
}

.single input.datepicker {
    background: #F6F6F6;
    border: none;
    height: 55px;
    width: 100%;
    font-size: 17px;
    font-family: 'Roboto';
    padding: 15px;
    font-weight: 500;
    position: relative;
    background-repeat: no-repeat;
    background-position: 98%;
}

.single .product_additionals {
    margin-top: 35px;
    padding-top: 35px;
    border-top: 1px solid #D3D3D3;
}

.single .product_additional_inner {
    margin-bottom: 10px;
    gap: 34px;
}

.single .addtional_value {
    height: 55px;
    background: #F6F6F6;
    display: flex;
    align-items: center;
    padding: 15px;
    font-family: 'Roboto';
    min-width: max-content;
}

.single .add_to_cart_wrap span,
.single .add_to_cart_wrap p {
    color: #000;
    font-family: Roboto;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

form.cart {
    margin-left: 10px;
}

.single form.cart button[type="submit"],
.woocommerce ul.products li.product .button {
    border-radius: 0;
    color: #000;
    padding: 0 48px;
    max-width: 290px;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    line-height: 62px;
    position: relative;
    font: normal normal 700 24px / 24px 'Roboto';
    color: #000000;
    text-transform: uppercase;
    border: 1px solid #86E244;
    background: #86E244 0% 0% no-repeat padding-box;
    line-height: 62px;
}

.single form.cart button[type="submit"]:hover,
.woocommerce ul.products li.product .button:hover {
    color: #fff;
    background: #000;
}

.single .product_additionals p {
    color: #000;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


/* Related Product  */


.single .related.products {
    margin-top: 110px;
}

.single .related.products h2 {
    color: #000;
    font-family: Roboto;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    /* line-height: 45px; */
    /* 150% */
    text-transform: uppercase;
    margin-bottom: 15px;
}

.single.woocommerce .products ul,
.woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
}

.single.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    width: 45%;
    margin-right: 35px;
    margin-bottom: 30px;
}

.single.woocommerce ul.products li.product a img {
    max-height: 450px;
    min-height: 450px;
    width: 100%;
    object-fit: cover;
    position: relative;
}

.single.woocommerce ul.products li.product a img::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    clip-path: polygon(0 0, 100% 0%, 100% 101%);
    transform: scale(0);
    transform-origin: top right;
    background: linear-gradient(-86deg, rgb(134 226 68 / 80%) 0%, rgb(0 0 0 / 60%) 100%);
    pointer-events: none;
    transition: .5s;
    opacity: .5;
    height: 100%;
    z-index: 9;
}

.single.woocommerce ul.products li.product a img:hover {
    opacity: 1;
    transform: scale(1);
}

/* Cart Page  */


.page-template-woocommerce-cart img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    height: 350px !important;
    width: 350px !important;
}

.single #main {
    padding: 80px 0;
}

.single nav.woocommerce-breadcrumb {
    display: none;
}


.single .datepicker td:hover {
    cursor: pointer;
}

.single .datepicker th:not(.dow):hover {
    cursor: pointer;
}



.single .radio_button_container fieldset .radio_inner {
    display: flex;
    height: 100%;
    gap: 18px;
}

.single .radio_button_container fieldset {
    height: 100%;
}

.single .radio_button_container fieldset .radio_inner div {
    display: flex;
    gap: 5px;
    height: 100%;
}

.single .radio_button_container {
    margin-left: 15px;
}

.woo_cart_wrapper>* {
    font-family: 'Roboto', sans-serif;
}

.woo_cart_wrapper h2 {
    font-family: 'Roboto', sans-serif;

}

.woo_cart_wrapper .woocommerce {
    margin: 55px 0;
}

.woo_cart_wrapper td.product-remove {
    display: flex;
    align-items: center;
    justify-content: center;
}

.woo_cart_wrapper .product-quantity {
    display: none !important;
}

.woo_checkout_wrap .woocommerce form .form-row input.input-text,
.woo_checkout_wrap .woocommerce form .form-row textarea {
    height: 50px;
    border: 1px solid #ccc;
    padding: 15px;
}

.select2-container--default .select2-selection--single {
    height: 50px;
    display: flex;
    align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 25%;
}

.woo_checkout_wrap #order_review {
    margin: 51px 0;
    display: flex;
}

.woo_checkout_wrap .ppcp-messages {
    display: none !important;
}

.woo_checkout_wrap .woocommerce table.shop_table {
    margin-right: 40px;
    margin-bottom: 0;
}

.woo_checkout_wrap h3#order_review_heading {
    margin-top: 32px;
}

.woo_checkout_wrap {
    margin: 50px 0;
}

.woo_checkout_wrap button#place_order {
    border: 1px solid #86E244;
    background: #86E244 0% 0% no-repeat padding-box;
    margin-top: 10px;
    color: #000;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
}

.woo_checkout_wrap button#place_order:hover {
    background: #000;
    color: #fff;
}

.page-template-woocommerce-checkout ul.wc-item-meta {
    display: none;
}