@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");

.btn-primary {
    background-color: #5356ee !important;
}

.btn-outline-primary {
    border-color: #5356ee !important;
}

body {
    font-family: "Ubuntu", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

/* Customizing scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* For Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    font-weight: normal;
}

/* Reset anchor styles */
a {
    text-decoration: none;
    color: inherit;
}

input:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color: #dee2e6 !important;
}

/* Remove default focus outline for mouse users */
:focus:not(:focus-visible) {
    outline: none;
}

.fs-7 {
    font-size: 14px;
}

.fs-8 {
    font-size: 12px;
}

.fs-9 {
    font-size: 10px;
}

.stroke-2 {
    stroke-width: 2px;
}

.stroke-3 {
    stroke-width: 3px;
}

.text-truncate-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-truncate-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

header {
    z-index: 10;
}

header .dropdown-toggle::after {
    display: none;
}

/* 
header .input-group {
  max-width: 300px;
} */

header .input-group .input-group-text {
    background-color: transparent;
    border-radius: 2rem;
    border: none;
}

header .input-group input {
    border-radius: 0px 2rem 2rem 0px;
    border: none;
}

header .location-dropdown .dropdown-toggle {
    max-width: 300px;
}

header .location-dropdown .dropdown-menu {
    max-width: 300px;
}

header .location-dropdown .list-group {
    max-height: 300px;
    overflow-y: auto;
}

header .location-dropdown .list-group li {
    border: 0;
}

header .location-dropdown .list-group li:hover {
    color: #005bf1;
    cursor: pointer;
}

.icon-circle i[data-feather] {
    stroke-width: 2;
}

.icon-circle svg {
    width: 30px;
    height: 30px;
}

.quantity-selector .btn {
    width: 40px;
    height: 40px;
    padding: 0.25rem 0.5rem;
}

.quantity-selector .form-control {
    max-width: 50px;
    height: 40px;
    text-align: center;
    -moz-appearance: textfield;
    appearance: textfield;
}

.quantity-selector .form-control::-webkit-outer-spin-button,
.quantity-selector .form-control::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product-card .rating-star {
    fill: #ffc107;
    stroke: #ffc107;
}

.product-card .product-card-image {
    overflow: hidden;
}

.product-card .product-card-image img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.product-card .favorite-btn {
    position: absolute;
    top: 5px;
    z-index: 1;
    height: unset;
    width: unset;
    right: 5px;
    left: unset;
}

.product-card .favorite-btn .btn-check+.btn svg {
    opacity: 0;
}

.product-card .favorite-btn .btn-check:checked+.btn svg {
    opacity: 1;
    fill: #ff4d4d;
    stroke: #ff4d4d;
}

.product-card:hover .product-card-image img {
    -webkit-transform: rotate(5deg) scale(1.1);
    transform: rotate(5deg) scale(1.1);
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
}

.product-card:hover .favorite-btn .btn-check+.btn svg {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.category-slider {
    position: -webkit-sticky;
    position: sticky;
    top: 87px;
    z-index: 2;
    background-color: #fff;
}

.category-slider>.container-xl::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 2;
}

.category-slider>.container-xl::after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 2;
}

.category-slider .swiper {
    overflow: visible;
}

.category-slider .swiper-button-prev-category-nav {
    position: absolute;
    left: 0px;
    top: 6px;
    z-index: 10;
    background-color: #fff !important;
}

.category-slider .swiper-button-next-category-nav {
    position: absolute;
    right: 0px;
    top: 6px;
    z-index: 10;
    background-color: #fff !important;
}


.category-slider .swiper-button-disabled {
    opacity: 0.4;
}

.category-slider .category-nav-swiper .swiper-slide {
    width: auto;
}

.category-slider .category-nav-swiper .swiper-button-next-category-nav {
    right: 0;
}

.category-slider .category-nav-swiper .category-item {
    font-family: "Libre Franklin", sans-serif;
    cursor: pointer;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    padding: 10px 0px;
}

.category-slider .category-nav-swiper .category-item.show {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #005bf1;
    border-bottom: 4px solid #005bf1;
}

.category-slider .dropdown-menu {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.06);
    z-index: 1000;
    border-radius: 8px;
    /* min-width: 1100px; */
    min-width: 900px;
    padding: 24px;
    border: none;
}

.profile-icon .dropdown-menu {
    transform: translateX(-100px)
}

@media (max-width: 1080px) {
    .category-slider .dropdown-menu {
        min-width: 800px;
    }
}


.category-slider .dropdown-menu .dropdown-item {
    padding: 10px;
    color: #6c757d;
    background-color: transparent;
}

.category-slider .dropdown-menu .dropdown-item:hover {
    color: #005bf1;
}

footer {
    background-color: #f8f9fa;
}

footer .list-unstyled a {
    font-size: 14px;
}

footer .list-unstyled a:hover {
    color: #005bf1;
}

.chosen-container {
    font-size: 16px;
    width: auto !important;
}

.chosen-container .chosen-single {
    border-color: #dee2e6;
    background: #fff !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    height: 36px;
    line-height: 33px;
}

.chosen-container .chosen-single div b {
    background-image: url("../images/icons/chevron-down.svg") !important;
    background-repeat: no-repeat;
    background-position: -4px 9px !important;
    background-size: 16px !important;
}

/*# sourceMappingURL=style.css.map */

.rounded-search {
    background-color: #f5f5f5;
    border-radius: 50px;
    padding: 0.5rem;
    border: 1px solid #ddd;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.rounded-search .form-control {
    border-radius: 50px 0 0 50px;
    background-color: transparent;
    border: none;
    padding-left: 1rem;
    outline: none;
}

.rounded-search .input-group-text {
    border-radius: 0 50px 50px 0;
    background-color: transparent;
    display: flex;
    align-items: center;
}

.rounded-search .input-group-text i {
    color: #666;
}

.rounded-search:focus-within {
    background-color: white;
}

.rounded-search .form-control:focus {
    outline: none;
    box-shadow: none;
}

.rounded-search .form-control::placeholder {
    color: #c5c5c5;
}

.subcategory {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
    cursor: pointer;
}

.subcategory:hover {
    color: #007bff;
}

.dropdown-item {
    font-size: 14px;
    color: #333;
    padding: 8px 0;
    display: block;
    text-decoration: none;
    transition: color 0.3s ease;
}

.dropdown-item.active-sub-category {
    background-color: #f8f9fa !important;
}

.dropdown-menu .row {
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
}

.category-list .all-category-item {
    font-size: 14px;
}

.category-slider .dropdown-menu .subcategory-list .dropdown-item,
.category-slider .dropdown-menu .sub-subcategory-list .dropdown-item {
    color: #000;
}

.category-column {
    border-right: 1px solid #f0f0f0;
    margin-right: 20px;
}

.all-category-item.view-all,
.dropdown-item.view-all {
    color: #007bff;
    margin-bottom: 40px;
}

.dropdown-item.view-all:hover {
    color: #0056b3;
}

.all-category-item.active-category {
    background-color: #f8f9fa;
}

.social-btn {
    width: 50px;
    padding: 0;
}

.social-btn i {
    font-size: 20px;
    height: 50px;
    line-height: 50px;
}

.input-group>.form-control,
.input-group>.form-select,
.input-group>.form-floating {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.input-group>.form-control:focus,
.input-group>.form-select:focus,
.input-group>.form-floating:focus-within {
    z-index: 5;
}

input[type="tel"]::placeholder {
    font-size: 15px;
}

.auth-block {
    width: 40%;
    max-width: 100%;
    margin-left: auto;
}

@media (max-width: 1200px) {
    .auth-block {
        width: 50%;
    }
}

@media (max-width: 985px) {
    .auth-block {
        width: 60%;
    }
}

@media (max-width: 768px) {
    .auth-block {
        width: 100%;
    }
}

.login-register-page-image {
    align-self: start;
    width: 50%;
}

.login-register-image-desktop {
    margin-top: 110px;
}

.login-register-page-image img {
    align-items: center;
}

@media (max-width: 770px) {
    .login-register-page-image {
        display: none;
    }
    .swiper-slide img {
        height: 220px !important;
    }
}

@media (min-width: 770px) {
    .login-register-image-mobile {
        display: none;
    }
}


.otp-input-group {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

.otp-input-wrapper {
    position: relative;
    width: 40px;
}

.otp-input,
.registerotp {
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 1.2rem;
    border: none;
    border-bottom: 2px solid #ced4da;
    border-radius: 0;
    background: transparent;
}

.otp-input:focus,
.registerotp:focus {
    outline: none;
    border-bottom-color: var(--bs-purple);
}

.otp-info {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.otp-timer {
    color: #6c757d;
}

.otp-resend {
    cursor: pointer;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent !important;
}

#mobile-number-login {
    width: 100% !important;
}

.iti {
    width: 100% !important;
}

.iti__selected-flag {
    border-right: 1px solid #ccc;
    padding-right: 10px;
}

#sendotpbutton {
    text-decoration: none;
}

.list-group-item {
    font-size: 0.875rem;
    cursor: pointer;
}

.list-group-item:hover {
    background-color: #f8f9fa;
}

.featured-tag {
    background-color: var(--bs-secondary);
    color: white;
    font-size: 0.7rem;
    font-weight: bold;
    border-bottom-right-radius: .75rem;
    padding: .25rem 1rem;
    position: absolute;
    z-index: 2;
    width: auto;
    height: 1.5rem;
}

.btn-close {
    font-size: 14px;
    color: #888;
}

.seller-profile .stats-container {
    white-space: nowrap;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
}

.seller-profile .stars {
    color: #ffc107;
    font-size: 14px;
}

.seller-profile .stats-text {
    color: #545563;
    font-size: 14px;
}

.seller-profile .stats-label {
    color: #83859c;
    font-size: 14px;
}

.seller-profile .stats-divider {
    color: #c7c8d2;
}

.details-label {
    min-width: 100px;
}

.map-container {
    width: 100%;
}

.map-iframe {
    border: 0;
    width: 100%;
    height: 250px;
}

@media (min-width: 768px) {
    .map-iframe {
        height: 300px;
    }
}

.offcanvas {
    transition: transform 0.5s ease-in-out;
}

.offcanvas.offcanvas-start,
.offcanvas.offcanvas-end {
    width: 95%;
}

.btn-close:focus {
    box-shadow: none;
}

.swiper.mySwiper {
    height: 83%;
}

.swiper-button-next,
.swiper-button-prev {
    width: 35px !important;
    height: 35px !important;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin: 0 10px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 15px !important;
    color: #333;
}

.swiper-button-prev {
    left: 5px;
}

.swiper-button-next {
    right: 5px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.mainSwiper {
    position: relative;
}

.mainSwiper .swiper-button-next,
.mainSwiper .swiper-button-prev {
    z-index: 10;
}

.filter-section {
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 1rem;
}

.filter-header {
    cursor: pointer;
    padding: 0 0 1rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filter-content {
    padding: 0 0 1rem 0;
}

.filter-option {
    display: flex;
    align-items: center;
    margin: 0.5rem 0;
}

.filter-sidebar {
    background-color: white;
    padding: .5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.chevron-icon {
    transition: transform 0.3s ease;
}

.chevron-icon.rotate {
    transform: rotate(90deg);
}

.products-container {
    margin-top: 0;
}

.tag {
    white-space: nowrap;
    font-size: 0.875rem;
}

.form-select:focus {
    box-shadow: none;
    border-color: gray;
}

.breadcrumb .fs-responsive {
    font-size: 0.875rem;
}

@media (min-width: 768px) {
    .breadcrumb .fs-responsive {
        font-size: 1rem;
    }
}

.price-input {
    width: 50px;
}

@media (max-width: 767.98px) {
    .price-input {
        width: 35px;
    }

    .mobile-filter-btn {
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    .filter-sidebar {
        position: fixed;
        top: 0;
        right: -100%;
        width: 90%;
        height: 100vh;
        z-index: 1050;
        /* padding: 1rem; */
        transition: right 0.3s ease-in-out;
        overflow-y: auto;
        padding-bottom: calc(20px + env(safe-area-inset-bottom));
    }

    .filter-sidebar.show {
        right: 0;
    }

    .mobile-overlay {
        position: fixed;
        /* Make sure it's fixed */
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        /* Cover full viewport height */
        background: rgba(0, 0, 0, 0.5);
        /* Semi-transparent background */
        display: none;
        /* Hidden by default */
        z-index: 1049;
        /* Behind the sidebar */
    }

    .mobile-overlay.show {
        display: block;
        /* Show overlay */
    }

    .mobile-filter-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid #dee2e6;
    }

    .col-md-3.filter-sidebar {
        display: none;
    }
}

@media (max-width: 768px) {
    .icons-wrapper .btn i {
        font-size: 1rem;
    }
}

@media (min-width: 992px) {

    .icons-wrapper .btn i,
    .icons-wrapper .btn span {
        font-size: 1.25rem;
    }
}

.carousel-container {
    display: flex;
    max-width: 800px;
}

.thumbnails {
    display: flex;
    flex-direction: column;
    margin-right: 10px;
    width: 80px;
    max-height: 500px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow-y: auto;
}

.thumbnails img {
    width: 100%;
    min-height: 80px;
    max-height: 80px;
    object-fit: cover;
    margin-bottom: 10px;
    cursor: pointer;
}

.thumbnails img:hover,
.thumbnails img.selected {
    border-color: #007bff;
}

.main-image {
    position: relative;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-image img {
    width: 100%;
    height: 500px;
    object-fit: contain;
}

.arrow {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    font-size: 24px;
    cursor: pointer;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    border-radius: 50%;
}

.arrow-left {
    left: 10px;
}

.arrow-right {
    right: 10px;
}

@media (max-width: 768px) {
    .main-image img {
        height: 450px;
    }

    .thumbnails {
        display: flex;
        flex-direction: column;
        margin-right: 10px;
        width: 60px;
        max-height: 450px;
    }

    .thumbnails img {
        width: 100%;
        min-height: 60px;
        max-height: 60px;
        margin-bottom: 10px;
        cursor: pointer;
    }

    .arrow {
        width: 20px !important;
        height: 20px !important;
        font-size: 10px !important;
    }
}

@media (max-width: 438px) {
    .main-image img {
        height: 280px !important;
    }

    .thumbnails {
        max-height: 280px;
    }
}

.errorMessagevalue {
    color: red;
    font-size: 14px;
}

.successMessagevalue {
    color: green;
    font-size: 14px;
}

.share-buttons-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.share-list {
    display: flex;
    flex-direction: row;
}


.share-list a img {
    width: 100%;
    height: 100%;
    filter: invert(100%);
}

.share-list a {
    border-radius: 100px;
    width: 50px;
    height: 50px;
    padding: 7px;
    margin: 10px;
    cursor: pointer;
    overflow: hidden;
}

a.fb-h {
    background: #3B5998;
}

a.tw-h {
    background: #00acee;
}

a.li-h {
    background: #0077B5;
}

a.re-h {
    background: #FF5700;
}

a.pi-h {
    background: #c8232c;
}

.delete-product-button {
    /* position: absolute; */
    top: 0px;
    right: 0px;
    background-color: red;
    color: white;
    border: none;
    padding: 5px 10px;
    font-size: 11px;
    border-radius: 25px;
    /* cursor: pointer; */
    margin: 10px;
}

.scroller {
    overflow: auto;
    height: 500px;
}

.chatfile-download {
    margin-top: 5px;
    padding: 3px;
    font-size: 16px;
    font-weight: 700;
}

.chatfile-upload {
    width: auto;
    height: 200px;
}

.image-product-container {
    display: flex;
    flex-wrap: wrap;
}

.image-product-item {
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
}

.image-product-item img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 4px;
}

.strikethrough {
    text-decoration: line-through;
    color: #6a6f73;
}

.cursor-not-allowed {
    cursor: not-allowed;
}

.author-preview-head {
    border-radius: 100%;
    border: 1px solid var(--rentysa-gray-200);
    overflow: hidden;
}

.location-mobile {
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1050;
    width: 300px;
    display: none;
    border-radius: 8px;
    padding: 15px;
    position: fixed !important;
}

.rotate {
    transform: rotate(90deg);
    transition: transform 0.3s ease;
}

.map-pin {
    width: 16px !important;
    height: 16px !important;
    font-size: 16px !important;
    min-width: 16px;
    min-height: 16px;
}


.address-for-btn {
    padding-block: .25rem;
    padding-inline: .5rem;
    border: 2px solid var(--bs-secondary);
    border-radius: .5rem;
    background: white;
}

.address-for-btn.selected {
    border: 2px solid #77B2A3ff;
    color: #77B2A3ff;
}