﻿.sticky-product {
    position: sticky;
    padding: 0px;
}

.sirv-zoom-button {
    width: 20px;
    height: 20px;
}

.sirv-zoom-nav-controls {
    width: 22px;
    right: 0px;
}

.product_detail_gallery {
    position: relative;
    height: 100%;
    padding: 0;
}

.gotoWl {
    text-decoration: underline;
    text-underline-offset: 3px;
}
.request-price {
    color: red;
    background-color: #d3d3d3;
    height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}
.product_suggestion_slider_item-a img {
    padding: 20px;
}

.customize {
    border-radius: 15px;
}

.product_detail_gallery_wrapper {
    position: relative;
    height: 100%;
    /* padding: 0px 15px; */
    padding-bottom: 10px;
}

.product_detail_gallery_wrapper .tags .tag {
    background: #929292;
    color: #fff;
    border-radius: 20px;
    padding: 5px 10px;
    text-align: center;
    margin-right: 10px;
    margin-left: 10px;
    font-family: var(--font-regular);
    font-size: 12px;
}

.product_detail_info {
    margin: 0;
    /*    padding: 15px 10px;*/
}

.product_detail_info_sku_wrapper {
    display: flex;
    align-items: center;
}

.product_detail_gallery_wrapper .tags {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.customize {
    border-radius: 15px;
    margin: 5px 0px;
}

.wishlish {
    cursor: pointer;
}

#lblLoadingWishlist {
    display: none;
}

#lblLoadingWishlist.active {
    display: flex;
}

.product_detail_info_name {
    font-size: 1.20rem;
    margin: 0;
    text-transform: uppercase;
    font-family: var(--font-regular);
    font-weight: bold;
}

.product_detail_info_sku {
    /* color: var(--accent-color); */
    border-right: 1px solid var(--border-color);
    padding-right: 15px;
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.product_detail_info_sku .inner-sku {
    position: relative;
    top: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-regular);
}

.product_detail_info_icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-feature-detail {
    border-right: 1px solid var(--border-color);
    padding-right: 10px;
    display: flex;
    height: 22px;
    padding-left: 5px;
}

.product_detail_info_description p {
    font-size: 15px;
    font-family: var(--font-regular);
    line-height: 25px;
    text-align: justify;
    padding-bottom: 10px;
}

.product_detail_info_feature {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product_detail_info_feature li {
    position: relative;
    text-indent: 20px;
    line-height: 25px;
    font-size: 15px;
    font-family: var(--font-regular);
}

.product_detail_info_feature li::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 4px solid #212121;
    position: absolute;
    top: 11px;
    left: 0;
}

.icon-paint-palette {
    padding: 0px 5px;
}

.icon-paint-palette img {
    width: 20px;
}

.item-axh-detail img {
    width: 20px;
}

.product_detail_info_price {
    padding: 5px 0;
    border-bottom: 1px dotted #ccc;
    font-family: var(--font-regular);
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.quantityInput {
    border: none;
    border-bottom: 1px dotted #ccc;
    text-align: center;
    width: 100px;
    margin: 0px 5px;
}

.quantity-product {
    padding: 10px 0;
    font-size: var(--font-14);
    display: flex;
    gap: 5px;
}

.product_detail_info_price-p {
    margin-bottom: 0;
    font-family: var(--font-regular);
    position: relative;
    text-indent: 20px;
    line-height: 25px;
    font-size: var(--font-14);
}

.product_detail_info_price-p::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 4px solid #212121;
    position: absolute;
    top: 11px;
    left: 0;
}

.more-available {
    padding-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    width: fit-content;
    color: var(--black-color);
    cursor: pointer;
}

.more-available:hover {
    color: var(--hover-color);
}

.product_detail_info_size_option,
.product_detail_info_finish_option {
    display: flex;
    font-weight: bold;
    font-family: var(--font-regular)
}

.table > :not(caption) > * > * {
    padding: 2px 0px;
}

.tableHeadDimension,
.tableBodyDimension {
    font-size: var(--font-14);
}

.tableBodyDimension td {
    font-family: var(--font-regular);
}

.product_detail_info_dimension {
    display: flex;
    flex-flow: row;
    padding: 10px 10px;
}

.product_detail_info_dimension-child {
    display: flex;
    align-items: center;
}

.product_detail_info_dimension-metric {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
}

.product_detail_info_msg {
    font-size: 0.850rem;
    padding-left: 10px;
    border-left: 2px solid var(--border-color);
    margin: 5px 0;
    font-family: var(--font-regular);
    font-style: italic;
}

    .product_detail_info_msg p {
        margin: 0;
        padding: 0;
    }

.product_detail_info_availability {
    padding: 10px 0;
    margin-top: 10px;
    border-top: 1px dotted var(--border-color);
    border-bottom: 1px dotted var(--border-color);
    margin-bottom: 10px;
}

.product_detail_info_availability-p {
    margin-bottom: 0;
    font-size: var(--font-14);
    font-family: var(--font-regular);
}

.product_detail_info_availability-value {
    font-family: var(--font-regular);
    font-weight: 700;
    font-size: var(--font-14);
}

/*start Spec*/
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    justify-content: flex-start !important;
}

.nav-link:hover {
    color: var(--hover-color);
}

.nav-link {
    color: black;
    padding-left: 50px;
    width: 25%;
    text-align: center;
    margin-bottom: -1px;
    text-transform: uppercase;
    font-family: var(--font-regular);
    letter-spacing: 0.05rem;
}

.nav-link.active {
    background-color: var(--white-color);
}

.tab-content {
    padding: 40px;
    background-color: var(--white-color);
}

.accordion-button {
    font-family: var(--font-regular);
}

.product_tab_content_detail-ul {
    padding: 0px 10px;
}

.product_tab_content_detail-li {
    display: flex;
    font-size: 15px;
    padding: 5px 1px 5px 16px;
}

.product_tab_content_detail-content {
    font-size: 15px;
    font-family: var(--font-regular);
}

.product_tab_content_furnitureCare-li {
    list-style: none !important;
    padding: 0px;
}

.product_tab_content_furnitureCare-li button {
    display: flex;
    flex-direction: column;
}

.product_tab_content_furnitureCare-ul .row {
    padding: 0px;
}

.accordion-body li {
    font-family: var(--font-regular);
}

.product_tab_content_detail-li a {
    font-family: var(--font-regular);
}

.product_tab_content_detail-title {
    font-family: var(--font-regular);
    display: inline-block;
    font-weight: bold;
    padding-right: 8px;
}

.product_tab_content_furnitureCare-ul {
    display: flex;
    flex-direction: row;
    padding-top: 20px;
}

.product_tab_content_furnitureCare-a {
    display: flex;
    flex-direction: column;
}

.product_tab_content_furnitureCare-img {
    width: 100%;
}

.product_tab_content_furnitureCare_furniture-name {
    text-align: center;
    padding: 20px 0;
}

.btn_detail_read_more {
    padding: 10px 0px;
    font-family: var(--font-regular);
}

.funiture_popup_left img {
    max-width: 100%;
    height: auto;
}

.funiture_popup_right {
    padding: 0 50px 0 50px;
}

.title_popup_funiture_care {
    font-size: 15px;
    color: var(--black-color);
    font-family: var(--font-regular);
    margin: 0 0 0 120px;
    top: 10px;
    padding: 0 0 50px 0;
    position: relative;
}

.title_popup_funiture_care::before {
    content: "";
    width: 100px;
    height: 1px;
    background-color: var(--black-color);
    position: absolute;
    top: 10px;
    left: -125px;
}

.title_content_funiture_care {
    padding: 0 !important;
}

.title_content_funiture_care {
    font-size: 30px;
    color: var(--black-color);
    font-family: var(--font-regular);
    border-bottom: 1px solid var(--border-color);
    ;
    padding: 30px 0 10px 0;
    line-height: 60px;
}

.content_funiture_care {
    font-size: 15px;
    color: var(--black-color);
    font-family: var(--font-regular);
    padding: 30px 0;
    line-height: 30px;
}

.product_tab_content_download-ul {
    padding: 10px 20px;
}

.product_tab_content_download-li {
    padding: 15px 0 !important;
    margin: 0;
    line-height: 100%;
    list-style: none !important;
}

.product_tab_content_download-li a {
    font-family: var(--font-regular);
}

.product_tab_content_download-li a:hover {
    color: var(--hover-color);
}

.product_tab_content_download_key-uppercase {
    text-transform: uppercase;
    font-size: var(--font-14);
    padding: 0;
}

.product_tab_content_download_key {
    padding: 0;
}

.product_tab_content_download-li:last-child {
    border-bottom: none;
}

.product_tab_content_download_value {
    display: flex;
    justify-content: space-between;
    padding: 0;
    font-size: var(--font-14);
}

.product_tab_content_download_value span {
    text-transform: uppercase;
}

/*end spec*/

/*Start Related Item*/
.product_suggestion {
    display: flex;
    flex-flow: column;
    border-top: 1px solid var(--border-color);
}

.product_suggestion_title {
    padding-top: 20px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.product_suggestion_title_detail {
    padding-top: 30px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.product_suggestion_title-h3 {
    position: relative;
    font-size: 1.8rem;
    text-transform: uppercase;
    font-family: var(--font-regular);
}

.product_suggestion_slider {
    padding-top: 40px;
}

.product_suggestion_slider-wrapper {
    margin: 0;
    position: relative;
    flex-wrap: nowrap;
    overflow: hidden;
}

.product_suggestion_slider_item {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.product_suggestion_slider_item .tags {
    position: absolute;
    top: 0;
    left: -10px;
}

.product_suggestion_slider_item .tags .tag {
    background: #929292;
    color: #fff;
    border-radius: 20px;
    padding: 5px 10px;
    text-align: center;
    margin-right: 10px;
    margin-left: 15px;
    font-family: var(--font-regular);
    font-size: 12px;
}

.product_suggestion_slider_item-img {
    width: 100%;
    font-family: "object-fit: scale-down; object-position: center;";
    object-fit: scale-down;
    object-position: center;
    height: 500px !important;
}

.product_suggestion_slider_item:nth-child(4n) {
    border: 0;
}

.galleryImg {
    padding: 40px;
}

.product_suggestion_slider_item-name {
    width: 80%;
    text-align: center;
    margin: 0 auto;
}

.product_suggestion_slider_item-sku {
    font-size: 15px;
    color: var(--accent-color);
    text-align: center;
}

.product_suggestion_slider_item-name-a {
    font-family: var(--font-regular);
    font-size: var(--font-14);
    text-align: center;
    margin: 0px;
}

.product_suggestion_slider_item-sku.swiper-slide span,
.product_suggestion_slider_item-sku,
.product_suggestion_slider_item .sku {
    font-family: var(--font-regular);
    font-size: var(--font-14);
    color: black;
    padding: 0;
    text-align: center;
}

#wrap .inner {
    position: relative;
    z-index: 2;
    margin-right: 20px;
}

#wrap .inner span {
    color: var(--white-color);
    font-size: 10px;
    text-align: center;
    margin-left: 8px;
    margin-top: 5px;
    font-family: var(--font-regular);
    display: flex;
}

#wrap::after {
    content: "\e93e";
    font-family: iconta;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    position: absolute;
    font-size: 40px;
    top: -10px;
    left: 0%;
    z-index: 1;
    text-transform: uppercase;
    background: linear-gradient(90deg, #c18600 0, #734f00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: var(--black-color);
}

#wrap {
    padding: 0;
    position: relative;
}

/* Sugeestion  */
.infor {
    flex-flow: column;
    align-items: center;
    height: 100%;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.infor .card-img {
    display: flex;
    justify-content: center;
    height: 100%;
}

.infor .card-img a {
    position: relative;
    display: flex;
    flex-direction: initial;
    align-items: flex-end;
    height: 100%;
}

.infor .card-img a img {
    width: 100%;
    object-fit: scale-down;
    object-position: center;
}


.card-img .img-fluid {
    object-fit: contain;
    align-self: flex-end;
    max-width: 100%;
    width: auto;
    height: auto;
    transition-property: opacity;
    margin-top: 0px;
    transition-duration: .5s;
}

.infor .name {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin: 0;
    padding-bottom: 10px;
    width: 90%;
    margin-top: 10px;
}

.item-suggestion-container {
    height: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: center;
}

.carousel-suggestion-inner {
    display: flex;
    padding: 0;
    flex-wrap: nowrap;
    list-style: none;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
    gap: 2px;
    align-items: center;
}

.carousel-suggestion-item {
    width: 80%;
    height: auto;
    padding: 2px;
    max-width: 310px;
    box-sizing: border-box;
    flex-shrink: 0;
}


.carousel-suggestion-item-title {
    height: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}


/* Suggestion Desktop */
.slider-item-card {
    border: none;
}

.slider-container {
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.btn-prev,
.btn-next {
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.btn-prev i,
.btn-next i {
    font-size: 30px;
}

.slider {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    width: 100%;
    scroll-snap-type: x mandatory;
    overflow: hidden;
    margin: 0px 10px;
}

.slider-item {
    min-width: 33.33%;
    padding: 0 20px;
    text-align: center;
    scroll-snap-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-thumbnail {
    border: none;
}

.sticky-button-cart {
    bottom: 0;
}

.product_detail_info_btn {
    padding: 10px 0px;
}

.product_detail_info_price-value-store {
    font-size: var(--font-14);
    font-family: var(--font-regular);
    font-weight: bold;
}

.product_detail_info_btn_cart,
.product_detail_info_btn-request {
    margin: 10px 10px 0 0;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--white-color) !important;
    background: #000;
    font-size: 13px;
    width: 100%;
}

.group-price-ALH {
    font-size: 15px;
    font-weight: bold;
}

.product_detail_info_btn_location {
    background-color: var(--white-color);
    color: var(--black-color);
    border: 1px solid var(--border-color);
    margin: 10px 10px 0 0;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 15px;
    width: 100%;
}

.product_detail_info_btn_location:hover {
    background-color: #efefefaa;
}

.product_detail_info_btn-talkToARep {
    margin: 10px 0 0 0;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #616060;
    font-size: 16px;
    width: 100%;
    border: none;
    color: white;
}

.product_detail_info_btn-talkToARep:hover {
    background: #353434;
}

/*End Related Item*/
.smv-slides-box.smv-h {
    height: 328px;
}

#ProductGalleryLoading {
    width: 50%;
    height: 500px;
}


.catalogInfo p {
    padding: 5px 0px;
    font-family: var(--font-regular);
}

.catalogInfoLoading {
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.catalogInfoText {
    border-radius: 5px;
    height: 35px;
    background: linear-gradient(90deg, #ddddddaa 40%, #efefefaa, #ddddddaa 60%) right / 300% 100%;
    animation: skeleton-loading 1.5s linear infinite;
}

.catalogImgLoading {
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.catalogMainImgLoading {
    display: flex;
    justify-content: center;
}

.catalogMainImg {
    width: 100%;
    height: 300px;
    background: linear-gradient(90deg, #ddddddaa 40%, #efefefaa, #ddddddaa 60%) right / 300% 100%;
    animation: skeleton-loading 1.5s linear infinite;
}

.catalogThumb {
    width: 70px;
    height: 70px;
    background: linear-gradient(90deg, #ddddddaa 40%, #efefefaa, #ddddddaa 60%) right / 300% 100%;
    animation: skeleton-loading 1.5s linear infinite;
}

.catalogThumbLoading {
    gap: 20px;
    justify-content: center;
}

@keyframes skeleton-loading {
    to {
        background-position: left;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
}

@media (min-width: 768px) and (max-width: 991.98px) {

    .sticky-product {
        max-height: 100%;
        position: sticky;
        position: -webkit-sticky;
        top: 175px;
        max-height: 75vh;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .carousel-suggestion-inner {
        overflow-x: hidden !important;
    }

    .smv-slides-box.smv-h {
        height: 500px !important;
    }

    .product_detail_gallery_container {
        /* height: 600px !important; */
    }

    .catalogMainImg {
        height: 500px;
    }

    .sticky-product {
        position: sticky;
        position: -webkit-sticky;
        top: 175px;
        max-height: 75vh;
    }
}



@media (min-width: 1200px) and (max-width: 1599.98px) {
    .carousel-suggestion-inner {
        overflow-x: hidden !important;
    }

    /* .product_detail_gallery_wrapper {
        padding: 0px 15px;
    } */

    .smv-slides-box.smv-h {
        height: 500px !important;
    }

    .smv-content.smv-content-zoom.smv-can-zoom img {
        /* max-width: 600px !important; */
        /* max-height: 600px !important; */
    }

    .product_detail_gallery_container {
        /* height: 600px !important; */
    }

    .catalogMainImg {
        height: 500px;
    }

    .sticky-product {
        position: sticky;
        position: -webkit-sticky;
        top: 175px;
        max-height: 75vh;
    }
}

@media (min-width: 1600px) {
    .carousel-suggestion-inner {
        overflow-x: hidden !important;
    }

    .smv-slides-box.smv-h {
        height: 500px !important;
    }

    .product_detail_gallery_container {
        /* height: 600px; */
    }

    .catalogMainImg {
        height: 500px;
    }

    .sticky-product {
        position: sticky;
        position: -webkit-sticky;
        top: 175px;
        max-height: 75vh;
    }
}

.border-mail-product {
    /*    border: 1px solid #e5e5e5;*/
}
/* Product Image Gallery */
.smv .smv-button-fullscreen {
    width: 50px;
    height: 50px;
}

.smv-item.smv-active .smv-selector {
    border: solid 1px var(--border-color);
}

.smv-button.smv-arrow .smv-icon {
    max-height: 40%;
    background-color: var(--accent-color);
}

.smv-button.smv-arrow.smv-arrow-prev .smv-icon {
    margin-right: 20px;
}

.smv-button.smv-arrow.smv-arrow-next .smv-icon {
    margin-left: 20px;
}


/* Option */
.available-size {
    border: 1px solid var(--border-color);
    border-radius: 5px;
    z-index: 9;
    overflow: auto;
    position: absolute;
    top: 26px;
    left: 0px;
    width: 200px;
    background-color: var(--white-color);
    display: flex;
    flex-direction: column;
    padding: 5px 10px;
}

    .available-size a {
        padding: 5px 0px;
    }

.avalable-size-name {
    font-weight: 700;
    font-size: var(--font-14);
    font-family: var(--font-regular);
    padding: 5px 0px;
}

.available-size a:hover {
    background-color: var(--white-color);
}

.dropdown-container {
    position: relative;
}

.dropdown-button i {
    color: var(--accent-color);
    font-size: 11px;
    padding: 0px 5px;
}

.item-option-product-container {
    gap: 10px;
    padding: 5px 0px;
}

.item-option-product {
    position: relative;
}

.sub_item_option_product {
    position: absolute;
    flex-flow: column;
    width: 270px;
    z-index: 1;
    background-color: var(--white-color);
    display: none;
    font-size: larger;
    box-shadow: 0px 0px 2px 2px #e6e4e4;
    text-transform: none;
    font-size: 15px;
}

.item-option-product:hover .sub_item_option_product {
    display: flex;
    z-index: 9;
    padding: 5px;
}

.box_finish {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100px;
}

.sub_box_finish {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
}

.box_finish .box_finish_text {
    text-align: center;
}

.box_finish .box_finish_image .image {
    padding: 1px;
    width: 100px;
    height: 100px;
    object-fit: contain;
}

    .box_finish .box_finish_image .image.selected {
        border: 1px solid;
    }

.sub_box_finish .sub_box_finish_image {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 7px;
}

    .sub_box_finish .sub_box_finish_image img {
        height: 100%;
    }

.sub_box_finish .box_finish_text {
    margin: 5px 0px;
}

.box_finish .box_finish_text span {
    color: var(--black-color);
    width: 100%;
    font-weight: 200;
    font-size: var(--font-14);
}


.swiper-button-prev,
.swiper-button-next {
    color: var(--black-color);
    top: 0;
    height: 100%;
    z-index: 999;
}

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 20px;
    }

.theoPrice {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    font-family: var(--font-light);
}

.product_detail_view_pricing {
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 1px solid var(--border-color);
    font-size: 13px;
}

    .product_detail_view_pricing span {
        text-decoration: underline;
        text-underline-offset: 3px;
    }

.header {
    z-index: 10;
}

#ProductOption .dropdown {
    align-items: center;
}


.requestItem {
    padding: 10px 0px;
}

.requestItem input[type="text"] {
    height: 45px;
}

.modal-header p {
    padding-top: 20px;
    font-family: var(--font-regular);
}


.checkbox {
    margin-left: 25px;
}

.form-check-input:checked {
    background-color: var(--black-color);
    border-color: var(--black-color);
}

.modal-title {
    font-size: 30px;
}


.product_detail_info_icon-share {
    position: relative;
    cursor: pointer;
}

.product_detail_gallery_icon-share_items {
    position: absolute;
    display: none;
    background-color: white;
    padding: 10px;
    border-radius: 5px;
    top: 25px;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12);
}

.product_detail_gallery_icon-share_items i {
    font-size: 20px;
}

.product_detail_gallery_icon-share_items.active {
    display: flex;
    text-align: center;
    align-items: center;
    gap: 10px;
    height: 40px;
}


.title_popup_funiture_care {
    padding: 10px 0px;
}

.content_funiture_care {
    font-family: var(--font-regular);
    line-height: 30px;
}

#wishlistModalLabel {
    font-size: 20px;
    font-family: var(--font-regular);
    text-transform: uppercase;
}

.list-group-wl-item {
    padding: 13px 0px;
    text-transform: capitalize;
}

.fabircFindedDropdown {
    font-family: var(--font-regular);
    font-size: 13px;
    width: 240px;
}

.fabircFindedHeader {
    display: flex;
    text-align: center;
    border-bottom: 1px solid var(--border-color);
}

.fabircFindedHeaderName,
.fabircFindedHeaderGrade {
    width: 100%;
}

.fabircFinded {
    margin-left: -17px;
    margin-right: 5px;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.fabircFindedFooter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-top: 1px solid var(--border-color);
}

.fabircFindedFooterText {
    text-decoration: underline;
    text-underline-offset: 3px;
    margin-left: -15px;
}

.fabircFindedFooterOr {
    margin-left: -15px;
}

.fabircFindedImage,
.fabircFindedImage a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fabircFindedImage {
    padding: 8px 0px;
}

.goldcare {
    text-decoration: underline;
    text-underline-offset: 3px;
    color: #eea501;
    cursor: pointer;
}


.collection-item {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.collection-item img {
    object-fit: cover;
    width: 100%;
}

.collection-item.large img {
    height: auto !important;
}


.collection-title {
    font-size: 0.9rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
}

.collection-item:hover {
    transform: scale(1.02);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.SeatingPlan,
.SketchImage {
    display: none;
}

#requestInfo {
    z-index: 999999;
}