#logo-header {
    min-width: 170px;
    width: 80%;
    max-width: 270px;
}

#logo-footer {
    min-width: 100px;
    width: 80%;
    max-width: 200px;
}

.center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.center-a {
    display: flex;
    align-items: center;
}

.search-reponsive-sm {
    display: none;
}

.search-reponsive-md {
    display: block;
}

@media (max-width: 992px) {

    .search-reponsive-sm {
        display: block;
    }

    .search-reponsive-md {
        display: none;
    }
}

/* ----------------------------------------- updated css below-------------------------------------------------- */
.make-offer {
    border-radius: 10px;
    padding: 5px 20px;
    color: #25a037;
    margin-top: 1px;
    background-color: #ffffff;
    border: 2px solid #25a037;
}


.add-cart {
    border-radius: 10px;
    padding: 5px 20px;
    color: white;
    background-color: #25a037;
}

.list-img-1>img,
.list-img-1>iframe {
    width: 100% !important;
    border-radius: 10px;
}


.list-img>img,
.list-img>iframe {
    border-radius: 10px;
    width: 100px;
    height: 100px;
    border: 1px solid #ccc;
}

.list-details-div>.list-items {

    padding: 2px 10px;
    background: #f2f2f2;
    margin: 5px 2px;
    display: inline-block;

}

/* ----------------------------------------- hearder-Elements-------------------------------------------------- */


@media screen and (max-width:470px) {

    .header-space {
        max-width: 2px;
    }
}

/* ----------------------------------------- Card-Elements-------------------------------------------------- */
.poster-card{
    /* flex: 0 0 auto;
  /* width: 45%; */
  /* max-width: 175px; */
  min-width: 120px;
}
.card-title-head,
.card-title-sub {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-title-price {
    font-size: 15px;
}

@media screen and (max-width:768px) {

    .card-title-head {
        font-size: 14px;
    }

    .card-title-sub {
        font-size: 11px;
    }

    .card-title-price {
        font-size: 13px;
    }
}
/* ----------------------------------------- Input-Elements-------------------------------------------------- */

/* ------------------------------------------------------------------------------------------------------- */

.table {
    font-size: 12px;

}

.table>thead>tr>th {
    font-size: 12px;
    font-weight: 500;

}

.table>thead>tr>th {
    font-size: 16px;
    font-weight: 500;

}


#myTab>li>.active {
    background-color: #f6f6f6;
    color: black;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 0px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}



.nav-tabs {
    border-bottom: 0px solid #dee2e6;
}


body {
    background-color: white;
}

.nav>li {
    padding: 0px;
}

.nav>li>p {
    color: #383838;
}

.input-group-with-icon>span {
    color: #383838;
    /* background-color: white; */
    border-right: 0px solid white;
}

.input-group-with-icon>input {
    color: #383838;
    background-color: white;
    border-left: 0px solid white;
}

.bg-them-blue {
    background-color: var(--gp-b1);
    color: white;
}

.bg-border-grey {
    border: 1px solid #cacaf9;
}

.text-them-blue {
    color: var(--gp-b1);
}

.mbl-ul> {
    padding: 10px 1px;
}

.mbl-ul>li {
    padding: 1px 15px;
}

.mbl-ul>li>a>i {
    padding: 1px 15px;
    font-size: 18px;
}

.mbl-ul>li>a>span {
    font-size: 18px;
}

p {
    margin-top: 0;
    margin-bottom: 0rem;
}

.list-group-item {
    border: 0px blue;
}

.form-control,
.input-group-text {
    border-radius: 0px;
}

.nav-menu-list>ul>li {
    font-size: 15px;
    font-weight: 500;
}

.carousel-indicators>li {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
}

.gems-row {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.gems-row>p {
    padding: 10px
}


.top-head-nav>.col-md-12 {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-top: var(--bs-gutter-y);
}

@media (max-width: 768px) {
    .col-lg-6>div>p {
        width: 100%;
        overflow-wrap: break-word;
    }
}

@media (min-width: 799px) {
    .mobile-menu {
        display: none;
    }
}

/* Hide the web menu on screens equal to or smaller than sm */
@media (max-width: 800px) {
    .web-menu {
        display: none;
    }
}

body {
    background-color: white;
}

@media (min-width: 799px) {
    .carousel-div {
        height: 340px;
    }

    .home-image-div>.home-on-con {
        position: absolute;
        top: 10px;
        /* left: 10px; */
        display: flex;
        justify-content: center;
        width: 100%;
        height: 100%;
        padding: 10px 30px;
        flex-direction: column;
    }

    .home-image-div>.home-on-con>h1 {
        font-size: 40px;
        font-weight: 700;
    }

    .home-image-div>.home-on-con>p {
        font-size: 25px;
        font-weight: 700;
    }

    .home-image-div,
    .carousel-inner {
        height: 100%;
        width: 100%;
    }

    .home-image-div>img {
        width: 100%;
    }

    .cat-text-2 {
        font-weight: 500;
        font-size: 20px;
    }

    .nav-footer-ul {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
    }

    .nav-footer-ul>span {
        padding: 2px 10px;
    }

}

/* Hide the web menu on screens equal to or smaller than sm */
@media (max-width: 800px) {
    .carousel-div {
        height: 250px;
        width: 100%;
    }

    .social-media-list {
        list-style: none;
        padding: 0;
        display: flex;
        justify-content: flex-start;
    }

    .home-image-div>.home-on-con {
        position: absolute;
        top: 10px;
        /* left: 10px; */
        display: flex;
        justify-content: center;
        width: 100%;
        height: 100%;
        padding: 10px 30px;
        flex-direction: column;
    }

    .home-image-div>.home-on-con>h1 {
        font-size: 23px;
        font-weight: 700;
    }

    .home-image-div>.home-on-con>p {
        font-size: 20px;
        font-weight: 700;
    }

    .home-image-div,
    .carousel-inner {
        height: 100%;
        width: 100%;
    }
   

    .home-image-div>img {
        height: 100%;
        width: 100%;

    }

    .footer-logo {
        text-align: center;
    }

    .footer-social-media>li {
        text-align: center;
    }

    .carousel-container-div,
    .carousel-container-div>.row,
    .carousel-container-div>.col-md-12,
    .carousel-container-div>.col-md-12>.carousel,
    .carousel-container-div>.row>.col-md-12 {
        padding: 0px !important;
        margin: 0px !important;
    }

    .cat-text-2 {
        font-weight: 500;
        font-size: 16px;
    }


    .positive-negative-div>span>i {
        background-color: #ffffff !important;
    }

    .positive-negative-div>span {
        font-size: 12px ;    }
    .positive-negative-div>.text-end {
        text-align: start !important;    }

}

.nav-footer-ul,
.nav-footer-ul>li {
    background-color: #1b5085;
    color: white;
}


.social-media-list {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: end;

}

.social-media-list+p {
    text-align: end;

}

.badge-orange {

    font-size: 10px;
    color: white;
    background: #f89621;
    position: absolute;
    padding: 2px 5px;
    border-radius: 2px;
    top: 10px;
    right: 10px;
}

.badge-gray {
    font-size: 10px;

    color: rgb(255, 255, 255);
    background: #6e7986;
    position: absolute;
    padding: 2px 5px;
    border-radius: 2px;
    top: 10px;
    right: 10px;
}

@media (max-width: 800px) {
    .social-media-list {
        list-style: none;
        padding: 0;
        display: flex;
        justify-content: center;
    }

    .social-media-list>p {
        text-align: start;
    }

    .social-media-list+p {
        text-align: start;
    }

    .width-94 {
        width: 94%;
    }

    .width-90 {
        width: 90%;
    }

    .register>.col-md-6 {
        margin: 0px;
        padding: 0px;

    }

    .registered-address>.col-md-6 {
        margin: 0px;
        padding: 0px;

    }

    .nav-footer-ul>.list-group-item {
        width: 33%
    }

    .nav-footer-ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .nav-footer-ul>.vendor-request {
        width: 40% !important
    }
}



.social-media-list li {
    margin-right: 10px;
    /* Adjust as needed */
}

.social-media-list li:last-child {
    margin-right: 0;
    /* Remove margin from the last item */
}

.social-media-list li a {
    text-decoration: none;
    border-radius: 50%;
    padding: 5px;
    font-size: 14px;
}

.social-media-list>li>a>i {
    /* font-size: 15px; */
    color: #ffffff;
}

.social-media-list li a i:hover {
    color: var(--gp-o0);
}


/* -------------------------------------------------------------------- */


.my-btn {
    height: 50px;
    border-radius: 2px;
    border: 0px;
}

.my-btn-sm {

    height: 40px;
    border-radius: 2px;
    border: 0px;
    padding: 20px;
}

.blue-btn {    
    background-color: var(--gp-b0);
}

.blue-btn:hover{
    background-color: var(--gp-b1);
}

.orange-btn {    
    background-color: #f89621;
}

.orange-btn:hover{
    background-color: #feab44;
}


/* -------------------------------------------------------------------- */

.form-control:focus {

    color: var(--bs-body-color);
    background-color: var(--bs-form-control-bg);
    border-color: #f6f6f6;
    outline: 0;
    box-shadow: 0 0 0 1px #f6f6f6;
}


/* product details */

.ul-img-list {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-x: auto;
    white-space: nowrap;
    height: 120px;
}

.list-img {
    display: inline-block;
    margin-right: 10px;
}

.list-img>img,
.list-img>video {
    width: 100px;
    height: 100px;
    border: 1px solid #ccc;
}

.img-div {
    padding: 20px 0px;
}

.list-img-1>img,
.list-img-1>video {
    width: 100% !important;
}




.product-price {
    font-size: 22px;
    font-weight: 800;
}

.product-price>span {
    font-size: 14px;
}



/* .make-offer {
    border-radius: 3px;
    padding: 5px 20px;
    color: white;
    margin-top: 1px;
    background-color: #f89621;
    border: 1px solid #f89621;
} */

.like-btn {
    border-radius: 3px;
    padding: 5px 20px;
    /* border: 1px solid #cbcaca; */
}

.green-text {
    color: #27a34a;
    font-size: 18px;
}

.w-1 {
    font-weight: 500;
}

.w-2 {
    font-weight: 600;
}

.w-3 {
    font-weight: 700;
}


.list-details-div>.list-items {

    padding: 2px 10px;
    background: #f6f6f6;
    margin: 5px 2px;
    display: inline-block;

}

.extra-details-list-div>.list-items {

    padding: 2px 5px;
    /* background: #e5ebef; */
    margin: 3px 2px;
    display: inline-block;

}

.extra-details-list-div>.list-items>span {
    font-size: 16px;
    font-weight: 500;



}

.list-details-div,
.extra-details-list-div {
    display: flex;
    flex-wrap: wrap;
    /* width: 500px; */
}






.list-img>video {
    display: none !important;
}

.list-img-1>.video-img {
    display: none;
}

.details-card-3>.col-md-4>div {    
    width: 100%;
    text-align: center;
}

.details-card-3>.col-md-4>div>i {
    padding: 10px;
    /* font-size: 30px; */
}

.details-card-3>.col-md-4>div>.text-1 {

    font-size: 15px;
    font-weight: 00;
}

.details-card-3>.col-md-4>div>.text-3 {
    font-weight: 500;
    font-size: 14px;
}



.style-orange {
    border: none;
    border-left: 5px solid #f89621;
    border-image: linear-gradient(to bottom, transparent 15px, #f89621 15px, #f89621 40px, transparent 40px, #cecccc00 100%) 1;
}



.buyer-card-3>.col-md-4>div {
    height: 100%;
    padding: 10px;
    border: 2px #ebedf1 solid;
    width: 100%;
    text-align: center;
}

.buyer-card-3>.col-md-4 {
    height: 100%;
    padding: 10px;

}

.modal-dialog {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    min-width: 300px;
}


@media (max-width: 800px) {

    .modal-dialog {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 100vh;
        min-width: auto;
    }

    .details-card-3>.p-2 {
        margin: 5px 0px !important;
    }

    .style-name {
        padding-top: 18px;
    }

   

    .mbl-p-0 {
        padding: 0px !important;
        margin: 0px;
    }

    .mb-5px {
        margin-bottom: 5px;
    }

    /* .col-md-12 {
        margin-bottom: 10px !important;
        padding: 10px !important;
    } */    

}

.them-text-orange {
    color: #f89621;
}

.them-text-green {
    color: #27a34a;
}

.them-bg-orange {
    background-color: #f89621;
}

/* .them-bg-blue {
    background-color: #1f3b6f;
} */

.m3-px {
    margin: 3px;
}

.m4-px {
    margin: 4px;
}

.them-border-gray {
    border: 1px solid #dee0ea;
    border-radius: 1px;
}

.them-border-gray-under {
    border-bottom: 1px solid #dee0ea;
    border-radius: 2px;
}

.them-border-o-under {
    border-bottom: 1px solid  var(--gp-o0);
    border-radius: 2px;
}

.them-border-b-under {
    border-bottom: 1px solid var(--gp-b0);
    border-radius: 2px;
}

.grid-card-whole-div>.col-md-4 {
    padding: 4px;
}

.fs-10 {
    font-size: 10px;
}

.fs-13 {
    font-size: 13px;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.badge-delete {
    font-size: 15px;
    color: #ff2d2d;
    background: white;
    position: absolute;
    padding: 2px 5px;
    border-radius: 2px;
    top: 10px;
    right: 10px;
    border-radius: 50%;
}

.badge-delete>i {
    padding: 1px;
}

.badge-view {
    font-size: 16px;
    color: #1f3b6f;
    background: white;
    position: absolute;
    padding: 2px;
    border-radius: 2px;
    top: 50px;
    right: 10px;
    border-radius: 50%;
}

.highlight {
    border-color: blue;
}

.badge-view>i {
    padding: 3px 4px;
}

.profile-badge-delete>i {
    font-size: 15px;
    color: #ff8600;
    background: #ccd2ff;
    padding: 7px;
    border-radius: 2px;
    border-radius: 50%;
}

.rounded-circle {
    border-radius: 50% !important;
    border: 1px solid #dee0ea;
}

.gems-row>.image-fluid,
.gems-row>img {
    width: 80% !important;

}

.custom-select {
    width: 100%;
    border-color: #dde2e6;
    padding: 0.5rem !important;
}