

@media (max-width: 480px) {
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  
    margin: -3px -7px 0px 2px !important;
   
}




.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
    
    margin: -2px 0px 0px -6px !important;
 
}


.swal2-icon {

    margin: 0.5em auto .6em !important;
    height: 4em !important;

}
}

.select-extra-label {
    display: none;
}


@media (max-width: 768px) {
    .select-extra-label {
        display: block;
        margin-bottom:4px;
    }
}

ol ol, ol ul, ul ol, ul ul {
    margin: 0px 0px 0px -39px !important;
}


#wc-cart-modal .woocommerce-mini-cart li {
    padding-bottom: 7px !important;
    font-size: 11px !important;
}


#wc-cart-modal .woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {

    margin-left: 37px !important;
}


.widget_shopping_cart_content span.quantity {
    display: none !important;
}

#wc-cart-modal .modal-content {
    height: 80vh !important;
    overflow: scroll !important;
}


.woocommerce-no-products-found .activity-btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.activity-btn:focus, .activity-btn:hover, .activity-btn:visited {
    background: #ff9600 !important;
}

.checkout-product-name,
.woocommerce-cart .element .pf-body .woocommerce-cart-form table.shop_table .product-name a {
    font-size: 17px !important;
 }
 


.custom-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(137 137 137 / 11%);
    right: 0;
    display: none;
    z-index: 9999999;
}

.custom-rows {
    display: flex;
    /* justify-content: space-between; */
    margin-bottom: 5px;
    align-items: center;
    padding: 4px;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    display: none !important;
}

.search .woocommerce-Price-amount.amount {
    color: #565662 !important;
    font-size: 14px !important;
    text-align: center !important;
    justify-content: center !important;
    align-items: center !important;
    /* font-size: 20px !important; */
    font-family: var(--e-global-typography-accent-font-family) !important;
    font-size: 16px !important;
    font-weight: bold !important;
    color: var(--e-global-color-secondary) !important;

}

body.woocommerce ul.products li.product .price {
    color: #565662;
    font-size: 14px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 15px;
    width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    /* font-size: 20px; */
    font-family: var(--e-global-typography-accent-font-family);
    font-size: 16px;
    font-weight: bold;
    color: var(--e-global-color-secondary);
    position: relative;
}

body.woocommerce.post-type-archive-product #c27-site-wrapper {
    background: #f4f4f4;
}

a.button.product_type_simple {
    display: none !important;
}

html .woocommerce ul.products li.product a img {
    height: 220px;
    object-fit: cover;
}

form.woocommerce-ordering {
    display: none;
}

.woocommerce-form-coupon-toggle {
    display: none;
}

p.select-cancellation-policy-name.danger-text {
    margin: 0;
    color: red;
    font-size: 12px;
    padding-left: 35px;
    font-weight: 500;
}

/* .input-infant.custom-column,
.input-child.custom-column,
.input-adult.custom-column {
  width: 8%;
}
.input-infant.custom-column select,
.input-child.custom-column select,
.input-adult.custom-column select {
  width: 100%;
}

.input-checkbox-header,
.input-checkbox.custom-column {
  width: 10%;
} */

.my-custom-form {
    width: 100%;
    position: relative;
}

.circle-spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #000;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.form-tour-option.unselect-time .custom-column:not(.custom-column:nth-child(2)):not(.custom-column:nth-child(1)) {
    width: 10%;
}

.form-tour-option.unselect-time .custom-column:nth-child(2) {
    /* width: 60%; */
    /* text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: 0; */
}

.form-tour-option.unselect-time .custom-column:nth-child(2) p {
    margin: 0;
}

.unselect-time .input-checkbox .select-slots {
    visibility: hidden;
}

/* .custom-column.input-checkbox-header,
.input-checkbox.custom-column {
  width: 40%;
} */
.custom-rows.header-custom-rows {
    /* 
    background: #f5f5f5;
    background: #c3c3c3;
    */
    background:#eeeeee;
    padding: 1em;
    font-weight: 600;
}

/* .slot-time-option-wrapper  */
.tour-option-description {
    display: none;
}

.tour-option-policy ul {
    padding-left: 17px;
    list-style-type: circle;
}

.booking-policy-body>* {
    margin-left: 25px;
}

h4.booking-policy-body-heading {
    margin-left: 0;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.custom-loader-center {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes blink {
    0% {
        box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.219);
    }

    50% {
        box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.15);
    }

    100% {
        box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
    }
}

.blink-box-shadow {
    animation: blink 1s linear infinite;
}

.form-tour-option {
    border-bottom: 1px #e1e1e1 solid;
}

.select-slots {
    margin-left: 20px;
    font-size: 12px;
    display: block;
    margin-top: 5px;
    color: #ff9600;
    cursor: pointer;
}

.input-checkbox-innner {
    display: flex;
    align-items: center;
}

.input-checkbox-innner p {
    margin-left: 10px;
    margin-bottom: 0;
}

body.slot-modal-active {
    overflow: hidden;
}

.time-slots-body {
    position: fixed;
    top: 0;
    right: -62%;
    /* SET THE SLIDER TO BE OFFSCREEN INITIALLY */
    width: 60%;
    height: 100%;
    background: #fff;
    transition: 1s;
    z-index: 999999;
    /* overflow-x: scroll; */
    overflow: hidden;
}

.time-slots-body .time-slot-form .time-slots-body-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    align-items: center;
}

.tour-option-body-close {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff9600;
    border-radius: 100px;
    color: #fff;
    cursor: pointer;
}

.tour-option-name {
    padding: 0;
    margin: 0;
    font-size: 20px;
}

.time-slots-body .time-slot-form .time-slots-content {
   
    top: 50%;
    right: 0;
    width: 99%;
    max-width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    background: #fff;
    padding: 20px;
    /* border-radius: 8px; */
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
}

span.select2.select2-container.select2-container--default.select2-container--below.select2-container--open {
    z-index: 999;
}

.time-slots-body .time-slot-form .time-slots-filters {
    display: flex;
    flex-wrap: wrap;
}

.time-slots-body .time-slot-form .time-slots-date {
    width: 23%;
    padding-right: 25px;
}

.time-slots-body .time-slot-form .time-slots-date input {
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #e3e3e3;
}

.time-slots-body .time-slot-form .time-slots-tour-option {
    width: 40%;
    padding-right: 25px;
}

.time-slots-body .time-slot-form select#tour_option_list {
    width: 100%;
    padding: 8px;
    border-radius: 5px;
    border-color: #e3e3e3;
    font-size: 0.85em;
}

.time-slots-person-body {
    background: hsl(0deg 0% 96% / 72%);
    display: flex;
    flex-wrap: wrap;
}

.time-slots-body .time-slot-form .time-slots-content .time-slots-person-body {
    background: hsl(0deg 0% 96% / 72%);
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
    padding: 20px;
    box-shadow: 0 0 6px 1px rgb(0 0 0 / 18%);
    border-radius: 5px;
}

.time-slots-body .time-slot-form .time-slots-content .SlotTotal-checkout {
    background: hsl(0deg 0% 96% / 72%);
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
    padding: 20px;
    box-shadow: 0 0 6px 1px rgb(0 0 0 / 18%);
    border-radius: 5px;
    justify-content: space-between;
}

.time-slots-body .time-slot-form .time-slots-content .SlotTotal-checkout>div {
    display: flex;
    flex-wrap: wrap;
}

.time-slots-body .time-slot-form .time-slots-content .SlotTotal-checkout a {
    color: var(--accent);
    border: 2px solid var(--accent);
    background: transparent;
    border-radius: 3px;
    padding: 10px 20px;
    /* background: var(--accent); */
    color: var(--accent);
    transition: 0.2s ease;
    font-size: 1em;
}

.time-slots-body .time-slot-form .time-slots-content .SlotTotal-checkout a:hover {
    background: var(--accent);
    color: #fff;
}

.time-slots-body .time-slot-form .time-slots-content .SlotTotal-checkout a:hover {
    background: var(--accent);
    color: #fff;
}

.time-slots-body .time-slot-form .time-slots-content .SlotTotal-checkout .SlotTotalPrice {
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.time-slots-body .time-slot-form .time-slots-content .time-slots-person-body .custom-column {
    width: 25%;
    padding-right: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.time-slots-person-body .custom-column select {
    width: 100%;
}

.time-slots-body .time-slot-form .time-slots-content .time-slots-person-body .tour-option-person-label {
    font-weight: 600;
    margin-bottom: 5px;
}

.time-slots-body .time-slot-form .time-slots-content .time-slots-person-body select {
    padding: 8px;
    border-radius: 5px;
    border-color: #e3e3e3;
    width: 100%;
    font-size: 0.85em;
}

.time-slots-body .time-slot-form .time-slots-content .time-slots-list-body {
    margin-top: 20px;
}

.time-slots-body .time-slot-form .time-slots-content .time-slot-list-heading {
    font-size: 20px;
    line-height: 1.25em;
    font-weight: 600;
    color: #242429;
}

.time-slots-body {}

.time-slots-body.active {
    transition: 1s;
    right: 0;
    /* SET THE SLIDER TO BE 0 */
    box-shadow: -15px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.time-slots-body.active:before {
    content: "";
    width: 100vw;
    height: 100vh;
    background: #ff000000;
    position: absolute;
    right: 0;
    z-index: -14;
    /*
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  */
}

.time-slots-body .time-slot-form .time-slots-content .time-slots-list-body .time-slots-list-body-wrapper {
    background: hsl(0deg 0% 96% / 72%);
    margin: 20px 0;
    padding: 0;
    box-shadow: 0 0 6px 1px rgb(0 0 0 / 18%);
    border-radius: 5px;
}

.time-slots-body .time-slot-form .time-slots-content .time-slots-list-body .time-slots-list-body-wrapper .slottypes {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #e1e1e1;
    align-items: center;
    padding: 20px;
}

.time-slots-body .time-slot-form .time-slots-content .time-slots-list-body .time-slots-list-body-wrapper .slottypes .SlotTypesDiv {
    /* width: 33.33%; */
    width: auto;
    padding-left: 25px;
    padding-right: 50px;
    position: relative;
}

.time-slots-body .time-slot-form .time-slots-content .time-slots-list-body .time-slots-list-body-wrapper .slottypes .SlotTypesDiv span:nth-child(1) {
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.time-slots-body .time-slot-form .time-slots-content .time-slots-list-body .time-slots-list-body-wrapper .slottypes .SlotTypesDiv .availabelCircle {
    background-color: #ffd0c0;
}

.time-slots-body .time-slot-form .time-slots-content .time-slots-list-body .time-slots-list-body-wrapper .slottypes .SlotTypesDiv .SoldOutCircle {
    background-color: red;
}

.time-slots-body .time-slot-form .time-slots-content .time-slots-list-body .time-slots-list-body-wrapper .slottypes .SlotTypesDiv .LimitedCircle {
    background-color: #fed301;
}

.time-slots-body .time-slot-form .time-slots-content .time-slots-list-body .time-slots-list-body-wrapper .time-slot-card-body {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 15px;
    padding: 20px;
    max-height: 400px;
    overflow: auto;
}

.time-slots-body .time-slot-form .time-slots-content .time-slots-list-body .time-slots-list-body-wrapper .time-slot-card-body .time-slot-card-item {
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.time-slots-body .time-slot-form .time-slots-content .time-slots-list-body .time-slots-list-body-wrapper .time-slot-card-body .time-slot-card-item label {
    padding: 0px;
}

.time-slots-body .time-slot-form .time-slots-content .time-slots-list-body .time-slots-list-body-wrapper .time-slot-card-body .time-slot-card-item .SlotTime {
    background-color: #ffd0c0;
    cursor: default;
    padding: 10px;
    text-align: center;
    font-weight: 600;
    font-size: 1em;
}

.time-slots-body .time-slot-form .time-slots-content .time-slots-list-body .time-slots-list-body-wrapper .time-slot-card-body .time-slot-card-item.sold .SlotTime {
    background-color: #e04c4c;
}

.time-slots-body .time-slot-form .time-slots-content .time-slots-list-body .time-slots-list-body-wrapper .time-slot-card-body .time-slot-card-item.limited-available .SlotTime {
    background-color: #fed301;
}

.time-slots-body .time-slot-form .time-slots-content .time-slots-list-body .time-slots-list-body-wrapper .time-slot-card-body .time-slot-card-item .SlotTime span {
    position: relative;
    cursor: pointer;
    /**/
    font-weight: 500;
    line-height: 1.25em;
    margin-left: 0;
    padding-left: 25px;
}

.time-slots-body .time-slot-form .time-slots-content .time-slots-list-body .time-slots-list-body-wrapper .time-slot-card-body .time-slot-card-item .SlotTime span:before,
.time-slots-body .time-slot-form .time-slots-content .time-slots-list-body .time-slots-list-body-wrapper .time-slot-card-body .time-slot-card-item .SlotTime span:after {
    transition: all 0.5s ease-out;
}

.time-slots-body .time-slot-form .time-slots-content .time-slots-list-body .time-slots-list-body-wrapper .time-slot-card-body .time-slot-card-item .SlotTime span:before {
    content: "";
    -webkit-appearance: none;
    background-color: #fff;
    /* border: 2px solid #242429; */
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 0px;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);

    /* height: 16px;
  width: 16px; */
    border-radius: 16px;
}

.time-slots-body .time-slot-form .time-slots-content .time-slots-list-body .time-slots-list-body-wrapper .time-slot-card-body .time-slot-card-item label input:checked+.SlotTime span:before {
    border-color: #242429;
}

.time-slots-body .time-slot-form .time-slots-content .time-slots-list-body .time-slots-list-body-wrapper .time-slot-card-body .time-slot-card-item label input:checked+.SlotTime span:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 6.5px;
    width: 4px;
    height: 8px;
    border: solid #242429;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}

.time-slots-body .time-slot-form .time-slots-content .time-slots-list-body .time-slots-list-body-wrapper .time-slot-card-body .time-slot-card-item .SlotPrice {
    padding: 15px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.time-slots-body .time-slot-form .time-slots-content .time-slots-list-body .time-slots-list-body-wrapper .time-slot-card-body .time-slot-card-item .SlotPrice .slot-price-adult {
    /* margin-bottom: 10px; */
}

.time-slots-body .time-slot-form .time-slots-content .time-slots-list-body .time-slots-list-body-wrapper .time-slot-card-body .time-slot-card-item .SlotPrice .slot-price-adult,
.time-slots-body .time-slot-form .time-slots-content .time-slots-list-body .time-slots-list-body-wrapper .time-slot-card-body .time-slot-card-item .SlotPrice .slot-price-child {
    font-weight: 600;
    font-size: 0.9em;
    line-height: 1.75em;
}

.time-slot-card-item label {
    width: 100%;
}

.time-slot-card-item label input {
    position: absolute;
    visibility: hidden;
}

.time-slot-card-item label .checked {
    position: relative;
}

.time-slot-card-item label input:checked+.checked:before {
    position: absolute;
    content: "\2713";
    height: 16px;
    width: 16px;
    border-radius: 16px;
    color: #111;
    text-align: center;
    left: 15px;
    line-height: 18px;
    background-color: #fff;
}

.time-slot-card-item label .time {
    text-align: center;
    display: block;
    font-weight: 500;
}

.time-slot-card-item label {
    width: 100%;
    padding: 5px 5px;
    cursor: pointer;
}

.time-slots-body .time-slot-form .time-slots-filters .time-slots-transfer {
    width: 20%;
}

.time-slots-body .time-slot-form .time-slots-filters .time-slots-transfer .input-select select {
    padding: 8px;
    border-radius: 5px;
    border-color: #e3e3e3;
    width: 100%;
    font-size: 0.85em;
    visibility: hidden;
}

.time-slot-amount {
    font-size: 20px;
}

.time-slots-amount-body {
    margin-top: 30px;
    justify-content: space-between;
    align-items: center;
}

/* The Modal (background) */
.gj-rayna-modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    padding-top: 60px;
    z-index: 999999;
}

/* Modal Content */
.gj-rayna-modal-content {
    position: relative;
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 25%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 7px;
}

/* The Close Button */
.gj-rayna-modal .close {
    color: #000;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 1;
}

.gj-rayna-modal .close:hover,
.gj-rayna-modal .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.gj-ryan-modal-body {
    text-align: center;
}

.gj-rayna-modal-content p {
    font-size: 20px;
    margin: 40px 0;
}

.checkout-extra-detail {
    display: block;
    margin: 10px 0;
    border-bottom: 2px solid rgb(0 0 0 / 5%);
}

.product-name>.product-quantity+.checkout-extra-detail {
    border-top: 2px solid rgb(0 0 0 / 5%);
}



/* .woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #ffffff;
  background: #ff9600;
  width: 200px;
  padding: 20px 15px;
  border-radius: 4px;
  box-shadow: 0 0 12px 2px rgba(0,0,0,.3);
} */

html .woocommerce ul.products li.product a img {
    height: 230px;
    object-fit: cover;
    margin: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

html .woocommerce ul.products li.product .woocommerce-loop-category__title,
html .woocommerce ul.products li.product .woocommerce-loop-product__title,
html .woocommerce ul.products li.product h3 {
    font-size: 14px;
    font-weight: 600;
    margin-top: 0;
    overflow: hidden;
    text-align: center;
    width: 100%;
    text-overflow: ellipsis;
}

html .woocommerce ul.products.columns-3 li.product,
html .woocommerce-page ul.products.columns-3 li.product {
    background: #fff;
    -webkit-transform: translateZ(0);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.0705882353);
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

html .woocommerce ul.products li.product .woocommerce-loop-category__title,
html .woocommerce ul.products li.product .woocommerce-loop-product__title,
html .woocommerce ul.products li.product h3 {
    font-size: 14px;
    padding: 15px;
    font-weight: 600;
}

html .woocommerce .woocommerce-result-count {
    width: 100%;
    text-align: center;
    margin: 30px 0;
}

html .woocommerce .title-style-1 {
    margin-bottom: 10px;
    position: relative;
}

html .woocommerce .title-style-1:after {
    content: '';
    position: absolute;
    left: -25px;
    height: 100%;
    width: 4px;
    border-radius: 0 10px 10px 0;
    top: 0;
    background-color: var(--accent);
    color: #fff;
}

html .woocommerce #tab-description>h2 {
    display: none;
}

p.booking-availability-error {
    color: #cc1818;
    margin-top: 30px;
}

html .woocommerce div.product div.summary.quick-listing-actions {
    width: 100%;
}

.summary.quick-listing-actions>ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 0;
    position: static !important;
    justify-content: center;
}

.summary.quick-listing-actions>ul>li>a {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    border-radius: 50px;
    font-size: 14px;
    transition: 0.2s ease;
    background: transparent;
    border: 1.5px solid rgba(0, 0, 0, 0.15);
    color: #242429;
}

.summary.quick-listing-actions>ul>li>a:hover {
    transition: all 0.2s ease-in;
    border-color: var(--accent);
}

.summary.quick-listing-actions>ul>li>a i {
    font-size: 1.25em;
}

.summary.quick-listing-actions>ul>li>a span {
    transition: all 0.2s ease-in;
}

.summary.quick-listing-actions>ul>li>a:hover i::before {
    color: var(--accent);
}

.summary.quick-listing-actions>ul>li>a:hover span {
    color: var(--accent);
}

.summary.quick-listing-actions>ul>li {
    padding: 0 10px 0 0;
}

body a.delete_item.button.alt,
a.add_to_wishlist.single_add_to_wishlist.button.alt {
    padding: 12px 15px;
    display: flex;
    align-items: center;
    border-radius: 50px;
    font-size: 14px;
    transition: 0.2s ease;
    background: transparent;
    border: 1.5px solid rgba(0, 0, 0, 0.15);
    color: #242429;
    font-weight: normal;
    margin: 0;
}

body a.delete_item.button.alt:hover {
    transition: all 0.2s ease-in;
    border-color: var(--accent);
}

body a.delete_item.button.alt:hover,
a.add_to_wishlist.single_add_to_wishlist.button.alt:hover {
    color: var(--accent);
    background: transparent;
}

a.delete_item.button.alt i {
    color: #ff9e42;
}

body .yith-wcwl-add-to-wishlist .separator {
    display: none;
}

body .yith-wcwl-add-to-wishlist .view-wishlist {
    display: none;
}

.yith-wcwl-add-to-wishlist {
    margin-top: 0;
}

form#custom_shop_search {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

form#custom_shop_search #product_name {
    width: 30%;
}

form#custom_shop_search #product_city,
form#custom_shop_search #product_category {
    width: 25%;
}

iframe#tpcpv3_cnpFrame {
    width: 100%!important;
    min-height: 235px!important;
    border: none!important;
}

iframe#tpcpv3_cnpFrame #challengeFrame {width: 100%!important;}
#challengeFrame {width: 100%!important;}

iframe#tpcpv3_cnpFrame form.wpwl-form .form-row-first { width: 100%!important; }

html .elementor-products-grid ul.products.elementor-grid li.product a.woocommerce-loop-product__link,
html .woocommerce ul.products li.product a {
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
    height: 100%;
}

html .elementor-products-grid ul.products.elementor-grid li.product a.woocommerce-loop-product__link:after,
html .woocommerce ul.products li.product a:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 50%;
    height: 3px;
    border-radius: 5px 5px 0px 0px;
    background-color: var(--accent);
    z-index: 1;
    transition: all 0.2s ease-in;
    transform: translateX(-50%);
}

html .elementor-products-grid ul.products.elementor-grid li.product a.woocommerce-loop-product__link:hover:after,
html .woocommerce ul.products li.product a:hover:after {
    height: 5px;
    background-color: var(--e-global-color-secondary);
}

html .elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title {
    color: var(--e-global-color-primary);
    color: #242429;
}

.tour-category-city {
    order: 1;
    width: 100%;
    display: flex;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.tour-category-city>div {
    width: 50%;
    text-align: center;
    padding: 7.5px;
}

.tour-city {
    border-right: 1px solid rgba(0, 0, 0, 0.3);
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link:hover .tour-category-city {
    color: #242429;
}

.onsale-loop-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #ff9600;
    color: white;
    padding: 5px 10px;
    border-radius: 3px;
    z-index: 10;
}

/* html .iOSUser input:not([type="file"]),
html .iOSUser textarea {
  padding: 0;
} */
html .iOSUser input.tourOptionSelect {
    padding: 0;
}

body .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: normal;
}

.input-checkbox-innner p {
    color: #242429;
}

html.slot-modal-active {
    overflow: hidden;
}

html .yith-wcwl-add-button>a i {
    margin: 2px;
}

.summary.quick-listing-actions>ul>li>a i,
html .yith-wcwl-add-button>a i {
    margin: 2px 10px 2px 2px;
}

/* few change for safari, inline input field Task - CSS End Above */

.slot-modal-active .select2-container {
    z-index: 999999;
}

/* Changes for PRoduct Detail page Start below */



.single.single-product .type-product.product-type-simple .summary {
    position: relative;
}

.single.single-product .type-product.product-type-simple .summary.entry-summary>.price {
    background: var(--accent);
    position: absolute;

    top: 85%;
    right: 0.75em;
    /* padding: 1.5em; */
    padding: 18px 39px 16px 39px;
    border-radius: 0.75em;
}

.single.single-product .type-product.product-type-simple .summary.entry-summary>.price del .woocommerce-Price-amount {
    font-size: 15px;
}

.single.single-product .type-product.product-type-simple .summary .price ins {
    text-decoration: none;
}

.single.single-product .type-product.product-type-simple .summary .price del .woocommerce-Price-amount,
.single.single-product .type-product.product-type-simple .summary .price ins .woocommerce-Price-amount {
    color: #fff;
}

.single.single-product .type-product.product-type-simple .summary .price del,
.single.single-product .type-product.product-type-simple .summary .price ins {
    display: inline-flex;
    color: #fff;
}

.single.single-product .my-custom-form.summary.tour-rate-body {
    border-radius: 8px;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.single.single-product .my-custom-form.summary.tour-rate-body hr {
    /* border-color: #c3c3c3; */
    border-color: #eeeeee;
    margin-top: 20px;
    display: none;
    visibility: hidden;
}

.single.single-product .my-custom-form.summary.tour-rate-body .custom-rows.header-custom-rows {
    border-radius: 8px 8px 0 0;
    margin-bottom: 0;
}

.single.single-product .my-custom-form.summary.tour-rate-body .custom-rows.header-custom-rows .custom-column {}

.single.single-product .my-custom-form.summary.tour-rate-body .form-tour-option .custom-column .input-checkbox-innner {
    position: relative;
}

.single.single-product .my-custom-form.summary.tour-rate-body .form-tour-option .form-tour-body-item .custom-rows .input-checkbox-innner input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
}

.single.single-product .my-custom-form.summary.tour-rate-body .form-tour-option .form-tour-body-item .custom-rows .input-checkbox-innner p {
    position: relative;
    cursor: pointer;
    font-weight: 500;
    line-height: 1.25em;
    margin-left: 0;
    padding-left: 35px;
}

.single.single-product .my-custom-form.summary.tour-rate-body .form-tour-option .form-tour-body-item .custom-rows .input-checkbox-innner p:before,
.single.single-product .my-custom-form.summary.tour-rate-body .form-tour-option .form-tour-body-item .custom-rows .input-checkbox-innner p:after {
    transition: all 0.5s ease-out;
}

.single.single-product .my-custom-form.summary.tour-rate-body .form-tour-option .form-tour-body-item .custom-rows .input-checkbox-innner p:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #e3e3e3;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 0px;
    left: 0px;
}

.single.single-product .my-custom-form.summary.tour-rate-body .form-tour-option .form-tour-body-item .custom-rows .input-checkbox-innner input:checked+p:before {
    border-color: var(--accent);
}

.single.single-product .my-custom-form.summary.tour-rate-body .form-tour-option .form-tour-body-item .custom-rows .input-checkbox-innner input:checked+p:after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 8px;
    width: 5px;
    height: 11px;
    border: solid var(--accent);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.single.single-product .my-custom-form.summary.tour-rate-body .custom-rows.header-custom-rows .custom-column:nth-child(1) {
    width: 30.5%;
}

/*  */
.single.single-product .my-custom-form.summary.tour-rate-body .custom-rows.header-custom-rows .custom-column:nth-child(2) {
    width: 15%;
    display: none;
}

/* 180 / 1200 * 100 = 15% */
.single.single-product .my-custom-form.summary.tour-rate-body .custom-rows.header-custom-rows .custom-column:nth-child(3) {
    width: 16.5%;
}

/* 150 / 1200 * 100 = 12.5% */
.single.single-product .my-custom-form.summary.tour-rate-body .custom-rows.header-custom-rows .custom-column:nth-child(4) {
    width: 9%;
}

/* 090 / 1200 * 100 = 7.5% */
.single.single-product .my-custom-form.summary.tour-rate-body .custom-rows.header-custom-rows .custom-column:nth-child(5) {
    width: 9%;
}

/* 090 / 1200 * 100 = 7.5% */
.single.single-product .my-custom-form.summary.tour-rate-body .custom-rows.header-custom-rows .custom-column:nth-child(6) {
    width: 9%;
}

/* 090 / 1200 * 100 = 7.5% */
.single.single-product .my-custom-form.summary.tour-rate-body .custom-rows.header-custom-rows .custom-column:nth-child(7) {
    /* width: 15%; */
    width: 11%;
    padding-right: 0!important;
    text-align: right;
}

/* 180 / 1200 * 100 = 15% */
td.product-quantity {
    display: none;
}

.woocommerce table.shop_table td.actions .coupon {
    display: none !important;
}

.coupon+button.button {
    display: none !important;
}

td.product-subtotal {
    display: none !important;
}

li.item-tour-option .label {
    color: #000;
    padding-left: 0;
    font-size: 1em;
}

li.item-tour-option-hr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    margin-bottom: 10px;
    width: 80%;
}

ul.tour-options-list li:last-child {
    display: none;
}

.woocommerce-checkout li.item-tour-option .label {
    color: #242429;
}

.woocommerce-checkout.woocommerce-page .shop_table.woocommerce-checkout-review-order-table {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 1.42em;
}
.woocommerce-checkout.woocommerce-page .shop_table.woocommerce-checkout-review-order-table .cart_item { width: 100%; display: block; }
.woocommerce-checkout.woocommerce-page .shop_table.woocommerce-checkout-review-order-table .product-name {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.woocommerce-checkout.woocommerce-page .shop_table.woocommerce-checkout-review-order-table .product-name > a {
    font-size: 1em;
}

.woocommerce-checkout.woocommerce-page .shop_table.woocommerce-checkout-review-order-table .product-name > a:hover {
    color: #242429;
}

.woocommerce-checkout.woocommerce-page .shop_table.woocommerce-checkout-review-order-table .product-name > a:hover .tour-options-list .item-tour-option .label,
.woocommerce-checkout.woocommerce-page .shop_table.woocommerce-checkout-review-order-table .product-name > a:hover .tour-options-list .item-tour-option .value {
    color: #242429;
}

.woocommerce-checkout.woocommerce-page .shop_table.woocommerce-checkout-review-order-table .product-name > a:hover .tour-options-list .item-tour-option.policy-name .value {
    color: red;
}

.woocommerce-checkout.woocommerce-page .shop_table.woocommerce-checkout-review-order-table .product-name .tour-options-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1em;
    font-size: 1em;
}

.woocommerce-checkout.woocommerce-page .shop_table.woocommerce-checkout-review-order-table .product-name .tour-options-list .item-tour-option-hr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 16px;
}

.woocommerce-checkout.woocommerce-page .shop_table.woocommerce-checkout-review-order-table .product-name .tour-options-list .item-tour-option {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 0.5em;
    font-size: inherit;
}

.woocommerce-checkout.woocommerce-page .shop_table.woocommerce-checkout-review-order-table .product-name .tour-options-list .item-tour-option .label {
    width: 50%;
    text-align: left;
    padding: 0;
    margin: 0;
    font-size: inherit;
}
.woocommerce-checkout.woocommerce-page .shop_table.woocommerce-checkout-review-order-table .product-name .tour-options-list .item-tour-option .value {
    width: 50%;
    font-size: inherit!important;
    font-weight: normal;
}

.woocommerce-checkout.woocommerce-page .shop_table.woocommerce-checkout-review-order-table .product-name .totalwrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.woocommerce-checkout.woocommerce-page .shop_table.woocommerce-checkout-review-order-table .product-name .totalwrap-title {
    width: 50%;
    text-align: left;
    padding: 0;
    margin: 0;
    font-size: inherit;
}

.woocommerce-checkout.woocommerce-page .shop_table.woocommerce-checkout-review-order-table tfoot {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2em;
}
.woocommerce-checkout.woocommerce-page .shop_table.woocommerce-checkout-review-order-table tfoot .cart-subtotal,
.woocommerce-checkout.woocommerce-page .shop_table.woocommerce-checkout-review-order-table tfoot .tax-rate,
.woocommerce-checkout.woocommerce-page .shop_table.woocommerce-checkout-review-order-table tfoot .order-total {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.woocommerce-checkout.woocommerce-page .shop_table.woocommerce-checkout-review-order-table tfoot .cart-subtotal th,
.woocommerce-checkout.woocommerce-page .shop_table.woocommerce-checkout-review-order-table tfoot .tax-rate th,
.woocommerce-checkout.woocommerce-page .shop_table.woocommerce-checkout-review-order-table tfoot .order-total th {
    width: 50%;
    text-align: left;
    padding: 0;
    margin: 0;
    font-size: inherit;
}
#payment.woocommerce-checkout-payment ul.wc_payment_methods .wc_payment_method div.payment_box > p {
    padding: 1em 1em 0em;
    margin: 0;
}

#payment.woocommerce-checkout-payment ul.wc_payment_methods .wc_payment_method div.payment_box p:last-child {
    padding: 0em 1em 1em;
}

/* Remove &nbsp; after product name in checkout page */
.woocommerce-checkout-review-order-table .product-name span.product-quantity {
    display: none;
}

/* Hide quantity in cart and checkout pages */
.cart .product-quantity,
.woocommerce-checkout-review-order-table .product-quantity {
    display: none !important;
}

form.checkout.woocommerce-checkout .cart_item .value {
    font-size: 11px !important;
    float: inline-end;
    display: inline-block;
}

body.woocommerce div.product p.price .woocommerce-Price-amount {
    color: #ffffff;
}

.item-tour-option.policy-name * {
    color: red;
}
/*
.woocommerce-checkout.woocommerce-page .tpcpv3_iframe_container form.wpwl-form .form-row-first,
form.wpwl-form .form-row-first {
    margin-right: auto;
}

.woocommerce-checkout.woocommerce-page .tpcpv3_iframe_container form.wpwl-form .form-row-last {
    margin-left: auto;
}
*/

.single.single-product .my-custom-form.summary.tour-rate-body .custom-rows.header-custom-rows .custom-column:nth-child(1),
.single.single-product .my-custom-form.summary.tour-rate-body .custom-rows.header-custom-rows .custom-column:nth-child(2),
.single.single-product .my-custom-form.summary.tour-rate-body .custom-rows.header-custom-rows .custom-column:nth-child(3),
.single.single-product .my-custom-form.summary.tour-rate-body .custom-rows.header-custom-rows .custom-column:nth-child(4),
.single.single-product .my-custom-form.summary.tour-rate-body .custom-rows.header-custom-rows .custom-column:nth-child(5),
.single.single-product .my-custom-form.summary.tour-rate-body .custom-rows.header-custom-rows .custom-column:nth-child(6),
.single.single-product .my-custom-form.summary.tour-rate-body .custom-rows.header-custom-rows .custom-column:nth-child(7) {
    padding: 0 1em;
    line-height: 1em;
}

.single.single-product .my-custom-form.summary.tour-rate-body .custom-rows.header-custom-rows .custom-column .age-limit {
    font-size: 10px;
}

.single.single-product .my-custom-form.summary.tour-rate-body .form-tour-option {
    border-bottom: none;
    /* border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3; */
    /* border-radius : 0 0 8px 8px; */
    overflow: hidden;
    margin-bottom: 20px;
}

.single.single-product .my-custom-form.summary.tour-rate-body .form-tour-option .custom-column:nth-child(1) {
    width: 30.5%;
}

.single.single-product .my-custom-form.summary.tour-rate-body .form-tour-option .custom-column:nth-child(2) {
    width: 15%;
    display: none;
}

.product-template-default.single.single-product form.cart {
    display: none;
}

.single.single-product .my-custom-form.summary.tour-rate-body .form-tour-option .custom-column:nth-child(3) {
    width: 16.5%;
}

.single.single-product .my-custom-form.summary.tour-rate-body .form-tour-option .custom-column:nth-child(4) {
    width: 9%;
}

.single.single-product .my-custom-form.summary.tour-rate-body .form-tour-option .custom-column:nth-child(5) {
    width: 9%;
}

.single.single-product .my-custom-form.summary.tour-rate-body .form-tour-option .custom-column:nth-child(6) {
    width: 9%;
}

.single.single-product .my-custom-form.summary.tour-rate-body .form-tour-option .custom-column:nth-child(7) {
    /* width: 15%; */
    width: 11%;
    padding-right: 0;
}

.single.single-product .my-custom-form.summary.tour-rate-body .form-tour-option .custom-column:nth-child(7) .price {
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.single.single-product .my-custom-form.summary.tour-rate-body .form-tour-option .custom-column:nth-child(7) .price del{
    color: #242429;
    opacity: 0.5;
    font-size: 0.75em;
}


.single.single-product .my-custom-form.summary.tour-rate-body .form-tour-option .form-tour-body-item {
    padding: 1em 0;
    /* border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3; */
    /* border: 1px solid #f5f5f5; */
    border: 1px solid #eeeeee;
    border-top: none;
}

.single.single-product .my-custom-form.summary.tour-rate-body .form-tour-option .form-tour-body-item:first-child{
    border-radius : 0;
}

.single.single-product .my-custom-form.summary.tour-rate-body .form-tour-option .form-tour-body-item:last-child{
    border-radius : 0 0 8px 8px ;
}

.single.single-product .my-custom-form.summary.tour-rate-body .form-tour-option .form-tour-body-item:last-child,
.single.single-product .my-custom-form.summary.tour-rate-body .form-tour-option .form-tour-body-item:only-child {
    /* border-bottom: none; */
}

.single.single-product .my-custom-form.summary.tour-rate-body .form-tour-option .form-tour-body-item .custom-rows {
    padding: 0 1em;
    margin: 0;
}

.single.single-product .my-custom-form.summary.tour-rate-body .form-tour-option .custom-column {
    padding: 0 1em;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.single.single-product .my-custom-form.summary.tour-rate-body .form-tour-option .custom-column.input-select input {
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #e3e3e3;
}

.single.single-product .my-custom-form.summary.tour-rate-body .form-tour-option .custom-column.input-price .price del {
    color: #242429;
}

.single.single-product .my-custom-form.summary.tour-rate-body .form-tour-option .custom-column.input-price .price .save-price-amount {
    color: var(--accent);
}

.single.single-product .my-custom-form.summary.tour-rate-body .form-tour-option .custom-column .select-slots {
    padding-left: 35px;
    margin-left: 0;
}

.single.single-product .my-custom-form.summary.tour-rate-body .form-tour-option .custom-column select {
    padding: 8px;
    border-radius: 5px;
    border-color: #e3e3e3;
    width: 100%;
    font-size: 0.85em;
}

.single.single-product .my-custom-form.summary.tour-rate-body .form-tour-option .custom-column .woocommerce-Price-amount {
    color: #242429;
    font-weight: 600;
    font-size: 0.90em;
}

.time-slots-body .time-slot-form {}

.time-slots-body .time-slot-form,
.time-slots-body .time-slot-form *::before,
.time-slots-body .time-slot-form *::after {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
}

.time-slots-body .time-slot-form:focus,
.time-slots-body .time-slot-form *::before:focus,
.time-slots-body .time-slot-form *::after:focus {
    outline: none;
}

.time-slots-body .time-slot-form .time-slots-body-top .tour-option-name {
    line-height: 1.25;
    font-weight: 600;
    color: #242429;
    font-size: 18px;
}

.woocommerce-shop .the-page-content input {
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #e3e3e3;
    background: #fff;
}

.woocommerce-shop .the-page-content select {
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #e3e3e3;
    background: #fff;
}

.woocommerce-shop ul.products .product-type-simple .price del {
    opacity: 0.5 !important;
    font-size: 0.8em;
}

.woocommerce-shop ul.products .product-type-simple .price ins {
    color: var(--accent);
    text-decoration: none;
}

.woocommerce div.product .informationbox.facilitylist.summary {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    background: #fff;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.0705882353);
    border-radius: 5px;
}

.informationbox.facilitylist.summary ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 0;
}

.informationbox.facilitylist.summary ul li {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    position: relative;
    padding-right: 10px;
    margin-bottom: 0;
    cursor: pointer;
}

.informationbox.facilitylist.summary ul li:last-child,
.informationbox.facilitylist.summary ul li:only-child {
    margin-right: 0;
}

.informationbox.facilitylist.summary ul li.hide {
    display: none !important;
    visibility: hidden !important;
}

.informationbox.facilitylist.summary ul li i {
    display: flex;
    flex-wrap: wrap;
    height: 20px;
    width: 25px;
    margin-right: 5px;
}

.informationbox.facilitylist.summary ul li i.svgBG7 {
    background-image: url("images/svgBG7.svg");
    background-repeat: no-repeat;
}

.informationbox.facilitylist.summary ul li a {
    display: flex;
    flex-wrap: wrap;
    color: var(--accent);
    width: 100%;
}

.informationbox.facilitylist.summary ul li a:hover {
    color: var(--accent);
}

.informationbox.facilitylist.summary ul li i.ficon03 {
    background-position: -61px 0;
}

.informationbox.facilitylist.summary ul li i.ficon04 {
    background-position: -93px 0;
}

.informationbox.facilitylist.summary ul li i.ficon05 {
    background-position: -1px -31px;
}

.informationbox.facilitylist.summary ul li i.ficon06 {
    background-position: -30px -31px;
}

.informationbox.facilitylist.summary ul li i.ficon07 {
    background-position: -60px -31px;
}

.informationbox.facilitylist.summary ul li i.ficon08 {
    background-position: -92px -31px;
}

.informationbox.facilitylist.summary ul li i.ficon09 {
    background-position: -160px -66px;
    filter: contrast(100);
    background-size: 205px;
    width: 25px !important;
}

.informationbox.facilitylist.summary ul li .f_name {
    z-index: 1;
    width: calc(100% - 30px);
}

.informationbox.facilitylist.summary ul li .hoverinfo {
    background: #ffe9e2;
    padding: 8px;
    border-radius: 8px;
    z-index: 0;
    font-size: 0.85em;
    text-align: center;
    position: absolute;
    left: 0;
    /* top: 0;   */
    opacity: 0;
    transition: all 0.2s ease-in;
    top: -300%;
    font-weight: 400;
    border: 1px solid #f36911;
}

.informationbox.facilitylist.summary ul li span:hover+.hoverinfo {
    opacity: 1;
    /* top: -300%; */
    z-index: 1;
}

.swal2-container.swal2-center.swal2-backdrop-show {
    z-index: 999999;
}

.woocommerce-Tabs-panel {
    border-bottom: 0px!important;
    box-shadow: none!important;
}

.woocommerce-Tabs-panel h3 {
    position: relative;
    padding-bottom: 7px;
    font-size: 22px;
    margin-top: 0;
}

.woocommerce-Tabs-panel h3:after {
    content: "";
    height: 3px;
    width: 5%;
    background-color: var(--accent);
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 5px;
    overflow: hidden;
}

.woocommerce-Tabs-panel ul {
    list-style-position: outside!important;
    padding-left: 0px!important;
    list-style-type: none!important;
    margin: 0;
    margin-top: 15px;
    margin-bottom: 15px;
}

.woocommerce-Tabs-panel ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 17px;
}

/* .woocommerce-Tabs-panel ul li:last-child,
.woocommerce-Tabs-panel ul li:only-child {
    margin-bottom: 0;
} */

.woocommerce-Tabs-panel ul li::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: var(--accent);
    position: absolute;
    /* top: 50%; */
    top: 8px;
    left: 0;
    /* transform: translateY(-50%); */
}

.tour-option-policy h4,
.booking-policy-body h4,
.tour-option-policy h5,
.booking-policy-body h5 {
    margin: 25px 0 10px;
    position: relative;
    padding-bottom: 7px;
}

.tour-option-policy h4,
.booking-policy-body h4 {
    font-size: 22px;
}
.tour-option-policy h5,
.booking-policy-body h5 {
    font-size: 20px;
}

.tour-option-policy h4:after,
.booking-policy-body h4:after,
.tour-option-policy h5:after,
.booking-policy-body h5:after {
    content: "";
    height: 3px;
    width: 5%;
    background-color: var(--accent);
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 5px;
    overflow: hidden;
}

.booking-policy-body h4.booking-policy-body-heading {
    margin-top: 0;
}

.woocommerce .woocommerce-pagination ul.page-numbers li, 
.woocommerce-page .woocommerce-pagination ul.page-numbers li{
    margin-left: 10px
}

.woocommerce .woocommerce-pagination ul.page-numbers li:first-child,
.woocommerce-page .woocommerce-pagination ul.page-numbers li:first-child {
    margin-left: 0;
}

/* few change for safari, inline input field Task - CSS start below */
.input-checkbox-innner a[href*="tel:"] {
    color: #000000;
}

.full-width-box a {
    width: 100%;
    display: block;
}

.woocommerce-customer-logout .pf-head.round-icon,
.woocommerce-orders .pf-head.round-icon,
.woocommerce-my-bookmarks .pf-head.round-icon,
.woocommerce-edit-account .pf-head.round-icon,
.woocommerce-cart .pf-head.round-icon {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.woocommerce-customer-logout .pf-head.round-icon .title-style-1,
.woocommerce-orders .pf-head.round-icon .title-style-1,
.woocommerce-my-bookmarks .pf-head.round-icon .title-style-1,
.woocommerce-edit-account .pf-head.round-icon .title-style-1,
.woocommerce-cart .pf-head.round-icon .title-style-1 { width: 100%; padding-bottom: 0;}


.woocommerce-customer-logout .pf-head.round-icon .title-style-1::after,
.woocommerce-orders .pf-head.round-icon .title-style-1::after,
.woocommerce-my-bookmarks .pf-head.round-icon .title-style-1::after,
.woocommerce-edit-account .pf-head.round-icon .title-style-1::after,
.woocommerce-cart .pf-head.round-icon .title-style-1::after {
    left: -20px;
}

/* .woocommerce-edit-account .woocommerce form .show-password-input, 
.woocommerce-edit-account .woocommerce-page form .show-password-input { height: 15px; }

.woocommerce-edit-account .woocommerce form .show-password-input:after, 
.woocommerce-edit-account .woocommerce-page form .show-password-input:after{
    height: 15px;
    overflow: hidden;
    line-height: normal;
    display: block;
} */

.woocommerce-edit-account .woocommerce form .show-password-input, 
.woocommerce-edit-account .woocommerce-page form .show-password-input {
    top: 15px!important;
}

.woocommerce-account .addresses .title a.edit, 
.woocommerce table.my_account_orders .order-actions.subscription-actions a.button, 
.woocommerce table.my_account_orders td.woocommerce-orders-table__cell-order-actions a.button {
    padding: 8px 20px!important;
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 5px !important;
}

.woocommerce-orders span.wcmtx_action_name {
    font-size: 10px;
    padding-right: 10px;
}

.woocommerce-orders span.wcmtx_action_html {}

.single.single-product .tourOptionSelect + p > strong{ display: none; visibility: hidden;}

.social-share-modal {
    padding-right: 0!important
}

.social-share-modal .share-options {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fff;
    right: unset!important;
    top: unset;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.07);
    border-radius: 3px;
    min-width: 350px
}

.social-share-modal .share-options li {
    width: 33.3%;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px;
    flex-grow: 1
}

.social-share-modal .share-options li a span {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin: auto;
    margin-bottom: 10px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

.social-share-modal .share-options li a i {
    font-size: 18px;
    color: #fff;
    transition: opacity .2s ease-in-out
}

.social-share-modal .share-options li a svg {
    width: 18px;
    height: 18px;
    fill: #fff;
    transition: opacity .2s ease-in-out
}

.social-share-modal .share-options li a:hover i,.social-share-modal .share-options li a:hover svg {
    opacity: .8
}

.social-share-modal .share-options li a:hover {
    color: #242429
}

.modal-27 .share-options {
    transform: scale(.8);
    opacity: 0;
    transition: .15s ease
}

.modal-27.in .share-options {
    opacity: 1;
    transform: scale(1)
}

.woocommerce-cart .element .pf-body .woocommerce-cart-form table.shop_table .product-thumbnail a img {
    width: 80px!important;
    height: 80px!important;
}

.woocommerce-page div.product div.woocommerce-product-gallery--with-images + div.summary.entry-summary .product_title {
    padding-bottom: 7px;
    position: relative;
    margin-bottom: 15px;
}

.woocommerce-page div.product div.woocommerce-product-gallery--with-images + div.summary.entry-summary .product_title:after {
    content: "";
    height: 3px;
    width: 5%;
    background-color: var(--accent);
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 5px;
    overflow: hidden;
}

@media (min-width: 1480px) {
    .woocommerce-page div.product div.summary {
        margin-bottom: 3.5em !important;
    }
    .single.single-product .type-product.product-type-simple .summary.entry-summary>.price {
        top: auto;
        bottom: -35px;
    }
    .woocommerce-page div.product div.woocommerce-product-gallery--with-images,
    .woocommerce-page div.product div.woocommerce-product-gallery--with-images + div.summary.entry-summary {
        height: 43em;
    }

    .woocommerce-page div.product div.woocommerce-product-gallery--with-images .block-element,
    .woocommerce-page div.product div.woocommerce-product-gallery--with-images .gallery-block,
    .woocommerce-page div.product div.woocommerce-product-gallery--with-images .pf-body,
    .woocommerce-page div.product div.woocommerce-product-gallery--with-images .gallerySlider {
        height: 100%;
    }

    .woocommerce-page div.product div.woocommerce-product-gallery--with-images .gallerySlider .galleryPreview {
        height: 27.5em;
    }

    .woocommerce-page div.product div.woocommerce-product-gallery--with-images .gallerySlider .owl-carousel .owl-stage-outer,
    .woocommerce-page div.product div.woocommerce-product-gallery--with-images .gallerySlider .owl-carousel .owl-stage,
    .woocommerce-page div.product div.woocommerce-product-gallery--with-images .gallerySlider .owl-carousel .owl-item,
    .woocommerce-page div.product div.woocommerce-product-gallery--with-images .gallerySlider .owl-carousel .owl-item a {
        height: 100%;
    }
    .woocommerce-page div.product div.woocommerce-product-gallery--with-images .gallerySlider .owl-carousel .owl-item img{
        object-fit: fill;
        height: 100%;
    }
}

@media only screen and (min-width: 1201px) {
    .explore-type-2 .fl-head {
        margin: 30px 0!important;
    }
    .single.single-product .my-custom-form.summary.tour-rate-body .custom-rows.header-custom-rows .custom-column:nth-child(1),
    .single.single-product .my-custom-form.summary.tour-rate-body .form-tour-option .custom-column:nth-child(1) {
        margin-right: auto;
    }
}

@media (min-width: 1200px) and (max-width: 1479.98px) {
    .woocommerce-MyAccount-content table.woocommerce-MyAccount-downloads td, 
    .woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
     padding: 14px 10px!important;   
    }
    .woocommerce-MyAccount-content table.woocommerce-MyAccount-downloads td:nth-child(1), 
    .woocommerce table.my_account_orders td:nth-child(1), 
    .woocommerce table.my_account_orders th:nth-child(1) {
        width: 11%;
    }

    .woocommerce-MyAccount-content table.woocommerce-MyAccount-downloads td:nth-child(2), 
    .woocommerce table.my_account_orders td:nth-child(2), 
    .woocommerce table.my_account_orders th:nth-child(2) {
        width: 22%;
    }
    .woocommerce-MyAccount-content table.woocommerce-MyAccount-downloads td:nth-child(3), 
    .woocommerce table.my_account_orders td:nth-child(3), 
    .woocommerce table.my_account_orders th:nth-child(3) {
        width: 15%;
    }
    .woocommerce-MyAccount-content table.woocommerce-MyAccount-downloads td:nth-child(4), 
    .woocommerce table.my_account_orders td:nth-child(4), 
    .woocommerce table.my_account_orders th:nth-child(4) {
        width: 29%;
    }
    .woocommerce-MyAccount-content table.woocommerce-MyAccount-downloads td:nth-child(5), 
    .woocommerce table.my_account_orders td:nth-child(5), 
    .woocommerce table.my_account_orders th:nth-child(5) {
        width: 23%;
    }
    .woocommerce-account .addresses .title a.edit, 
    .woocommerce table.my_account_orders .order-actions.subscription-actions a.button, 
    .woocommerce table.my_account_orders td.woocommerce-orders-table__cell-order-actions a.button {
        margin-top: 5px!important;
        margin-bottom: 5px!important;
    }

    .woocommerce-account .i-section .container {
        width: 100%;
    }

    .woocommerce-page div.product div.summary {
        margin-bottom: 3.5em !important;
    }
    .single.single-product .type-product.product-type-simple .summary.entry-summary>.price {
        top: auto;
        bottom: -35px;
    }
    .woocommerce-page div.product div.woocommerce-product-gallery--with-images,
    .woocommerce-page div.product div.woocommerce-product-gallery--with-images + div.summary.entry-summary {
        height: 43em;
    }

    .woocommerce-page div.product div.woocommerce-product-gallery--with-images .block-element,
    .woocommerce-page div.product div.woocommerce-product-gallery--with-images .gallery-block,
    .woocommerce-page div.product div.woocommerce-product-gallery--with-images .pf-body,
    .woocommerce-page div.product div.woocommerce-product-gallery--with-images .gallerySlider {
        height: 100%;
    }

    .woocommerce-page div.product div.woocommerce-product-gallery--with-images .gallerySlider .galleryPreview {
        height: 27.5em;
    }

    .woocommerce-page div.product div.woocommerce-product-gallery--with-images .gallerySlider .owl-carousel .owl-stage-outer,
    .woocommerce-page div.product div.woocommerce-product-gallery--with-images .gallerySlider .owl-carousel .owl-stage,
    .woocommerce-page div.product div.woocommerce-product-gallery--with-images .gallerySlider .owl-carousel .owl-item,
    .woocommerce-page div.product div.woocommerce-product-gallery--with-images .gallerySlider .owl-carousel .owl-item a {
        height: 100%;
    }
    .woocommerce-page div.product div.woocommerce-product-gallery--with-images .gallerySlider .owl-carousel .owl-item img{
        object-fit: cover;
        height: 100%;
    }
}

@media (min-width: 1200px) {
    /* .single.single-product .container {
        width: 1270px;
    } */
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    form#custom_shop_search .buttons.button-2.search {
        margin: 40px auto 0px;
    }

    header {
        z-index: 1000 !important;
    }

    .c27-main-header.header-scroll .i-nav.mobile-menu-open,
    .i-nav {
        z-index: 1000 !important;
    }

    .time-slots-body .time-slot-form .time-slots-date,
    .time-slots-body .time-slot-form .time-slots-tour-option {
        width: 50%;
    }

    .time-slots-body .time-slot-form .time-slots-content .time-slots-person-body .custom-column {
        width: 33.33%;
    }
    .single.single-product .my-custom-form.summary.tour-rate-body .custom-rows.header-custom-rows .custom-column:nth-child(1),
    .single.single-product .my-custom-form.summary.tour-rate-body .form-tour-option .custom-column:nth-child(1) {
        width: 36%;
    }

    .single.single-product .my-custom-form.summary.tour-rate-body .custom-rows.header-custom-rows .custom-column:nth-child(2),
    .single.single-product .my-custom-form.summary.tour-rate-body .form-tour-option .custom-column:nth-child(2) {
        width: 15%;
        display: none;
        visibility: hidden;
    }

    .single.single-product .my-custom-form.summary.tour-rate-body .custom-rows.header-custom-rows .custom-column:nth-child(3),
    .single.single-product .my-custom-form.summary.tour-rate-body .form-tour-option .custom-column:nth-child(3) {
        width: 21%;
    }
    
    .single.single-product .my-custom-form.summary.tour-rate-body .custom-rows.header-custom-rows .custom-column:nth-child(4),
    .single.single-product .my-custom-form.summary.tour-rate-body .form-tour-option .custom-column:nth-child(4) {
        width: 10%;
    }
    
    .single.single-product .my-custom-form.summary.tour-rate-body .custom-rows.header-custom-rows .custom-column:nth-child(5),
    .single.single-product .my-custom-form.summary.tour-rate-body .form-tour-option .custom-column:nth-child(5) {
        width: 10%;
    }

    .single.single-product .my-custom-form.summary.tour-rate-body .custom-rows.header-custom-rows .custom-column:nth-child(6),
    .single.single-product .my-custom-form.summary.tour-rate-body .form-tour-option .custom-column:nth-child(6) {
        width: 10%;
    }
    
    .single.single-product .my-custom-form.summary.tour-rate-body .custom-rows.header-custom-rows .custom-column:nth-child(7),
    .single.single-product .my-custom-form.summary.tour-rate-body .form-tour-option .custom-column:nth-child(7) {
        width: 13%;
    }
}

@media (min-width: 769px) and (max-width: 1199.98px) {

    form#custom_shop_search #product_name,
    form#custom_shop_search #product_city,
    form#custom_shop_search #product_category {
        width: 33%;
        padding-bottom: 10px;
        border-radius: 0;
    }
    table.job-manager-jobs .listing-actions .job-dashboard-actions {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    table.job-manager-jobs .listing-actions .job-dashboard-actions li {
        margin-bottom: 15px;
    }

    table.job-manager-jobs .listing-actions .job-dashboard-actions li:last-child,
    table.job-manager-jobs .listing-actions .job-dashboard-actions li:only-child {
        margin-bottom: 0;
    }

    .woocommerce-MyAccount-content table.woocommerce-MyAccount-downloads td, 
    .woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
     padding: 14px 10px!important;   
    }
    .woocommerce-MyAccount-content table.woocommerce-MyAccount-downloads td:nth-child(1), 
    .woocommerce table.my_account_orders td:nth-child(1), 
    .woocommerce table.my_account_orders th:nth-child(1) {
        width: 11%;
    }

    .woocommerce-MyAccount-content table.woocommerce-MyAccount-downloads td:nth-child(2), 
    .woocommerce table.my_account_orders td:nth-child(2), 
    .woocommerce table.my_account_orders th:nth-child(2) {
        width: 22%;
    }
    .woocommerce-MyAccount-content table.woocommerce-MyAccount-downloads td:nth-child(3), 
    .woocommerce table.my_account_orders td:nth-child(3), 
    .woocommerce table.my_account_orders th:nth-child(3) {
        width: 15%;
    }
    .woocommerce-MyAccount-content table.woocommerce-MyAccount-downloads td:nth-child(4), 
    .woocommerce table.my_account_orders td:nth-child(4), 
    .woocommerce table.my_account_orders th:nth-child(4) {
        width: 29%;
    }
    .woocommerce-MyAccount-content table.woocommerce-MyAccount-downloads td:nth-child(5), 
    .woocommerce table.my_account_orders td:nth-child(5), 
    .woocommerce table.my_account_orders th:nth-child(5) {
        width: 23%;
    }
    .woocommerce-account .addresses .title a.edit, 
    .woocommerce table.my_account_orders .order-actions.subscription-actions a.button, 
    .woocommerce table.my_account_orders td.woocommerce-orders-table__cell-order-actions a.button {
        margin-top: 5px!important;
        margin-bottom: 5px!important;
    }

    .woocommerce-account .i-section .container {
        width: 100%;
    }
}

@media (max-width: 1024.98px) {
    .informationbox.facilitylist.summary ul li {
        margin-bottom: 10px;
        width: 50%;
        box-sizing: border-box;
        margin-right: 0;
        margin-left: 0;
    }
    .time-slots-body {
        overflow-y: auto;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px){
    .woocommerce-page div.product div.summary {
        margin-bottom: 3.5em !important;
    }
    .single.single-product .type-product.product-type-simple .summary.entry-summary>.price {
        top: auto;
        bottom: -35px;
    }
    .woocommerce-page div.product div.woocommerce-product-gallery--with-images,
    .woocommerce-page div.product div.woocommerce-product-gallery--with-images + div.summary.entry-summary {
        height: 43em;
    }

    .woocommerce-page div.product div.woocommerce-product-gallery--with-images .block-element,
    .woocommerce-page div.product div.woocommerce-product-gallery--with-images .gallery-block,
    .woocommerce-page div.product div.woocommerce-product-gallery--with-images .pf-body,
    .woocommerce-page div.product div.woocommerce-product-gallery--with-images .gallerySlider {
        height: 100%;
    }

    .woocommerce-page div.product div.woocommerce-product-gallery--with-images .gallerySlider .galleryPreview {
        height: 29em;
    }

    .woocommerce-page div.product div.woocommerce-product-gallery--with-images .gallerySlider .owl-carousel .owl-stage-outer,
    .woocommerce-page div.product div.woocommerce-product-gallery--with-images .gallerySlider .owl-carousel .owl-stage,
    .woocommerce-page div.product div.woocommerce-product-gallery--with-images .gallerySlider .owl-carousel .owl-item,
    .woocommerce-page div.product div.woocommerce-product-gallery--with-images .gallerySlider .owl-carousel .owl-item a {
        height: 100%;
    }
    .woocommerce-page div.product div.woocommerce-product-gallery--with-images .gallerySlider .owl-carousel .owl-item img{
        object-fit: cover;
        height: 100%;
    }
}

@media (max-width: 991.98px) {    
    .single.single-product .type-product.product-type-simple .summary.entry-summary>.price {
        top: auto;
        bottom: -35px;
    }
}

@media (min-width: 769px) and (max-width: 991.98px) {
    .time-slots-body {
        right: -100%;
        width: 100%;
    }

    form#custom_shop_search #product_name,
    form#custom_shop_search #product_city,
    form#custom_shop_search #product_category {
        width: 33%;
    }

    form#custom_shop_search .buttons.button-2.search {
        margin: 10px auto;
    }

    html .woocommerce ul.products li.product a img {
        height: 180px;
    }

    .custom-rows .custom-column:nth-child(1) {
        width: 25%;
    }

    .form-tour-option.unselect-time .custom-column:nth-child(2) {
        width: 75%;
    }

    input,
    textarea {
        line-height: 0;
    }
    
    .single.single-product .my-custom-form.summary.tour-rate-body .custom-rows.header-custom-rows .custom-column:nth-child(1),
    .single.single-product .my-custom-form.summary.tour-rate-body .form-tour-option .custom-column:nth-child(1) {
        width: 32%;
        padding: 0 0.5em;
    }

    .single.single-product .my-custom-form.summary.tour-rate-body .custom-rows.header-custom-rows .custom-column:nth-child(2),
    .single.single-product .my-custom-form.summary.tour-rate-body .form-tour-option .custom-column:nth-child(2) {
        width: 15%;
        display: none;
        visibility: hidden;
    }

    .single.single-product .my-custom-form.summary.tour-rate-body .custom-rows.header-custom-rows .custom-column:nth-child(3),
    .single.single-product .my-custom-form.summary.tour-rate-body .form-tour-option .custom-column:nth-child(3) {
        width: 21%;
        padding: 0 0.5em;
    }
    
    .single.single-product .my-custom-form.summary.tour-rate-body .custom-rows.header-custom-rows .custom-column:nth-child(4),
    .single.single-product .my-custom-form.summary.tour-rate-body .form-tour-option .custom-column:nth-child(4) {
        width: 10%;
        padding: 0 0.5em;
    }
    
    .single.single-product .my-custom-form.summary.tour-rate-body .custom-rows.header-custom-rows .custom-column:nth-child(5),
    .single.single-product .my-custom-form.summary.tour-rate-body .form-tour-option .custom-column:nth-child(5) {
        width: 10%;
        padding: 0 0.5em;
    }

    .single.single-product .my-custom-form.summary.tour-rate-body .custom-rows.header-custom-rows .custom-column:nth-child(6),
    .single.single-product .my-custom-form.summary.tour-rate-body .form-tour-option .custom-column:nth-child(6) {
        width: 10%;
        padding: 0 0.5em;
    }
    
    .single.single-product .my-custom-form.summary.tour-rate-body .custom-rows.header-custom-rows .custom-column:nth-child(7),
    .single.single-product .my-custom-form.summary.tour-rate-body .form-tour-option .custom-column:nth-child(7) {
        width: 17%;
        padding: 0 0.5em;
    }
    .single.single-product .my-custom-form.summary.tour-rate-body .form-tour-option .custom-column .woocommerce-Price-amount {
        font-size: 0.85em;
    }
}

@media (min-width: 769px) and (max-width: 991.98px) {
    .woocommerce-page div.product div.woocommerce-product-gallery--with-images,
    .woocommerce-page div.product div.woocommerce-product-gallery--with-images + div.summary.entry-summary {
        width: 100%!important;
    }
    .woocommerce-page div.product div.summary {
        margin-bottom: 3.5em !important;
    }
}

@media (min-width: 769px) {
    span.tour-option-label {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .social-share-modal .share-options {
        width:95%;
        min-width: unset
    }
}

@media (max-width: 768.98px) {
    .custom-rows.header-custom-rows {
        display: none;
    }

    .custom-rows {
        flex-wrap: wrap;
    }

    .custom-rows .custom-column:nth-child(1) {
        width: 100%;
    }

    .custom-rows .custom-column:nth-child(2) {
        width: 100%;
    }

    .custom-rows .custom-column:nth-child(3) {
        width: 100%;
    }

    .custom-rows .custom-column:nth-child(4) {
        width: 100%;
    }

    .custom-rows .custom-column:nth-child(5) {
        width: 100%;
    }

    .custom-rows .custom-column .tour-option-label {
        font-weight: 600;
        margin-right: 15px;
    }

    .custom-rows .custom-column {
        display: flex;
        margin-bottom: 10px;
        flex-wrap: wrap;
    }

    span.tour-option-label {
        display: block;
    }

    .woocommerce ul.products li.product, .woocommerce-page ul.products {
        justify-content: space-between;
    }

    .woocommerce ul.products li.product, .woocommerce-page ul.products li {
        margin: 0 1% 2.992em!important;
    }

    .woocommerce ul.products li.product, 
    .woocommerce-page ul::before {}

    .woocommerce ul.products li.product, 
    .woocommerce-page ul li:nth-child(odd) {
        /* margin-right: 2%; */
    }
    .woocommerce ul.products li.product, 
    .woocommerce-page ul li:nth-child(even) {
        /* margin-left: 2%; */
    }

    .single.single-product .my-custom-form.summary.tour-rate-body .form-tour-option .custom-column:nth-child(1),
    .single.single-product .my-custom-form.summary.tour-rate-body .form-tour-option .custom-column:nth-child(7) {
        width: 100%;
    }
    .single.single-product .my-custom-form.summary.tour-rate-body .form-tour-option .custom-column:nth-child(2),
    .single.single-product .my-custom-form.summary.tour-rate-body .form-tour-option .custom-column:nth-child(3),
    .single.single-product .my-custom-form.summary.tour-rate-body .form-tour-option .custom-column:nth-child(4),
    .single.single-product .my-custom-form.summary.tour-rate-body .form-tour-option .custom-column:nth-child(5),
    .single.single-product .my-custom-form.summary.tour-rate-body .form-tour-option .custom-column:nth-child(6) {
        width: 50%;
    }

    .single.single-product .my-custom-form.summary.tour-rate-body .form-tour-option .form-tour-body-item:last-child {
        border: none;
        border-radius: 0;
    }

    .woocommerce div.product div.summary {
        margin-bottom: 3.5em!important;
    }
    .woocommerce-orders .pf-head.round-icon .title-style-1::after,
    .woocommerce-my-bookmarks .pf-head.round-icon .title-style-1::after,
    .woocommerce-edit-account .pf-head.round-icon .title-style-1::after,
    .woocommerce-cart .pf-head.round-icon .title-style-1::after {
        left: -15px;
    }
    .woocommerce-account .addresses .title a.edit, 
    .woocommerce table.my_account_orders .order-actions.subscription-actions a.button, 
    .woocommerce table.my_account_orders td.woocommerce-orders-table__cell-order-actions a.button {
        margin: 0 0 0 10px !important;
    }
}

@media (min-width: 576px) and (max-width: 768.98px) {
    .time-slots-body {
        right: -100%;
        width: 100%;
    }
    .time-slots-body .time-slot-form .time-slots-date,
    .time-slots-body .time-slot-form .time-slots-tour-option {
        width: 50%;
        overflow:unset;
    }

    .time-slots-body .time-slot-form .time-slots-content .time-slots-person-body .custom-column {
        width: 33.33%;
    }
    .single.single-product .my-custom-form.summary.tour-rate-body .form-tour-option .form-tour-body-item {
        border: none;
    }
    
}

@media (max-width: 575.98px) {
    form#custom_shop_search #product_name,
    form#custom_shop_search #product_city,
    form#custom_shop_search #product_category {
        width: 100%;
    }

    form#custom_shop_search #product_name,
    form#custom_shop_search #product_city,
    form#custom_shop_search .select2-container,
    form#custom_shop_search #product_category {
        margin-bottom: 15px;
    }

    form#custom_shop_search .buttons.button-2.search {
        width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    form#custom_shop_search .buttons.button-2.search i {
        top: 0;
    }

    .summary.quick-listing-actions>ul>li {
        padding: 0 10px 0 0;
        width: 50%;
        text-align: center;
        display: flex;
    }

    .summary.quick-listing-actions>ul>li>a {
        width: 100%;
        justify-content: center;
        margin-bottom: 15px;
    }

    body a.delete_item.button.alt,
    a.add_to_wishlist.single_add_to_wishlist.button.alt {
        justify-content: center;
    }

    .yith-wcwl-add-to-wishlist {
        width: 100%;
        margin-bottom: 15px;
    }

    body a.delete_item.button.alt,
    a.add_to_wishlist.single_add_to_wishlist.button.alt {
        width: 100%;
    }

    .time-slots-body {
        right: -100%;
        width: 100%;
        overflow: visible;
    }

    .time-slots-filters {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .time-slots-date {
        margin-right: 0;
    }

    .time-slots-date {
        width: 100%;
        margin-bottom: 15px;
    }

    .tourOptionTransfer {
        width: 100%;
    }

    .time-slots-transfer,
    .time-slots-tour-option {
        width: 49%;
        margin-right: 0;
    }

    .time-slots-person-body {
        justify-content: space-between;
    }

    .time-slots-person-body .custom-column {
        margin-right: 0;
    }

    .tour-option-name {
        font-size: 16px;
        width: calc(100% - 32px);
        padding-right: 15px;
    }

    .time-slot-card-body {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
    }

    .time-slot-card-body .time-slot-card-item {
        background: rgb(255 150 0 / 16%);
        display: flex;
        border-radius: 7px;
        margin-right: 0;
        margin-bottom: 10px;
        width: auto;
    }

    .time-slot-card-item label input:checked+.checked:before {
        left: -2px;
    }

    /* .informationbox.facilitylist.summary ul li {
        margin-bottom: 10px;
        width: 50%;
        box-sizing: border-box;
        margin-right: 0;
        margin-left: 0;
    } */

    .single.single-product .my-custom-form.summary.tour-rate-body .form-tour-option .custom-column:nth-child(1) {
        padding: 0;
    }

    .single.single-product .my-custom-form.summary.tour-rate-body .form-tour-option .custom-column:nth-child(3),
    .single.single-product .my-custom-form.summary.tour-rate-body .form-tour-option .custom-column:nth-child(5) {
        padding-left: 0;
    }

    .single.single-product .my-custom-form.summary.tour-rate-body .form-tour-option .custom-column:nth-child(4),
    .single.single-product .my-custom-form.summary.tour-rate-body .form-tour-option .custom-column:nth-child(6) {
        padding-right: 0;
    }

    .single.single-product .type-product.product-type-simple .summary {
        padding-bottom: 2.5em;
        margin-bottom: 4em;
    }

    p.select-cancellation-policy-name.danger-text {
        padding-left: 35px;
    }

    .single.single-product .my-custom-form.summary.tour-rate-body .form-tour-option .form-tour-body-item:first-child {
        /* border-top: 1px solid #eeeeee; */
        border-radius: 8px 8px 0 0;
    }

    .woocommerce ul.products li.product, .woocommerce-page ul.products::before {
        /* display: none; */
        /* visibility: hidden; */
    }

    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        /* margin: 0!important;
        padding: 0!important; */
    }

    form#custom_shop_search #product_name,
    form#custom_shop_search #product_city,
    form#custom_shop_search .select2-container,
    form#custom_shop_search #product_category {
        width: 100%;
    }

    .checkout-extra-detail {
        padding: 10px 0;
        margin: 0px;
    }

    .woocommerce .woocommerce-checkout-review-order table.shop_table tbody tr td:first-of-type span:first-of-type {
        margin-top: 10px;
    }

    .woocommerce ul.order_details li {
        width: 100%;
        border: none !important;
        border-bottom: 1px dashed #cfc8d8 !important;
        padding: 10px 0 !important;
    }

    .woocommerce table.shop_table td {
        padding: 9px 12px !important;
    }

    .gallerySlider .gallery-nav ul {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
    }

    .time-slots-body .time-slot-form .time-slots-date,
    .time-slots-body .time-slot-form .time-slots-tour-option {
        width: 100%;
        padding-right: 0px;
    }

    .time-slots-body .time-slot-form .time-slots-content .time-slots-person-body .custom-column {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 15px;
    }
    .single.single-product .my-custom-form.summary.tour-rate-body .form-tour-option .form-tour-body-item {
        border: none;
    }

    table.job-manager-jobs .listing-actions .job-dashboard-actions {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    table.job-manager-jobs .listing-actions .job-dashboard-actions li {
        margin-bottom: 15px;
    }

    table.job-manager-jobs .listing-actions .job-dashboard-actions li:last-child,
    table.job-manager-jobs .listing-actions .job-dashboard-actions li:only-child {
        margin-bottom: 0;
    }

    .time-slots-body .time-slot-form .time-slots-content .time-slots-list-body .time-slots-list-body-wrapper .time-slot-card-body {
        grid-template-columns : 1fr;
    }
}

@media only screen and (max-width: 480px) {
    .product-template-default.woocommerce div.product .product_title {
        font-size: 24px !important;
    }
}

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

    .woocommerce ul.products[class*="columns-"] li.product,
    .woocommerce ul.products li.product,
    ul.products[class*="columns-"] li.product,
    ul.products li.product {
        margin-bottom: 30px !important;
    }
}

@media (max-width: 479.98px) {
    .informationbox.facilitylist.summary ul li {
        margin-bottom: 15px;
        padding-right: 0;
        width: 100%;
        box-sizing: border-box;
    }

    .single.single-product .my-custom-form.summary.tour-rate-body .form-tour-option .form-tour-body-item .custom-rows {
        padding: 0!important;
    }
    .informationbox.facilitylist.summary ul li:last-child {
        margin-bottom: 0;
    }

    .single.single-product .type-product.product-type-simple .summary {
        padding-bottom: 3.5em;
        margin-bottom: 4em;
    }

    .woocommerce-account .addresses .title a.edit, 
    .woocommerce table.my_account_orders .order-actions.subscription-actions a.button, 
    .woocommerce table.my_account_orders td.woocommerce-orders-table__cell-order-actions a.button {
        margin-top: 5px!important;
        margin-bottom: 5px!important;
    }

    .woocommerce table.shop_table_responsive tr td:last-child:before, 
    .woocommerce-page table.shop_table_responsive tr td:last-child::before {
        width: 100%;
        text-align: left;
    }
}

@media (max-width: 349.98px) {
    .single.single-product .my-custom-form.summary.tour-rate-body .form-tour-option .custom-column {
        padding: 0 0.25em;
    }
    .single.single-product .my-custom-form.summary.tour-rate-body .form-tour-option .custom-rows {
        padding: 0!important;
    }
}