/*
*Theme Name : wwbeds
*Description : wwbeds theme
*Version : 1.0
*/
input.tnp-email {
    height: 60px;
    max-width: 500px;
    width: 100% !important;
    max-width: 100% !important;
    border: none;
    outline: none;
    padding-left: 30px;
    padding-right: 170px;
    font-size: 14px;
    color: var(--ambed-gray, #8b827d);
    background-color: var(--ambed-white, #ffffff);
    font-weight: 500;
}
.tnp-subscription-minimal input.tnp-submit {
    position: absolute;
    right: 10px;
    top: 20px;
}
.galleryid-47 figure.gallery-item img {
    width: 100%;
    height: 250px;
    object-fit: fill;
}
iframe.wuksD5 {
    height: 100vh;
}
body.page-template-default.page.page-id-881 img.swiper-slide-image {
    height: 350px !important;
    width: 100%;
    object-fit: contain;
}


body.furniture-template-default.single.single-furniture figure.fg-item-inner{
    width: 300px;
}
.product__all-img img {
    width: 100%;
    height: auto;
   aspect-ratio: 1 / 1;
    transition: all 500ms ease;
}
.galleryid-37 img {
    width: 100%;
    height: 250px !important;
}
figure.gallery-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.ga {
    background: #000;
    color: #fff !important;
    padding: 10px;
    margin-top: 0px;
}
.ga a {
    color: #fff;
    padding: 10px;
}
body.furniture-template-default.single.single-furniture section.service-details {
    padding-bottom: 0px;
}
.wall-painting .project-one__text {
    padding-top: 0px !important;
}
.project-one__content {
    background: #c17a44 !important;
}
.wall-painting .project-one__title {
    font-size: 16px !important;
}
body.archive.tax-furniture_categories .product__all-single {
    border: 1px solid #cfcece;
    border-radius: 5px;
}
body.archive.tax-furniture_categories .product__all-content {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
.project-one__img img {
    width: 100%;
/*     height: 500px; */
	object-fit:contain;
}
.project-one__img-holder img {
    height: 100px;
}
.quick-video h3 {
    margin-bottom: 20px;
    font-size: 20px;
}
h3.qkvid {
    text-align: center;
    margin-bottom: 30px;
}
ul.murphy-bed-list {
    display: inline-block;
    column-count: 2;
    margin: 25px 0px;
}
.pd_100{
	padding:0px 200px;
}
.product__all-img img {
    width: 100%;
    height: 260px;
    /* aspect-ratio: 1 / 1; */
    /* transition: all 500ms 
ease; */
    object-fit: contain;
}



/* Pagination wrapper */
.pagination-wrapper {
    text-align: center;
    margin-top: 30px;
}

.pagination-wrapper ul {
    display: inline-flex;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    gap: 5px;
}

.pagination-wrapper ul li {
    margin: 0;
}

.pagination-wrapper ul li a,
.pagination-wrapper ul li span {
    display: block;
    padding: 8px 14px;
    background-color: #f2f2f2;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.pagination-wrapper ul li a:hover {
    background-color: #0073e6; /* Change to your theme color */
    color: #fff;
}

.pagination-wrapper ul li.active span {
    background-color: #0073e6; /* Active page background */
    color: #fff;
}

.pagination-wrapper ul li.disabled span {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Optional: smaller pagination for mobile */
@media (max-width: 768px) {
    .pagination-wrapper ul li a,
    .pagination-wrapper ul li span {
        padding: 6px 10px;
        font-size: 14px;
    }
}
.main-menu .main-menu__list>li>a, .stricky-header .main-menu__list>li>a {
    padding: 10px 30px 9px 11px !important;
}
body.page-template.page-template-all_furniture_cateogry .product__all-single {
    border: 1px solid #cfcece;
    border-radius: 5px;
}
body.page-template.page-template-all_furniture_cateogry .product__all-content {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}