/*!
Theme Name: StayInn Travel
Theme URI: https://garlife.net/
Author: Oriole
Author URI: https://garlife.net/
Description: Oriole Group
Version: 2011
*/

.text-nowrap {
    white-space: nowrap;
}

.w-100 {
    width: 100%;
}

.gap-15 {
    gap: 15px;
}

ul.page-numbers {
    display: flex;
    align-items: center;
}

ul.page-numbers li .page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-weight: 500;
}

ul.page-numbers li .page-numbers.next,
ul.page-numbers li .page-numbers.prev {
    border: 1px solid var(--border, #E7E6E6);
}

ul.page-numbers li span.page-numbers {
    color: white !important;
    background-color: var(--color-accent-1) !important;
}

.comment-form-rating .stars a {
    font-size: 0;
}

.comment-form-rating .stars a::after {
    content: "\e918";
    color: var(--color-yellow-2);
    font-family: icomoon !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: var(--text-14) !important;
    padding-left: 2.5px;
    padding-right: 2.5px;
}

.comment-form-rating .stars.selected a::after {
    color: #ff8f00;
}

.comment-form-rating .stars.selected a.active~ ::after {
    color: var(--color-yellow-2);
}

.tourCard.-type-2 .tourCard__text {
    -webkit-line-clamp: 6;
}

.wc-block-components-product-metadata__description {
    display: none;
}

.wc-block-components-button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    line-height: 28px;
    border-radius: 12px;
    border: 1px solid transparent;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: var(--color-accent-1) !important;
    color: var(--color-white);
    padding: 12px 15px;
}

.wc-block-components-button:hover {
    border-color: var(--color-dark-1);
    background-color: var(--color-dark-1) !important;
    color: white !important;
}

.footer.-type-1 .footer__newsletter .wpcf7-submit {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 0 20px;
    color: var(--color-dark-1);
    z-index: 1;
    width: auto;
    border: 0;
}

.woocommerce-privacy-policy-text p {
    color: #ddd;
}

.woocommerce-notices-wrapper {
    margin-bottom: 20px;
    text-align: center;
    background: var(--color-accent-1);
    color: #fff;
}

.cta__bg {
    pointer-events: none;
}

.navAbsolute {
    pointer-events: none;
}

.navAbsolute .navAbsolute__button {
    pointer-events: all;
}

.add-to-wishlist-cs.active {
    color: red;
}

.tourCard__favorite.active {
    background: red !important;
    color: #fff;
}

.woocommerce-address-fields .form-input label,
.contactForm .form-input>span+label {
    transform: translateY(-29px);
}

.woocommerce-Payment input[type="radio"] {
    width: auto;
}

.woocommerce-address-fields .select2-container--default .select2-selection--single {
    height: 55px;
    border-radius: 12px;
}

.woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 55px;
}

.woocommerce-table {
    width: 100%;
    margin: 15px 0;
}

.woocommerce-table thead {
    background-color: var(--color-light-1) !important;
}

.woocommerce-table th {
    padding: 25px 40px;
    line-height: 1;
    font-weight: 600;
}

.woocommerce-table .woocommerce-table__product-name {
    border-radius: 8px 0 0 8px;
}

.woocommerce-table .woocommerce-table__product-table {
    border-radius: 0 8px 8px 0;
}

.woocommerce-table td {
    padding: 20px 40px;
    font-size: 15px;
}

.woocommerce-table tbody>tr+tr {
    border-top: 1px solid var(--color-light-6);
}

.woocommerce-table tfoot {
    background-color: var(--color-light-1) !important;
}

.woocommerce-table tfoot>tr+tr {
    border-top: 1px solid var(--color-light-6);
}

.woocommerce-table tfoot th,
.woocommerce-table tfoot td {
    padding: 10px 40px;
}

.woocommerce-table tfoot th {
    font-weight: 600
}

.woocommerce-table tfoot tr:first-child th {
    border-radius: 8px 0 0 0px;
}

.woocommerce-table tfoot tr:first-child td {
    border-radius: 0 8px 0 0;
}

.woocommerce-table tfoot tr:last-child th {
    border-radius: 0 0 0 8px;
}

.woocommerce-table tfoot tr:last-child td {
    border-radius: 0 0 8px 0;
}

.woocommerce-order-details {
    margin: 20px 0
}

span.woocommerce-Price-amount.amount {
    font-weight: 600;
}

.woocommerce-table tfoot span.woocommerce-Price-amount.amount {
    color: var(--color-accent-1) !important;
    font-size: 18px;
}

.woocommerce-orders-table {
    width: 100%;
}

.woocommerce-orders-table thead {
    height: 60px;
    border-radius: 12px;
    background-color: var(--color-light-1) !important;
}

.woocommerce-orders-table th {
    padding: 0px 10px;
}

.woocommerce-orders-table thead th:last-child {
    text-align: right
}

.woocommerce-orders-table td {
    padding: 20px 10px;
}

.woocommerce-orders-table tbody tr {
    border-bottom: 1px solid var(--color-light-1);
}

.woocommerce-orders-table .woocommerce-button {
    justify-content: flex-end
}

.column-3 {
    columns: 3;
}

@media (max-width: 767.98px) {
    .column-3 {
        columns: 2;
    }
}

.tourSingleSidebar .js-count input::-webkit-outer-spin-button,
.tourSingleSidebar .js-count input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.tourSingleSidebar .js-count input[type="number"] {
    -moz-appearance: textfield;
}

.cart-link {
    position: relative;
}

#mini-cart-count {
    position: absolute;
    font-size: 10px;
    color: #fff;
    background-color: var(--color-accent-1);
    border-radius: 50%;
    width: 15px;
    height: 15px;
    top: -6px;
    right: -6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.single_variation_wrap {
    display: flex;
    flex-direction: column;
}

.single_variation_wrap .single_variation {
    order: 2;
}

.single_variation_wrap .last-wrap {
    order: 3;
}

.header .wpml-ls-legacy-dropdown {
    width: 36px;
}

.header .wpml-ls-legacy-dropdown a {
    padding: 0 !important;
}

.header .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    right: 0;
}

@media (max-width: 500.98px) {
    .menuNav__item a {
        font-size: 18px;
        padding: 10px 0;
    }
}

.woocommerce-notices-wrapper>ul {
    outline: none !important;
}

.position-relative {
	position: relative;
}