/*
Theme Name: SecondHandEbikes
Theme URI: https://technologywisdom.com/
Author: Technology Wisdom
Author URI: https://technologywisdom.com/
Description: A custom theme for the secondhandebikes website.
Version: 1.0
Text Domain: secondhandebikes
Tags: one-column, two-columns, custom-background, custom-logo, featured-images
*/

@font-face {
    font-family: 'Montserrat Regular';
    src: url("assets/fonts/montserrat/Montserrat-Regular.ttf");
}

@font-face {
    font-family: 'Montserrat Bold';
    src: url("assets/fonts/montserrat/Montserrat-Bold.ttf");
}

@font-face {
    font-family: 'Montserrat SemiBold';
    src: url("assets/fonts/montserrat/Montserrat-SemiBold.ttf");
}

@font-face {
    font-family: 'Inter Regular';
    src: url("assets/fonts/inter/Inter-Regular.otf");
}

@font-face {
    font-family: 'Inter Medium';
    src: url("assets/fonts/inter/Inter-Medium.otf");
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Inter Regular';
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat Bold';
}

p {
    margin-bottom: 0;
}




/* ================================================== */
            /* HOME PAGE STYLING START */
/* ================================================== */
/* Home hero Section Styling start */
.homemodal .modal-content {
    position: relative;
    border-radius: unset;
    padding: 50px;
}

.homemodal .modal-header {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0px;
    margin-bottom: 25px;
}

.homemodal .modal-header .btn-close-img {
    position: absolute;
    top: 5px;
    right: 7px;
    background: unset;
    border: unset;
    padding: 0px;
}

.homemodal .modal-header .btn-close-img:hover img {
    filter: contrast(0.7);
}

.homemodal .custom-modal-width {
    max-width: 680px;
    width: 100%;
}

.homemodal .modal-body {
    padding: 0px;
}

.homemodal .modal-body p {
    font-size: 14px;
    color: #6F6F6F;
    font-family: 'Inter Regular';
}

.homemodal .modal-body a {
    background-color: #D7A849;
    display: block;
    text-align: center;
    text-decoration: none;
    font-family: 'Montserrat Bold';
    font-size: 16px;
    color: white;
    padding: 18px 0;
    transition: all 0.3s ease;
    border-radius: unset;
    border: unset;
    margin-top: 25px;
}

.homemodal .modal-body a:hover {
    background: #a67b23;
    transform: scale(1.03);
}

section.home-hero-section {
    padding: 25px 0;
}

section.home-hero-section .the-content-area .the-content h1,
section.home-hero-section .the-content-area .the-content p {
    font-family: 'Inter Regular';
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 0;
}

section.home-hero-section .the-content-area .the-content p {
    margin: 25px 0 50px 0;
}

section.home-hero-section .the-content-area .the-ad-panel {
    margin-top: 50px;
}

section.home-hero-section .the-content-area .the-ad-panel.mobile-banner,
section.google-ad-setup .the-content-area .the-ad-panel.mobile-banner {
    display: none;
}
/* Home hero Section Styling end */

/* Latest Listings Section Styling start */
section.latest-listings {
    padding: 30px 0 80px 0;
}

section.latest-listings .the-content-area .the-content h2 {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    color: #4E4E4E;
    margin-bottom: 0;
}

section.latest-listings .the-content-area .latest-listing-card {
    position: relative;
    border: 1px solid #6F6F6F;
    height: 100%;
    transition: all 0.3s ease;
}

section.latest-listings .the-content-area .latest-listing-card:hover {
    transform: scale(1.01);
    box-shadow: 0 5px 15px rgb(129 117 117 / 30%);
}

section.latest-listings .the-content-area .latest-listing-card .the-image-slider {
    position: relative;
}

section.latest-listings .the-content-area .latest-listing-card .the-image-slider .carousel-inner .carousel-item img {
    height: 285px;
    object-fit: cover;
    object-position: center;
    border-bottom: 1px solid #6f6f6f;
}

section.latest-listings button.carousel-control-prev,
section.latest-listings button.carousel-control-next {
    top: 0;
    bottom: auto;
    height: 100%;
    background: none;
    width: 10%;
    opacity: 0;
    transition: all 0.3s ease;
}

section.latest-listings .the-image-slider:hover button.carousel-control-prev,
section.latest-listings .the-image-slider:hover button.carousel-control-next,
section.latest-listings .the-content-area .latest-listing-card .the-image-slider:hover button.carousel-control-prev,
section.latest-listings .the-content-area .latest-listing-card .the-image-slider:hover button.carousel-control-next {
    opacity: 1;
}

section.latest-listings .the-content-area .latest-listing-card .the-image-slider:hover button.carousel-control-prev {
    background: linear-gradient(to right, #D7A849 0%, #D7A84900 100%);
}

section.latest-listings .the-content-area .latest-listing-card .the-image-slider:hover button.carousel-control-next {
    background: linear-gradient(to left, #D7A849 0%, #D7A84900 100%);
}

section.latest-listings .the-content-area .latest-listing-card .the-image-slider .the-rating {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #4F90B7;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 10px;
    font-size: 14px;
    z-index: 10;
}

section.latest-listings .the-content-area .latest-listing-card .the-image-slider .the-rating p {
    margin: 0;
    display: flex;
    gap: 7px;
    align-items: center;
}

section.latest-listings .the-content-area .latest-listing-card .the-image-slider .the-rating .rating-text {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
}

section.latest-listings .the-content-area .latest-listing-card .the-image-slider .the-rating .rating-text .tooltip-text {
    visibility: hidden;
    opacity: 0;
    width: 230px;
    background-color: #ffffff;
    color: #6F6F6F;
    text-align: center;
    padding: 6px 10px;
    border-radius: 6px;
    position: absolute;
    top: -50px;
    right: 0px;
    transform: translateX(46%);
    transition: opacity 0.3s ease;
    font-size: 12px;
    line-height: 1.4;
    z-index: 10;
}

section.latest-listings .the-content-area .latest-listing-card .the-image-slider .the-rating .rating-text .tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
}

section.latest-listings .the-content-area .latest-listing-card .the-image-slider .the-rating .rating-text:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

section.latest-listings .the-content-area .latest-listing-card .the-image-slider .the-rating .star-rating {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 22px;
}

section.latest-listings .the-content-area .latest-listing-card .the-image-slider .the-rating .star-rating .stars {
    display: flex;
    gap: 2px;
}

section.latest-listings .the-content-area .latest-listing-card .the-image-slider .the-rating .star-rating .stars-bg img {
    width: 20px;
    height: 20px;
    filter: brightness(0.31);
}

section.latest-listings .the-content-area .latest-listing-card .the-image-slider .the-rating .stars-fill {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    gap: 2px;
    overflow: hidden;
}

section.latest-listings .the-content-area .latest-listing-card .the-image-slider .the-rating .star-rating .stars-fill img {
    width: 20px;
    height: 20px;
    filter: none;
}

section.latest-listings .the-content-area .latest-listing-card .the-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 13px;
    gap: 15px;
}

section.latest-listings .the-content-area .latest-listing-card .the-header a {
    text-decoration: none;
}

section.latest-listings .the-content-area .latest-listing-card .the-header a:hover {
    opacity: 0.7;
}

section.latest-listings .the-content-area .latest-listing-card .the-header a h3 {
    font-size: 18px;
    line-height: 26px;
    color: #4e4e4e;
    margin-bottom: 0;
}

section.latest-listings .the-content-area .latest-listing-card .the-header h3 span {
    display: block;
}

section.latest-listings .the-content-area .latest-listing-card .the-header p {
    font-size: 18px;
    line-height: 16px;
    color: #4e4e4e;
    margin-bottom: 0;
    font-family: 'Montserrat Bold';
}

section.latest-listings .the-content-area .latest-listing-card .the-meta {
    display: flex;
    justify-content: space-between;
    padding: 0 13px;
}

section.latest-listings .the-content-area .latest-listing-card .the-meta .the-meta-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

section.latest-listings .the-content-area .latest-listing-card .the-meta .the-meta-item p {
    font-size: 14px;
    line-height: 12px;
    color: #6F6F6F;
    margin-bottom: 0;
}

section.latest-listings .the-content-area .latest-listing-card hr {
    margin: 25px 0;
    color: #6F6F6F;
    opacity: 1;
}

section.latest-listings .the-content-area .latest-listing-card .the-content {
    padding: 0 13px;
    color: #6F6F6F;
    margin-bottom: 85px;
}

section.latest-listings .the-content-area .latest-listing-card .the-content p {
    margin-bottom: 20px !important;
    word-wrap: break-word;
}

section.latest-listings .the-content-area .latest-listing-card .the-content p:last-child {
    margin-bottom: 0 !important;
}

section.latest-listings .the-content-area .latest-listing-card .the-button {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

section.latest-listings .the-content-area .latest-listing-card .the-button a {
    background-color: #D7A849;
    display: block;
    text-align: center;
    text-decoration: none;
    font-family: 'Montserrat Bold';
    font-size: 16px;
    color: white;
    padding: 18px 0;
    transition: all 0.3s ease;
}

section.latest-listings .the-content-area .latest-listing-card .the-button a:hover {
    background: #a67b23;
}

section.latest-listings .the-content-area .view-all-listings-cta {
    margin-top: 50px;
}

section.latest-listings .the-content-area .view-all-listings-cta a {
    background-color: #D7A849;
    display: inline-block;
    padding: 17px 75px;
    font-family: 'Montserrat Bold';
    font-size: 16px;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

section.latest-listings .the-content-area .view-all-listings-cta a:hover {
    background: #a67b23;
    transform: scale(1.03);
}
/* Latest Listings Section Styling end */

/* Google Ad Section Styling start */
section.google-ad-setup {
    padding: 25px 0;
    border-top: 1px solid #6F6F6F;
}
/* Google Ad Section Styling end */
/* ================================================== */
            /* HOME PAGE STYLING END */
/* ================================================== */




/* ================================================== */
            /* BUY PAGE STYLING START */
/* ================================================== */


/* Buy hero Section Styling start */
section.buy-hero-section {
    padding: 25px 0;
}

section.buy-hero-section .the-content-area .the-content h1,
section.buy-hero-section .the-content-area .the-content p {
    font-family: 'Inter Regular';
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 0;
}

section.buy-hero-section .the-content-area .the-content p {
    margin: 25px 0 50px 0;
}

section.buy-hero-section .the-content-area .the-ad-panel {
    margin-top: 50px;
}

section.buy-hero-section .the-content-area .the-ad-panel.mobile-banner {
    display: none;
}

/* Buy hero Section Styling end */

/* eBike search Section Styling start */
section.ebike-search-filter {
    background: #F7F7F7;
    padding: 50px 0;
}

section.ebike-search-filter .the-content-area .the-content h2 {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    color: #4E4E4E;
}

section.ebike-search-filter .the-content-area .ebike-search-form .search-btn button {
    margin-top: 10px;
    background-color: #D7A849;
    display: inline-block;
    padding: 17px 112px;
    font-family: 'Montserrat Bold';
    font-size: 16px;
    color: white;
    text-decoration: none;
    border: none;
    border-radius: unset;
    transition: all 0.3s ease;
}

section.ebike-search-filter .the-content-area .ebike-search-form .search-btn button:hover {
    background: #a67b23;
    transform: scale(1.03);
}

section.ebike-search-filter .the-content-area form .search-input input {
    background-color: #fff !important;
    margin-bottom: 20px;
    border-radius: unset;
    border: 1px solid #6F6F6F;
    padding: 11px 11px 11px 46px;
    background: url(https://secondhandebikes.nz/wp-content/themes/secondhandebikes/assets/images/search-icon.png) no-repeat 10px center;
    background-size: 25px 25px;
}

section.ebike-search-filter .the-content-area form .search-input input:focus {
    box-shadow: unset;
}

section.ebike-search-filter .the-content-area form input::placeholder {
    color: #898989;
    font-family: 'Inter Regular';
    font-size: 14px;
    padding-left: 10px;
}

section.ebike-search-filter .the-content-area form label {
    text-transform: uppercase;
    font-size: 16px;
    color: #6F6F6F;
    font-family: 'Montserrat Bold';
    margin-bottom: 5px;
}

section.ebike-search-filter .the-content-area form span.select2 {
    width: 100%;
    background-color: #FFFFFF;
    color: #898989;
    font-family: 'Inter Regular';
    font-size: 14px;
    margin-bottom: 20px;
    border-radius: unset;
}
/* eBike search Section Styling end */

/* Latest Listings All Section Styling start */
section.latest-listings-all {
    padding: 30px 0 0 0;
}

.search section.latest-listings-all {
    padding-bottom: 30px;
}

section.latest-listings-all .the-content-area .the-content h2 {
    font-size: 20px;
    line-height: 30px;
    color: #4E4E4E;
    margin-bottom: 0;
}

section.latest-listings-all .the-content-area .sort-by-filter {
        display: flex;
        flex-direction: column;
    }

section.latest-listings-all .the-content-area .sort-by-filter .sort-form-label {
    margin-bottom: .5rem;
    font-family: 'Montserrat Bold';
    color: #6F6F6F;
    font-size: 16px;
}

section.latest-listings-all .the-content-area .sort-by-filter .sort-form-select {
    border: 1px solid #6F6F6F;
    padding: 10px 18px;
    font-family: 'Inter Regular';
    font-size: 14px;
    color: #898989;
}

section.latest-listings-all .the-content-area .latest-listing-card {
    position: relative;
    border: 1px solid #6F6F6F;
    height: 100%;
    transition: all 0.3s ease;
}

section.latest-listings-all .the-content-area .latest-listing-card:hover {
    transform: scale(1.01);
    box-shadow: 0 5px 15px rgb(129 117 117 / 30%);
}

section.latest-listings-all .the-content-area .latest-listing-card .the-image-slider {
    position: relative;
}

section.latest-listings-all .the-content-area .latest-listing-card .the-image-slider .carousel-inner .carousel-item img {
    height: 285px;
    object-fit: cover;
    object-position: center;
    border-bottom: 1px solid #6f6f6f;
}

section.latest-listings-all button.carousel-control-prev,
section.latest-listings-all button.carousel-control-next {
    top: 0;
    bottom: auto;
    height: 100%;
    background: none;
    width: 10%;
    opacity: 0;
    transition: all 0.3s ease;
}

section.latest-listings-all .the-image-slider:hover .carousel-control-prev,
section.latest-listings-all .the-image-slider:hover .carousel-control-next,
section.latest-listings-all .the-content-area .latest-listing-card .the-image-slider:hover button.carousel-control-prev,
section.latest-listings-all .the-content-area .latest-listing-card .the-image-slider:hover button.carousel-control-next {
    opacity: 1;
}

section.latest-listings-all .the-content-area .latest-listing-card .the-image-slider:hover button.carousel-control-prev {
    background: linear-gradient(to right, #D7A849 0%, #D7A84900 100%);
}

section.latest-listings-all .the-content-area .latest-listing-card .the-image-slider:hover button.carousel-control-next {
    background: linear-gradient(to left, #D7A849 0%, #D7A84900 100%);
}

section.latest-listings-all .the-content-area .latest-listing-card .the-image-slider .the-rating {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #4F90B7;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 10px;
    font-size: 14px;
    z-index: 10;
}

section.latest-listings-all .the-content-area .latest-listing-card .the-image-slider .the-rating p {
    margin: 0;
    display: flex;
    gap: 7px;
}

section.latest-listings-all .the-content-area .latest-listing-card .the-image-slider .the-rating .rating-text {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
}

section.latest-listings-all .the-content-area .latest-listing-card .the-image-slider .the-rating .tooltip-text {
    visibility: hidden;
    opacity: 0;
    width: 230px;
    background-color: #ffffff;
    color: #6F6F6F;
    text-align: center;
    padding: 6px 10px;
    border-radius: 6px;
    position: absolute;
    top: -50px;
    right: 0px;
    transform: translateX(46%);
    transition: opacity 0.3s ease;
    font-size: 12px;
    line-height: 1.4;
    z-index: 10;
}

section.latest-listings-all .the-content-area .latest-listing-card .the-image-slider .the-rating .rating-text .tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
}

section.latest-listings-all .the-content-area .latest-listing-card .the-image-slider .the-rating .rating-text:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

section.latest-listings-all .the-content-area .latest-listing-card .the-image-slider .the-rating .star-rating {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 22px;
}

section.latest-listings-all .the-content-area .latest-listing-card .the-image-slider .the-rating .star-rating .stars {
    display: flex;
    gap: 2px;
}

section.latest-listings-all .the-content-area .latest-listing-card .the-image-slider .the-rating .star-rating .stars-bg img {
    width: 20px;
    height: 20px;
    filter: brightness(0.31);
}

section.latest-listings-all .the-content-area .latest-listing-card .the-image-slider .the-rating .stars-fill {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    gap: 2px;
    overflow: hidden;
}

section.latest-listings-all .the-content-area .latest-listing-card .the-image-slider .the-rating .star-rating .stars-fill img {
    width: 20px;
    height: 20px;
    filter: none;
}

section.latest-listings-all .the-content-area .latest-listing-card .the-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 13px;
    gap: 15px;
}

section.latest-listings-all .the-content-area .latest-listing-card .the-header a {
    text-decoration: none;
}

section.latest-listings-all .the-content-area .latest-listing-card .the-header a:hover {
    opacity: 0.7;
}

section.latest-listings-all .the-content-area .latest-listing-card .the-header a h3 {
    font-size: 18px;
    line-height: 26px;
    color: #4e4e4e;
    margin-bottom: 0;
}

section.latest-listings-all .the-content-area .latest-listing-card .the-header h3 span {
    display: block;
}

section.latest-listings-all .the-content-area .latest-listing-card .the-header p {
    font-size: 18px;
    line-height: 16px;
    color: #4e4e4e;
    margin-bottom: 0;
    font-family: 'Montserrat Bold';
}

section.latest-listings-all .the-content-area .latest-listing-card .the-meta {
    display: flex;
    justify-content: space-between;
    padding: 0 13px;
}

section.latest-listings-all .the-content-area .latest-listing-card .the-meta .the-meta-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

section.latest-listings-all .the-content-area .latest-listing-card .the-meta .the-meta-item p {
    font-size: 14px;
    line-height: 12px;
    color: #6F6F6F;
    margin-bottom: 0;
}

section.latest-listings-all .the-content-area .latest-listing-card hr {
    margin: 25px 0;
    color: #6F6F6F;
    opacity: 1;
}

section.latest-listings-all .the-content-area .latest-listing-card .the-content {
    padding: 0 13px;
    color: #6F6F6F;
    margin-bottom: 85px;
}

section.latest-listings-all .the-content-area .latest-listing-card .the-button {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

section.latest-listings-all .the-content-area .latest-listing-card .the-content p {
    margin-bottom: 20px !important;
    word-wrap: break-word;
}

section.latest-listings-all .the-content-area .latest-listing-card .the-content p:last-child {
    margin-bottom: 0 !important;
}

section.latest-listings-all .the-content-area .latest-listing-card .the-button a {
    background-color: #D7A849;
    display: block;
    text-align: center;
    text-decoration: none;
    font-family: 'Montserrat Bold';
    font-size: 16px;
    color: white;
    padding: 18px 0;
    transition: all 0.3s ease;
}

section.latest-listings-all .the-content-area .latest-listing-card .the-button a:hover {
    background: #a67b23;
}
/* Latest Listings All Section Styling end */

section.buy-google-ad-setup {
    padding: 60px 0 25px;
}

section.buy-google-ad-setup .the-content-area .the-ad-panel.mobile-banner {
    display: none;
}

/* ================================================== */
            /* BUY PAGE STYLING END */
/* ================================================== */




/* ================================================== */
            /* ABOUT PAGE STYLING START */
/* ================================================== */

/* About hero Section Styling start */
section.about-hero-section {
    padding: 50px 0;
    background-color: #F7F7F7;
}

section.about-hero-section .the-content-area .the-content h1 {
    font-size: 22px;
    color: #4E4E4E;
    margin-bottom: 20px;
}

section.about-hero-section .the-content-area .the-content p {
    color: #4E4E4E;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
}

section.about-hero-section .the-content-area .the-ad-panel {
    margin-top: 50px;
}
/* About hero Section Styling end */

/* ================================================== */
            /* ABOUT PAGE STYLING END */
/* ================================================== */




/* ================================================== */
            /* LOGIN PAGE STYLING START */
/* ================================================== */

section.main-content {
    background-color: #F7F7F7;
    padding: 50px 0 56px;
}

section.main-content h1 {
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    color: #4E4E4E;
    margin-bottom: 0;
    padding-bottom: 50px;
    border-bottom: 1px solid #6f6f6f;
}

section.main-content .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

section.main-content div#wpmem_login {
    max-width: 380px;
    height: unset;
    margin-top: 50px;
}

section.main-content #wpmem_msg,
section.main-content .wpmem_msg {
    color: red !important;
    border: 1px solid #6f6f6f !important;
    border-radius: unset !important;
}

section.main-content #wpmem_msg a, 
section.main-content .wpmem_msg a {
    color: #D7A849 !important;
}

section.main-content div#wpmem_login form#wpmem_login_form label {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Montserrat Bold';
    color: #6F6F6F;
    text-transform: uppercase;
}

section.main-content div#wpmem_login form#wpmem_login_form input {
    color: #898989 !important;
    border-radius: unset !important;
    border: 1px solid #6F6F6F !important;
    margin-bottom: 20px !important;
}

section.main-content div#wpmem_login form#wpmem_login_form fieldset {
    margin: 0 !important;
}

section.main-content div#wpmem_login form#wpmem_login_form legend {
    display: none;
}

section.main-content div#wpmem_login form#wpmem_login_form .div_text {
    margin-bottom: 0 !important;
}

section.main-content div#wpmem_login form#wpmem_login_form .button_div, 
section.main-content div#wpmem_login form#wpmem_login_form #wpmem_reg .button_div {
    padding: 0 !important;
    text-align: left;
    margin-bottom: 20px;
}

section.main-content div#wpmem_login form#wpmem_login_form .button_div input.buttons {
    background-color: #D7A849 !important;
    color: white !important;
    font-size: 16px !important;
    line-height: 18px;
    font-family: 'Montserrat Bold';
    border: none !important;
    padding: 20px 27px !important;
    margin-bottom: 0 !important;
    transition: all 0.3s ease;
    margin-left: 113px;
}

section.main-content div#wpmem_login form#wpmem_login_form .button_div input.buttons:hover {
    background-color: #a67b23 !important;
    transform: scale(1.03);
}

section.main-content div#wpmem_login form#wpmem_login_form .link-text {
    padding: 0 !important;
    margin-bottom: 20px;
    text-align: right;
}

section.main-content div#wpmem_login form#wpmem_login_form .link-text span a {
    color: #D7A849 !important;
}

section.main-content div#wpmem_login form#wpmem_login_form .link-text:last-child {
    margin-bottom: 0 !important;
}
/* ================================================== */
            /* LOGIN PAGE STYLING END */
/* ================================================== */


/* ================================================== */
            /* WP MEMBER STYLING END */
/* ================================================== */
section.edit-profile .the-content .wpmem_msg {
    border: 1px solid #6f6f6f !important;
    border-radius: unset !important;
    width: 100%;
    padding: 10px;
}

section.edit-profile .the-content .wpmem_msg a {
    color: #D7A849;
}

.page-template-page-user-profile section.edit-profile .the-content ul li a {
    color: #D7A849;
}

/* ================================================== */
            /* WP MEMBER STYLING END */
/* ================================================== */


/* ================================================== */
     /* TERMS AND CONDITIONS PAGE STYLING START */
/* ================================================== */

/* Term hero Section Styling start */
section.term-hero-section {
    padding: 50px 0;
    background-color: #F7F7F7;
}

section.term-hero-section .the-content-area .the-content h1 {
    text-align: center;
    font-size: 22px;
    color: #4E4E4E;
}

section.term-hero-section .the-content-area .the-content h2 {
    font-size: 20px;
    line-height: 30px;
    color: #4E4E4E;
}

section.term-hero-section .the-content-area .the-content p {
    color: #6f6f6f;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 16px;
}

section.term-hero-section .the-content-area .the-content ul li {
    font-size: 16px;
    line-height: 26px;
    color: #6f6f6f;
}

section.term-hero-section .the-content-area .the-ad-panel {
    margin-top: 50px;
}
/* Term hero Section Styling end */

/* ================================================== */
       /* TERMS AND CONDITIONS PAGE STYLING END */
/* ================================================== */

/* ================================================== */
/* Page 404 style start */
/* ================================================== */
section.page-404 .error-404 h1 {
    border-bottom: unset;
    padding: 0px;
}

section.page-404 .error-404 hr {
    margin: 50px 0px;
}

section.page-404 .error-404 a {
    margin-top: 10px;
    background-color: #D7A849;
    display: inline-block;
    padding: 17px 27px;
    font-family: 'Montserrat Bold';
    font-size: 16px;
    color: white;
    text-decoration: none;
    border: none;
    border-radius: unset;
    transition: all 0.3s ease;
    margin-top: 20px;
}

section.page-404 .error-404 a:hover {
    background: #a67b23;
    transform: scale(1.03);
}
/* ================================================== */
/* Page 404 style end */
/* ================================================== */


/* ================================================== */
/* Footer style start */
/* ================================================== */
footer.sh-footer {
    padding: 50px 0;
    border-top: 1px solid #6F6F6F;
}

footer.sh-footer .the-logo img {
    max-width: 350px;
}

footer.sh-footer .resources-links ul {
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}

footer.sh-footer .resources-links li {
    list-style: none;
}

footer.sh-footer .resources-links li a {
    text-decoration: none;
    color: #D7A849;
    font-family: 'Montserrat Bold';
    font-size: 16px;
    line-height: 18px;
    transition: all 0.3s ease;
}

footer.sh-footer .resources-links li a:hover {
    color: #a67b23;
}

footer.sh-footer .social-links {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 30px 0;
    display: none;
}

footer.sh-footer .the-logo a img:hover,
footer.sh-footer .social-links img:hover {
    opacity: 0.7;
}

footer.sh-footer .copyright p {
    text-align: center;
    font-size: 16px;
    line-height: 18px;
}
/* ================================================== */
/* Footer style start */
/* ================================================== */


/* ================================================== */
/* Header style start */
/* ================================================== */
section.top-menu a.site-logo img:hover {
    opacity: 0.7;
}

header .subscriber-sticky-bar {
    position: relative;
    width: 100%;
    background-color: #d7a849;
    color: #fff;
    padding: 5px 20px;
    z-index: 9999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.5s ease;
}

header .subscriber-sticky-bar.active-sticky {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease;
    animation: fadeSlide 0.5s ease;
}

@keyframes fadeSlide {
    from {
        opacity: 0.7;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

header  .subscriber-sticky-bar .logout-btn {
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

header .subscriber-sticky-bar .display-name {
    color: white;
    text-decoration: none;
    font-weight: 600;
}

section.top-menu hr {
    margin: 15px 0 0 0;
    color: #6F6F6F;
    opacity: 1;
}

section.top-menu .the-search-bar .searchform {
    position: relative;
    padding: 0 0 0 80px;
}

section.top-menu .the-search-bar .searchform input[type="text"] {
    width: 100%;
    padding: 16px 10px 16px 12px;
    border: 1px solid #6F6F6F;
    border-radius: 2px;
    font-size: 14px;
}

section.top-menu .the-search-bar .searchform input[placeholder="Search"] {
    color: #898989;
    font-size: 14px;
}

section.top-menu .the-search-bar .searchform input[type="submit"] {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background: url('https://secondhandebikes.nz/wp-content/themes/secondhandebikes/assets/images/search-icon.png') no-repeat center center;
    background-size: 25px 25px;
    border: none;
    text-indent: -9999px; 
    cursor: pointer;
    padding: 0;
    margin: 0;
    transition: opacity 0.3s ease;
}

section.top-menu .the-search-bar .searchform input[type="submit"]:hover {
    opacity: 0.7;
}

section.top-menu .the-navbar #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
    width: calc(20% - 1px);
}

section.top-menu .the-navbar #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    font-family: 'Montserrat Bold';
}

section.top-menu .the-navbar .mega-menu-toggle {
    width: fit-content;
    padding: 0 5px;
}
/* ================================================== */
/* Header style end */
/* ================================================== */


/* ================================================== */
/* Page create account style start */
/* ================================================== */
section.create-an-account {
    background-color: #F7F7F7;
    padding: 50px 0;
}

section.create-an-account .the-content-area .the-content h1 {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    color: #4E4E4E;
    margin-bottom: 0;
}

section.create-an-account .the-content-area .the-content hr {
    margin: 50px 0;
    color: #6F6F6F;
    opacity: 1;
}

section.create-an-account .the-content-area .the-register-form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

section.create-an-account .the-content-area .the-register-form div#wpmem_reg {
    max-width: 380px;
}

section.create-an-account .the-content-area .the-register-form #wpmem_reg .req {
    color: #6F6F6F !important;
    font-size: 14px !important;
}

section.create-an-account .the-content-area .the-register-form .div_text,
section.create-an-account .the-content-area .the-register-form .div_select {
    margin-bottom: 0 !important;
}

section.create-an-account .the-content-area .the-register-form fieldset {
    margin: 0 !important;
}

section.create-an-account .the-content-area .the-register-form legend,
section.create-an-account .the-content-area .the-register-form .req-text {
    display: none;
}

section.create-an-account .the-content-area .the-register-form label {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Montserrat Bold';
    color: #6F6F6F;
    text-transform: uppercase;
}

section.create-an-account .the-content-area .the-register-form input#first_name {
    margin-bottom: 12px !important;
}

section.create-an-account .the-content-area .the-register-form input {
    color: #898989 !important;
    border-radius: unset !important;
    border: 1px solid #6F6F6F !important;
    margin-bottom: 20px !important;
}

section.create-an-account .the-content-area .the-register-form span.select2 {
    color: #898989 !important;
    border-radius: unset !important;
    margin-bottom: 20px !important;
}

section.create-an-account .the-content-area .the-register-form input::placeholder {
    color: #898989 !important;
    font-size: 14px !important;
    font-family: 'Inter Regular' !important;
}

section.create-an-account .the-content-area .the-register-form .button_div {
    text-align: left !important;
}

section.create-an-account .the-content-area .the-register-form .button_div input.buttons {
    background-color: #D7A849 !important;
    color: white !important;
    font-size: 16px !important;
    line-height: 18px;
    font-family: 'Montserrat Bold';
    border: none !important;
    padding: 20px 27px !important;
    margin-bottom: 0 !important;
    transition: all 0.3s ease;
}

section.create-an-account .the-content-area .the-register-form .button_div input.buttons:hover {
    background-color: #a67b23 !important;
    transform: scale(1.03);
}
/* ================================================== */
/* Page create account style end */
/* ================================================== */

/* ================================================== */
/* page contact us style start */
/* ================================================== */
section.contact-us {
    background-color: #F7F7F7;
    padding: 50px 0;
}

section.contact-us .the-content-area .the-content {
    text-align: center;
}

section.contact-us .the-content-area .the-content h1 {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    color: #4E4E4E;
    margin-bottom: 15px;
}

section.contact-us .the-content-area .the-content p {
    color: #4E4E4E;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0;
}

section.contact-us .the-content-area .the-content hr {
    margin: 50px 0;
    color: #6F6F6F;
    opacity: 1;
}

section.contact-us .the-content-area .the-contact-form input[type="text"],
section.contact-us .the-content-area .the-contact-form input[type="email"],
section.contact-us .the-content-area .the-contact-form input[type="number"] {
    width: 100%;
    color: #898989 !important;
    border-radius: unset !important;
    border: 1px solid #6F6F6F !important;
    padding: 8px 10px 8px;
}

section.contact-us .the-content-area .the-contact-form textarea {
    width: 100%;
    color: #898989 !important;
    border-radius: unset !important;
    border: 1px solid #6F6F6F !important;
    padding: 8px 10px 8px;
    height: 120px;
}

section.contact-us .the-content-area .the-contact-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

section.contact-us .the-content-area .the-contact-form label {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Montserrat Bold';
    color: #6F6F6F;
    text-transform: uppercase;
    margin-bottom: 14px;
    width: 100%;
}

section.contact-us .the-content-area .the-contact-form input[type="submit"] {
    background-color: #D7A849 !important;
    color: white !important;
    font-size: 16px !important;
    line-height: 18px;
    font-family: 'Montserrat Bold';
    border: none !important;
    padding: 17px 27px !important;
    margin-bottom: 0 !important;
    transition: all 0.3s ease;
}

section.contact-us .the-content-area .the-contact-form input[type="submit"]:hover {
    background-color: #a67b23 !important;
    transform: scale(1.03);
}

section.contact-us .the-content-area .the-contact-form input:focus-visible,
section.contact-us .the-content-area .the-contact-form textarea:focus-visible {
    outline: unset;
}
/* ================================================== */
/* page contact us style end */
/* ================================================== */


/* =================================================== */
/* page edit product style start */
/* =================================================== */
section.update-hero-section {
    background-color: #F7F7F7;
    padding: 60px 0px 100px;
}

section.update-hero-section .the-content-area .the-content h1 {
    font-size: 22px;
    margin-bottom: 20px;
    color: #4E4E4E;
}

section.update-hero-section .the-content-area .the-content p {
    margin-bottom: 15px !important;
    color: #4E4E4E;
}

section.update-hero-section .the-content-area form {
    border-top: 1px solid #6F6F6F;
    padding-top: 40px;
    margin-top: 25px;
    color: #4E4E4E;
}

section.update-hero-section .the-content-area form label {
    text-transform: uppercase;
    font-size: 16px;
    color: #6F6F6F;
    font-family: 'Montserrat Bold';
    margin-bottom: 5px;
}

section.update-hero-section .the-content-area form span.select2,
section.update-hero-section .the-content-area form .upload-box {
    width: 100%;
    background-color: #FFFFFF;
    color: #898989;
    font-family: 'Inter Regular';
    font-size: 14px;
    border-radius: unset;
}

section.update-hero-section .the-content-area form span.select2 {
    margin-bottom: 0px;
}

section.update-hero-section .the-content-area form .upload-box {
    border: 1px solid #6F6F6F;
    cursor: pointer;
    margin-bottom: 20px;
}

section.update-hero-section .the-content-area form textarea {
    width: 100%;
    border: 1px solid #6F6F6F;
    background-color: #FFFFFF;
    color: #212529;
    font-family: 'Inter Regular';
    font-size: 14px;
    margin-bottom: 5px;
    border-radius: unset;
}

section.update-hero-section .the-content-area form textarea::placeholder {
    color: #898989 !important;
    font-family: 'Inter Regular';
    font-size: 14px;
}

section.update-hero-section .the-content-area form textarea:focus {
    box-shadow: unset;
}

section.update-hero-section .the-content-area form .form-select:disabled {
    opacity: 0.7 !important;
    cursor: not-allowed;
}

section.update-hero-section .the-content-area form input.form-control {
    padding: 13px 10px;
    background-color: #FCFCFC;
    border-radius: unset;
    border: 1px solid #6F6F6F;
    font-size: 14px;
}

section.update-hero-section .the-content-area form input.form-control:focus {
    box-shadow: unset;
}

section.update-hero-section .the-content-area form .form-check {
    display: flex;
    align-items: center;
    gap: 12px;
}

section.update-hero-section .the-content-area form .form-check-agree {
    display: flex;
    align-items: normal;
    gap: 12px;
}

section.update-hero-section .the-content-area form .form-check label.form-check-label,
section.update-hero-section .the-content-area form .form-check-agree label.form-check-label {
    margin-bottom: 0 !important;
    display:flex;
    align-items: center;
    cursor: pointer;
}

section.update-hero-section .the-content-area form .form-check label.form-check-label img {
    z-index: 1;
    cursor: pointer;
}

section.update-hero-section .the-content-area form label.check-label-hide {
    color: transparent !important;
}

section.update-hero-section .the-content-area form .form-check .form-check-input[type=checkbox],
section.update-hero-section .the-content-area form .form-check-agree .form-check-input[type=checkbox] {
    border-radius: 0px;
    border: 1px solid #656565;
    width: 30px;
    height: 30px;
    box-shadow: unset;
    margin-top: 0;
}

section.update-hero-section .the-content-area form .form-check .form-check-input:checked {
    background-color: #d7a849;
    box-shadow: unset;
}

section.update-hero-section .the-content-area form small.character-count {
    display: flex;
    justify-content: end;
    color: #4F90B7;
    font-size: 14px;
    margin-bottom: 20px;
}

section.update-hero-section .the-content-area form .upload-box {
    text-align: center;
    min-height: 120px;
    padding: 10px 10px 30px;
}

section.update-hero-section .the-content-area form .upload-box p {
    margin: 0;
    font-size: 14px;
    color: #898989;
    text-align: left;
}

section.update-hero-section .the-content-area form .upload-box img {
    width: 43px;
}

section.update-hero-section .the-content-area form .upload-box .preview-area img {
    display: flex;
    gap: 3px;
    justify-content: center;
    flex-wrap: wrap;
    width:100px;
    height: 100px;
}

section.update-hero-section .the-content-area form input.btn.btn-primary {
    margin-top: 40px;
    background-color: #D7A849;
    display: inline-block;
    padding: 17px 27px;
    font-family: 'Montserrat Bold';
    font-size: 16px;
    color: white;
    text-decoration: none;
    border: none;
    border-radius: unset;
}

section.update-hero-section .the-content-area .terms-and-condition {
    padding-top: 50px;
}

section.update-hero-section .the-content-area .terms-and-condition ul {
    padding-left: 15px;
    margin: 0;
}

section.update-hero-section .the-content-area .terms-and-condition h2,
section.update-hero-section .the-content-area .terms-and-condition li {
    font-size: 14px;
    line-height: 18px;
    color: #4E4E4E;
}

section.update-hero-section .the-content-area .login-details h2 {
    font-size: 20px;
    color: #4E4E4E;
}

section.update-hero-section .the-content-area .login-details h2 a {
    color: red;
}

section.update-hero-section .the-content-area form .form-check .rating-text {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
}

section.update-hero-section .the-content-area form .form-check .rating-text .tooltip-text {
    visibility: hidden;
    opacity: 0;
    width: 230px;
    background-color: #ffffff;
    color: #6F6F6F;
    text-align: center;
    padding: 6px 10px;
    border-radius: 6px;
    position: absolute;
    top: -52px;
    right: 100px;
    transform: translateX(46%);
    transition: opacity 0.3s ease;
    font-size: 12px;
    line-height: 1.4;
    z-index: 10;
}

section.update-hero-section .the-content-area form .form-check .rating-text .tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 93%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
}

section.update-hero-section .the-content-area form .form-check .rating-text:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
    box-shadow: 0 0 2px 0px rgb(0 0 0 / 17%);
}
/* Sell Hero Section Styling end */

/* Google Ad Section Styling start */
section.sell-google-ad-setup {
    padding: 25px 0;
}

section.sell-google-ad-setup .the-content-area .the-ad-panel.mobile-banner {
    display: none;
}
/* Google Ad Section Styling end */

/* =================================================== */
/* page edit product style end */
/* =================================================== */


/* =================================================== */
/* page My Account (Dashboard) style start */
/* =================================================== */
.page-template-page-myaccount .update-message {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: #D7A849;
    padding: 17px 20px;
    box-shadow: 0 4px 10px 0px rgb(0 0 0 / 58%);
    z-index: 9999;
    opacity: 1;
    transition: opacity 0.5s ease, top 0.5s ease;
    width: 99%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-template-page-myaccount .update-message p {
    color: #fff;
    font-size: 18px;
    font-family: 'Montserrat Bold';
}

.page-template-page-myaccount .update-message.hide {
    opacity: 0;
    bottom: 0;
    pointer-events: none;
}

.page-template-page-myaccount .close-update-message {
    font-size: 30px;
    font-weight: bold;
    color: #ffffffff;
    cursor: pointer;
    transition: color 0.3s;
    line-height: 0px;
}

.page-template-page-myaccount .close-update-message:hover {
    color: #000;
}

section.my-account-hero {
    background-color: #F7F7F7;
    padding: 60px 0px 60px;
}

section.my-account-hero .the-content-area .the-content .welcome {
    text-align: center;
    margin-bottom: 30px;
}

section.my-account-hero .the-content-area .the-content .welcome h1 {
    color: #4E4E4E;
    font-size: 28px;
}

section.my-account-hero .the-content-area .the-content .welcome p {
    color: #4E4E4E;
}

section.my-account-hero .the-content-area .the-content .the-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
}

section.my-account-hero .the-content-area .the-content .the-buttons a {
    background-color: #D7A849;
    display: inline-block;
    font-family: 'Montserrat Bold';
    font-size: 16px;
    padding: 17px 20px;
    color: white;
    text-decoration: none;
    border: none;
    border-radius: unset;
    width: 200px;
    text-align: center;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.my-account-hero .the-content-area .the-content .the-buttons a:hover{
    background: #a67b23;
    transform: scale(1.03);
}

/* product Listings All Section Styling start */
section.product-listings-all {
    padding: 30px 0 25px 0;
}

section.product-listings-all .the-content-area .the-content h2 {
    font-size: 20px;
    line-height: 30px;
    color: #4E4E4E;
    margin-bottom: 0;
}

section.product-listings-all .the-content-area .sort-by-filter {
        display: flex;
        flex-direction: column;
    }

section.product-listings-all .the-content-area .sort-by-filter .sort-form-label {
    margin-bottom: .5rem;
    font-family: 'Montserrat Bold';
    color: #6F6F6F;
    font-size: 16px;
}

section.product-listings-all .the-content-area .sort-by-filter .sort-form-select {
    border: 1px solid #6F6F6F;
    padding: 10px 18px;
    font-family: 'Inter Regular';
    font-size: 14px;
    color: #898989;
}

section.product-listings-all .the-content-area .latest-listing-card {
    position: relative;
    border: 1px solid #6F6F6F;
    height: 100%;
    transition: all 0.3s ease;
}

section.product-listings-all .the-content-area .latest-listing-card:hover {
    transform: scale(1.01);
    box-shadow: 0 5px 15px rgb(129 117 117 / 30%);
}

section.product-listings-all .the-content-area .latest-listing-card .the-image-slider {
    position: relative;
}

section.product-listings-all .the-content-area .latest-listing-card .the-image-slider .carousel-inner .carousel-item img {
    height: 285px;
    object-fit: cover;
    object-position: center;
}

section.product-listings-all button.carousel-control-prev,
section.product-listings-all button.carousel-control-next {
    top: 0;
    bottom: auto;
    height: 100%;
    background: none;
    width: 10%;
    opacity: 0;
    transition: all 0.3s ease;
}

section.product-listings-all .the-image-slider:hover .carousel-control-prev,
section.product-listings-all .the-image-slider:hover .carousel-control-next,
section.product-listings-all .the-content-area .latest-listing-card .the-image-slider:hover button.carousel-control-prev,
section.product-listings-all .the-content-area .latest-listing-card .the-image-slider:hover button.carousel-control-next {
    opacity: 1;
}

section.product-listings-all .the-content-area .latest-listing-card .the-image-slider:hover button.carousel-control-prev {
    background: linear-gradient(to right, #D7A849 0%, #D7A84900 100%);
}

section.product-listings-all .the-content-area .latest-listing-card .the-image-slider:hover button.carousel-control-next {
    background: linear-gradient(to left, #D7A849 0%, #D7A84900 100%);
}

section.product-listings-all .the-content-area .latest-listing-card .the-image-slider .the-rating {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #4F90B7;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 10px;
    font-size: 14px;
    z-index: 10;
}

section.product-listings-all .the-content-area .latest-listing-card .the-image-slider .the-rating p {
    margin: 0;
    display: flex;
    gap: 7px;
    align-items: center;
}

section.product-listings-all .the-content-area .latest-listing-card .the-image-slider .the-rating .rating-text {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
}

section.product-listings-all .the-content-area .latest-listing-card .the-image-slider .the-rating .rating-text .tooltip-text {
    visibility: hidden;
    opacity: 0;
    width: 230px;
    background-color: #ffffff;
    color: #6F6F6F;
    text-align: center;
    padding: 6px 10px;
    border-radius: 6px;
    position: absolute;
    top: -50px;
    right: 0px;
    transform: translateX(46%);
    transition: opacity 0.3s ease;
    font-size: 12px;
    line-height: 1.4;
    z-index: 10;
}

section.product-listings-all .the-content-area .latest-listing-card .the-image-slider .the-rating .rating-text .tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
}

section.product-listings-all .the-content-area .latest-listing-card .the-image-slider .the-rating .rating-text:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

section.product-listings-all .the-content-area .latest-listing-card .the-image-slider .the-rating .star-rating {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 22px;
}

section.product-listings-all .the-content-area .latest-listing-card .the-image-slider .the-rating .star-rating .stars {
    display: flex;
    gap: 2px;
}

section.product-listings-all .the-content-area .latest-listing-card .the-image-slider .the-rating .star-rating .stars-bg img {
    width: 20px;
    height: 20px;
    filter: brightness(0.31);
}

section.product-listings-all .the-content-area .latest-listing-card .the-image-slider .the-rating .stars-fill {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    gap: 2px;
    overflow: hidden;
}

section.product-listings-all .the-content-area .latest-listing-card .the-image-slider .the-rating .star-rating .stars-fill img {
    width: 20px;
    height: 20px;
    filter: none;
}

section.product-listings-all .the-content-area .latest-listing-card .the-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 13px;
    gap: 15px;
}

section.product-listings-all .the-content-area .latest-listing-card .the-header a {
    text-decoration: none;
}

section.product-listings-all .the-content-area .latest-listing-card .the-header a:hover {
    opacity: 0.7;
}

section.product-listings-all .the-content-area .latest-listing-card .the-header a h3 {
    font-size: 18px;
    line-height: 26px;
    color: #4e4e4e;
    margin-bottom: 0;
}

section.product-listings-all .the-content-area .latest-listing-card .the-header h3 span {
    display: block;
}

section.product-listings-all .the-content-area .latest-listing-card .the-header p {
    font-size: 18px;
    line-height: 16px;
    color: #4e4e4e;
    margin-bottom: 0;
    font-family: 'Montserrat Bold';
}

section.product-listings-all .the-content-area .latest-listing-card .the-meta {
    display: flex;
    justify-content: space-between;
    padding: 0 13px;
}

section.product-listings-all .the-content-area .latest-listing-card .the-meta .the-meta-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

section.product-listings-all .the-content-area .latest-listing-card .the-meta .the-meta-item p {
    font-size: 14px;
    line-height: 12px;
    color: #6F6F6F;
    margin-bottom: 0;
}

section.product-listings-all .the-content-area .latest-listing-card hr {
    margin: 25px 0;
    color: #6F6F6F;
    opacity: 1;
}

section.product-listings-all .the-content-area .latest-listing-card .the-content {
    padding: 0 13px;
    color: #6F6F6F;
    margin-bottom: 145px;
}

section.product-listings-all .the-content-area .latest-listing-card .the-button {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

section.product-listings-all .the-content-area .latest-listing-card .the-content p {
    margin-bottom: 20px !important;
}

section.product-listings-all .the-content-area .latest-listing-card .the-content p:last-child {
    margin-bottom: 0 !important;
    word-wrap: break-word;
}

section.product-listings-all .the-content-area .latest-listing-card .the-button a {
    background-color: #D7A849;
    display: block;
    text-align: center;
    text-decoration: none;
    font-family: 'Montserrat Bold';
    font-size: 16px;
    color: white;
    padding: 18px 0;
    transition: all 0.3s ease;
}

section.product-listings-all .the-content-area .latest-listing-card .the-button a:hover {
    background: #a67b23;
}

section.product-listings-all .the-content-area .latest-listing-card .the-button form button[type="submit"] {
    background-color: #D7A849;
    display: block;
    text-align: center;
    text-decoration: none;
    font-family: 'Montserrat Bold';
    font-size: 16px;
    color: white;
    padding: 18px 0;
    transition: all 0.3s ease;
    width: 100%;
    border-top: 1px solid white;
    border-bottom: unset;
    border-left: unset;
    border-right: unset;
}

section.product-listings-all .the-content-area .latest-listing-card .the-button form button[type="submit"]:hover {
    background: #a67b23;
}


section.product-listings-all .the-content-area .the-ad-panel {
    margin-top: 80px;
}

section.product-listings-all .the-content-area .no-listing {
    margin-top: 20px;
    font-size: 20px;
    font-family: 'Montserrat Bold';
    color: red;
}

hr.listing-divider {
    margin-bottom: 0px;
}
/* product Listings All Section Styling end */

/* pending section style start */
section.pending-listings-all {
    padding: 25px 0 25px 0;
}

section.pending-listings-all .the-content-area .the-content h2 {
    font-size: 20px;
    line-height: 30px;
    color: #4E4E4E;
    margin-bottom: 0;
}

section.pending-listings-all .the-content-area .sort-by-filter {
        display: flex;
        flex-direction: column;
    }

section.pending-listings-all .the-content-area .sort-by-filter .sort-form-label {
    margin-bottom: .5rem;
    font-family: 'Montserrat Bold';
    color: #6F6F6F;
    font-size: 16px;
}

section.pending-listings-all .the-content-area .sort-by-filter .sort-form-select {
    border: 1px solid #6F6F6F;
    padding: 10px 18px;
    font-family: 'Inter Regular';
    font-size: 14px;
    color: #898989;
}

section.pending-listings-all .the-content-area .latest-listing-card {
    position: relative;
    border: 1px solid #6F6F6F;
    height: 100%;
    transition: all 0.3s ease;
}

section.pending-listings-all .the-content-area .latest-listing-card:hover {
    transform: scale(1.01);
    box-shadow: 0 5px 15px rgb(129 117 117 / 30%);
}

section.pending-listings-all .the-content-area .latest-listing-card .the-image-slider {
    position: relative;
}

section.pending-listings-all .the-content-area .latest-listing-card .the-image-slider .carousel-inner .carousel-item img {
    height: 285px;
    object-fit: cover;
    object-position: center;
}

section.pending-listings-all button.carousel-control-prev,
section.pending-listings-all button.carousel-control-next {
    top: 0;
    bottom: auto;
    height: 100%;
    background: none;
    width: 10%;
    opacity: 0;
    transition: all 0.3s ease;
}

section.pending-listings-all .the-image-slider:hover .carousel-control-prev,
section.pending-listings-all .the-image-slider:hover .carousel-control-next,
section.pending-listings-all .the-content-area .latest-listing-card .the-image-slider:hover button.carousel-control-prev,
section.pending-listings-all .the-content-area .latest-listing-card .the-image-slider:hover button.carousel-control-next {
    opacity: 1;
}

section.pending-listings-all .the-content-area .latest-listing-card .the-image-slider:hover button.carousel-control-prev {
    background: linear-gradient(to right, #D7A849 0%, #D7A84900 100%);
}

section.pending-listings-all .the-content-area .latest-listing-card .the-image-slider:hover button.carousel-control-next {
    background: linear-gradient(to left, #D7A849 0%, #D7A84900 100%);
}

section.pending-listings-all .the-content-area .latest-listing-card .the-image-slider .the-rating {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #4F90B7;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 10px;
    font-size: 14px;
    z-index: 10;
}

section.pending-listings-all .the-content-area .latest-listing-card .the-image-slider .the-rating p {
    margin: 0;
    display: flex;
    gap: 7px;
    align-items: center;
    position: relative;
    cursor: pointer;
}

section.pending-listings-all .the-content-area .latest-listing-card .the-image-slider .the-rating .rating-text {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
}

section.pending-listings-all .the-content-area .latest-listing-card .the-image-slider .the-rating .rating-text .tooltip-text {
    visibility: hidden;
    opacity: 0;
    width: 230px;
    background-color: #ffffff;
    color: #6F6F6F;
    text-align: center;
    padding: 6px 10px;
    border-radius: 6px;
    position: absolute;
    top: -50px;
    right: 0px;
    transform: translateX(46%);
    transition: opacity 0.3s ease;
    font-size: 12px;
    line-height: 1.4;
    z-index: 10;
}

section.pending-listings-all .the-content-area .latest-listing-card .the-image-slider .the-rating .rating-text .tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
}

section.pending-listings-all .the-content-area .latest-listing-card .the-image-slider .the-rating .rating-text:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

section.pending-listings-all .the-content-area .latest-listing-card .the-image-slider .the-rating .star-rating {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 22px;
}

section.pending-listings-all .the-content-area .latest-listing-card .the-image-slider .the-rating .star-rating .stars {
    display: flex;
    gap: 2px;
}

section.pending-listings-all .the-content-area .latest-listing-card .the-image-slider .the-rating .star-rating .stars-bg img {
    width: 20px;
    height: 20px;
    filter: brightness(0.31);
}

section.pending-listings-all .the-content-area .latest-listing-card .the-image-slider .the-rating .stars-fill {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    gap: 2px;
    overflow: hidden;
}

section.pending-listings-all .the-content-area .latest-listing-card .the-image-slider .the-rating .star-rating .stars-fill img {
    width: 20px;
    height: 20px;
    filter: none;
}

section.pending-listings-all .the-content-area .latest-listing-card .the-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 13px;
    gap: 15px;
}

section.pending-listings-all .the-content-area .latest-listing-card .the-header a {
    text-decoration: none;
}

section.pending-listings-all .the-content-area .latest-listing-card .the-header a:hover {
    opacity: 0.7;
}

section.pending-listings-all .the-content-area .latest-listing-card .the-header h3 {
    font-size: 18px;
    line-height: 26px;
    color: #4e4e4e;
    margin-bottom: 0;
}

section.pending-listings-all .the-content-area .latest-listing-card .the-header h3 span {
    display: block;
}

section.pending-listings-all .the-content-area .latest-listing-card .the-header p {
    font-size: 18px;
    line-height: 16px;
    color: #4e4e4e;
    margin-bottom: 0;
    font-family: 'Montserrat Bold';
}

section.pending-listings-all .the-content-area .latest-listing-card .the-meta {
    display: flex;
    justify-content: space-between;
    padding: 0 13px;
}

section.pending-listings-all .the-content-area .latest-listing-card .the-meta .the-meta-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

section.pending-listings-all .the-content-area .latest-listing-card .the-meta .the-meta-item p {
    font-size: 14px;
    line-height: 12px;
    color: #6F6F6F;
    margin-bottom: 0;
}

section.pending-listings-all .the-content-area .latest-listing-card hr {
    margin: 25px 0;
    color: #6F6F6F;
    opacity: 1;
}

section.pending-listings-all .the-content-area .latest-listing-card .the-content {
    padding: 0 13px;
    color: #6F6F6F;
    margin-bottom: 145px;
}

section.pending-listings-all .the-content-area .latest-listing-card .the-button {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

section.pending-listings-all .the-content-area .latest-listing-card .the-content p {
    margin-bottom: 20px !important;
    word-wrap: break-word; 
}

section.pending-listings-all .the-content-area .latest-listing-card .the-content p:last-child {
    margin-bottom: 0 !important;
}

section.pending-listings-all .the-content-area .latest-listing-card .the-button a {
    background-color: #D7A849;
    display: block;
    text-align: center;
    text-decoration: none;
    font-family: 'Montserrat Bold';
    font-size: 16px;
    color: white;
    padding: 18px 0;
    transition: all 0.3s ease;
}

section.pending-listings-all .the-content-area .latest-listing-card .the-button a:hover {
    background: #a67b23;
}

section.pending-listings-all .the-content-area .latest-listing-card .the-button form button[type="submit"] {
    background-color: #D7A849;
    display: block;
    text-align: center;
    text-decoration: none;
    font-family: 'Montserrat Bold';
    font-size: 16px;
    color: white;
    padding: 18px 0;
    transition: all 0.3s ease;
    width: 100%;
    border-top: 1px solid white;
    border-bottom: unset;
    border-left: unset;
    border-right: unset;
}

section.pending-listings-all .the-content-area .latest-listing-card .the-button form button[type="submit"]:hover {
    background: #a67b23;
}

section.pending-listings-all .the-content-area .the-ad-panel {
    margin-top: 80px;
}


section.pending-listings-all .the-content-area .no-listing {
    margin-top: 20px;
    font-size: 20px;
    font-family: 'Montserrat Bold';
    color: red;
}
/* =================================================== */
/* page My Account (Dashboard) style end */
/* =================================================== */


/* =================================================== */
/* page upload-success style start */
/* =================================================== */
section.success-hero-section {
    background-color: #F7F7F7;
    padding: 60px 0px 60px;
}

section.success-hero-section .the-content-area .the-content {
    text-align: center;
}

section.success-hero-section .the-content-area .the-content h1 {
    font-size: 22px;
    color: #4E4E4E;
}

section.success-hero-section .the-content-area .the-content p {
    color: #4E4E4E;
}

section.success-hero-section .the-content-area .the-content .the-buttons {
    margin-top: 30px;
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

section.success-hero-section .the-content-area .the-content .the-buttons a {
    background-color: #D7A849;
    display: inline-block;
    padding: 17px 75px;
    font-family: 'Montserrat Bold';
    font-size: 16px;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

section.success-hero-section .the-content-area .the-content .the-buttons a:hover {
    background: #a67b23;
    transform: scale(1.03);
}
/* =================================================== */
/* page upload-success style end */
/* =================================================== */


/* ==================================================== */
/* single product style start */
/* ==================================================== */
/* Global Styles Start */
section.send-message-to-seller .the-content-area .the-contact-form h2,
section.other-listings .the-content-area .the-content h2 {
    font-size: 20px;
    line-height: 30px;
    color: #4E4E4E;
    text-align: center;
    margin-bottom: 15px;
}

section.other-listings .the-content-area .no-listing p {
    color: red;
}
/* Global Styles End */

/* Product Detail Section Start */
section.listing-product-detail {
    margin: 40px 0;
}

section.listing-product-detail .the-content-area .the-image-carousel .main-image img {
    width: 100%;
    height: 450px;
    object-fit: contain;
    background-color: black;
}

section.listing-product-detail .the-content-area .thumb-carousel {
    position: relative;
    margin-top: 15px;
}

section.listing-product-detail .the-content-area .thumb-carousel .thumb-controls button {
    border: none;
    height: 100%;
    width: 40px;
    padding: 0;
}

section.listing-product-detail .the-content-area .thumb-carousel .thumb-controls button img {
    width: 15px;
    height: 20px;
}

section.listing-product-detail .the-content-area .thumb-carousel .thumb-controls button.thumb-prev {
    background: linear-gradient(to right, #D7A849 0%, #D7A84900 100%);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    opacity: 0;
}

section.listing-product-detail .the-content-area .thumb-carousel .thumb-controls button.thumb-next {
    background: linear-gradient(to left, #D7A849 0%, #D7A84900 100%);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    opacity: 0;
}

section.listing-product-detail .the-content-area .thumb-carousel:hover .thumb-controls button.thumb-prev,
section.listing-product-detail .the-content-area .thumb-carousel:hover .thumb-controls button.thumb-next {
    opacity: 1;
}

section.listing-product-detail .the-content-area .thumb-carousel .thumb-controls button.thumb-prev img {
    margin-right: 20px;
}

section.listing-product-detail .the-content-area .thumb-carousel .thumb-controls button.thumb-next img {
    margin-left: 20px;
}

section.listing-product-detail .the-content-area .thumb-carousel .thumb-wrapper {
    display: flex;
    overflow: hidden;
    gap: 8px;
}

section.listing-product-detail .the-content-area .thumb-carousel .thumb {
    width: 145px;
    height: 100px;
    object-fit: cover;
    flex-shrink: 0;
    border: 2px solid transparent;
    cursor: pointer;
    transition: border 0.3s ease;
}

section.listing-product-detail .the-content-area .thumb-carousel .thumb.active {
    border: 2px solid #D7A849;
}

section.listing-product-detail .the-content-area .the-product-detail .the-header {
    display: flex;
    gap: 8px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

section.listing-product-detail .the-content-area .the-product-detail .the-header h2 {
    font-size: 18px;
    line-height: 26px;
    color: #4e4e4e;
    text-transform: capitalize;
    margin-bottom: 0;
}

section.listing-product-detail .the-content-area .the-product-detail .the-header p {
    font-size: 18px;
    line-height: 16px;
    color: #4e4e4e;
    margin-bottom: 0;
    font-family: 'Montserrat Bold';
}

section.listing-product-detail .the-content-area .the-product-detail .the-rating {
    width: 100%;
    background: #4F90B7;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 10px;
    font-size: 14px;
}

section.listing-product-detail .the-content-area .the-product-detail .the-rating p {
    margin: 0;
    display: flex;
    gap: 7px;
    align-items: center;
}

section.listing-product-detail .the-content-area .the-product-detail .the-rating .rating-text {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
}

section.listing-product-detail .the-content-area .the-product-detail .the-rating .rating-text .tooltip-text {
    visibility: hidden;
    opacity: 0;
    width: 230px;
    background-color: #ffffff;
    color: #6F6F6F;
    text-align: center;
    padding: 6px 10px;
    border-radius: 6px;
    position: absolute;
    top: -50px;
    right: 0px;
    transform: translateX(46%);
    transition: opacity 0.3s ease;
    font-size: 12px;
    line-height: 1.4;
    z-index: 10;
}

section.listing-product-detail .the-content-area .the-product-detail .the-rating .rating-text .tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
}

section.listing-product-detail .the-content-area .the-product-detail .the-rating .rating-text:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
    box-shadow: 0 0 2px 0px rgb(0 0 0 / 17%);
}

section.listing-product-detail .the-content-area .the-product-detail .the-rating .star-rating {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 22px;
}

section.listing-product-detail .the-content-area .the-product-detail .the-rating .star-rating .stars {
    display: flex;
    gap: 2px;
}

section.listing-product-detail .the-content-area .the-product-detail .the-rating .star-rating .stars-bg img {
    width: 20px;
    height: 20px;
    filter: brightness(0.31);
}

section.listing-product-detail .the-content-area .the-product-detail .the-rating .stars-fill {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    gap: 2px;
    overflow: hidden;
}

section.listing-product-detail .the-content-area .the-product-detail .the-rating .star-rating .stars-fill img {
    width: 20px;
    height: 20px;
    filter: none;
}

section.listing-product-detail .the-content-area .the-product-detail .the-meta {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

section.listing-product-detail .the-content-area .the-product-detail .the-meta .the-meta-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

section.listing-product-detail .the-content-area .the-product-detail .the-meta .the-meta-item p {
    font-size: 14px;
    line-height: 12px;
    color: #6F6F6F;
    margin-bottom: 0;
}

section.listing-product-detail .the-content-area .the-product-detail hr {
    margin: 25px 0;
    color: #6F6F6F;
    opacity: 1;
}

section.listing-product-detail .the-content-area .the-product-detail a.send-a-msg {
    background-color: #D7A849;
    display: block;
    padding: 17px 0;
    font-family: 'Montserrat Bold';
    font-size: 16px;
    text-align: center;
    color: white;
    text-decoration: none;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

section.listing-product-detail .the-content-area .the-product-detail a.send-a-msg:hover {
    background: #a67b23;
    transform: scale(1.03);
}

section.listing-product-detail .the-content-area .the-product-detail .the-description p {
    font-size: 16px;
    line-height: 20px;
    color: #6F6F6F;
    text-align: left;
    margin-bottom: 12px !important;
}

section.listing-product-detail .the-content-area .the-product-detail .the-description p:last-child {
    margin-bottom: 0 !important;
}

section.listing-product-detail .the-content-area .the-product-detail .the-share-listing h3 {
    font-size: 16px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #6F6F6F;
}

section.listing-product-detail .the-content-area .the-product-detail .the-share-listing .share-this-icons {
    display: flex;
    gap: 10px;
}

section.listing-product-detail .the-content-area .the-product-detail .the-share-listing .share-this-icons .email-desktop {
    display: none;
}

section.listing-product-detail .the-content-area .the-product-detail .the-share-listing .share-this-icons .email-mobile { 
    display: inline-block; 
}

section.listing-product-detail .the-content-area .the-product-detail .the-share-listing .share-this-icons img {
    width: 40px;
    height: 40px;
    transition: all 0.3s ease;
}

section.listing-product-detail .the-content-area .the-product-detail .the-share-listing .share-this-icons img:hover {
    opacity: 0.7;
}
/* Product Detail Section End */

/* Send Message to Seller Start */
section.send-message-to-seller {
    background: #F7F7F7;
    padding: 50px 0;
}

section.send-message-to-seller .the-content-area .the-contact-form h3 {
    text-align: center;
    font-size: 18px;
    color: #4E4E4E;
    margin-bottom: 0px;
}

section.send-message-to-seller .the-content-area .the-contact-form h3 a {
    color: #D7A849;
}

section.send-message-to-seller .the-content-area .the-contact-form p {
    text-align: center;
    color: #D7A849 !important;
    font-size: 20px;
    font-weight: 600;
}

section.send-message-to-seller .the-content-area .the-contact-form form label {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
    font-family: 'Montserrat Bold';
    color: #6F6F6F;
    text-transform: uppercase;
}

section.send-message-to-seller .the-content-area .the-contact-form form textarea {
        width: 100%;
        padding: 10px;
        border: 1px solid #6F6F6F;
        border-radius: unset;
    }

section.send-message-to-seller .the-content-area .the-contact-form form textarea::placeholder {
    color: #898989;
    font-size: 14px;
}

section.send-message-to-seller .the-content-area .the-contact-form form button {
    background-color: #D7A849;
    color: white;
    font-size: 16px;
    line-height: 18px;
    font-family: 'Montserrat Bold';
    border: none;
    padding: 20px 25px;
    margin-top: 20px;
    transition: all 0.3s ease;
}

section.send-message-to-seller .the-content-area .the-contact-form form button:hover {
    background: #a67b23;
    transform: scale(1.03);
}
/* Send Message to Seller End */

/* Listing Google Ad panel Section Start */
section.listing-google-ad-setup {
    padding: 25px 0;
}

section.listing-google-ad-setup .the-content-area .the-ad-panel.mobile-banner {
    display: none;
}
/* Listing Google Ad panel Section End */

/* Other Listings Section Start */
section.other-listings {
    margin: 10px 0 50px;
}

section.other-listings .the-content-area .other-listing-card {
    border: 1px solid #6F6F6F;
    height: 100%;
    margin: 0px 10px;
}

section.other-listings .the-content-area .autoplay {
    padding: 0;
}

section.other-listings .the-content-area .other-listing-card .the-header img {
    height: 190px;
    object-fit: cover;
    border-bottom: 1px solid #6f6f6f;
}

section.other-listings .the-content-area .other-listing-card .the-header a {
    text-decoration: none;
}

section.other-listings .the-content-area .other-listing-card .the-header a:hover {
    opacity: 0.7;
}

section.other-listings .the-content-area .other-listing-card .the-header h3 {
    font-size: 18px;
    line-height: 26px;
    color: #4e4e4e;
    margin-bottom: 0;
    padding: 20px 12px;
    min-height: 95px;
}

section.other-listings .the-content-area .other-listing-card .the-header h3 span {
    display: block;
}

section.other-listings .the-content-area .other-listing-card .the-header p {
    font-size: 18px;
    line-height: 16px;
    color: #4e4e4e;
    margin-bottom: 0;
    padding: 0 12px;
    font-family: 'Montserrat Bold';
}

section.other-listings .the-content-area .other-listing-card .the-meta {
    padding: 20px 12px;
}

section.other-listings .the-content-area .other-listing-card .the-meta-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

section.other-listings .the-content-area .other-listing-card .the-meta .the-meta-item p {
    font-size: 14px;
    line-height: 12px;
    color: #6F6F6F;
    margin-bottom: 0;
}

section.other-listings .the-content-area .other-listing-card .the-button a {
    background-color: #D7A849;
    display: block;
    text-align: center;
    text-decoration: none;
    font-family: 'Montserrat Bold';
    font-size: 16px;
    color: white;
    padding: 18px 0;
    transition: all 0.3s ease;
}

section.other-listings .the-content-area .other-listing-card .the-button a:hover {
    background: #a67b23;
}

section.other-listings .the-content-area .autoplay .slick-prev,
section.other-listings .the-content-area .autoplay .slick-next {
    width: 30px;
    height: 30px;
}

section.other-listings .the-content-area .autoplay .slick-prev:before,
section.other-listings .the-content-area .autoplay .slick-next:before {
    display: none;
}

section.other-listings .the-content-area .autoplay button.slick-prev {
    left: -40px;
}

section.other-listings .the-content-area .autoplay button.slick-next {
    right: -40px;
}

section.other-listings .the-content-area .autoplay .slick-dots {
    bottom: -40px;
}

section.other-listings .the-content-area .autoplay .slick-dots li button:before {
    font-size: 12px;
    color: #D7A849;
}

section.other-listings .the-content-area .autoplay .slick-dots li.slick-active button:before {
    color: #D7A849 !important;
    opacity: 1;
}
/* Other Listings Section End */
/* ==================================================== */
/* single product style end */
/* ==================================================== */

/* ===================================================== */
/* user profile style start */
/* ===================================================== */
section.edit-profile {
    background-color: #F7F7F7;
    padding: 50px 0;
}

section.edit-profile .title {
    margin-bottom: 50px;
}

section.edit-profile .title h1 {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    color: #4E4E4E;
    margin-bottom: 0;
    padding-bottom: 50px;
    border-bottom: 1px solid #6f6f6f;
}

section.edit-profile .the-content #wpmem_reg {
    width: 100% !important;
}

section.edit-profile .the-content fieldset {
    margin: 0px !important;
}

section.edit-profile #wpmem_reg legend {
    display: none;
}

section.edit-profile .the-content fieldset label {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Montserrat Bold';
    color: #6F6F6F;
    text-transform: uppercase;
}

section.edit-profile .the-content fieldset span.req {
    color: #6F6F6F !important;
    font-size: 14px !important;
}

section.edit-profile .the-content fieldset .div_text {
    margin-bottom: 20px !important;
}

section.edit-profile .the-content #wpmem_reg .div_select {
    margin-bottom: 20px !important;
}

section.edit-profile .the-content #wpmem_reg fieldset .div_text input {
    border: 1px solid #6F6F6F !important;
}

section.edit-profile #wpmem_reg .req-text {
    display: none;
}

section.edit-profile .the-content #wpmem_profile_form .button_div input[type="submit"] {
    background-color: #D7A849 !important;
    color: white !important;
    font-size: 16px !important;
    line-height: 18px;
    font-family: 'Montserrat Bold';
    border: none !important;
    padding: 17px 27px !important;
    margin-bottom: 0 !important;
    transition: all 0.3s ease;
}

section.edit-profile .the-content #wpmem_profile_form .button_div {
    text-align: left;
    padding-bottom: 0px;
}

section.edit-profile .the-content #wpmem_profile_form .button_div input[type="submit"]:hover {
    background-color: #a67b23 !important;
    transform: scale(1.03);
}

section.edit-profile .the-content #wpmem_login {
    width: 100%;
}

section.edit-profile .the-content #wpmem_login legend {
    display: none;
}

#wpmem_login input[type=text] {
    color: #898989 !important;
    border-radius: unset !important;
    border: 1px solid #6F6F6F !important;
}

section.edit-profile .the-content #wpmem_login .button_div {
    text-align: left;
    padding-top: 0px;
}

section.edit-profile .the-content #wpmem_login input[type="submit"] {
    background-color: #D7A849 !important;
    color: white !important;
    font-size: 16px !important;
    line-height: 18px;
    font-family: 'Montserrat Bold';
    border: none !important;
    padding: 17px 27px !important;
    margin-bottom: 0 !important;
    transition: all 0.3s ease;
}

section.edit-profile .the-content #wpmem_login input[type="submit"]:hover {
    background-color: #a67b23 !important;
    transform: scale(1.03);
}

section.edit-profile .the-content #wpmem_login .link-text {
    text-align: left;
}

section.edit-profile .the-content #wpmem_login .link-text a {
    color: #D7A849;
}
/* ===================================================== */
/* user profile style end */
/* ===================================================== */


/* ===================================================== */
/* page sell style start */
/* ===================================================== */
/* Sell Hero Section Styling end */
section.sell-hero-section {
    background-color: #F7F7F7;
    padding: 60px 0px 100px;
}

section.sell-hero-section .the-content-area .the-content h1 {
    font-size: 22px;
    margin-bottom: 20px;
    color: #4E4E4E;
}

section.sell-hero-section .the-content-area .the-content p {
    margin-bottom: 15px !important;
    color: #4E4E4E;
}

section.sell-hero-section .the-content-area form {
    border-top: 1px solid #6F6F6F;
    border-bottom: 1px solid;
    padding: 40px 0 50px;
    margin-top: 25px;
    color: #4E4E4E;
}

section.sell-hero-section .the-content-area form label {
    text-transform: uppercase;
    font-size: 16px;
    color: #6F6F6F;
    font-family: 'Montserrat Bold';
    margin-bottom: 5px;
}

section.sell-hero-section .the-content-area form span.select2,
section.sell-hero-section .the-content-area form .upload-box {
    width: 100%;
    background-color: #FFFFFF;
    color: #898989;
    font-family: 'Inter Regular';
    font-size: 14px;
    border-radius: unset;
}

section.sell-hero-section .the-content-area form span.select2 {
    margin-bottom: 0px;
}

section.sell-hero-section .the-content-area form .upload-box {
    border: 1px solid #6F6F6F;
    cursor: pointer;
    margin-bottom: 20px;
}

section.sell-hero-section .the-content-area form textarea {
    width: 100%;
    border: 1px solid #6F6F6F;
    background-color: #FFFFFF;
    color: #898989;
    font-family: 'Inter Regular';
    font-size: 14px;
    margin-bottom: 5px;
    border-radius: unset;
}

section.sell-hero-section .the-content-area form textarea::placeholder {
    color: #898989 !important;
    font-family: 'Inter Regular';
    font-size: 14px;
}

section.sell-hero-section .the-content-area form textarea:focus {
    box-shadow: unset;
}

section.sell-hero-section .the-content-area form .form-select:disabled {
    opacity: 0.7 !important;
    cursor: not-allowed;
}

section.sell-hero-section .the-content-area form input.form-control {
    padding: 13px 10px;
    background-color: #FCFCFC;
    border-radius: unset;
    border: 1px solid #6F6F6F;
    font-size: 14px;
}

section.sell-hero-section .the-content-area form input.form-control::placeholder {
    color: #898989;
}

section.sell-hero-section .the-content-area form input.form-control:focus {
    box-shadow: unset;
}

section.sell-hero-section .the-content-area form .form-check {
    display: flex;
    align-items: center;
    gap: 12px;
}

section.sell-hero-section .the-content-area form .form-check a {
    color: #D7A849;
}

section.sell-hero-section .the-content-area form .form-check-agree {
    display: flex;
    align-items: normal;
    gap: 12px;
}

section.sell-hero-section .the-content-area form .form-check label.form-check-label,
section.sell-hero-section .the-content-area form .form-check-agree label.form-check-label {
    margin-bottom: 0 !important;
    display:flex;
    align-items: center;
    cursor: pointer;
}

section.sell-hero-section .the-content-area form .form-check .rating-text {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
}

section.sell-hero-section .the-content-area form .form-check .rating-text .tooltip-text {
    visibility: hidden;
    opacity: 0;
    width: 230px;
    background-color: #ffffff;
    color: #6F6F6F;
    text-align: center;
    padding: 6px 10px;
    border-radius: 6px;
    position: absolute;
    top: -52px;
    right: 100px;
    transform: translateX(46%);
    transition: opacity 0.3s ease;
    font-size: 12px;
    line-height: 1.4;
    z-index: 10;
}

section.sell-hero-section .the-content-area form .form-check .rating-text .tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 93%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
}

section.sell-hero-section .the-content-area form .form-check .rating-text:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
    box-shadow: 0 0 2px 0px rgb(0 0 0 / 17%);
}

section.sell-hero-section .the-content-area form .form-check img {
    z-index: 1;
    cursor: pointer;
}

section.sell-hero-section .the-content-area form label.check-label-hide {
    color: transparent !important;
}

section.sell-hero-section .the-content-area form .form-check .form-check-input[type=checkbox],
section.sell-hero-section .the-content-area form .form-check-agree .form-check-input[type=checkbox] {
    border-radius: 0px;
    border: 1px solid #656565;
    width: 30px;
    height: 30px;
    box-shadow: unset;
    margin-top: 0;
}

section.sell-hero-section .the-content-area form .form-check .form-check-input:checked {
    background-color: #d7a849;
    box-shadow: unset;
}

section.sell-hero-section .the-content-area form small.character-count {
    display: flex;
    justify-content: end;
    color: #4F90B7;
    font-size: 14px;
    margin-bottom: 20px;
}

section.sell-hero-section .the-content-area form .upload-box {
    text-align: center;
    min-height: 120px;
    padding: 10px 10px 30px;
}

section.sell-hero-section .the-content-area form .upload-box p {
    margin: 0;
    font-size: 14px;
    color: #898989;
    text-align: left;
}

section.sell-hero-section .the-content-area form .upload-box img {
    width: 43px;
}

section.sell-hero-section .the-content-area form input.btn.btn-primary {
    margin-top: 40px;
    background-color: #D7A849;
    display: inline-block;
    padding: 17px 27px;
    font-family: 'Montserrat Bold';
    font-size: 16px;
    color: white;
    text-decoration: none;
    border: none;
    border-radius: unset;
}

section.sell-hero-section .the-content-area .terms-and-condition {
    padding-top: 50px;
}

section.sell-hero-section .the-content-area .terms-and-condition ul {
    padding-left: 15px;
    margin: 0;
}

section.sell-hero-section .the-content-area .terms-and-condition h2,
section.sell-hero-section .the-content-area .terms-and-condition li {
    font-size: 14px;
    line-height: 18px;
    color: #4E4E4E;
}

section.sell-hero-section .the-content-area .login-details h2 {
    font-size: 18px;
    color: #4E4E4E;
}

section.sell-hero-section .the-content-area .login-details h2 a {
    color: #d7a849;
}
/* Sell Hero Section Styling end */

/* ===================================================== */
/* page sell style end */
/* ===================================================== */


/* ******************* */
/* Media Queries Start */
/* ******************* */

/* Min Width Media Queries */
@media(min-width: 991.98px) {
    section.contact-us .the-content-area .the-content p {
        padding: 0px 100px;
    }

    section.listing-product-detail .the-content-area .the-product-detail .the-share-listing .share-this-icons .email-desktop {
        display: inline-block;
    }

    section.listing-product-detail .the-content-area .the-product-detail .the-share-listing .share-this-icons .email-mobile { 
        display: none !important; 
    }
}

@media (min-width: 1099.98px) {
    .container, .container-lg, .container-md, .container-sm, 
    .container-xl, .container-xxl {
        max-width: 1060px;
    }
}

@media (min-width: 1199.98px) {
    .container, .container-lg, .container-md, .container-sm, 
    .container-xl, .container-xxl {
        max-width: 1140px;
    }

    section.home-hero-section .the-content-area .the-ad-panel,
    section.google-ad-setup .the-content-area .the-ad-panel,
    section.buy-hero-section .the-content-area .the-ad-panel,
    section.buy-google-ad-setup .the-content-area .the-ad-panel {
        padding: 0 100px;
    }

    section.latest-listings-all .the-content-area .sort-by-filter {
        padding-left: 45px;
    }

    /* page edit product style start */
    section.sell-google-ad-setup .the-content-area .the-ad-panel {
        padding: 0 100px;
    }
    /* page edit product style end */

    /* single product style start */
    section.listing-product-detail .the-content-area .the-product-detail {
        padding-left: 30px;
    }

    section.listing-google-ad-setup .the-content-area .the-ad-panel {
        padding: 0 100px;
    }

    section.other-listings .the-content-area  {
        padding: 0 40px;
    }
    /* single product style end */

    /* page sell style sttyle start */
    section.sell-google-ad-setup .the-content-area .the-ad-panel {
        padding: 0 100px;
    }
    /* page sell style sttyle end */
}

@media (min-width: 1299.98px) {
    .container, .container-lg, .container-md, .container-sm, 
    .container-xl, .container-xxl {
        max-width: 1200px;
    }
}

@media (min-width: 1399.98px) {
    .container, .container-lg, .container-md, .container-sm, 
    .container-xl, .container-xxl {
        max-width: 1320px;
    }
}


/* Max Media Queries */
@media (max-width: 1399.98px) {
}

@media (max-width: 1199.98px) {
    /* Footer style start */
    footer.sh-footer .resources-links ul {
        gap: 14px;
    }
    /* Footer style end */

    /* Header style start */
    section.top-menu .the-search-bar .searchform {
        padding: 0 0 0 40px;
    }
    /* Header style end */
}

@media (max-width: 1155.98px) {
    section.latest-listings .the-content-area .latest-listing-card .the-image-slider .the-rating {
        flex-wrap: wrap;
    }

    section.latest-listings-all .the-content-area .latest-listing-card .the-image-slider .the-rating {
        flex-wrap: wrap;
    }

    /* page my account style start */
    section.my-account-hero .the-content-area .the-content .the-buttons a {
        font-size: 14px;
        padding: 17px 12px;
    }
    /* page my account style end */

    /* single product style start */
    section.other-listings .the-content-area .autoplay button.slick-prev {
        left: -15px;
    }

    section.other-listings .the-content-area .autoplay button.slick-next {
        right: -15px;
    }
    /* single product style end */
}

@media (max-width: 1023.98px) {
}

@media (max-width: 991.98px) {
    section.home-hero-section .the-content-area .the-ad-panel.desktop-banner,
    section.google-ad-setup .the-content-area .the-ad-panel.desktop-banner,
    section.buy-hero-section .the-content-area .the-ad-panel.desktop-banner,
    section.buy-google-ad-setup .the-content-area .the-ad-panel.desktop-banner,
    section.sell-google-ad-setup .the-content-area .the-ad-panel.desktop-banner,
    section.listing-google-ad-setup .the-content-area .the-ad-panel.desktop-banner {
        display: none;
    }

    section.home-hero-section .the-content-area .the-ad-panel.mobile-banner,
    section.google-ad-setup .the-content-area .the-ad-panel.mobile-banner,
    section.buy-hero-section .the-content-area .the-ad-panel.mobile-banner,
    section.buy-google-ad-setup .the-content-area .the-ad-panel.mobile-banner,
    section.sell-google-ad-setup .the-content-area .the-ad-panel.mobile-banner,
    section.listing-google-ad-setup .the-content-area .the-ad-panel.mobile-banner {
        display: block;
    } 

    section.latest-listings {
        padding: 30px 0 60px 0;
    }

    section.latest-listings-all {
        padding: 30px 0 0px 0;
    }

    /* Footer style start */
    footer.sh-footer {
        padding: 60px 0;
    }

    .the-logo {
        text-align: center;
        padding-bottom: 25px;
    }

    footer.sh-footer .the-logo img {
        width: 72%;
    }
    /* Footer style end */

    /* Header style start */
    section.top-menu {
        padding: 0 10px;
    }

    section.top-menu .the-search-bar .searchform {
        padding: 0;
    }

    section.top-menu .the-navbar #mega-menu-wrap-primary {
        display: flex;
        justify-content: end;
    }

    section.top-menu .the-navbar #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
        width: 100%;
    }

    section.top-menu .the-navbar #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        border-bottom: 1px solid white;
        padding: 10px 20px;
        display: block;
        height: unset;
    }
    /* Header style end */

    /* page edit product style start */
    section.update-hero-section {
        padding: 40px 0px 70px;
    }

    section.update-hero-section .the-content-area form .form-check {
        margin-bottom: 20px;
    }

    section.update-hero-section .the-content-area form label.check-label-hide {
        display: none !important;
    }

    section.update-hero-section .the-content-area form input.btn.btn-primary {
        margin-top: 20px;
    }
    /* page edit product style end */

    /* page my account style start */
    section.my-account-hero .the-content-area .the-content .the-buttons {
        flex-wrap: wrap;
    }

    .update-message p {
        font-size: 16px;
    }
    /* page my account style end */

    /* page sell style start */
    section.sell-hero-section {
        padding: 40px 0px 70px;
    }

    section.sell-hero-section .the-content-area form .form-check {
        margin-bottom: 20px;
    }

    section.sell-hero-section .the-content-area form label.check-label-hide {
        display: none !important;
    }

    section.sell-hero-section .the-content-area form input.btn.btn-primary {
        margin-top: 20px;
    }
    /* page sell style end */
}

@media (max-width: 767.98px) {
    .homemodal .modal-content {
        padding: 30px;
    }

    .homemodal .custom-modal-width {
        max-width: fit-content;
        width: 100%;
    }

    section.ebike-search-filter .the-content-area .ebike-search-form .search-btn button {
        width: 100%;
    }

    section.latest-listings-all .the-content-area .the-content h2 {
        margin-bottom: 10px;   
    }

    section.main-content div#wpmem_login {
        width: 100%;
    }

    section.main-content div#wpmem_login form#wpmem_login_form .button_div input.buttons {
        width: 100%;
        margin-left: 0;
    }

    /* Header style start */
    section.top-menu .the-search-bar {
        padding-right: 0;
    }

    section.top-menu .the-navbar {
        padding-left: 0;
    }
    /* Header style end */

    /* page create account style start */
    section.create-an-account .the-content-area .the-register-form div#wpmem_reg,
    section.create-an-account .the-content-area .the-register-form .button_div input.buttons {
        width: 100%;
    }
    /* page create account style end */

    /* page my account style start */
    section.my-account-hero .the-content-area .the-content .the-buttons{
        flex-direction: column;
        align-items: center;
    }
    /* page my account style end */

    /* page upload success style start */
    section.success-hero-section .the-content-area .the-content .the-buttons a {
        padding: 15px 35px;
    }
    /* page upload success style end */

    /* single prodduct style start */
    section.send-message-to-seller .the-content-area .the-contact-form form.seller-message-form .name-field .name-inputs {
        width: 100%;
        flex-wrap: wrap;
    }

    section.send-message-to-seller .the-content-area .the-contact-form form.seller-message-form button.form-submit {
        width: 100%;
    }

    section.listing-product-detail .the-content-area .thumb-carousel .thumb-controls button.thumb-prev,
    section.listing-product-detail .the-content-area .thumb-carousel .thumb-controls button.thumb-next {
        opacity: 1;
    }
    /* single prodduct style end */

    /* my account style start */
    .page-template-page-myaccount .update-message {
        align-items: flex-start;
        padding: 15px;
        width: 96%;
    }
    .page-template-page-myaccount .update-message p {
        font-size: 17px;
    }
    /* my account style end */

    /* single-product style start */
    section.listing-product-detail .the-content-area .the-image-carousel .main-image img {
        height: 320px;
    }
    /* single-product style end */
}

@media (max-width: 719.98px) {
    /* page user profile style start */
    section.edit-profile .the-content #wpmem_reg fieldset .div_text {
        width: 100%;
    }

    section.edit-profile .the-content #wpmem_profile_form .button_div {
        width: 100%;
    }

    section.edit-profile .the-content #wpmem_profile_form .button_div input[type="submit"] {
        width: 100%;
    }

    section.edit-profile .the-content #wpmem_reg fieldset .div_select {
        width: 100%;
    }
    /* page user profile style end */
}

@media (max-width: 575.98px) {
    /* Footer style start */
    footer.sh-footer .resources-links ul {
        flex-wrap: wrap;
    }
    /* Footer style end */

    /* Header style start */
    section.top-menu .the-search-bar {
        width: 79%;
    }

    section.top-menu .the-navbar {
        width: 21%;
    }
    /* Header style end */

    /* single product style start */
    section.other-listings .the-content-area .other-listing-card {
        margin: 0px 12px;
    }
    /* single product style end */
}

@media (max-width: 399.98px) {
    /* Header Style start */
    section.top-menu .the-search-bar {
        width: 77%;
    }

    section.top-menu .the-navbar {
        width: 23%;
    }
    /* Header style end */
}