/*
 Theme Name:   My Listing Child Live
 Theme URI:    http://mylisting.27collective.net/my-city/
 Description:  MyListing Child Theme
 Author:       27collective
 Author URI:   https://27collective.net/
 Template:     my-listing
 Version:      1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         one-column, two-columns, three-columns, left-sidebar, right-sidebar, grid-layout, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  my-listing-child
*/

#submit-job-form .field-head {
    justify-content: start !important;
    align-items: flex-end;
}

.card {
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

.card-body {
    padding: 20px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.announcement-content {
    flex-grow: 1;
}

.card-title {
    font-size: 18px;
    color: #333;
}

.card-text {
    font-size: 14px;
    color: #666;
}

.announcement-status {
    font-size: 14px;
    color: #888;
}
.c27-blank-slide{
    background: none !important;
}


/* My Account page elemetor template*/
.row>.elementor {
    width: 100%;
}
.row>.elementor>div {
    max-width: 100%;
}
.trans-bg {
  background-color:transparent;
}
.p0 {
  padding: 0;
}
.no-brd {
  border: 0;
}
.pf-body .mb-3:last-child {
    margin-bottom: 0!important;
}
.announcement-wrp {
    display: flex;
    flex-direction: column;
    align-items: center;
}
div#announcement-modal {
    display: none;
}
div#announcement-live-preview {
    margin: 0px;
}
#announcement-section .modal-footer {
    padding-top: 0px;
    margin-top: 15px;
    position: relative;
}
.live-preview-title-wrp {
    position: absolute;
    top: -17px;
    font-weight: 600;
    text-align: center;
    width: 100%;
    margin: 0;
}
.live-preview-title {
	color: var(--accent);
    background-color: #fff;
    margin: 0;
    padding: 5px 30px;
    display: inline-block;
    border: 1px solid var(--accent);
    border-radius: 20px;
}
#announcement-section .modal-wrp {
    position: relative;
    z-index: 0;
    width: 100%;
    padding: 0!important;
    margin-top: 30px;
}
#announcement-section .btn-primary {
    float: none;
}
#announcement-section .modal-dialog {
    max-width: 100%;
    width: 100%;
    margin: 0;
}
#announcement-section .form-group {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border: 1px solid var(--listsite-cards-border-color);
    border-radius: 10px;
    flex-wrap: wrap;
    gap: 15px;
}
#announcement-section .form-group>label {
    flex: 1 0 auto;
    min-width: 35%;
}
#announcement-section .form-group .form-group-inner,
#announcement-section .form-group select,
#announcement-section .form-group input,
#announcement-section .form-group textarea {
    margin: 0;
    font-size: 14px;
    min-height: 35px;
}
#announcement-section .form-group .form-group-inner,
#announcement-section .form-group>select,
#announcement-section .form-group>input,
#announcement-section .form-group>textarea {
    flex: 1 0 60%;
}

#announcement-section .form-group .form-group-block,
#announcement-section .form-group .form-group-inner input {
    width: 100%;
}
#announcement-section .form-group .form-group-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}
#announcement-section button#save-announcement {
    text-align: center;
    display: block;
    margin: 0 auto;
}

/* announcement live preview */
#announcement-live-preview .element-preview {
  padding: 20px;
  margin-bottom: 25px;
  box-shadow: 0 1px 4px rgba(0,0,0,.0705882353);
  border-radius: 5px;
}
#announcement-live-preview .pf-body {
    padding-top: 15px;
    width: 100%;
}
#announcement-live-preview .card-body {
  
  display: flex;
  justify-content: space-between;
  align-items: center;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
}
#announcement-live-preview .announcement-content {
  flex-grow: 1;
}
#announcement-live-preview .card-title {
  font-size: 18px;
  color: #333;
  margin-bottom: .75rem;
}
#announcement-live-preview .card-text {
  font-size: 14px;
  color: #666;
  margin-bottom: 0;
}
#dynamic-btn:empty {
  display: none;
}
/* existing-announcement live preview */
#existing-announcements .announcement {
    padding: 0;
}
#existing-announcements .card-body {
    gap: 15px;
    padding: 30px 20px;
}
#existing-announcements .card-right {
    display: flex;
    flex-direction: column;
    gap: 1px;
}
#existing-announcements .btn {
    font-size: 14px;
    margin: 0;
    border: 0;
    border-radius: 0;
    color: #ffff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    line-height: 1;
    height: 35px;
    overflow: visible;
    position: relative;
}
#existing-announcements .edit-announcement {
  background-color: var(--accent);
}
#existing-announcements .delete-announcement {
  background-color: #00bcef
}
#existing-announcements .btn-danger {
    background-color: #ff4949;
}
#existing-announcements .btn.loading>i {
    display: none;
}
#existing-announcements .btn.loading {
    opacity: 1;
}
#existing-announcements span.btn-text {
    position: absolute;
    left: calc(-100% - 17px);
    background-color: #202125;
    height: 100%;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    border-radius: 3px;
    min-width: 75px;
}
#existing-announcements .btn:hover span.btn-text {
    opacity: 1;
    visibility: visible;
}
#existing-announcements .card-left {
    flex: 1;
}

#existing-announcements .announcement {
    margin-top: 40px;
}
#existing-announcements h6.card-title-main {
    position: absolute;
    top: -15px;
    padding: 5px 30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid var(--listsite-cards-border-color, #ccc);
    margin: 0;
}
#existing-announcements .card-content {
    display: flex;
    align-items: center;
}
span.btn-text:after {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(100% + 3px);
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #202125;
    transform: translate(-50%, -50%);
}

.announcement-content {
    display: flex;
    align-items: center;
}
i.card_icon {
    width: 40px;
    height: 40px;
    font-size: 18px;
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    background-color: #ff4949;
    color: #fff;
    border-radius: 50%;
}



/* Styles for the row containing the search section and the add listing button */
.row {
    margin-bottom: 20px; /* Adjust spacing as needed */
}

/* Custom Search Card Styles */
.custom-search-card {
    background-color: #33475b; /* Dark blue */
    color: #ffffff;
    padding: 20px 30px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* subtle shadow */
    height: 200px; /* Adjust height as necessary */
}

.custom-search-card h2 {
    margin-bottom: 10px;
    font-size: 3.75rem; /* Adjusted font size */
    text-align: center; /* Center heading */
    color: white;
}

.custom-search-card h2 span {
    color: #0da88c; /* Light blue color for "Already Listed?" */
}

.custom-search-card p {
    margin-bottom: 20px;
    font-size: 2.2rem; /* Adjusted font size */
    text-align: center; /* Center subheading */
    color: white;
}

.search-box {
    display: flex; /* Use flexbox for positioning */
    align-items: center; /* Align items vertically */
    background-color: #33475b; /* Same as input background for seamless integration */
    padding: 5px 35px; /* Padding inside the search box */
    border-radius: 5px; /* Border radius for the search box */
    position: relative; /* Set relative positioning for the parent */
}

.search-box input[type="search"] {
    flex-grow: 1; /* Input will fill the space */
    padding: 10px 5px; /* Padding inside the input */
    border-bottom: 1px solid #a2a9b0; /* No border for the input */
/*    border-radius: 5px; */
    background-color: transparent; /* Transparent background */
    color: #a2a9b0;
}

/* Adjust the search button style */
.search-box button {
    margin-left: 10px; /* Space between input and button */
    padding: 0; /* Reset padding */
    background-color: transparent;
    border: none;
    color: #49a6e9; /* Light blue icon */
    cursor: pointer;
}

.search-box input::placeholder {
    color: #a2a9b0; /* Lighter placeholder text */
}

.search-box button {
    position: absolute;
    right: 5px;
    top: 5px; /* Adjusted to align with the input field */
    padding: 10px;
    background-color: transparent;
    border: none;
    color: #49a6e9; /* Light blue icon */
    cursor: pointer;
    font-size: 1.5rem; /* Larger icon */
}

/* Additional changes for search icon to align with input text */
.mi-search {
    font-size: 1.5rem; /* Adjust the font size of the search icon */
    vertical-align: middle; /* Align vertically with the text */
}

/* Add Listing Button Styles */
.custom-add-listing-card {
    background-color: #27ae60; /* Bright green */
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* subtle shadow */
    position: relative; /* For icon positioning */
    height: 200px; /* Adjust as necessary */
}

.add-listing-btn {
    color: #33475b; /* Black color for the text */
    text-decoration: none;
    font-weight: bold;
    display: flex;
    flex-direction: column; /* Stack the words */
    align-items: flex-start; /* Align to the left */
}
.add-listing-btn:hover {
    color: #33475b;
}

.add-listing-btn .add {
    color: #fff; /* White color for "ADD" */
}

/* Icon styles */
.custom-add-listing-card .material-icons {
    position: absolute;
    right: 50px; /* Adjust the spacing to the right as needed */
    top: 90px;
    color: #33475b; /* Black color for the icon */
    font-size: 5.5rem; /* Adjust the size as needed */
}

/* Adjust the size of the words */
.add-listing-btn span {
    font-size: 3.5rem; /* Adjust the font size as needed */
    line-height: 1.2; /* Adjust the line height as needed */
}


/* Responsive adjustments */
@media (max-width: 768px) {
    .custom-search-card, .custom-add-listing-card {
        height: auto; /* Responsive height */
        padding: 15px;
    }

    .custom-search-card h2,
    .custom-search-card p,
    .add-listing-btn span {
        font-size: 1rem; /* Smaller font size on mobile */
    }

    .search-box input[type="search"], .search-box button {
        font-size: 0.8rem;
    }

    .custom-add-listing-card .material-icons {
        font-size: 1.5rem; /* Smaller icon on mobile */
    }
}

#search-results {
    position: absolute;
    z-index: 1000; /* Make sure it appears above other content */
    width: 100%; /* Match the width of the search box */
    max-height: 300px; /* Limit the height of the dropdown */
    overflow-y: auto; /* Add scroll for overflow */
    background: white;
    border: 1px solid #ccc; /* A light border for the dropdown */
    border-top: none; /* Remove the top border */
    box-shadow: 0 4px 6px rgba(0,0,0,0.1); /* Slight shadow for depth */
    border-radius: 0 0 4px 4px; /* Rounded corners at the bottom */
    top: 100%; /* Position directly below the search box */
}

/* Style for individual search result items */
.search-result-item {
    padding: 10px;
    border-bottom: 1px solid #eee; /* A subtle border for each item */
    cursor: pointer; /* Suggest to the user these are clickable */
    background: #FFF; /* Background color for result items */
}

.search-result-item:hover {
    background: #f9f9f9; /* Slightly darker background on hover */
}

/* Responsive adjustments */
@media (max-width: 768px) {
    #search-results {
        max-height: 200px; /* Slightly smaller dropdown on mobile */
    }
}


.explore-filter .instant-results {
    z-index: 9999 !important;
}

.fs-tabs .tab-content {
    overflow: unset !important;
}


/*
@keyframes pulsate {
    0% { transform: scale(1); }
    50% { transform: scale(1.3); }
    100% { transform: scale(1); }
}
.pulsate-effect {
    animation: pulsate 1s ease infinite;
} */

/* Pulsate Updated css */
.pulsate-effect {
    position: relative;
    display: inline-block;
}
.pulsate-effect::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    background: var(--accent);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: pulsate 1s infinite;
	z-index: revert;
  	pointer-events: none;
}
@keyframes pulsate {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0;
    }
}
li.cts-listing-action-add-food-menu.pulsate-effect::after,
li.cts-listing-action-view.pulsate-effect::after,
li.cts-listing-action-switch.pulsate-effect::after,
li.cts-listing-action-edit.pulsate-effect::after {
    top: 30%;
}


@keyframes flashing {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}

.my-listings-buttons .card.listing-action-card {
    cursor: pointer;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.my-listings-buttons .card.listing-action-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.2);
}

.my-listings-buttons .card-header {
    color: #fff;
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
    padding: 1rem;
    border: none;
}

.my-listings-buttons .card-body {
    background-color: #fff;
    color: #666;
    padding: 1.25rem;
    animation: flashing 2s infinite;
}

.my-listings-buttons #upgrade-plan-section .card-header {
    background: linear-gradient(to right, #0062E6, #33AEFF);
}

.my-listings-buttons #upgrade-plan-section .card-body {
    background-color: #e8f0fe; /* Light blue background */
}

.my-listings-buttons #bump-listing-section .card-header {
    background: linear-gradient(to right, #218838, #40C057);
}

.my-listings-buttons #bump-listing-section .card-body {
    background-color: #eafaf1; /* Light green background */
}


.instant-results-list.ajax-results {
    max-height: 300px;
    overflow: scroll;
}

/* styling for the checkbox field. */
.promote-options {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.promote-options h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.promote-options p {
    margin-bottom: 20px;
    font-size: 1em;
    color: #666;
}

.promote-option {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

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

.checkbox-container input[type="checkbox"] {
    margin-right: 10px;
}

.promote-option .details {
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    flex-direction: column;
}

.option-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-grow: 1;
/*    margin-left: 15px;*/
}

.price-details {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex-grow: 1;
    margin-right: 15px;
}

.option-type {
    background-color: #007bff;
    color: #fff;
    border-radius: 15px;
    padding: 5px 10px;
    font-size: 0.9em;
    margin: 10px 0px;
}

.option-duration,
.option-price {
    font-size: 0.9em;
    color: #666;
    margin-bottom: 5px;
}
.promote-options.listsite-promote-options .promote-option:last-child .price-details span.option-duration {
    display: none;
}

.option-details .option-description {
    margin-top: 10px;
    font-size: 0.9em;
/*    color: #333;*/
    margin-left: 30px;
    padding: 0px 10px;
}

.view-example {
    color: #007bff;
    text-decoration: none;
    font-size: 0.9em;
    margin-left: auto;
}

/* Latest Styles */

.promote-options {
    padding: 20px;
    border-radius: 10px;
    background-color: #f8f9fc; /* Softer background */
}

.promote-options h3 {
    font-size: 1.8em;
    margin-bottom: 15px;
    color: #333;
    font-weight: bold;
}

.promote-options p {
    font-size: 1em;
    color: #555;
    margin-bottom: 25px;
}

.promote-option {
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(to bottom right, #ffffff, #f1f3f5); /* Subtle gradient */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* .promote-option:hover {
    transform: scale(1.03); 
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
} */

.promote-option .details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.option-type {
    background: #007bff; /* Primary color for badges */
    color: #fff;
    border-radius: 20px;
    padding: 5px 15px;
    font-size: 1em;
    font-weight: bold;
}

.option-details label {
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
}

.option-details .option-description {
    margin-top: 8px;
    font-size: 0.9em;
    color: #666;
    line-height: 1.4;
}

.price-details {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.option-duration {
    font-size: 1em;
    color: #007bff;
    font-weight: bold;
    margin-bottom: 3px;
}

.option-price {
    font-size: 1.5em;
    color: #28a745;
    font-weight: bold;
}

.checkbox-container input[type="checkbox"] {
    width: 20px;
    height: 20px;
    accent-color: #007bff; /* Custom checkbox color */
}

.checkbox-container label {
    margin-left: 10px;
    font-size: 1.2em;
    color: #333;
    cursor: pointer;
}

@media screen and (max-width:575.98px){
	.fieldset-job_packages.field-type-packages.form-group .promote-options.listsite-promote-options .promote-option {
		flex-direction: column !important;
		align-items: start !important;
	}
	.fieldset-job_packages.field-type-packages.form-group .promote-options.listsite-promote-options .promote-option .price-details {
		flex-direction: row !important;
		gap: 10px !important;
		margin-left: auto !important;
		margin-right: 0 !important;
	}
}

/* Highlight selected option */
/* .promote-option.selected {
    border-color: #007bff;
    box-shadow: 0 6px 15px rgba(0, 123, 255, 0.2);
    background: linear-gradient(to bottom right, #e6f0ff, #cce0ff); 
    background: linear-gradient(to bottom right, #e6f0ff, #a8c6f5); 
    transform: scale(1.05); 
    transition: all 0.3s ease;
} */

.promote-option {
    cursor: pointer; /* Pointer cursor for the entire card */
}

.promote-option input[type="checkbox"] {
    cursor: pointer; /* Pointer cursor for the checkbox */
}


.custom-link-repeater .item-head {
    display: flex;
    align-items: center;
    gap: 10px; /* Space between the image and input */
}

.custom-link-repeater .repeater-image {
    width: 80px;
    height: 40px;
    object-fit: cover; /* Ensures image fits within dimensions */
    border-radius: 5px; /* Optional rounded corners */
}

.term-loader {
    position: absolute;
/*    top: 50%;*/
    left: 50%;
    width: 30px;
    height: 30px;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.term-loader .spinner {
    width: 30px;
    height: 30px;
    border: 5px solid rgba(0, 0, 0, 0.1);
    border-top-color: #333;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}


.custom-menu-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: self-start;
    gap: 15px;
}

.custom-menu-item a {
    text-decoration: none;
    color: #333;
    padding: 10px 15px;
    border-radius: 5px;
    transition: 0.3s;
    font-weight: bold;
}

.custom-menu-item a:hover{
    background-color: #0073aa;
    color: #fff;
}

.login-container {
    justify-content: space-evenly;
    width: 80% !important;

}

.sign-in-wrapper {
    background-color: #fff;
}

.skip-sign-in-btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #6c5ce7; /* Elegant Purple */
    text-decoration: none;
    padding: 10px 20px;
    border: 2px solid #6c5ce7;
    border-radius: 6px;
    transition: all 0.3s ease;
    text-align: center;
    margin-top: 10px;
}

.skip-sign-in-btn:hover {
    background-color: #6c5ce7;
    color: #fff;
    text-decoration: none;
}

form.mylisting-register .choose-role-text, form.mylisting-register .role-tabs{
    display: none;
}

.close-modal {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #666;
    transition: color 0.3s;
}

.close-modal:hover {
    color: #000;
}
#signin-modal .loader-bg {
    position: absolute !important;
}

.hlcuk-archive-custom-main .top-description {
    display: none;
}

.hlcuk-archive-custom-main .top-description.active {
    display: block;
}

.hlcuk-archive-html-bottom {
    display: none;
}

.hlcuk-archive-html-bottom.active {
    display: block;
}




.multi-line-inputs { display: grid; gap: 8px; }
.multi-line-row { display: flex; align-items: center; gap: 8px; }
.multi-line-row input.multi-line-input { flex: 1; }
.multi-line-row .char-counter { opacity: 0.75; font-size: 12px; }


/* Code by zee starts */
/* Scrollbar CSS Code */
/* ===== Global Scrollbar Styling ===== */
/*
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background-color: #6a5cff;
  border-radius: 10px;
  border: 2px solid #f1f1f1;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #584aff;
}
/* Firefox support 
* {
  scrollbar-width: thin;
  scrollbar-color: #6a5cff #f1f1f1;
}*/

/* Explore Classic */
.explore-classic-content a.expand-map-btn {
    background: var(--listsite-breadcrumbs-separator-font-color);
    color: #fff;
    padding: 10px;
    top: -30px !important;
    border-radius: 25px;
}
@media screen and (max-width:1090px){
	.explore-head .cts-carousel{
		gap: 10px !important;
	}
	.explore-head .explore-types:before {
		display: none !important;
	}
}
@media screen and (max-width: 992px) {
	.explore-head .cts-carousel {
        padding: 5px 5px 10px 5px !important;
    }
}

/* WC Alerts */
.woocommerce-info,
.woocommerce-message {
	border: var(--listsite-cards-border-width, 1px) solid var(--listsite-cards-border-color, #ccc) !important;
	border-radius: var(--listsite-cards-border-radius) !important;
	justify-content: start !important;
}
.woocommerce-info:before,
.woocommerce-message:before {
    color: var(--accent) !important;
}
form.woocommerce-EditAccountForm.edit-account.sign-in-form .form-group:first-child p {
    display: none;
}
.add-a-listing-dashboard{
	border-radius: 30px;
	margin-bottom: 10px;
}
.mlduo-welcome-message h1 {
    margin-bottom: 30px;
}

/* Error Modal Style */
/* Modal size and centering */
#errorGlobalModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* dark overlay */
  display: none; /* hidden by default */
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
#errorGlobalModal .modal-dialog {
    max-width: 400px;
    margin: 16% auto; /* Center vertically and horizontally */
	background: #fff;
	border-radius: var(--listsite-cards-border-radius);
	overflow: hidden;
	box-shadow: 0 5px 25px rgba(0,0,0,0.3);
}

#errorGlobalModal .modal-content {
    height: auto;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center; /* Center the text */
	border: var(--listsite-cards-border-width, 1px) solid var(--listsite-cards-border-color, #ccc);
    border-radius: var(--listsite-cards-border-radius);
}

/* Header styles */
#errorGlobalModal .modal-header {
    padding: 0px;
    display: flex;
    align-items: center;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 0px;
	border: 0px;
}

#errorGlobalModal .modal-header .modal-title {
    padding: 0px;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
    border: 0px;
}

/* Modal body styling */
#errorGlobalModal .modal-body {
    font-size: 1rem;
    color: #333;
    padding: 10px;
}
p#errorGlobalModalMessage {
    margin-bottom: 0;
}
#errorGlobalModal .modal-footer {
    display: flex;
    justify-content: center;
    align-items: center;
	margin: 0;
	border: 0;
	padding: 0;
}

/* Footer button styling */
#errorGlobalModal .modal-footer .btn {
    background-color: #6c757d;
    color: #fff;
    padding: 12px 20px;
    font-size: 14px;
    cursor: pointer;
    width: fit-content;
	border: var(--listsite-cards-border-width, 1px) solid var(--listsite-cards-border-color, #ccc);
    border-radius: 25px;
}

#errorGlobalModal .modal-footer .btn:hover {
    background-color: #5a6268;
}
div#report-listing-modal textarea.report-content {
    border: 1px solid var(--listsite-announcement-block-button-border-color);
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 30px;
}
div#report-listing-modal .title-style-1.text-center{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
	padding-bottom: 0px;
}
div#report-listing-modal .title-style-1.text-center div.h55headging {
    font-size: 22px !important;
	margin-bottom: 12px !important;
}
div#report-listing-modal .reports-description{
	white-space: pre-line;
	margin-bottom: 0px;
	text-align: left;
}
div#report-listing-modal  button.buttons.button-2.full-width.button-animated.report-submit{
	background: #6c757d !important;
}
@media screen and (max-width:768.98px){
	#errorModal .modal-dialog,
	#errorGlobalModal .modal-dialog,
	div.modal .modal-dialog {
		margin: 50% auto !important;
	}
}
@media screen and (max-width:575px){
	div.modal .modal-dialog {
		width: 90%;
	}	
}


/* === Centered Toast Popup === */
.ml-toast {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.95);
  z-index: 999999999;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border-radius: 16px;
  padding: 16px 22px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  max-width: 90%;
  width: fit-content;
  font-size: 15px;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: all 0.35s ease;
}
.ml-toast.show {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.ml-toast-icon svg {
  width: 24px;
  height: 24px;
  fill: var(--accent);
}

.multi-line-inputs + .ml-link-error {
    margin-top: 15px !important;
}

.job-manager-message,
.job-manager-error {
    border: var(--listsite-cards-border-width, 1px) solid var(--listsite-cards-border-color, #ccc) !important;
    border-radius: var(--listsite-cards-border-radius);
}
.job-manager-message.job-manager-message:before {
    font-family: 'Font Awesome 5 Free';
}

@media screen and (max-width:992px){
/* 	.col-sidebar-custom.stickyzeenav {
		width: 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-right: 0;
		margin-bottom: 20px;
	}
	.col-content-custom {
		padding-left: 0 !important;
		width: 100% !important;
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	} */
	#existing-announcements .card-body {
		width: 100% !important;
	}
}
@media screen and (max-width:768.98px){
	body.woocommerce-account section.i-section .container > .row {
		width: 100%;
		margin: 0 auto;
		padding: 10px;
	}
	.col-sidebar-custom.stickyzeenav {
		width: 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-right: 0;
		margin-bottom: 20px;
		margin-left: 0px !important;
/* 		transition: top 0.35s ease, transform 0.35s ease, opacity 0.35s ease; */
	}
	.col-content-custom {
		padding-left: 0 !important;
		width: 100% !important;
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
	.ac-details-container .col-md-7, .ac-details-container .col-md-5 {
		padding: 0;
	}
	.explore-head .cts-carousel{
		border-radius: 0 !important;
	}
}

.woocommerce-notices-wrapper ul.woocommerce-error{
	justify-content: start !important;
    border: var(--listsite-cards-border-width, 1px) solid var(--listsite-cards-border-color, #ccc) !important;
    border-radius: var(--listsite-cards-border-radius) !important;
}
.claim-info {
    border: var(--listsite-cards-border-width, 1px) solid var(--listsite-cards-border-color, #ccc);
    border-radius: var(--listsite-cards-border-radius);
}
.user-claim-requests {
    padding: 6px;
}

@media screen and (max-width:768.98px){
	div#ml-bookmarks {
		padding: 8px;
	}	
	body.woocommerce-account section.i-section .container.section-body {
		width: 95% !important;
		max-width: 95% !important;
	}
}

/* blogs page css */
.single-blog-feed {
	border-radius: var(--listsite-cards-border-radius) !important;
}
.sbf-container {
	border: var(--listsite-cards-border-width, 1px) solid var(--listsite-cards-border-color, #ccc) !important;
	border-radius: var(--listsite-cards-border-radius) !important;
	height: 100% !important;
}
.sbf-title{
	background: none !important;
}
.sbf-thumb,
.sbf-background {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
}
.zs-blog-sidebar {
    display: flex;
    flex-direction: column;
    gap: 14px;
    max-width: 240px;
}
.zs-blog-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 20px;
    border: var(--listsite-cards-border-width, 1px) solid var(--listsite-cards-border-color, #ccc) !important;
    border-radius: var(--listsite-cards-border-radius) !important;
    background: #ffffff;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    color: #202020;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
    transition: all 0.2s ease;
}
.zs-blog-item:hover {
    border-color: var(--accent) !important;
    box-shadow: 0 4px 12px rgba(123, 62, 255, 0.18);
    transform: translateY(-1px);
}
.zs-blog-item.active {
    background: #7b3eff;
    border-color:  var(--accent);
    color: #ffffff;
    box-shadow: 0 6px 18px rgba(123, 62, 255, 0.45);
}
.zs-blog-item.active .zs-blog-text {
    color: #ffffff;
}
body.page-id-6236 section.i-section {
    padding-top: 0px !important;
}
.blog-footer .row.project-changer {
    justify-content: center;
}
.sbf-title {
    padding: 10px 0 !important;
	height: 75px !important;
}
@media (max-width: 1150.98px) {
	.sbf-title {
		padding: 0 !important;
		height: auto !important;
	}
	.sbf-title a {
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		padding: 10px;
	}
}
@media (max-width: 768px) {
	.elementor-column.elementor-col-100.elementor-top-column.elementor-element.elementor-element-3543d83a > .elementor-widget-wrap.elementor-element-populated {
		padding: 10px 15px !important;
	}
}
@media (max-width: 767.98px) {
    .zs-blog-sidebar {
        max-width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .zs-blog-item {
        flex: 1 1 calc(50% - 10px);
        font-size: 14px;
        padding: 10px 12px;
    }
	body.page-id-6236 section.i-section{
		padding-bottom: 0px !important;
	}
}
@media (max-width: 575.98px) {
	.sbf-title {
		padding: 0 !important;
		height: auto !important;
	}
	.sbf-title a {
		text-overflow: none;
		white-space: unset;
		overflow: unset;
		padding: 10px;
	}
}




.job-dashboard-actions li.cts-listing-action-add-food-menu a:before {
    content: "\f2e7";
    font-family: "Font Awesome 7 Free" !important;
    font-weight: 600;
}
.job-manager-message:before {
    color: var(--accent) !important;
}

/* Spinner for all action buttons */
li.cts-listing-action-view a,
li.cts-listing-action-edit a,
li.cts-listing-action-switch a,
li.cts-listing-action-duplicate a,
li.cts-listing-action-edit a,
li.cts-listing-action-add-food-menu a{
    position: relative;
}
a.is-loading::after {
    content: "";
    width: 25px;
    height: 25px;
    border: 4px solid var(--accent);
    border-top-color: transparent;
    border-radius: 50%;
    animation: od-spin 0.8s linear infinite;
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.9;
}
@keyframes od-spin {
    to {
        transform: translateY(-50%) rotate(360deg);
    }
}


/* Select2 search input – cursor aur text hide */
.select2-container .select2-search__field {
    /* caret-color: transparent !important; */
    /* color: transparent !important; */
    background: transparent !important;
}
.select2-container .select2-selection--multiple
.select2-selection__rendered li.select2-search--inline {
    position: relative;
}
/* Dashed circle + sign */
.select2-container .select2-selection--multiple
.select2-selection__rendered li.select2-search--inline::before {
    content: "+";
    position: absolute;
    left: 5px;
    top: 44%;
    transform: translateY(-50%);
    width: 60px;
    height: 30px;
    border: 2px dashed #999999;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 500;
    color: #999999;
    pointer-events: none;
}
.select2-container input.select2-search__field::placeholder {
    color: transparent !important;
}
.select2-container .select2-search--inline .select2-search__field {
    width: 75px !important;
}
#submit-job-form .select2-container--default .select2-selection--multiple .select2-selection__rendered li{
	display: flex;
}
/* Only first li inside the Select2 rendered list */
.select2-container .select2-selection--multiple
.select2-selection__rendered li.select2-search--inline:first-of-type::after {
    content: 'Select an option';
    color: #999999 !important;
    display: flex;
    height: 32px;
    align-items: center;
}

/* Add listing – bottom fixed clone */
body.page-add-a-listing-information .zs-add-listing-bottom {
    position: fixed;
    left: 50%;
    bottom: 80px; /* bottom menu se thora upar, zarurat ho to change karo */
    transform: translateX(-50%);
    z-index: 9999;
    display: none; /* start me hidden */
}
@media (min-width: 576px) {
    body.page-add-a-listing-information .zs-add-listing-bottom {
        display: none !important; /* sirf mobile <576px */
    }
}
a.elementor-button.elementor-button-link.elementor-size-sm.zs-add-listing-bottom {
    width: 80%;
    display: flex;
    justify-content: center;
    margin: 15px auto;
    border-radius: 25px;
    background: var(--accent);
}
.woocommerce-message:focus-visible {
    outline: 0 !important;
}
.has-bg + footer.od-footer5 {
    background-color:#fff !important;
}

/* Lost password page css */
section.i-section.form-lost-pw div.element {
    border: var(--listsite-cards-border-width, 1px) solid var(--listsite-cards-border-color, #ccc) !important;
    border-radius: var(--listsite-cards-border-radius) !important;
    background: #fff;
    vertical-align: middle;
}
section.i-section.form-lost-pw {
    margin-top: 100px;
}
section.i-section.form-lost-pw button.woocommerce-Button.button {
    border-radius: 30px !important;
}
section.i-section.form-lost-pw input#user_login {
    padding: 10px 10px;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
}
section.i-section.form-lost-pw h5{
	font-size: 18px;
}
section.i-section.form-lost-pw .element .pf-body {
    padding-top: 0 !important;
}
@media screen and (max-width:992px){
	section.i-section.form-lost-pw .col-md-4.col-md-offset-4 {
		width: 400px !important;
		flex: 0 0 400px !important;
		max-width: 400px !important;
		margin: 0 auto;
	}
}
@media screen and (max-width:575px){
	section.i-section.form-lost-pw .col-md-4.col-md-offset-4 {
		width: 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
		margin: 0 auto;
		padding: 0px !important;
	}
	section.i-section.form-lost-pw .container{
		padding: 0px !important;
	}
}

.no-login-background .login-content {
    width: 380px;
}
.login-content {
    border: var(--listsite-cards-border-width, 1px) solid var(--listsite-cards-border-color, #ccc) !important;
    border-radius: var(--listsite-cards-border-radius) !important;
    background: #fff;
    padding: 20px;
}

/* 3 buttons modal css */
.modal-footer:has(> .btn:nth-child(3)):not(:has(> .btn:nth-child(4))) {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.modal-footer:has(> .btn:nth-child(3)):not(:has(> .btn:nth-child(4))) 
> .btn:nth-child(1),
.modal-footer:has(> .btn:nth-child(3)):not(:has(> .btn:nth-child(4))) 
> .btn:nth-child(2) {
    flex: 1 1 calc(49% - 10px);
}
.modal-footer:has(> .btn:nth-child(3)):not(:has(> .btn:nth-child(4))) 
> .btn:nth-child(3) {
    flex: 0 0 50%;
}

@media screen and (max-width:768.98px){
	.no-listings svg{
		width: 80% !important;
		height: auto !important;
	}
	.col-content-custom {
		margin-top: 80px !important;
	}
}

/* Pricing Plans CSS */
div#pricing-plans-div {
    padding: 0 30px;
}
@media (max-width: 992px){
	div#pricing-plans-div .e-con-inner {
		gap: 30px;
	}
}
@media (max-width: 767px) {
	div#pricing-plans-div .e-con-inner {
		gap: 0px;
	}
    .elementor-element.elementor-element-3d51320f.e-con-full.e-flex.e-con.e-child,
    .elementor-element.elementor-element-1ab38280.e-con-full.e-flex.e-con.e-child,
    .elementor-element.elementor-element-2d1ab622.e-con-full.e-flex.e-con.e-child {
        position: relative;
        max-height: 250px;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .elementor-element.elementor-element-3d51320f.e-con-full.e-flex.e-con.e-child::after,
    .elementor-element.elementor-element-1ab38280.e-con-full.e-flex.e-con.e-child::after,
    .elementor-element.elementor-element-2d1ab622.e-con-full.e-flex.e-con.e-child::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 80px;
        width: 100%;
        background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
        pointer-events: none;
	}
    .show-more-btn-plans {
        position: absolute;
        bottom: 12px;
        right: 10px;
/*         background: var(--accent);
        color: #fff; */
        font-size: 14px;
        padding: 6px 16px;
        border-radius: 20px;
        cursor: pointer;
        z-index: 10;
    }
    .package-expanded {
        max-height: none !important;
        overflow: visible !important;
    }
    .package-expanded::after {
        display: none !important;
    }
}
@media (max-width: 575.98px) {
	.elementor-element.elementor-element-3d51320f.e-con-full.e-flex.e-con.e-child,
    .elementor-element.elementor-element-1ab38280.e-con-full.e-flex.e-con.e-child,
    .elementor-element.elementor-element-2d1ab622.e-con-full.e-flex.e-con.e-child {
        margin-bottom: 30px;
    }
}
/* Code by zee ends */

.elementor-section-boxed .i-section.listing-feed-2>.container {
    margin-left: 0px;
}


/* @media screen and (max-width:768.98px){
    #c27-explore-listings:not(.map-expanded) .hlcuk-top-stack.zone-before-filters {
        margin-top: 65px;
    }


    #finderSearch {
        top: 30px;
    }
    .col-sidebar-custom.stickyzeenav {
        top: 129px;
        opacity: 1 !important;
        z-index: 999999;
        padding: 20px;
        width: 100% !important;
        left: 0;
        padding-bottom: 15px;
        position: fixed;
        border: 0;
        border-radius: 0;
        border-bottom: var(--listsite-cards-border-width, 1px) solid var(--listsite-cards-border-color, #ccc);
        background: #f5f5f5;
        padding-bottom: 15px;
    }
    .col-sidebar-custom.stickyzeenav.ps-fixedma {
        top: 101px;
    }
} */
/* @media screen and (max-width:766.98px){
    .col-sidebar-custom.stickyzeenav {
        top: 109px;
    }
    .col-sidebar-custom.stickyzeenav.ps-fixedma{
        top: 81px;
    }
} */

@media (max-width: 768.98px) {

    /* Keep your spacing if you still need it */
    /* #c27-explore-listings:not(.map-expanded) .hlcuk-top-stack.zone-before-filters {
        margin-top: 65px;
    } */

    /* Default state: NOT fixed */
    .col-sidebar-custom.stickyzeenav {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        z-index: 0;
        padding: 20px 20px 15px;
        border: 0;
        border-radius: 0;
        border-bottom: var(--listsite-cards-border-width, 1px) solid var(--listsite-cards-border-color, #ccc);
        background: #f5f5f5;
        opacity: 1 !important;
    }

    /* Only when JS says “now stick” */
    .col-sidebar-custom.stickyzeenav.is-stuck {
        position: fixed;
        left: 0;
        right: 0;
        width: 100% !important;
        z-index: 999999;
        
    }

/*     #finderSearch {
        top: 30px;
    } */
	div#finderSearch {
		padding-top: 30px;
	}
}


h3.filterzz,
h3.filter-label {
    font-size: 14px;
    color: #1d1d23;
    font-weight: 600;
    margin: 0;
}
.cts-term-hierarchy.form-group.md-group.region.tpl-default.cts-term-filled button.cts-th-clear {
    top: 15px;
}
@media screen and (min-width: 768px) and (max-width: 820px) {
	.cts-term-hierarchy.form-group.md-group.region.tpl-default.cts-term-filled button.cts-th-clear {
		top: 32px;
        font-size: 11px !important;
        right: 0rem;
	}
}
.form-group.location-wrapper.explore-filter.location-filter.md-group.listsite-geocode-location-wrapper h3.filterzz {
    position: absolute;
    top: 25px;
}

/* Contact form css code */
body.page-id-7401 select#listing_id_dropdown,
body.page-id-7401 select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required,
body.page-id-7380 select#listing_id_dropdown,
body.page-id-7380 select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required,
body.page-id-128 select#listing_id_dropdown,
body.page-id-128 select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required,
body.page-id-7395 select#listing_id_dropdown,
body.page-id-7395 select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    display: block;
    padding: 8px;
    width: 100%;
    margin-bottom: 30px;
    background: #fff;
    border: 1.5px solid rgba(0, 0, 0, 0.2);
    border-radius: 25px;
    margin-top: 5px;
}
body.page-id-7401 input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email,
body.page-id-7380 input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email{
	border: 0;
	margin-bottom: 0;
}
body.page-id-128 input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email,
body.page-id-7395 input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email {
    background: #e8e6e6;
    border-radius: 25px;
    padding: 5px 8px;
    border: 0;
    margin: 0;
	margin-top: 5px;
}
body.page-id-7401 label.your-email-cls,
body.page-id-7380 label.your-email-cls,
body.page-id-128 label.your-email-cls,
body.page-id-7395 label.your-email-cls {
    margin-bottom: 30px !important;
    border-bottom: 1.5px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 10px;
}
body.page-id-7401 label.issue-type-cls,
body.page-id-7380 label.issue-type-cls,
body.page-id-128 label.issue-type-cls,
body.page-id-7395 label.issue-type-cls {
    padding-top: 30px;
}
body.page-id-7401 input.wpcf7-form-control.wpcf7-text[name="your-name"],
body.page-id-7380 input.wpcf7-form-control.wpcf7-text[name="your-name"],
body.page-id-128 input.wpcf7-form-control.wpcf7-text[name="your-name"],
body.page-id-7395 input.wpcf7-form-control.wpcf7-text[name="your-name"] {
    border: 0;
	margin-bottom: 0;
}
body.page-id-7401 .your-name-cls,
body.page-id-7380 .your-name-cls,
body.page-id-128 .your-name-cls,
body.page-id-7395 .your-name-cls{
	border-bottom: 1.5px solid rgba(0, 0, 0, 0.2);
}
body.page-id-7401 label.your-name-cls span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip,
body.page-id-7380 label.your-name-cls span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip,
body.page-id-128 label.your-name-cls span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip,
body.page-id-7395 label.your-name-cls span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
    margin-bottom: 10px;
}
body.page-id-7401 input.wpcf7-form-control.wpcf7-submit,
body.page-id-7380 input.wpcf7-form-control.wpcf7-submit,
body.page-id-128 input.wpcf7-form-control.wpcf7-submit,
body.page-id-7395 input.wpcf7-form-control.wpcf7-submit {
    border-radius: 30px;
}
body.page-id-7401 label.listing-select-cls,
body.page-id-7380 label.listing-select-cls,
body.page-id-128 label.listing-select-cls,
body.page-id-7395 label.listing-select-cls {
    border-top: 1.5px solid rgba(0, 0, 0, 0.2);
    padding-top: 30px;
	padding-bottom: 5px;
}
body.page-id-7401 label.your-message-cls,
body.page-id-7380 label.your-message-cls,
body.page-id-128 label.your-message-cls,
body.page-id-7395 label.your-message-cls {
    border-top: 1.5px solid rgba(0, 0, 0, 0.2);
    padding-top: 30px;
	border-bottom: 1.5px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 30px;
}
body.page-id-7401 label.issue-type-cls span.wpcf7-not-valid-tip,
body.page-id-7380 label.issue-type-cls span.wpcf7-not-valid-tip,
body.page-id-128 label.issue-type-cls span.wpcf7-not-valid-tip,
body.page-id-7395 label.issue-type-cls span.wpcf7-not-valid-tip {
    margin-bottom: 10px;
}
body.page-id-7401 textarea.wpcf7-form-control.wpcf7-textarea,
body.page-id-7380 textarea.wpcf7-form-control.wpcf7-textarea,
body.page-id-128 textarea.wpcf7-form-control.wpcf7-textarea,
body.page-id-7395 textarea.wpcf7-form-control.wpcf7-textarea {
    border: 0;
}
body.page-id-7401 label.your-message-cls span.wpcf7-not-valid-tip,
body.page-id-7380 label.your-message-cls span.wpcf7-not-valid-tip,
body.page-id-128 label.your-message-cls span.wpcf7-not-valid-tip,
body.page-id-7395 label.your-message-cls span.wpcf7-not-valid-tip {
    margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
	.woocommerce-MyAccount-navigation ul li a {
		padding: 0 10px!important;
		height: 41px!important;
	}
	.woocommerce-MyAccount-navigation>ul {
        gap: 10px !important;
    }
}
@media only screen and (max-width: 767.98px) {
	.elementor-element.elementor-element-c25561d.elementor-absolute.elementor-widget.elementor-widget-html {
		right: unset;
		left: 0;
	}
}

/* Filter CSS */
.explore-filter.location-filter {
    display: none !important;
}

/* Checkout CSS */
.woocommerce .woocommerce-checkout .woocommerce-checkout-payment#payment{
	box-shadow: none !important;
}
.woocommerce .woocommerce-checkout .ts-billing-details {
	width: 100%;
/* 	border: 1px solid #8B8D96; */
    border-radius: 15px;
}
@media only screen and (max-width: 1024px) {
	.ts-billing-details {
		width: 100%;
	}
}
div#wfacp-e-form .col-md-10.col-md-offset-1 {
    margin-left: 0;
	margin-top: 10px;
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
	div#wfacp-e-form .col-md-10.col-md-offset-1 {
		margin: 0 auto;
	}
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
	.elementor-1325 .elementor-element.elementor-element-2c360612,
	.elementor-1325 .elementor-element.elementor-element-7d296707{
		width: 50%;
	}
	.wfacp_main_form.woocommerce.wfacp_single_step_form.wfacp_three_step.wfacp_global_checkout_wrap .container{
		width: 100%;
	}
	div#wfacp-e-form .col-md-10.col-md-offset-1{
		-ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
		width: 100%;
	}
}
@media screen and (min-width: 1024px) {
	div#wfacp-e-form .col-md-10.col-md-offset-1{
		-ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
		width: 100%;
	}
	.ts-billing-details {
		width: 100%;
	}
	.wfacp_main_form.woocommerce.wfacp_single_step_form.wfacp_three_step.wfacp_global_checkout_wrap .container{
		width: 100%;
	}
}

body.error404 .row.text-center {
    justify-content: center;
}
body.error404 section.i-section {
    height: 80vh;
    display: flex;
    align-items: center;
}
.grecaptcha-badge {
    bottom: -100px !important;
}

.listsite-terms-mobile { display: none; }

@media (max-width: 500px) {
    .listsite-terms-desktop { display: none; }
    .listsite-terms-mobile { display: inline; }
}




