/*========================== home-page =========================== */

section.home-sec {
    padding: 40px 0px;
}

.section-heading {
    text-align: center;
    margin: 0 0 53px;
}

.section-heading p {
    font-size: 16px;
    font-weight: 500;
}

.section-heading h2 {
    font-size: 28px;
}

.home-filter-box {
    max-width: 83px;
    width: 100%;
    background-color: #EFEFEF;
    border-radius: 10px;
    /* overflow: hidden; */
    min-height: 1354px;
    position: relative;
    transition: all 0.3s ease;
}

.filter-categories {
    display: none;
}

.filter-head h3 {
    font-size: 20px;
    text-align: center;
}

.filter-head {
    padding: 25px 05px;
}

.filter-head h3 {
    font-size: 24px
}

.home-filter-inner {
    padding: 25px 05px;
}

.home-filter-inner h4 {
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 10px;
}

.home-filter-inner .filter-categories>div+div {
    margin-top: 15px;
}

.home-filter-inner .filter-categories .form-check {
    display: flex;
    align-items: center;
    gap: 10px;
}

.filter-categories.category-hight-fix {
    max-height: 159px;
    overflow: auto;
}

.home-filter-inner .filter-categories .form-check label {
    cursor: pointer;
}

.home-filter-box.expand .home-filter-inner {
    border-bottom: 1px solid var(--border-color);
    padding: 25px 35px;
}

.price-range-box {
    display: flex;
    gap: 20px;
}

.price-range-box input {
    border-radius: 5px;
    border: 1px solid #DEE0E3;
}

span.left-form-icon {
    position: absolute;
    left: 12px;
    top: 17px;
}

.stock-status {
    display: grid;
    grid-template-columns: 1fr 2fr;
}

.stock-status .form-check input {
    width: 20px;
    height: 20px;
}

.size-filter {
    width: 40px;
    height: 40px;
    background-color: #Fff;
    border: 1px solid #DEE0E3;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.size-filter input[type='radio'] {
    display: none;
}

.product-size-filter {
    display: flex;
    align-items: center;
    gap: 12px;
}

.size-filter:has(input[type='radio']:checked) {
    background-color: var(--primary-color);
    color: #fff;
}

.filter-rating-inner i {
    color: #fff;
}

.filter-rating-inner.active i {
    color: #000;
}

.service-range-wrapper .display {
    margin: 0px 0px 10px 0px;
    width: 240px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.range-slide {
    position: relative;
    margin: 40px 0px 40px 0px;
    height: 4px;
    width: 100%;
}

.range-slide .slide {
    position: absolute;
    top: 0;
    height: 4px;
    background: #E5E5E5;
    left: 9px;
    right: 9px;
}

.range-slide .line {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 4px;
    background-color: #FA3AA9;
}

.range-slide .thumb {
    position: absolute;
    z-index: 2;
    text-align: left;
    border: 1px solid #1A0B48;
    background-color: #FA3AA9;
    border-radius: 50%;
    outline: none;
    top: -7px;
    height: 18px;
    width: 18px;
    margin-left: -9px;
}

.range-slide input {
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
    pointer-events: none;
    z-index: 3;
    height: 3px;
    top: 0;
    width: 100%;
    opacity: 0;
    margin: 0;
}

.home-filter-fotter {
    padding: 26px 0px;
    background-color: #fff;
    border: 1px solid #C9C9C9;
    border-radius: 0 0 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: none;
}

.product-img-box {
    height: auto !important;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-left: 0;
    border-radius: 10px;
}

.product-img-box img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    line-height: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    object-fit: cover;
    transition: all 0.3s ease;
}

.product-img-box:after {
    content: "";
    display: block;
    padding-top: 134%;
}

.home-filter-product {
    display: flex;
    gap: 25px;
    align-items: flex-start;
}

.home-product-main {
    width: 100%;
}

.home-product-box {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 60px 25px;
}

.product-card {
    cursor: pointer;
}

.product-img-box:hover img {
    scale: 1.1;
}

.product-card-like {
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 15px;
    right: 20px;
    /* transform: translateY(-50px); */
    transition: all 0.2s ease-in;
}

.product-img-box:hover .product-card-like {
    transform: translateY(0px);
}

.product-card-status {
    position: absolute;
    background-color: #ffffffdb;
    padding: 11px 16px;
    border-radius: 50px;
    border: 1px solid #DEE0E3;
    bottom: 20px;
    right: 20px;
    transition: all 0.4s ease-in;
}

.product-card-status p {
    font-size: 12px;
}

.product-card-detail p {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    margin: 0 0 4px;
}

.product-card-detail h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}

.filter-range-box .irs--round .irs-bar {
    background-color: #3A3A3A;
}

.filter-range-box .irs--round .irs-handle {
    background-color: #fff;
    border-color: #3A3A3A;
    box-shadow: 0px 0px 0px 5px rgba(42, 43, 43, 0.2);
}

.filter-range-box .irs--round .irs-handle.state_hover,
.filter-range-box .irs--round .irs-handle:hover {
    background-color: #3A3A3A;
}

.filter-range-box .irs--round .irs-handle {
    width: 16px;
    height: 16px;
    top: 29px
}

.filter-range-box .irs--round .irs-from,
.filter-range-box .irs--round .irs-to,
.filter-range-box .irs--round .irs-single {
    background-color: transparent;
    color: #666666;
}

.filter-range-box .irs--round .irs-from:before,
.filter-range-box .irs--round .irs-to:before,
.filter-range-box .irs--round .irs-single:before,
.filter-range-box .irs--round .irs-min,
.filter-range-box .irs--round .irs-max {
    display: none;
}

.home-filter-inner .form-group {
    display: none;
}

.home-filter-inner {
    border-bottom: 0;
}

.home-filter-inner h4 {
    display: none;
}

.small-slidebar-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 90%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    justify-content: space-between;
    top: 100px;
}

.sidebar-expand-btn {
    position: absolute;
    top: 0;
    background-color: #F1F2F3;
    box-shadow: 0px 4px 40px 0px #00000040;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: 1px solid #fff;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.home-filter-box.expand .home-filter-inner .form-group,
.home-filter-box.expand .home-filter-inner h4 {
    display: block;
}

.home-filter-box.expand {
    max-width: 386px;
}

.home-filter-box.expand .filter-head {
    padding: 25px 35px;
}

.home-filter-box.expand .filter-categories {
    display: block;
}

.home-filter-box.expand .home-filter-fotter {
    display: flex;
}

.home-filter-box.expand .small-slidebar-icon,
.home-filter-box.expand .sidebar-expand-btn {
    display: none;
}

.home-filter-product:has(.home-filter-box.expand) .home-product-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px 25px;
}

.pagination-main {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0px;
    gap: 13px;
}

.pagination-box {
    width: 50px;
    height: 50px;
    background-color: #EFEFEF;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid transparent;
    color: #606060;
    transition: all 0.3s ease-in;
}

.pagination-box.active,
.pagination-box:hover {
    border: 2px solid #3A3A3A;
}

.three-feature-sec {
    background-color: #EFEFEF;
    padding: 60px 0px;
}

.three-feature-wrapper {
    max-width: 830px;
    width: 100%;
    margin: 0 auto;
}

.three-feature-box h4 {
    color: #1B1B1B;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    margin: 10px 0 0;
}

.three-feature-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.three-feature-wrapper {
    max-width: 830px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.three-feature-box:nth-child(2) {
    border-left: 1px solid #DEE0E3;
    border-right: 1px solid #DEE0E3;
}

/* ========================== product description page ====================== */
.product-desc-sec {
    padding: 20px 0px 60px;
    overflow: hidden;
}

.breadcrum-main .breadcrum-list {
    padding-right: 40px;
    color: #606060;
    font-size: 16px;
    font-weight: 400;
    position: relative;
}

.breadcrum-main .breadcrum-list.active {
    color: #1B1B1B;
}

.breadcrum-main .breadcrum-list.active::after {
    display: none;
}

.breadcrum-main .breadcrum-list::after {
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='12' viewBox='0 0 6 12' fill='none'%3E%3Cpath d='M5.84082 5.86841C5.84082 5.99135 5.79383 6.11441 5.69997 6.20827L0.892868 11.0154C0.705031 11.2032 0.400861 11.2032 0.213144 11.0154C0.0254264 10.8275 0.0253062 10.5234 0.213144 10.3356L4.68039 5.86841L0.213143 1.40116C0.0253058 1.21333 0.0253058 0.909155 0.213143 0.721437C0.400981 0.53372 0.70515 0.5336 0.892868 0.721437L5.69997 5.52854C5.79383 5.6224 5.84082 5.74546 5.84082 5.86841Z' fill='%23606060'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 8px;
    height: 13px;
    right: 18px;
    top: 7px;
}

.breadcrum-main {
    margin: 0 0 20px;
}

.product-desc-slider {
    position: relative;
}


.product-slider-for .slick-slide{
    max-height: 995px;
    width: 100%;
}
.product-slider-for .slick-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.pro-desc-name {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 12px;
}
.pro-desc-prize h3 {
    font-size: 26px;
    font-weight: 700;
    line-height: 46px;
}
.pro-desc-prize {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 0 0 17px;
}
.badge {
    background-color: #F1F2F3;
    color: #606060;
    border: 1px solid #606060;
    border-radius: 45px;
    font-weight: 400;
    font-size: 14px;
}
.pro-desc-info-box h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    color: #1B1B1B;
}
.pro-desc-info-box p {
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    color: #606060
}
.pro-desc-info-box {
    display: flex;
    align-items: center;
    gap: 10px;
}
.pro-desc-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 0 0 28px;
}
.pro-desc-info-box:first-child{
    border-right: 1px solid #DEE0E3;
}
.pro-desc-loc h3 {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 17px;
}
.pro-desc-loc-copy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #DEE0E3;
}
.pro-desc-loc-copy p {
    font-size: 14px;
    color: #606060;
    line-height: 1px;
}
.copy-add-btn{
    display: flex;
    gap: 5px;
    align-items: center;
}
.pro-info-accordian{
    padding: 35px 0px;
}
.pro-info-accordian .accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #ffffff;
    box-shadow: unset;
}
.pro-info-accordian .accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath 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'/%3e%3c/svg%3e");
}
.lender-dp-box {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    overflow: hidden;
}
.lender-dp-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lender-profile p {
    color: #606060;
    opacity: 0.5;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 13px;
}
.lender-profile-box {
    display: flex;
    align-items: center;
    gap: 11px;
}
.lender-profile-box h4 {
    font-size: 16px;
    font-weight: 500;
}
.lender-profile, .pro-dec-rating-main {
    padding-bottom: 35px;
    border-bottom: 1px solid #DEE0E3;
    margin: 0 0 35px;
}
.pro-rating-body {
    display: grid;
    grid-template-columns: 0.7fr 1fr;
    gap: 20px;
}
.pro-rating-right ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.pro-rating-right ul li .progress{
    width: 100%;
    height: 8px;
}
.pro-rating-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 24px;
} 
.pro-rating-head a{
    text-decoration: underline !important;
}
.pro-rating-left p {
    font-size: 14px;
    color: #606060;
    font-weight: 400;
}
.pro-rating-left h3 {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 10px;
    line-height: 1;
}
.product-review-heading {
    background-color: #F1F2F3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 9px;
    border-radius: 5px;
}
.product-review-heading .form-group {
    margin: 0;
}
.product-review-heading .form-group .formfield select{
    border: 0;
    min-height: 45px;
    border-radius: 5px;
    padding: 14px 35px 14px 14px;
    appearance: none;
}
.product-review-heading .form-group .formfield .form-icon {
    position: absolute;
    right: 15px;
    top: 22px;
}
.product-review-heading .form-group .formfield select:focus-visible{
    border: 0;
    outline: 0;
}
.product-review-heading p{
    color: #606060;
}
.sm-dp-box {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    overflow: hidden;
}
.sm-dp-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.review-profile-box {
    display: flex;
    align-items: center;
    gap: 10px;
}
.sm-dp-data h3 {
    font-size: 16px;
    margin: 0 0 10px;
    line-height: 1;
}
.product-review-box {
    padding: 35px 86px 45px 0px;
    border-bottom: 1px solid #DEE0E3;
}
.product-review-profile {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 0 17px;
}
.product-review-profile > p{
    color: #606060;
}
.product-slider-sec{
    padding: 75px 0px;
}
.product-slider-main .product-card{
    margin: 0px 12px;
}
.product-slider-heading{
    margin: 0 0 20px;
}

.product-slider-heading h3{
    font-size: 28px;
    line-height: 30px;
}
.product-slider-main{
    position: relative;
}
.prev-product-btn.slick-arrow {
    background-color: #F1F2F3;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    position: absolute;
    top: -60px;
    right: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    transform: rotate(180deg);
    transition: all 0.3s ease;
}
.next-product-btn.slick-arrow {
    background-color: #F1F2F3;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    position: absolute;
    top: -60px;
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    transition: all 0.3s ease;
}
.prev-product-btn.slick-arrow.slick-disabled, .next-product-btn.slick-arrow.slick-disabled  {
    scale: 0.8;
}
.product-prize-rating{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-desc-slider .slider button{
    display: none !important;
}
.product-desc-slider-small .slick-slide {
    width: 180px !important;
    height: 180px;
}
.slider.slider-thumb.slick-initialized.slick-slider {
    max-width: 584px;
    margin: 0 auto;
}
.slider.slider-thumb .slick-slide{
    max-width: 180px;
    height: 174px;
    margin: 0px 15px;
}
.slider.slider-thumb .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 180px;
    min-width: 180px;
}
.slider-content .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slider-content .slick-slide{
    height: 995px;
    position: relative;
}

.product-desc-slider .slider.slider-content{
    margin-bottom: -244px;
}
.product-review-main {
    margin-top: 122px;
}
.prev-prodec-btn.slick-arrow {
    width: 57px;
    height: 57px;
    background-color: #F1F2F3;
    border-radius: 50px;
    z-index: 99;
    position: absolute;
    top: 50%;
    left: -12px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(180deg);
    cursor: pointer;
}
.next-prodec-btn.slick-arrow {
    width: 57px;
    height: 57px;
    background-color: #F1F2F3;
    border-radius: 50px;
    z-index: 99;
    position: absolute;
    top: 50%;
    left: auto;
    right: -12px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.book-item-profile-img {
    width: 100%;
    max-width: 135px;
    min-width: 135px;
    height: 135px;
    border-radius: 5px;
    overflow: hidden;
}
.book-item-profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.book-item-profile {
    margin: 25px 0 0;
}
.book-item-profile {
    margin: 25px 0 ;
    display: flex;
    align-items: center;
    gap: 25px;
}
.book-item-profile .book-item-profile-info h3{
    font-size: 20px;
    margin: 0 0 10px;
}
.book-item-profile .pro-desc-prize h3{
    margin: 0;
    line-height: 1;
    font-size: 28px;
}
.item-pickup-loc-main > h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin: 0 0 15px;
}
.item-pickup-loc-main > p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 25px;
    color: #606060;
}
.item-pickup-loc-main .form-check label{
    font-size: 14px;
    font-weight: 500;
    color: #1B1B1B;
    cursor: pointer;
}
.item-pickup-loc-main .form-check label span{
    font-size: 14px;
    font-weight: 400;
    color: #606060;
}
.item-pickup-loc-main .form-check {
    display: flex;
    align-items: center;
    gap: 10px;
}
.book-item-prize-list ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.book-item-prize-list ul li p{
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    color: #606060;
}
.book-item-prize-list ul li h4{
    font-size: 16px;
    line-height: 20px;
}
.book-item-prize-list ul{
    padding: 18px 0px;
    border-top: 1px solid var(--border-color);
}
.book-item-sidebar {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.book-item-prize-list ul li + li{
    margin-top: 15px;
}
.checkout-pay-form .row{
    margin: 0;
}
/* .checkout-pay-form .row > div{
    padding: 0;
} */
.checkout-pay-box > h3 {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 15px;
}
.checkout-pay-box {
    margin: 30px 0 0;
}
.addproduct-Modal .modal-dialog{
    max-width: 845px;
    width: 100%;
}
.addproduct-Modal .modal-header{
    position: relative;
    display: flex;
    justify-content: center;
    border-bottom: 0;
}
.addproduct-Modal .modal-header button{
    position: absolute;
    top: 15px;
    right: 15px;
}
.addproduct-Modal .modal-header h3{
    font-size: 23px;
    font-weight: 700;
    color: #3A3A3A;
}
.addproduct-Modal .modal-body{
    padding: 20px 45px;
}
.upload-img-product {
    width: 70px;
    height: 70px;
    border-radius: 5px;
    border: 1px dashed #DEE0E3;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.add-pro-img-wrapper {
    display: flex;
    gap: 5px;
}
.add-pro-box > p {
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    margin: 0 0 5px;
}
.add-pro-box{
    margin: 0 0 30px;
}
.duel-select-field {
    min-height: 60px;
    max-height: 60px;
    border: 1px solid;
    border-color: var(--border-color);
    padding: 10px 10px 10px 0px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* gap: 10px; */
    border-radius: 5px;
}
/* .duel-select-field .formfield{
    padding: 0px 20px;
} */
.duel-select-field .formfield:first-child{
    /* border-right: 1px solid var(--border-color); */
    position: relative;
}
.duel-select-field .formfield:first-child::after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 38px;
    width: 1px;
    background-color: var(--border-color);
}

.duel-select-field .formfield select{
    border: 0;
    appearance: none;
}
.duel-select-field .formfield select {
    border: 0;
    appearance: none;
    width: 100%;
    height: 100%;
    color: var(--text-color);
    font-weight: 400;
    font-size: 14px;
    padding: 0px 20px;
    max-height: 38px;
}
.duel-select-field .formfield select:focus-visible{
    border: 0;
    outline: 0;
}
.right-btn-box{
    display: flex;
    justify-content: end;
}
.right-btn-box button{
    max-width: 107px;
    width: 100%;
}




/* ========================= rental request css========================== */

.rental-request-bx {
    padding: 40px 0px;
}

.rental-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rental-header .form-group{
    margin: 0;
}
.rental-header .form-group input{
    max-height: 42px;
    min-height: 42px;
}
.rental-header .form-group .form-icon{
    top: 13px;
}
.cal-icon {
    filter: invert(1);
}

.rental-header h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
}

.rental-request-tb ul {
    border-bottom: 1px solid #C0C0C0;
    gap: 30px;
}

.rental-request-tb .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #1B1B1B;
}

.rental-request-tb .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: none;
}
.rental-request-tb .nav-pills .nav-link.active{
    border-bottom: 2px solid #1B1B1B;
    border-radius: 0;
}
.tb-table {
    overflow-x: auto;
}

.tb-table table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0 1px;
    /* min-width: 1150px; */
    background: #F1F2F3;
}

.tb-table table thead tr {
    background: #F1F2F3;
    font-weight: 500;
    border-bottom: 1px solid #DEE0E3;

}

.tb-table table thead tr th {
    padding: 22px 20px 10px;
}

.tb-table table tbody tr td {
    padding: 22px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.tb-table table thead tr th:first-child {
    border-top-left-radius: 10px;
}

.tb-table table tbody tr {
    border-bottom: 1px solid #DEE0E3;
}

.table-profile img {
    width: 26px;
    height: 27px;
    min-width: 26px;
    border-radius: 5px;
}

.user-table-profile {
    display: flex;
    gap: 10px;
    align-items: center;
}

.user-table-head h5 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

.user-active {
    color: #4381FB;
}

.user-complete {
    color: #517B5D;
}

.db-table {
    width: 100%;
    border-radius: 10px;
    background: #F1F2F3;
    padding: 20px 17px 0;
}

.tb-table table tbody tr:hover {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 4px 34px 0px #0000000D;
}

.rental-request-tb .nav-link p {
    color: #606060;
}

.rental-request-tb .nav-link.active p {
    color: #1B1B1B;
}

.rental-request-tb .nav-link:focus,
.nav-link:hover {
    color: #1B1B1B;
}

.rental-history-badge .rental-badge-dot {
    width: 8px;
    height: 8px;
    background-color: #1B1B1B;
    display: block;
    border-radius: 50px;
}
.rental-history-badge.active .rental-badge-dot {
    background-color: #517B5D;
}
.rental-history-badge.danger .rental-badge-dot {
    background-color: #C66060;
}
.rental-history-badge {
    display: flex;
    width: fit-content;
    border-radius: 2px;
    padding: 5px;
    align-items: center;
    gap: 5px;
    min-height: 24px;
}
.rental-history-box {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}
.rental-history-wrapper {
    padding: 30px 30px;
    background-color: #F1F2F3;
    max-width: 30%;
    width: 100%;
    border-radius: 10px;
}
.rental-profile h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}
.rental-history-box .db-table{
    max-width: 70%;
} 
.rental-profile-outer {
    display: flex;
    align-items: flex-start;
    gap: 13px;
}
.rental-box {
    width: 100px;
    height: 100px;
    border-radius: 5px;
    overflow: hidden;
}
.rental-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rental-profile > h3 {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 8px;
}
.rental-hist-pickup h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin: 0 0 7px;
}
.rental-hist-pickup p {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #606060;
    margin: 0 0;
}
.rental-hist-pickup{
    margin: 28px 0 23px;
}
.rental-hist-insurance .form-check{
    display: flex;
    align-items: center;
    gap: 10px;
}
.rental-hist-insurance .form-check label{
    font-size: 12px;
    font-weight: 400;
    color: #1B1B1B;
}
.rental-hist-insurance{
    margin: 23px 0px;
}
.rental-hist-total-amt h3{
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}
.rental-hist-total-amt{
    padding: 16px 0px 18px;
    margin: 23px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #DEE0E3;
    border-bottom: 1px solid #DEE0E3;
}
.rental-his-payment-detail h3 {
    font-size: 16px;
    margin: 0 0 17px;
    line-height: 20px;
}
.rental-his-payment-detail {
    background-color: #fff;
    padding: 7px 15px 15px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 26px 0px;
}
.rental-payment-detail-card {
    display: flex;
    align-items: center;
    gap: 10px;
}
.rental-payment-detail-card p{
    color: #606060;
    font-size: 14px;
    font-weight: 400;
}
.rental-profile-img-box {
    max-width: 30px;
    min-width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50px;
}
.rental-profile-img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rental-profile-info {
    display: flex;
    align-items: center;
    gap: 8px;
}
.rental-profile-name h4 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin: 0 0 7px;
}
.rental-profile-name .rental-profile-rating a i{
    font-size: 12px;
}
.rental-profile-rating a {
    height: 14px;
    display: inline-flex;
}
.rental-profile-rating {
    display: flex;
    align-items: center;
}
.rental-profile-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rental-profile-head > p{
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    color: #606060;
}
.rental-profile-body p{
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    color: #606060;
}
.rental-profile-body{
    margin: 20px 0  0;
}
.rental-profile-box {
    padding-top: 20px;
    border-top: 1px solid var(--border-color);
}









/* ========================= rental request css========================== */




/* ======================= profile css -================================ */

.profile-banner-sec{
    padding: 68px 0px 140px;
    background-color: #E8E8E8;
    position: relative;
    overflow: hidden;
}
.banner-laef-img{
    position: absolute;
    top: 0;
    right: 0;
}
.profile-banner-name h2{
    text-align: center;
    font-size: 28px;
    line-height: 36px;

}
.profile-detail-box {
    box-shadow: 0px 23px 40px 0px #00000014;
    padding: 49px;
    border-radius: 10px;
    margin-top: -132px;
    position: relative;
    background-color: #fff;
    margin-bottom: 45px;
}
.profile-personal-img {
    width: 98px;
    min-width: 98px;
    border-radius: 100px;
    overflow: hidden;
    height: 98px;
}
.profile-personal-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.profile-personal-detail > h3 {
    font-size: 24px;
    line-height: 31px;
}
.profile-personal-detail > h3 {
    font-size: 14px;
    line-height: 23px;
}
.profile-about-detail > h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    margin: 0 0 11px;
}
.profile-about-detail > p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin: 0 0 ;
    color: #606060;
}
.profile-address-detail {
    padding: 28px 17px 28px 30px;
    background-color: #1b1b1b21;
    border-radius: 6px;
    display: flex;
    gap: 10px;
}
.profile-address-data > h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 15px;
    line-height: 1;
}
.profile-address-data > p {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 ;
    line-height: 21px;
    color: #606060;
}
.profile-about-detail {
    padding: 0 40px;
    position: relative;
}
.profile-about-detail::after{
    content: "";
    width: 1px;
    height: 150%;
    position: absolute;
    left: 0;
    top: -25px;
    background-color: var(--border-color);
}
.profile-about-detail::before{
    content: "";
    width: 1px;
    height: 150%;
    position: absolute;
    right: 0;
    left: auto;
    top: -25px;
    background-color: var(--border-color);
}

/* ======================= profile css -================================ */

/* ======================= My profile css -================================ */

.my-profile-sec{
    padding: 60px 0px 120px ;
}
.my-profile-wrapper > h2 {
    text-align: center;
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 30px;
}
.my-profile-info-box {
    max-width: 797px;
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
    background-color: #EFEFEF;
    padding: 32px;
}
.my-pro-detail{
    padding: 26px 28px;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 100px;
}
.my-pro-detail-left a{
    text-decoration: underline;
    font-size: 14px;
    font-weight: 400;
    color: #606060;
}
.my-pro-detail-para p{
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #606060;
    margin: 0 0 12px;
}
.my-pro-detail-para h4{
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    margin: 0 0;
}

.change-password-box > p {
    font-size: 14px;
    font-weight: 400;
    color: #606060;
    margin: 0 0 20px;
}
.change-pass-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/* ======================= My profile css -================================ */


/* ======================= My order history css -================================ */

.order-his-tab-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.order-his-tab-head ul {
    border-bottom: 0;
    margin-bottom: 0;
}
.order-his-tab-head .form-group select{
    border: 0;
    background-color: #F1F2F3;
    padding: 7px 45px 7px 22px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    appearance: none;
}
.order-his-tab-head{
    margin-bottom: 35px;
    border-bottom: 1px solid var(--border-color);
}
.order-card-img{
    width: 100%;
    max-height: 251px;
    height: 251px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
}
.order-card-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}
.order-his-card {
    background-color: #F4F4F4;
    padding: 18px 13px 14px 18px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: space-between;
    height: 100%;
    cursor: pointer;
}
.order-details-list h4 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}
.order-details-list p {
    font-size: 14px;
    font-weight: 400;
    color: #606060;
    line-height: 1;
}
.order-details-list {
    display: flex;
    align-items: center;
    gap: 4px;
    padding-left: 15px;
    border-left: 1px solid var(--border-color);
}
.order-pro-details {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    row-gap: 15px;
}
.order-details-list:first-child{
    padding: 0;
    border: 0;
}
.order-card-top > p {
    font-size: 16px;
    line-height: 27px;
}
.order-card-top .badge {
    background-color: #ffffff;
}
.order-card-footer .outline-btn{
    background-color: #F4F4F4;
}
.order-his-card:hover .order-card-img img{
    scale: 1.1;
}
.cancel-order-Modal .modal-header button.btn-close {
    position: absolute;
    top: -2px;
    right: 18px;
}
.cancel-order-Modal .modal-body, .write-review-Modal .modal-body{
    position: relative;
    padding: 39px;
}
.cancel-order-Modal .modal-body .btn-close, .write-review-Modal .modal-body .btn-close {
    position: absolute;
    top: 0;
    right: 24px;
}
.cancel-modal-box > h3 {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    margin: 0 0 32px;
}
.cancel-modal-box .form-group textarea{
    background-color: #F1F2F3;
    resize: none;
    border: 1px solid #DEE0E3;
}

.write-review-Modal .modal-dialog{
    max-width: 602px;
    width: 100%;
}
.write-review-profile {
    display: flex;
    gap: 27px;
    align-items: flex-start;
    padding-bottom: 22px;
    margin-bottom: 22px;
    border-bottom: 1px solid var(--border-color);
}
.write-review-profile-dp {
    max-width: 119px;
    min-width: 119px;
    width: 100%;
    height: 119px;
    border-radius: 5px;
    overflow: hidden;
}
.write-review-profile-dp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.review-upload-img {
    width: 100%;
    padding: 21px;
    border: 1px dashed var(--border-color);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.review-upload-img-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* margin: 0 0 10px; */
}
.review-upload-img-inner img {
    margin: 0 0 10px;
}
.review-upload-img-inner p{
    font-size: 14px;
    font-weight: 400;
    color: #606060;
}
.write-review-upload-img {
    margin: 0 0 22px;
}
.privacy-policy-para{
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 22px;
}
.notifiation-sidebar {
    border-radius: 15px 0px 0px 15px;
}




/* ======================= My order history css -================================ */



/* ======================= payment history css -================================ */

.payment-history-haed {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 30px;
}
.payment-history-haed .form-group select {
    border: 0;
    background-color: #F1F2F3;
    padding: 7px 45px 7px 22px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    appearance: none;
    cursor: pointer;
}
.payment-history-haed h2 {
    font-size: 28px;
    line-height: 36px;
}
.download-payment-his {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #3A3A3A;
    border-radius: 3px;
    float: right;
    opacity: 0.5;
}
.payment-history-table-main table tr {
    border-bottom: 1px solid var(--border-color);
    cursor: pointer;
}
.payment-history-table-main table tr th{
    padding: 11px;
}
.payment-history-table-main table tr td{
    padding: 26px 11px;
}
.payment-history-table-main table tr th:last-child{
    float: right;
}
.payment-history-table-main table tr:hover td .download-payment-his{
    opacity: 1;
}
/* ======================= payment history css -================================ */




.profile-edit-box, .profile-edit-btn{
    display: flex;
    justify-content: end;
    align-items: center;
}
.my-pro-notify-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}

.complete-mail-box{
    display: flex;
    align-items: center;
}
.complete-mail-box img{
    max-width: 150px;
}

.my-pro-dp-view {
    max-width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    border: 7px solid #fff;
    margin: -20px auto 0;
}
.my-pro-dp-view img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.my-profilr-dp-edit {
    max-width: 100px;
    margin: 0 auto;
    position: relative;
}
.upload-my-pro {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: var(--primary-color);
    border-radius: 50px;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border: 2px solid #FFF;
}
.upload-my-pro i {
    font-size: 10px;
    color: #Fff;
}
.full-hight-sm{
    height: calc(100vh - 163px);
}
.duel-select-field label.invalid-feedback {
    margin-top: 14px;
}
.formfield.right-icon-field .form-icon {
    right: auto;
    left: 15px;
    top: 17px;
}
.form-group:has(.duel-select-field .invalid-feedback){
    margin-bottom: 30px;
}
.header-cart ul li div{
    cursor: pointer;
}
.edit-product-main .my-profile-info-box{
    background-color: #fff;
}
.edit-product-main h2{
    text-align: center;
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 30px;
}
.product-btn-box {
    display: flex;
    gap: 15px;
    margin: 15px 0px;
}
.highlight {
    border: 3px solid #ff7272;
    border-radius: 10px;
    overflow: hidden;
}
.update-upload-img-preview {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.pro-desc-prize-wrapper{
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}
.duel-select-field .formfield:first-child select{
    padding: 0px 20px 0px 18px;
}


.alert-container .alert {
    display: flex;
    gap: 20px;
    position: relative;
}

.alert-container .alert .alert-cross {
    position: absolute;
    top: 13px;
    right: 13px;
}

.alert-container .alert .alert-cross.close svg {
    width: 15px;
    height: 15px;
}

.Inquiry-desc {
    display: inline-block;
    max-width: 20em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.small-btn {
    padding: 5px 10px !important;
    min-width: 68px;
    min-height: 35px;
    font-size: 12px;
}
.reject-btn {
    color: red;
    background-color: #ff00003b;
}
.reject-btn:hover {
    color: #fff;
    background-color: red;
}
.accept-btn {
    color: green;
    background-color: #0080004f;
}
.accept-btn:hover {
    color: #fff;
    background-color: green;
}
.inquiry-list-main table tr th:last-child{
    float: right;
}
.inquiry-list-main .inquiry-actions {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}
.inquiry-list-main .table-profile img {
    width: 60px;
    height: 60px;
    min-width: 26px;
    border-radius: 5px;
}
.Query-Modal .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    min-height: 22px;
    opacity: 1;
}
.query-detail-box > h3 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
    line-height: 28px;
}
.query-detail-img {
    max-width: 220px;
    height: 220px;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 auto 20px;
}
.query-detail-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.query-detail-info h4 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
}
.query-detail-info > h3 {
    font-size: 18px;
    line-height: 22px;
}

.query_btn_close {
    position: absolute;
    top: 10px;
    right: 10px;
    min-height: 22px;
    opacity: 1;
}


