/* @import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Quicksand:wght@300..700&display=swap");
body {
    font-family: "Lato", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.product-text {
    font-family: "Quicksand", sans-serif;
}

.page-content {
    margin-top: 100px;
}

footer {
    padding-top: 50px;
    background-color: #2d88ff;
    margin-top: 90px;
    color: #ffff;
    text-shadow: 0 0 black;
    font-weight: 300;
}

footer p {
    font-weight: 300;
    color: #ffff;
    text-shadow: 1px 1px black;
}

footer li {
    font-weight: 100;
    font-size: 16px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 10px;
}

.form-control {
    background-color: #f3f3f3;
}

.navbar-store {
    padding-top: 15px;
}

@media (max-width: 991.98px) {
    .navbar-store {
        background-color: #ffffff !important;
    }
}

@media (min-width: 992px) {
    .navbar-store .nav-item .nav-link {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.navbar-store .profile-picture {
    max-height: 45px;
}

.navbar-store .card-bage {
    display: inline-block;
    min-width: 2em;
    padding: 0.3em;
    border-radius: 50%;
    font-size: 10px;
    text-align: center;
    background: #057bff;
    color: #fefefe;
    margin-left: -10px;
}

.navbar-store .form-inline {
    margin-right: 150px;
}

.navbar-store .form-inline .input-search {
    width: 50vh;
    border-radius: 50px;
}

.navbar-store .form-inline button {
    margin-left: -50px;
    background-color: transparent;
}

.navbar-fixed-top.scrolled {
    background-color: #ffffff !important;
    -webkit-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}

.page-home h5 {
    margin-bottom: 15px;
}

.page-home .store-trend-categories {
    margin-top: 30px;
}

.page-home .store-new-product {
    margin-top: 10px;
}

.page-details h5 {
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: #0c0d36;
}

.page-details .store-gallery {
    margin-top: 20px;
}

.page-details .store-gallery img {
    border-radius: 10px;
}

.page-details .store-gallery .thumbnail-image {
    margin-bottom: 20px;
    border: 2px solid transparent;
}

.page-details .store-gallery .thumbnail-image:hover,
.page-details .store-gallery .thumbnail-image.active {
    border: 2px solid #ff7158;
}

.page-details .store-heading {
    margin-bottom: 10px;
}

.page-details .store-heading h1 {
    font-family: "Quicksand", sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 3.4rem;
    color: #253d4e;
    margin-bottom: 0px;
}

.page-details .store-heading .owner {
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #979797;
    margin-bottom: 8px;
}

.page-details .store-heading .price {
    font-family: "Quicksand", sans-serif;
    font-size: 4.15rem;
    font-weight: 700;
    line-height: 4.15rem;
    color: #2d88ff;
    margin-bottom: 10px;
}
.page-details .store-heading .additional-info {
    font-size: 16px;
    color: #7e7e7e;
}
.page-details .store-heading .additional-info span {
    color: #2d88ff;
}
.page-details .store-heading .desc {
    color: #7e7e7e;
    font-family: Lato;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
}

.page-details .store-heading input {
    width: 95px;
    border-bottom: #979797 solid 1px;
    border-top: none;
    border-left: none;
    border-right: none;
}

@media (max-width: 991.98px) {
    .page-details .store-heading input {
        width: 60px;
    }
}

.page-details .store-description {
    font-weight: normal;
    font-size: 16px;
    line-height: 180%;
    color: #525252;
}

.page-details .store-review .media img {
    max-width: 50px;
}

.page-details .store-review .media-body {
    font-weight: normal;
    font-size: 16px;
    line-height: 180%;
    color: #525252;
    margin-bottom: 20px;
}

.page-details .store-review .media-body h5 {
    font-weight: 500;
    font-size: 16px;
    color: #0c0d36;
}

.store-cart .desc {
    color: #7E7E7E;
}
.store-cart h2 {
    font-size: 16px;
    color: #0c0d36;
    font-weight: 600;
    margin-top: 18px;
}

.store-cart .product-title {
    font-size: 18px;
    /* margin-top: 15px; */
    color: #0c0d36;
}

.store-cart .product-subtitle {
    font-size: 14px;
    color: #979797;
}

.store-cart .table-cart thead tr {
    border-radius: 8px;
    background-color: #ececec;
}
/* .store-cart .table-cart td {
    padding: 4px;
} */
.store-cart .table-cart thead tr th {
    background-color: transparent;
}
/* .store-cart .table-cart {
    margin-left: -15px;
    margin-right: -15px;
} */

.store-cart .table-cart th {
    font-weight: 700;
}

.store-cart .table-cart .cart-image {
    border-radius: 8px;
    max-height: 85px;
}

.store-cart .table-cart .btn-remove-cart {
    /* margin-top: 18px; */
    color: #fff;
    background-color: #fc5e84;
    border-color: transparent;
}

.store-cart .table-cart .btn-remove-cart:hover {
    color: #fff;
    background-color: #fb3867;
    border-color: rgba(0, 0, 0, 0);
}

.store-cart .table-cart .btn-remove-cart:focus,
.store-cart .table-cart .btn-remove-cart.focus {
    color: #fff;
    background-color: #fb3867;
    border-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.store-cart .table-cart .btn-remove-cart.disabled,
.store-cart .table-cart .btn-remove-cart:disabled {
    color: #fff;
    background-color: #fc5e84;
    border-color: transparent;
}

.store-cart .table-cart .btn-remove-cart:not(:disabled):not(.disabled):active,
.store-cart .table-cart .btn-remove-cart:not(:disabled):not(.disabled).active,
.show > .store-cart .table-cart .btn-remove-cart.dropdown-toggle {
    color: #fff;
    background-color: #fb2c5e;
    border-color: rgba(0, 0, 0, 0);
}

.store-cart
    .table-cart
    .btn-remove-cart:not(:disabled):not(.disabled):active:focus,
.store-cart
    .table-cart
    .btn-remove-cart:not(:disabled):not(.disabled).active:focus,
.show > .store-cart .table-cart .btn-remove-cart.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.page-success .row-login {
    min-height: 75vh;
}

.page-success .section-success h2 {
    font-size: 28px;
    font-weight: 200;
    color: #0c0d36;
    margin-top: 0;
}

.page-success .section-success .btn-signup {
    color: #212529;
    background-color: #f3f3f3;
    border-color: transparent;
    color: #bbbbbb;
}

.page-success .section-success .btn-signup:hover {
    color: #212529;
    background-color: #e0e0e0;
    border-color: rgba(0, 0, 0, 0);
}

.page-success .section-success .btn-signup:focus,
.page-success .section-success .btn-signup.focus {
    color: #212529;
    background-color: #e0e0e0;
    border-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.page-success .section-success .btn-signup.disabled,
.page-success .section-success .btn-signup:disabled {
    color: #212529;
    background-color: #f3f3f3;
    border-color: transparent;
}

.page-success .section-success .btn-signup:not(:disabled):not(.disabled):active,
.page-success .section-success .btn-signup:not(:disabled):not(.disabled).active,
.show > .page-success .section-success .btn-signup.dropdown-toggle {
    color: #212529;
    background-color: #dadada;
    border-color: rgba(0, 0, 0, 0);
}

.page-success
    .section-success
    .btn-signup:not(:disabled):not(.disabled):active:focus,
.page-success
    .section-success
    .btn-signup:not(:disabled):not(.disabled).active:focus,
.show > .page-success .section-success .btn-signup.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.page-auth .row-login {
    min-height: 70vh;
}

.page-auth .section-store-auth h2 {
    font-weight: 200;
    font-size: 28px;
    color: #0c0d36;
    margin-top: 0;
}

.page-auth .section-store-auth .form-control {
    border-radius: 8px;
    background: #f3f3f3;
}

.page-auth .section-store-auth .btn-signup {
    color: #212529;
    background-color: #f3f3f3;
    border-color: transparent;
    color: #bbb;
}

.page-auth .section-store-auth .btn-signup:hover {
    color: #212529;
    background-color: #e0e0e0;
    border-color: rgba(0, 0, 0, 0);
}

.page-auth .section-store-auth .btn-signup:focus,
.page-auth .section-store-auth .btn-signup.focus {
    color: #212529;
    background-color: #e0e0e0;
    border-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.page-auth .section-store-auth .btn-signup.disabled,
.page-auth .section-store-auth .btn-signup:disabled {
    color: #212529;
    background-color: #f3f3f3;
    border-color: transparent;
}

.page-auth .section-store-auth .btn-signup:not(:disabled):not(.disabled):active,
.page-auth .section-store-auth .btn-signup:not(:disabled):not(.disabled).active,
.show > .page-auth .section-store-auth .btn-signup.dropdown-toggle {
    color: #212529;
    background-color: #dadada;
    border-color: rgba(0, 0, 0, 0);
}

.page-auth
    .section-store-auth
    .btn-signup:not(:disabled):not(.disabled):active:focus,
.page-auth
    .section-store-auth
    .btn-signup:not(:disabled):not(.disabled).active:focus,
.show > .page-auth .section-store-auth .btn-signup.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.page-dashboard #page-content-wrapper {
    background: #f5f7fb;
    min-width: 100vh;
    min-height: 100vh;
}

.page-dashboard #sidebar-wrapper {
    margin-top: 60px;
    min-height: 100vh;
    margin-left: -15rem;
    -webkit-transition: margin 0.25s ease-out;
    transition: margin 0.25s ease-out;
}

.page-dashboard #sidebar-wrapper .sidebar-heading {
    padding: 0.875rem 1.25rem;
    font-size: 1.2rem;
}

.page-dashboard #sidebar-wrapper .list-group {
    width: 15rem;
}

.page-dashboard #wrapper.toggled #sidebar-wrapper {
    margin-left: 0;
}

.page-dashboard .navbar-store {
    margin-top: 0;
    background-color: #f5f5fb;
    -webkit-box-shadow: 0px 4px 5px #cacad1;
    box-shadow: 0px 4px 5px #cacad1;
}

@media (min-width: 768px) {
    .page-dashboard .navbar-store {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.page-dashboard .list-group-item {
    border: 0;
    font-size: 16px;
    color: #c5c5c5;
}

.page-dashboard .list-group-item.active {
    background: -webkit-gradient(
        linear,
        right top,
        left top,
        color-stop(2%, #83b9ff),
        to(rgba(255, 255, 255, 0))
    );
    background: linear-gradient(
        270deg,
        #83b9ff 2%,
        rgba(255, 255, 255, 0) 100%
    );
    border-right: 4px solid #2d88ff;
    color: #0c0d36;
}

@media (min-width: 768px) {
    .page-dashboard #sidebar-wrapper {
        margin-left: 0;
        margin-top: 0;
    }
    .page-dashboard #page-content-wrapper {
        min-width: 0;
        width: 100%;
    }
    .page-dashboard #wrapper.toggled #sidebar-wrapper {
        margin-left: -15rem;
    }
}

.page-dashboard .section-content {
    margin-top: 15%;
}

@media (min-width: 768px) {
    .page-dashboard .section-content {
        margin-top: 100px;
        margin-left: 20px;
    }
}

@media (min-width: 992px) {
    .page-dashboard .section-content {
        margin-top: 20px;
        margin-left: 20px;
    }
}

.page-dashboard .section-content h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #0c0d36;
}

.page-dashboard .section-content .dashboard-title {
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
    color: #0c0d36;
}

.page-dashboard .section-content .dashboard-subtitle {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #9191a9;
}

.page-dashboard .section-content .product-title {
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #c5c5c5;
}

.page-dashboard .section-content .product-subtitle {
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #0c0d36;
    margin-bottom: 20px;
}

.page-dashboard .section-content .nav-pills .nav-link {
    font-size: 18px;
    font-weight: normal;
    color: #9191a9;
    border-radius: 0;
}

.page-dashboard .section-content .nav-pills .nav-link.active {
    font-weight: 500;
    font-size: 18px;
    color: #0c0d36;
    border-bottom: 2px solid #0c0d36;
    background: none;
}

.page-dashboard .section-content .gallery-container .delete-galery {
    display: block;
    position: absolute;
    top: -10px;
    right: 0;
}

.component-categories {
    /* background: #f4f4f4; */
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 5px 10px 5px 10px;
    margin-bottom: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    height: 180px;
    width: 120px;
}

.component-categories:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    text-decoration: none;
}
.component-categories .component-categories-img-wrapper img {
    height: 80px;
    width: 100%;
    overflow: hidden;
}

.component-categories .categories-text {
    font-size: 16px;
    /* line-height: 27px; */
    text-align: center;
    color: #0c0d36;
    font-weight: normal;
    margin-top: 12px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* Limits the text to 2 lines */
    overflow: hidden;
    text-overflow: ellipsis;
    /* For cross-browser support */
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-line-clamp: 2;
    display: -ms-box;
    -ms-box-orient: vertical;
    -ms-line-clamp: 2;
    display: box;
    box-orient: vertical;
    line-clamp: 2;
    height: 3em; /* 1.5em height for each line assuming 1.5 line-height */
    transition: height 0.3s ease; /* Smooth transition for height */
}

.component-products {
    margin-bottom: 20px;
    text-decoration: none;
}

.component-products:hover {
    text-decoration: none;
}

.component-products .products-thumbnail {
    width: 100%;
    height: 150px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.component-products .products-thumbnail:hover .products-image,
.component-products .products-thumbnail:focus .products-image {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.component-products .products-thumbnail .products-image {
    width: 100%;
    height: 100%;
    background-color: #ddd;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.component-products .product-category-text {
    font-weight: normal;
    font-size: 0.75rem;
    color: #adadad;
    margin-top: 12px;
}
.component-products .product-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* Limits the text to 2 lines */
    overflow: hidden;
    text-overflow: ellipsis;
    /* For cross-browser support */
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-line-clamp: 2;
    display: -ms-box;
    -ms-box-orient: vertical;
    -ms-line-clamp: 2;
    display: box;
    box-orient: vertical;
    line-clamp: 2;
    font-weight: normal;
    font-size: 1.125rem;
    color: #0c0d36;
    /* margin-top: 12px; */
}

.component-products:hover .product-text {
    -webkit-line-clamp: unset; /* Removes the line clamping */
    -moz-line-clamp: unset;
    -ms-line-clamp: unset;
    line-clamp: unset;
}
.component-products .product-price {
    font-weight: 500px;
    font-size: 16px;
    color: #ff7158;
}

.component-products .add-cart {
    margin-top: 12px;
}

.store-breadcrumbs .breadcrumb {
    background: transparent;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* .store-breadcrumbs .breadcrumb-item + .breadcrumb-item::before {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
} */

.store-breadcrumbs .breadcrumb-item.active {
    font-weight: 300;
    color: #0c0d36;
}

.store-breadcrumbs a {
    color: var(--bs-primary);
}

.store-breadcrumbs a:hover {
    text-decoration: none;
}

.card {
    background: #fefefe;
    -webkit-box-shadow: 0px 4px 15px #e7f1fb;
    box-shadow: 0px 4px 15px #e7f1fb;
    border-radius: 8px;
    /* border: none; */
    text-decoration: none !important;
}

.category-list-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /* Limits the text to 1 lines */
    overflow: hidden;
    text-overflow: ellipsis;
    /* For cross-browser support */
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-line-clamp: 1;
    display: -ms-box;
    -ms-box-orient: vertical;
    -ms-line-clamp: 1;
    display: box;
    box-orient: vertical;
    line-clamp: 1;
}
a:hover .category-list-text {
    display: unset;
}

.banner-footer {
    margin-top: 90px;
}
.banner-footer-title {
    font-family: Quicksand;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    text-align: left;
}

.banner-footer-desc {
    font-family: Lato;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}
.banner-footer-img {
    width: 634.39px;
}
@media (max-width: 1200px) {
    .banner-footer-title {
        font-family: Quicksand;
        font-size: 32px;
        font-weight: 700;
        line-height: 48px;
        text-align: left;
    }

    .banner-footer-desc {
        font-family: Lato;
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
    }
    .banner-footer-img {
        width: 100%;
    }
}

.store-heading .desc.trim {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6; /* Limits the text to 6 lines */
    overflow: hidden;
    text-overflow: ellipsis;
    /* For cross-browser support */
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-line-clamp: 6;
    display: -ms-box;
    -ms-box-orient: vertical;
    -ms-line-clamp: 6;
    display: box;
    box-orient: vertical;
    line-clamp: 6;
}
