/* additional css */

.custom-pro-sec .woocommerce-notices-wrapper {
    display: none;
}

.project-list-filter .project-list-wrap:last-child .project-filter-wrap:last-child .project-tags {
    overflow-y: auto;
    height: 50vh;
}

ul.project-tags::-webkit-scrollbar {
    width: 8px;
}

ul.project-tags::-webkit-scrollbar-track {
    background: #fff;
}

ul.project-tags::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
    border: 2px solid #f1f1f1;
}

ul.project-tags::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

.woocommerce .woocommerce-ordering {
    margin: 1rem 0px 0px 0px !important;
}



.search-suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    width: 130%;
    background-color: #fff;
    /* border: 1px solid #ccc; */
    z-index: 99999999;
    max-height: 300px;
    overflow-y: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


.suggestion-item:hover {
    background-color: #f1f1f1;
}

.suggestion-item {
    display: flex;
    align-items: center;
    padding: 5px;
    cursor: pointer;
}

.suggestion-image {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.suggestion-label {
    font-size: 14px;
    color: #333;
}

.search-suggestions::-webkit-scrollbar {
    width: 8px;
}

.search-suggestions::-webkit-scrollbar-track {
    background: #fff;
}

.search-suggestions::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
    border: 2px solid #f1f1f1;
}

.search-suggestions::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}



#wpgs-gallery.wcgs-woocommerce-product-gallery {
    margin-right: 30px;
    width: 100% !important;
    max-width: 100% !important;
}




.thumbnail {
    display: block;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 5px;
}
.slider-navigation::-webkit-scrollbar {
    height: 8px;
}

.slider-navigation::-webkit-scrollbar-thumb {
    background: #007bff;
    border-radius: 4px;
}

.slider-navigation::-webkit-scrollbar-track {
    background: #f1f1f1; 
    border-radius: 4px;
}
.nav-button[aria-selected="true"] {
    scale: 1.1;
}
.slider-navigation .nav-button{
width: 150px;
}
.nav-button[aria-selected="true"],
.nav-button:focus-visible {
    outline: 0.2em solid var(--active-color);
    outline-offset: 0.2em;
}

.nav-button[aria-selected="false"] {
    filter: opacity(0.7);
}

.nav-button[aria-selected="false"]:where(:hover, :focus-visible) {
    filter: opacity(1);
}

.image-display img {
    transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
	height: 500px !important
}



.image-display {
    overflow: auto;
}

.image-display::-webkit-scrollbar {
    display: none;
}


.slider__content {
    position: relative;
}

button.slider-control--button {
    padding: 9px 15px;
    border: 1px solid grey;
    font-size: 18px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    transform: translateY(-50%);
}

button.slider-control--button.next-button {
    left: auto;
    right: 0;
}

.image-display button {
    border: none !important;
    outline: none !important;
}

.image-display {
}

nav.slider-navigation {
    margin-top: 16px;
    display: flex;
    width: 100%;
}

nav.slider-navigation button {
    border: none !important;
    margin: 5px;
}

nav.slider-navigation img.thumbnail.image-zoom {
    border: 1px solid grey;
}




.choose__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0
}

.choose__image-wrap>.choose__img:nth-child(1) {
    width: 350px
}

.choose__image-wrap>.choose__img:nth-child(2) {
    margin: -130px 0 0 auto;
    width: 300px;
    z-index: 0;
    position: relative;
    border: 12px solid var(--clr-white);
    height: 300px
}

.choose__image-wrap>.choose__img:nth-child(3) {
    position: absolute;
    top: 255px;
    width: 260px;
    height: 230px
}