.option-h {
    margin: 30px 0;
}

.option-h .select-h select {
    max-width: 200px;
    width: 100%;
    height: 45px;
    padding: 0 20px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px #eee solid;
    background: #fcf9f9;
    outline: none !important;
    box-shadow: none !important;
}

.option-h .select-radio-h {
    margin: 10px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.item-radio {
    position: relative;
}

.item-radio input {
    position: absolute;
    z-index: 4;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.item-radio .details-in {
    width: 30px;
    overflow: hidden;
    height: 40px;
    line-height: 28px;
    text-align: center;
    font-size: 16px;
    padding: 5px;
    border: 1px #ccc solid;
    background: #eee;
    border-radius: 5px;
    transition: all .5s;
}

.item-radio .details-in img {
    max-width: 100%;
    max-height: 100%;
}

.item-radio input:checked+.details-in {
    background: var(--orange);
    border-color: var(--orange);
}

.btn.btn-h {
    display: table;
    margin: 40px auto 20px;
    color: var(--orange);
    text-decoration: underline;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
}

.pagination {
    display: none;
}

.profile-h {
    display: none;
}

.logo-h {
    display: block;
    max-width: 120px;
    margin: 0 auto;
    display: none;
}

@media (min-width: 1024px) {
    .logo-h {
        display: block;
        max-width: 200px;
        width: 100%;
    }

    .homepage-navbar-in {
        display: flex;
    }

    .container-h {
        max-width: 1330px;
        margin: 0 auto;
        width: 100%;
    }

    .header-inner {
        width: calc(100% - 200px);
    }

    .p-h {
        padding: 50px 0 !important;
    }

    .h5,
    h5 {
        font-size: 25px;
        text-transform: capitalize;
    }

    .title-h {
        margin: 0 0 35px;
    }

    a.text-primary {
        font-size: 16px;
    }

    .all-cate p.card-title {
        font-size: 16px;
        line-height: 26px;
        text-transform: capitalize;
    }

    .product-box {
        margin: 0 0 20px;
        line-height: 310px;
        height: 310px;
        text-align: center;
    }

    .osahan-badge b {
        font-size: 18px;
    }

    .osahan-badge {
        font-size: 12px;
        height: auto;
        line-height: 20px;
        padding: 8px 12px;
    }

    .product-box img {
        display: inline-block !important;
        max-height: 270px;
    }

    .card-body .text-muted {
        font-size: 16px;
        margin: 0 0 5px;
        display: inline-block;
    }

    .card-body .card-title {
        font-size: 18px;
        margin: 10px 0;
    }

    .small,
    small {
        font-size: 16px;
    }

    .btn-sm {
        padding: 10px 30px;
        text-align: center;
        font-size: 16px;
    }

    a.bg-success.shadow.text-white.rounded-4.d-flex.align-items-center.px-3.py-2 {
        margin: 40px 0 0;
        font-size: 18px;
    }

    .d-flex.gap-1 {}

    .listing-left {
        width: 150px;
        min-width: 150px;
        max-width: 150px;
    }

    .listing-right {
        width: calc(100% - 150px);
    }

    .listing-right .tab-pane .col-6 {
        width: 33.33%;
        flex: 0 0 33.33%;
    }

    p {
        font-size: 16px;
    }

    .offcanvas .offcanvas-body .col-6 {
        width: 25%;
    }

    .modal-sm {
        max-width: 900px;
    }

    .modal-sm .modal-header {
        padding: 30px !important;
    }

    .modal .row-cols-3>* {
        width: 20%;
    }

    .overflow-auto {
        overflow: scroll !important;
    }

    #homelocation {
        flex-direction: row;
        overflow-y: auto;
        flex-wrap: wrap;
    }

    #homelocation .offcanvas-header,
    #homelocation .offcanvas-body,
    #homelocation .offcanvas-footer {
        max-width: 50%;
        flex: 0 0 50%;
    }

    #homelocation .offcanvas-footer {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .h6,
    h6 {
        font-size: 16px;
    }

    .icofont-2x {
        font-size: 36px;
    }

    .btn {
        font-size: 17px;
    }

    .form-control {
        font-size: 18px;
    }

    .d-flex.gap-3.align-items-center.justify-content-between {
        margin: 3em 0 0;
    }

    .select-h {
        position: relative;
    }

    .select-h input[type="radio"] {
        position: absolute;
        z-index: 3;
        right: 0;
        left: 0;
        top: 0;
        border: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }

    .select-h input[type="radio"]:checked+.select-inner-h .border.rounded.d-flex {
        background: var(--orange);
        width: 100%;
    }

    .select-h .select-inner-h {
        width: 100%;
    }

    .select-h .select-inner-h h5 {
        font-size: 17px;
    }

    .select-h .select-inner-h .text-primary.ms-auto {
        /* font-size: 16px; */
    }

    .product-inner {
        display: flex;
    }

    .product-inner .item {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .btn.btn-h {
        display: none;
    }

    .pagination {
        display: flex;
        justify-content: center;
        margin: 40px 0;
    }

    .pagination .page-item {
        margin: 0 6px;
    }

    .pagination .page-item .page-link {
        width: 40px;
        height: 40px;
        padding: 0;
        border-radius: 5px !important;
        line-height: 38px;
        text-align: center;
        color: #888;
        border: 1px #eee solid;
        transition: all .5s;
    }

    .pagination .page-item.active .page-link,
    .pagination .page-item:hover .page-link {
        background: var(--orange);
        border-color: var(--orange);
        color: #fff;
    }

    .only-mobile {
        display: none !important;
    }

    .profile-h {
        display: block;
        padding: 60px 0;
    }

    .profile-h .nav.nav-tabs {
        display: block;
        background: var(--orange);
        border-radius: 10px;
        overflow: hidden;
        padding: 20px;
        padding-inline-end: 0;
        border: none !important;
    }

    .profile-h .nav.nav-tabs .nav-item {
        display: block;
    }

    .profile-h .nav.nav-tabs .nav-item .nav-link {
        padding: 20px;
        width: 100%;
        text-align: start;
        border-radius: 0;
        border-start-start-radius: 50px;
        border-end-start-radius: 50px;
        border: none !important;
        color: #fff;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        -o-align-items: center;
        font-size: 17px;
        text-transform: capitalize;
    }

    .profile-h .nav.nav-tabs .nav-item .nav-link i {
        color: #fff !important;
        width: 30px !important;
        margin-inline-end: 5px;
    }

    .profile-h .nav.nav-tabs .nav-item .nav-link.active {
        background: #f8f9fa;
        color: var(--orange);
    }

    .profile-h .nav.nav-tabs .nav-item .nav-link.active i {
        color: var(--orange) !IMPORTANT;
    }

    .profile-h .nav.nav-tabs .nav-item a {
        box-shadow: none !important;
        outline: none !important;
    }

    .profile-h .tab-content {
        padding-inline-start: 30px;
    }
}