section.ad_details {
    padding: 100px 0px 50px 0px;
}

section.ad_details li:before {
    display: none;
}

section.ad_details .row {
    margin: auto;
    justify-content: center;
}

section.ad_details .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 100px;
    /* max-width: 80%; */
}

section.ad_details .wrapper .content {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
}

section.ad_details .content .thumbnails {
    display: flex;
    flex-direction: column;
    max-width: 762px;
    gap: 12px;
    position: sticky;
}

section.ad_details .content .thumbnails .main-slider {
    width: -webkit-fill-available !important;
    max-height: 600px;
    justify-content: center;
    align-items: center;
}

section.ad_details .content .thumbnails .main-slider .slick-slide img {
    object-fit: contain;
    border-radius: 10px;
    width: -webkit-fill-available !important;
    height: 600px;
    background-color: var(--accordion-light-grey);
}

section.ad_details .content .thumbnails .main-slider .custom-prev,
section.ad_details .content .thumbnails .main-slider .custom-next {
    position: absolute;
    top: 50%;
    width: 40px !important;
    height: 40px !important;
    background: var(--white) !important;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    cursor: pointer;
}

section.ad_details .content .thumbnails .main-slider .custom-prev:hover,
section.ad_details .content .thumbnails .main-slider .custom-next:hover {
    background: var(--btn-color-green-hover) !important;
}

section.ad_details .content .thumbnails .main-slider .custom-prev:hover svg path,
section.ad_details .content .thumbnails .main-slider .custom-next:hover svg path {
    stroke: var(--white) !important;
}

section.ad_details .content .thumbnails .main-slider .custom-prev {
    left: 10px !important;
}

section.ad_details .content .thumbnails .main-slider .custom-next {
    right: 10px !important;
}

section.ad_details .content .thumbnails .main-slider .custom-prev svg,
section.ad_details .content .thumbnails .main-slider .custom-next svg {
    width: 14px;
    height: 14px;
    display: flex;
    justify-self: center;
    align-self: center;
}

section.ad_details .content .thumbnails .main-slider .slick-arrow::before,
section.ad_details .content .thumbnails .thumbnail-slider .slick-arrow::before {
    display: none !important;
}


section.ad_details .content .thumbnails .main-slider .slick-slide .dog-sold {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0;
    margin: 0px auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-white);
    background: rgb(0 0 0 / 70%);
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 10px;
}

section.ad_details .content .thumbnails .main-slider .slick-slide .dog-sold img {
    border: 0px;
    background: transparent;
    /* width: 60% !important; */
    height: auto;
    object-fit: contain;
}

section.ad_details .content .thumbnails .thumbnail-slider {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-height: 84px;
    gap: 15px;
    max-height: min-content;
    /* height: auto; */
}

section.ad_details .content .thumbnails .thumbnail-slider .custom-prev,
section.ad_details .content .thumbnails .thumbnail-slider .custom-next {
    position: absolute;
    width: 40px !important;
    height: 40px !important;
    background: var(--green) !important;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    cursor: pointer;
    left: 30% !important;
}

/* section.ad_details .content .thumbnails .thumbnail-slider .custom-prev { */
/* transform: rotate(90deg);
    top: 0%;
}

section.ad_details .content .thumbnails .thumbnail-slider .custom-next {
    transform: rotate(90deg);
    top: 94%;
} */

section.ad_details .content .thumbnails .thumbnail-slider .custom-prev:hover,
section.ad_details .content .thumbnails .thumbnail-slider .custom-next:hover {
    background: var(--btn-color-green-hover) !important;
}

section.ad_details .content .thumbnails .thumbnail-slider .custom-prev svg,
section.ad_details .content .thumbnails .thumbnail-slider .custom-next svg {
    width: 14px;
    height: 14px;
    display: flex;
    justify-self: center;
    align-self: center;
}

section.ad_details .content .thumbnails .thumbnail-slider .custom-prev:hover svg path,
section.ad_details .content .thumbnails .thumbnail-slider .custom-next:hover svg path {
    stroke: var(--white) !important;
}

section.ad_details .content .thumbnails .thumbnail-slider .slick-list {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: row;
    min-width: -webkit-fill-available;
}

section.ad_details .content .thumbnails .thumbnail-slider .slick-list .slick-track {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    align-self: start;
}

section.ad_details .content .thumbnails .thumbnail-slider .slick-list .slick-track .slick-slide {
    margin-left: 7px;
    margin-right: 7px;
}

section.ad_details .content .thumbnails .thumbnail-slider .slick-slide img {
    aspect-ratio: 1;
    object-fit: cover;
    /* width: 65px !important; */
    border-radius: 5px;
}

section.ad_details .content .thumbnails .thumbnail-slider .slick-slide.slick-current img {
    border: 1px solid var(--green);
}

section.ad_details .sidebar {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: 54px;
    position: relative;
    width: 533.6337890625px;
}

section.ad_details .sidebar .adv_info {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 19px;
    width: 100%;
    height: auto;
    /* padding-top: 15px; */
    border-radius: 10px;
}

section.ad_details .sidebar .adv_info .location {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: row;
    gap: 7.58px;
    margin-bottom: 0;
}

section.ad_details .sidebar .adv_info .location svg {
    width: 12.37600040435791px;
    height: 15.470000267028809px;
}

section.ad_details .sidebar .adv_info .location span {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    color: var(--text-green);
}

section.ad_details .sidebar .adv_info .title {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 31.88px;
    line-height: 38.4px;
    letter-spacing: 0;
    vertical-align: middle;
    margin-bottom: 0;
    background: linear-gradient(90deg, #0A5B35 0%, #002111 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

section.ad_details .sidebar .adv_info .price-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

section.ad_details .sidebar .adv_info .advert-price {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 25px;
    line-height: 37.95px;
    letter-spacing: 0;
    vertical-align: middle;
    margin-bottom: 0;
    color: var(--text-green);
}

section.ad_details .sidebar .adv_info ul.advert-details,
section.ad_details .sidebar .seller-details .seller-info ul.seller-details {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
    padding: 30px;
    background-color: var(--card-light-grey);
    margin: 0;
    width: -webkit-fill-available;
}

section.ad_details .sidebar .adv_info ul.advert-details {
    height: 256px;
}

section.ad_details .sidebar .seller-details .seller-info ul.seller-details {
    height: auto;
}

.description-info {
    display: none !important;
}

section.ad_details .sidebar .adv_info ul.advert-details li,
section.ad_details .sidebar .seller-details .seller-info ul.seller-details li,
section.ad_details .sidebar .desktop-details ul.details-list li,
.description-info .details ul.details-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0;
    line-height: normal;
    text-align: end;
    vertical-align: middle;
    border: 0;
    padding: 0;
    margin: 0;
    transition: none;
    color: var(--text-green);
}

section.ad_details .sidebar .adv_info ul.advert-details li:hover,
section.ad_details .sidebar .seller-details .seller-info ul.seller-details li:hover,
section.ad_details .sidebar .desktop-details ul.details-list li:hover,
.description-info .details ul.details-list li:hover {
    background: none;
}

section.ad_details .sidebar .adv_info ul.advert-details li strong,
section.ad_details .sidebar .seller-details .seller-info ul.seller-details li strong,
section.ad_details .sidebar .desktop-details ul.details-list li strong,
.description-info .details ul.details-list li strong {
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0;
    text-align: left;
    vertical-align: middle;
    text-transform: uppercase;
}

section.ad_details .sidebar .adv_info ul.advert-details .separator,
section.ad_details .sidebar .seller-details .seller-info ul.seller-details .separator,
section.ad_details .sidebar .desktop-details ul.details-list li .separator,
.description-info .details ul.details-list .separator {
    width: 100%;
    height: 1px;
    background-color: var(--line-grey);
}

#accountVerifiedBy {
    display: flex;
    flex-direction: row;
    height: auto;
    justify-content: space-between;
    align-items: center;
    vertical-align: middle;
    gap: 20px;
    width: 100%;
}

#accountVerifiedBy .verified-span {
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0;
    text-align: left;
    vertical-align: middle;
    text-transform: uppercase;
}

#accountVerifiedBy div {
    display: flex;
    flex-direction: row;
    height: auto;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    gap: 10px;
}

#accountVerifiedBy span {
    height: auto;
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: var(--text-green);
    vertical-align: middle;
    white-space: nowrap;
    line-height: 16px;
}

#accountVerifiedBy svg {
    width: 20px;
    height: 22px;
}

section.ad_details .sidebar .adv_info span.badge {
    color: var(--text-white);
    background: #518ecb;
    padding: 5px 10px;
    text-align: center;
    display: inline-flex;
    max-width: 180px;
    border-radius: 20px;
    margin: 0 auto 15px auto;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    letter-spacing: 1px;
}

section.ad_details .sidebar .adv_info .buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

section.ad_details .sidebar .adv_info .buttons a {
    background: var(--white);
    border: 1px solid var(--green);
    border-radius: 10px;
    color: var(--text-green);
    padding: 27px 100px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    height: 78px;
}

section.ad_details .sidebar .adv_info .buttons button {
    background: var(--btn-color-green);
    border: 1px solid var(--btn-color-green);
    border-radius: 10px;
    color: var(--text-white);
    padding: 27px 100px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    height: 78px;
}

section.ad_details .sidebar .adv_info .buttons button span,
section.ad_details .sidebar .adv_info .buttons a span {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    font-variant-ligatures: none;
    font-feature-settings: "liga" 0, "clig" 0, "dlig" 0;
}

section.ad_details .sidebar .adv_info .buttons button svg,
section.ad_details .sidebar .adv_info .buttons a svg {
    height: 24px;
    width: 24px;
}

section.ad_details .sidebar .adv_info .buttons button.btn-email svg path {
    fill: #FFF;
}

section.ad_details .sidebar .adv_info .buttons button:hover,
section.ad_details .sidebar .adv_info .buttons a:hover {
    background-color: var(--btn-color-green-hover);
    border: 1px solid var(--btn-color-green-hover);
}

section.ad_details .sidebar .adv_info .buttons a:hover span {
    color: var(--white);
}

section.ad_details .sidebar .adv_info .buttons a:hover svg path {
    fill: var(--white);
}

section.ad_details .sidebar .adv_info .buttons a.sold {
    background-color: #D40000;
    border: 1px solid #D40000;
    cursor: default;
    color: var(--text-white);
}

section.ad_details .sidebar .adv_info .buttons a.sold:hover {
    background-color: #D40000;
    border: 1px solid #D40000;
}

/* Advert Details */
section.ad_details .sidebar .seller-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 19px;
    width: 100%;
}

section.ad_details .sidebar .seller-details .title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 30px;
    margin: 0;
    line-height: normal;
}

section.ad_details .sidebar .seller-details .title .separator {
    border: 1px solid rgba(10, 91, 53, 0.4);
    width: 100%;
}

section.ad_details .sidebar .seller-details .title span {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 25px;
    line-height: 37.95px;
    letter-spacing: 0;
    vertical-align: middle;
    color: var(--text-green);
    white-space: nowrap;
}

section.ad_details .sidebar .seller-details .seller-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 10px;
    gap: 20px;
    padding: 30px 0px;
    position: relative;
}

section.ad_details .sidebar .seller-details .seller-info .profile-img {
    position: absolute;
    top: 0;
}

section.ad_details .sidebar .seller-details .seller-info .profile-img img {
    width: 59px;
    height: 59px;
    border-radius: 50%;
    object-fit: cover;
}

section.ad_details .sidebar .seller-details .useful-links {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 52px;
}

section.ad_details .sidebar .useful-links .interested-in,
section.ad_details .sidebar .useful-links .report-advert {
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    vertical-align: middle;
}

section.ad_details .sidebar .useful-links .interested-in {
    color: var(--link-green);
    align-self: start;
    max-width: 299px;
}

section.ad_details .sidebar .useful-links .interested-in:hover {
    color: var(--link-green-hover);
}

section.ad_details .sidebar .useful-links .report-advert {
    color: var(--text-red);
    max-width: 172px;
    text-align: end;
}


/* Advert Info - Description etc. */
.description-info {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

section.ad_details .thumbnails .desktop-description,
.description-info .description {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    max-width: 50%;
    height: auto;
    border-radius: 10px;
    gap: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
}

section.ad_details .thumbnails .desktop-description {
    max-width: none;
}

.description-info .description .title,
section.ad_details .sidebar .desktop-details .title,
section.ad_details .thumbnails .desktop-description .title,
.description-info .details .title,
.availble-dogs .title {
    margin-bottom: 0;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 25px;
    line-height: 37.95px;
    letter-spacing: 0;
    vertical-align: middle;
    color: var(--text-green);
}

section.ad_details .thumbnails .desktop-description span,
.description-info .description span {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 0;
    vertical-align: middle;
    color: var(--text-grey);
}

section.ad_details .sidebar .desktop-details,
.description-info .details {
    max-width: 41%;
    height: 700px;
    border-radius: 10px;
    gap: 20px;
    padding: 30px;
    background-color: var(--card-light-grey);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    width: 100%;
}

section.ad_details .sidebar .desktop-details {
    max-width: none;
    height: auto;
}

section.ad_details .sidebar .desktop-details ul.details-list,
.description-info .details ul.details-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

section.ad_details .sidebar .desktop-details ul.details-list li,
.description-info .details ul.details-list li {
    white-space: normal;
}

#buyers-checklist {
    background: linear-gradient(90deg, #0A5B35 0%, #002111 100%);
    padding: 80px;
    border-radius: 10px;
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    margin-bottom: 40px;
}

#buyers-checklist .intro-text {
    display: flex;
    flex-direction: column;
    max-width: 30%;
}

#buyers-checklist .intro-text h1 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 42.45px;
    line-height: normal;
    letter-spacing: 0;
    vertical-align: middle;
    color: var(--text-white);
}

#buyers-checklist .intro-text p {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0;
    vertical-align: middle;
    color: var(--text-white);
}

#buyers-checklist .accordion {
    width: 55%;
    display: flex;
    flex-direction: column;
    border: 0;
}

#buyers-checklist .accordion,
#buyers-checklist .accordion .accordion-item {
    background-color: transparent;
    border-radius: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

#buyers-checklist .accordion .accordion-item:last-child {
    border-bottom: 0;
}

#buyers-checklist .accordion .accordion-item .accordion-button {
    background-color: transparent;
    border-radius: 0;
    color: var(--text-white);
    font-family: "Inter", sans-serif;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0;
    font-size: 16px;
    padding: 20px 0;
    --bs-accordion-btn-icon: url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}

#buyers-checklist .accordion .accordion-item .accordion-button:not(.collapsed)::after {
    --bs-accordion-btn-icon: url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
    background-image: var(--bs-accordion-btn-icon);
}

#buyers-checklist .accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
}

#buyers-checklist .accordion .accordion-item .accordion-body {
    color: var(--text-white);
    font-family: "Inter", sans-serif;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0;
    font-size: 16px;
}

#buyers-checklist .accordion .accordion-item .accordion-body strong {
    color: var(--text-black);
    font-family: "Inter", sans-serif;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: 0;
    font-size: 16px;
}



/* --- Modal overlay --- */
.viewing-limit-modal,
.buyers-checklist-modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.55);
    z-index: 999999;
    font-family: "Inter", sans-serif;
}

.buyers-checklist-modal .buyers-checklist {
    flex: 1 1 auto;
    overflow-y: auto;
    padding-right: 0.5rem;
    margin-top: 0;
}

.buyers-checklist-modal .buyers-checklist::-webkit-scrollbar {
    width: 0.6rem;
}

.buyers-checklist-modal .buyers-checklist::-webkit-scrollbar-thumb {
    background: #C2C2C2;
    border-radius: 0.3rem;
}

.buyers-checklist-modal .buyers-checklist .container-fluid {
    padding-top: 1px;
    padding-bottom: 1px;
}

/* show class toggled by JS */
.viewing-limit-modal--open,
.buyers-checklist-modal--open {
    display: flex;
}

/* --- Dialog box --- */
.buyers-checklist-modal-dialog {
    background: #FFF;
    padding: 1.75rem 1.5rem;
    border-radius: 0.75rem;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
    max-height: 90%;
    max-width: 90%;
    display: flex;
    flex-direction: column;
}

.buyers-checklist-modal-dialog .intro-text h1 {
    font-size: 30px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0px;
}

.buyers-checklist-modal-dialog .intro-text p {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 0px;
}

.buyers-checklist-modal-dialog .accordion {
    margin-top: 20px;
    margin-bottom: 20px;
}

.buyers-checklist-modal-dialog .accordion .accordion-header,
.buyers-checklist-modal-dialog .accordion .accordion-button {
    font-size: 14px;
}

.buyers-checklist-modal-dialog .accordion .accordion-body ul {
    padding-left: 15px;
    list-style: circle;
}

.buyers-checklist-modal-dialog .accordion .accordion-body li {
    font-size: 14px;
    font-weight: 300;
    font-family: "Inter", sans-serif;
    line-height: 25px;
}

.buyers-checklist-modal-dialog .accordion .accordion-body li strong {
    font-weight: 500;
}

.buyers-checklist-modal-dialog .conclusion h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 5px;
}

.buyers-checklist-modal-dialog .conclusion p {
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 0px;
}

.buyers-checklist-modal-checkbox {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
    justify-content: center;
}

.buyers-checklist-modal-checkbox input {
    width: 20px;
}

.viewing-limit-modal-btn,
.buyers-checklist-modal-btn {
    display: inline-block;
    padding: 0.65rem 1.25rem;
    border: none;
    border-radius: 0.5rem;
    background: #0B5B34;
    color: #FFF;
    cursor: pointer;
}

.viewing-limit-modal-btn:hover,
.buyers-checklist-modal-btn:hover {
    background: #083F25;
}

.viewing-limit-modal-btn:active,
.buyers-checklist-modal-btn:active {
    transform: translateY(1px);
}

.buyers-checklist-parent {
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
}

section.ad_details .main-slider .badges {
    position: absolute;
    top: 13.63px;
    left: 15.01px;
    color: var(--text-white);
    display: none;
    flex-direction: column;
    align-items: start;
    gap: 12.63px;
}

section.ad_details .main-slider .badges .badge-boosted {
    background-color: var(--yellow);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16.28px;
    border-radius: 3.26px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 17.76px;
    line-height: normal;
    letter-spacing: 0;
    vertical-align: middle;
    height: 35.82526397705078px;
}

section.ad_details .main-slider .badges .badge-verified {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: var(--green);
    padding: 16.28px;
    border-radius: 3.26px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 17.76px;
    line-height: normal;
    letter-spacing: 0;
    vertical-align: middle;
    height: 35.82526397705078px;
}

.ad-gallery {
    max-width: 100%;
    /* margin: 0 auto; */
}

.ad-gallery .main {
    position: relative;
    background-color: var(--accordion-light-grey);
    width: 100%;
}

#ad-main-img {
    width: 100%;
    height: 600px;
    display: block;
    object-fit: contain;
    object-position: center;
    margin: auto;
}

.ad-gallery .main .image-label {
    position: absolute;
    bottom: 14px;
    left: 8px;
    background: var(--btn-color-green);
    color: #FFF;
    padding: 0px 10px;
    border-radius: 15px;
    font-size: 0.875rem;
    z-index: 11;
}

.ad-gallery .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    border: none;
    color: #FFF;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
}

.ad-gallery .arrow svg {
    width: 20px;
    height: 20px;
}

.ad-gallery .arrow svg path {
    stroke: #FFF;
}

.ad-gallery .arrow:hover {
    background: rgba(0, 0, 0, 1);
}

.ad-gallery .arrow-left {
    left: 8px;
    margin-left: 0 !important;
}

.ad-gallery .arrow-left svg {
    margin-right: 3px;
}

.ad-gallery .arrow-right {
    right: 8px;
}

.ad-gallery .arrow-right svg {
    margin-left: 3px;
}

.ad-gallery .fullscreen-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    color: #FFF;
    font-size: 1.2rem;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 11;
}

.ad-gallery .fullscreen-btn:hover {
    background: rgba(0, 0, 0, 1);
}

.ad-gallery #gallery-counter {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: rgba(0, 0, 0, 0.6);
    color: #FFF;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.875rem;
    z-index: 11;
}

.thumbs-wrapper {
    position: relative;
}

.thumbs-wrapper .thumb-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.6);
    border: none;
    color: #FFF;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
}

.thumbs-wrapper .thumb-nav:hover {
    background: rgba(0, 0, 0, 1);
}

.thumbs-wrapper .thumb-nav svg {
    width: 15px;
    height: 15px;
}

.thumbs-wrapper .thumb-nav svg path {
    stroke: #FFF;
}

.thumbs-wrapper .thumb-nav-left svg {
    margin-right: 3px;
}


.thumbs-wrapper .thumb-nav-right svg {
    margin-left: 3px;
}

.thumbs-wrapper .thumb-nav-left {
    left: 0;
}

.thumbs-wrapper .thumb-nav-right {
    right: 0;
}

.ad-gallery .ad-thumbs {
    justify-content: start;
    margin: auto;
    align-items: center;
    vertical-align: middle;
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 10px;
    scrollbar-width: thin;
}

.ad-gallery .ad-thumb {
    flex: 0 0 auto;
    width: 80px;
    height: 80px;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 4px;
}

.ad-gallery .ad-thumb.border-blue-500 {
    border-color: #007BFF;
}

.availble-dogs {
    margin-top: 30px;
}

.availble-dogs .title {
    margin-bottom: 10px !important;
}

.availble-dogs .dogs-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 200px;
    gap: 1rem;
    justify-content: start;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 1rem;
    scrollbar-width: thin;
    scrollbar-color: var(--green) #CCC;
}

.availble-dogs .dogs-grid::-webkit-scrollbar {
    height: 8px;
}

.availble-dogs .dogs-grid::-webkit-scrollbar-track {
    background: #CCC;
}

.availble-dogs .dogs-grid::-webkit-scrollbar-thumb {
    background-color: var(--green);
    border-radius: 10px;
}

.availble-dogs .card {
    border: 1px solid #E0E0E0;
    border-radius: 0.5rem;
    /* width: fit-content; */
    box-sizing: border-box;
    min-width: 200px;
    max-width: 200px;
}

.availble-dogs .card img {
    /* width: 200px; */
    height: 200px;
    object-fit: contain;
    background-color: rgba(205, 205, 205, 0.6);
}

.availble-dogs .card .card-body .card-title {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: normal;
}

.availble-dogs .card .card-body .card-text {
    font-family: "Inter", sans-serif;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: normal;
}

@media only screen and (max-width: 1500px) {
    section.ad_details .wrapper {
        max-width: 100%;
    }

    .featured-boosted-adverts-wrapper {
        max-width: 95%;
    }
}

@media only screen and (max-width: 1290px) {
    section.ad_details .content .thumbnails {
        flex-direction: column;
        max-width: 562px;
    }

    section.ad_details .content .thumbnails .main-slider,
    section.ad_details .content .thumbnails .main-slider .slick-slide img {
        /* width: 550px; */
        height: 518px;
    }

    section.ad_details .content .thumbnails .thumbnail-slider,
    section.ad_details .content .thumbnails .thumbnail-slider .slick-list .slick-track {
        flex-direction: row;
        width: -webkit-fill-available;
    }

    section.ad_details .content .thumbnails .thumbnail-slider {
        max-width: 550px;
    }

    /* section.ad_details .content .thumbnails .thumbnail-slider .slick-slide img {
        width: 65px !important;
        height: 65px;
    } */

    /* section.ad_details .content .thumbnails .thumbnail-slider .slick-list .slick-track .slick-slide {
        margin-bottom: 0;
        width: 65px !important;
    } */

    section.ad_details .content .thumbnails .thumbnail-slider .custom-prev,
    section.ad_details .content .thumbnails .thumbnail-slider .custom-next {
        position: absolute;
        transform: rotate(0deg);
        top: 15px;
    }

    section.ad_details .content .thumbnails .thumbnail-slider .custom-prev {
        left: 0 !important;
    }

    section.ad_details .content .thumbnails .thumbnail-slider .custom-next {
        left: 94% !important
    }

    section.ad_details .sidebar {
        width: 450px;
    }

    #accountVerifiedBy div {
        flex-wrap: wrap;
        justify-content: end;
    }

    #accountVerifiedBy svg {
        width: 24px;
        height: 18px;
    }
}

@media only screen and (max-width: 1025px) {
    #buyers-checklist {
        padding: 30px;
        margin-bottom: 0px;
    }

    .description-info .description {
        padding-bottom: 0;
    }

    section.ad_details {
        padding: 50px 0px 50px 0px;
    }

    section.ad_details .content .thumbnails .main-slider,
    section.ad_details .content .thumbnails .main-slider .slick-slide img {
        /* width: 450px; */
        height: 450px;
    }

    section.ad_details .content .thumbnails {
        max-width: 462px;
    }

    section.ad_details .content .thumbnails .thumbnail-slider {
        max-width: 450px;
    }

    section.ad_details .sidebar {
        width: 400px;
    }

    section.ad_details .sidebar .seller-details .seller-info {
        padding-bottom: 10px;
    }

    .description-info .details {
        padding: 30px 15px;
        max-width: 43%;
    }

    section.ad_details .sidebar .useful-links .interested-in {
        max-width: 200px;
    }
}

@media only screen and (max-width: 769px) {
    section.ad_details .wrapper {
        gap: 30px;
    }

    section.ad_details .wrapper .content {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
    }

    section.ad_details .main-slider .badges {
        gap: 14.96px;
        border-radius: 1.5px;
        padding: 7.48px;
        height: 16.45517349243164px;
    }

    section.ad_details .main-slider .badges .badge-boosted,
    section.ad_details .main-slider .badges .badge-verified {
        font-weight: 500;
        font-size: 8.16px;
    }

    section.ad_details .content .thumbnails {
        max-width: 600px;
    }

    section.ad_details .content .thumbnails .main-slider,
    section.ad_details .content .thumbnails .main-slider .slick-slide img {
        width: 400px;
        /* height: 80vw; */
    }

    section.ad_details .content .thumbnails .main-slider .slick-slide img {
        border-radius: 0;
    }

    section.ad_details .content .thumbnails .thumbnail-slider {
        max-width: 90%;
        margin: auto;
    }

    section.ad_details {
        padding: 50px 0px 25px 0px;
    }

    section.ad_details .sidebar {
        max-width: 700px;
        width: 100%;
        gap: 20px;
    }

    section.ad_details .sidebar .adv_info .location span {
        font-size: 10.08px;
        line-height: 16.07px;
    }

    section.ad_details .sidebar .adv_info .title,
    .availble-dogs .title {
        font-weight: 600;
        font-size: 18.3px;
        line-height: normal;
    }

    section.ad_details .sidebar .adv_info .advert-price {
        font-weight: 500;
        font-size: 18px;
        line-height: 23px;
    }

    section.ad_details .sidebar .adv_info ul.advert-details,
    section.ad_details .sidebar .seller-details .seller-info ul.seller-details {
        gap: 10px;
        padding: 20px;
        height: auto;
    }

    section.ad_details .sidebar .adv_info ul.advert-details li strong,
    section.ad_details .sidebar .seller-details .seller-info ul.seller-details li strong,
    .description-info .details ul.details-list li strong {
        font-weight: 400;
        font-size: 14px;
        line-height: 16.07px;
        letter-spacing: 0;
    }

    #accountVerifiedBy .verified-span,
    #accountVerifiedBy span {
        font-weight: 400;
        font-size: 14px;
        letter-spacing: 0;
    }

    section.ad_details .sidebar .adv_info ul.advert-details li,
    section.ad_details .sidebar .seller-details .seller-info ul.seller-details li,
    .description-info .details ul.details-list li {
        font-weight: 200;
        font-size: 14px;
        line-height: 16.07px;
        letter-spacing: 0;
    }

    section.ad_details .sidebar .seller-details .title {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    section.ad_details .sidebar .seller-details .title span {
        font-size: 16px;
    }

    section.ad_details .thumbnails .desktop-description,
    section.ad_details .sidebar .desktop-details {
        display: none;
    }

    .description-info {
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        align-items: start;
    }

    .description-info .description,
    .description-info .details {
        max-width: 100%;
    }

    .description-info .details {
        height: auto;
    }

    #buyers-checklist {
        flex-direction: column;
        padding-bottom: 0;
    }

    #buyers-checklist .intro-text,
    #buyers-checklist .accordion {
        width: 100%;
        max-width: 100%;
    }

    section.ad_details .sidebar .seller-details .useful-links {
        height: auto;
    }

    section.ad_details .sidebar .useful-links .interested-in,
    section.ad_details .sidebar .useful-links .report-advert {
        max-width: none;
    }

    #buyers-checklist .intro-text h1 {
        font-size: 18px;
        font-weight: 500;
        line-height: 23px;
    }

    #buyers-checklist .intro-text p {
        font-size: 14px;
        font-weight: 300;
        line-height: 22px;
    }

    #buyers-checklist .accordion .accordion-item .accordion-button {
        font-size: 14px;
        font-weight: 300;
        line-height: 22px;
    }

    #buyers-checklist .accordion .accordion-item .accordion-body {
        line-height: 20px;
        font-weight: 300;
        font-size: 13px;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
    }

    #buyers-checklist .accordion .accordion-item .accordion-body strong {
        font-size: 13px;
    }
}

@media screen and (max-width: 601px) {
    section.ad_details .content .thumbnails {
        max-width: none;
        width: -webkit-fill-available;
    }

    section.ad_details .content .thumbnails .thumbnail-slider .custom-prev,
    section.ad_details .content .thumbnails .thumbnail-slider .custom-next {
        width: 30px !important;
        height: 30px !important;
    }

    #accountVerifiedBy div {
        display: grid;
        height: auto;
        justify-content: start;
        align-items: start;
        vertical-align: middle;
        gap: 10px;
        text-align: left;
    }
}

@media only screen and (max-width: 426px) {
    #ad-main-img {
        height: 400px;
    }

    .grid-content {
        padding: 10px;
    }

    .buyers-checklist-modal-dialog .intro-text h1 {
        font-size: 20px;
    }

    .buyers-checklist-modal-dialog .intro-text p {
        font-size: 12px;
    }

    .buyers-checklist-modal-dialog .accordion .accordion-header,
    .buyers-checklist-modal-dialog .accordion .accordion-button {
        font-size: 12px;
    }

    .buyers-checklist-modal-dialog .accordion .accordion-button::after {
        width: 15px;
        height: 15px;
        background-size: 15px;
    }

    .buyers-checklist-modal-dialog .accordion .accordion-body li {
        font-size: 12px;
    }

    .buyers-checklist-modal-dialog .conclusion h3 {
        font-size: 16px;
    }

    .buyers-checklist-modal-checkbox {
        font-size: 12px;
        padding-left: 10px;
    }

    .buyers-checklist-modal-checkbox input {
        width: 15px;
    }

    section.ad_details .content .thumbnails {
        max-width: none;
        width: -webkit-fill-available;
    }

    section.ad_details {
        padding: 20px 0px 25px 0px;
    }

    section.ad_details .content .thumbnails .main-slider,
    section.ad_details .content .thumbnails .main-slider .slick-slide img {
        width: -webkit-fill-available;
        height: 250px;
        max-height: 250px;
    }

    section.ad_details .content .thumbnails .main-slider .slick-slide img {
        object-fit: contain;
    }

    #buyers-checklist {
        border-radius: 0;
        padding: 30px 15px 10px 15px;
        margin-bottom: 30px;
    }

    section.ad_details .wrapper {
        gap: 30px;
        padding: 0;
    }

    section.ad_details .sidebar .seller-details .useful-links {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        gap: 10px;
    }

    .buyers-checklist-modal-dialog {
        max-height: 95%;
        max-width: 95%;
        padding: 20px 15px;
    }
}

.viewing-limit-modal-parent {
    background-color: #FFF;
    padding: 40px 10px;
    border-radius: 10px 10px;
}
