.cursor {
    cursor: pointer;
}

.top-options {
    display: flex;
    justify-content: space-between;
    width: 10%;
    margin-top: .5rem;
    margin-left: 2rem;
}

.heart img {
    margin-top: 5px;
    height: 25px;
}

.cart-in-canvas {
    margin: 0 1rem;
    height: 2rem;
}

.proceed {
    font-weight: 600;
}

.continue {
    color: white;
}

.dropdown-toggle::after {
    display: none !important;
}

.s1-nav-dd li {
    width: 100%;
    margin: 0 auto !important;
    border-radius: 15px;
    text-align: center !important;
}

.s1-nav-dd li:hover {
    box-shadow: 0px 0px 10px #FFCB05;
    border-radius: 15px;
}

.dropdown-toggle::after {
    content: none !important;
}

.s1-nav-dd li a {
    border-radius: 20px !important;
}

.cart button {
    margin: 0;
    padding: 0;
    height: fit-content;
    width: fit-content;
}

.cart img {
    margin-top: 5px;
    height: 25px;
}

.section1 {
    justify-content: space-around;
    color: black;
    display: flex;
    width: 80%;
}

.card {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
}

.card:hover {
    box-shadow: 0px 0px 10px 0px #FFCB05;
}

.s1-op-tab {
    width: 80%;
    display: flex;
    justify-content: space-between;
}

.section1 div h6 {
    font-weight: 600;
    font-size: 1rem;
    margin: 1rem
}

.list-item {
    background-color: white;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 0px !important;
    align-items: end;
}

.list-item1 {
    text-align: start;
    margin-top: 3rem;
    font-weight: 600;
    font-size: 20px;
}

.list-item1 li {
    margin-top: 1rem;
}

.advatise {
    margin: 1rem 0;
    height: fit-content;
    width: 200px;

}

.filter-options {
    display: flex;
    justify-content: flex-end;
}

.filter-options a {
    color: #000000;
    text-decoration: none;
}

.filter-head {
    font-size: 29px;
    font-weight: 700;
}

.section2 {
    width: 65%;
}

.section21 {
    display: flex;
    margin: 1rem 0 1rem 0;
    /* justify-content: center; */
    align-items: center;
}

.section21 h6 {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0.5rem 1rem 0;
}

.section21 select {
    border-radius: 11px;
    height: 2.5rem;
    background-color: #FFF4CC;
    width: 12rem;
}

.go-btn {
    color: white;
    background: #000000 !important;
    border: none !important;
    padding: .5rem !important;
    border-radius: 15px !important;
    margin-bottom: 1rem !important;

}

.go-btn img {
    height: 0.8rem;
}

.card_parts {
    display: flex;
    margin: 1rem
}

.card-img {
    margin: 1rem auto 0.5rem;
    /* justify-content: center; */
    /* display: flex; */
    height: 10rem;
    width: 10rem;
}

.card-data {
    font-size: 0.7rem;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
}

.card-data img {
    height: 14px;
}

.detect {
    margin-right: 3rem;
    text-align: end;
    font-size: 0.8rem;
    color: #FF396A;
}

.offcanvas-title {
    font-weight: 700;
    /* margin-top: 2rem; */
    font-size: 2rem;
}

.canvas {
    width: 30%;

}

.close {
    background: none;
    border: none;
}

.close img {
    height: 2rem;
}

.cart-details {
    display: flex;
    justify-content: space-between;
}

.offcanvas-body hr {
    border-color: aliceblue !important;
}

.cart-details img {
    height: 6rem;
    width: 6rem;
}

.item-count {
    border: 1px solid orange;
    display: flex;
    justify-content: center;
}

.item-count button {
    background: none;
    color: #FFFFFF;
    border: none;
}

.total-elements {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.total-elements h6 {
    font-size: 1rem;
}

.total-elements p {
    font-size: 1rem;
}

.total-elements h4 {
    font-size: 1.2rem;
    font-weight: 600;
}

.total-elements h5 {
    font-weight: 600;
    font-size: 1.1rem;
}

.remove-product {
    background: none;
    border: none;
}

.remove-product img {
    height: 1rem;
    width: 1rem;
}

.cart-button {
    margin-top: 5rem;
}

.cart-button button {
    width: 100%;
}

/* .offcanvas-header{
    margin-right: 10rem;
}
.offcanvas-body{
    margin-right: 10rem;
} */

.mob-search {
    display: none;
}

.mob-navbar {
    display: none;
}

.mobile-nav {
    display: none;
}

.mob-section2 {
    display: none;
}

.mob-cat {
    display: none;
}

@media (min-width: 750px) and (max-width: 980px) {
    .section1 {
        width: 100%;
    }

    .section21 {
        margin: 1rem 0;
    }

    .section21 h6 {
        font-weight: 600;
        font-size: .8rem;
    }

    .section21 select {
        border-radius: 7px;
        height: 2.5rem;
        width: 8rem;
    }

    .go-btn {
        color: white;
        border-radius: 11px;

    }

    .go-btn img {
        display: none;
    }

    .detect {
        margin: 0 !important;
    }

    .card_parts {
        justify-content: center;
        margin: 0;
    }

    .card-img {
        height: 6rem;
        width: 6rem;
    }

    .col-md-3 {
        width: 33% !important;
    }

    .card-body {
        padding: 0.5rem !important;
    }

    .card-text {
        font-size: .6rem;
    }

    .card-data img {
        height: 10px;
    }

    .filter-head {
        font-size: 20px;
    }

    .list-item1 {
        font-size: 13px;
    }

    .canvas {
        width: 50%;
    }
}

@media (min-width: 1000px) and (max-width: 1380px) {
    .card-img {
        height: 6rem;
        width: 6rem;
    }

    .card-body {
        padding: .2rem .5rem;
    }

    .list-item1 {
        font-size: 15px;
    }

    .col-3 {
        width: 22%;
    }
}

@media (min-width: 350px) and (max-width: 480px) {
    nav {
        display: none !important;
    }

    .mobile-nav {
        width: 100%;
        display: flex;
        height: fit-content;
        padding: 1rem;
        background-color: #FFCB05;
        justify-content: space-between;
        align-items: center;
    }

    .mobile-nav img {
        height: 5rem;
        /* position: absolute; */
        background-color: #FFF;
        border-radius: 50px;
    }

    .mob-search {
        display: flex;
        background-color: #FFFFFF;
        padding: .5rem !important;
        width: 12rem;
        justify-content: space-around;
        border-radius: 10px;
        align-items: center;
        height: fit-content;
    }

    .mob-search input {
        width: 9.5rem;
        border: none !important;
        outline: none !important;
        font-size: .8rem;
    }

    .mob-search span img {
        height: 1rem;
    }

    .search-div {
        width: 90%;
    }

    .search-div h1 {
        font-size: 1rem;
    }

    .canvas {
        width: 100%;

    }

    .mob-navbar {
        bottom: 0;
        padding: .5rem 1rem !important;
        width: 100%;
        position: fixed;
        height: fit-content;
        display: flex;
        background-color: #FFCB05;
        justify-content: space-between;
        z-index: 1;
    }

    .mob-navbar button {
        background: none;
        margin: 0;
        padding: 0;
        border: none;
    }

    .section1 {
        display: none;
    }

    .section21 {
        display: none;
    }

    .list-item1 {
        display: none;
    }

    .advatise {
        display: none;
    }

    .detect {
        display: none;
    }

    .section2 {
        width: 100%;
    }

    .mob-section2 {
        display: flex;
        justify-content: space-between;
        margin: .5rem auto;
        align-items: center;
        width: 95%;
    }

    .mob-section2 h1 {
        font-size: 1rem;
        font-weight: 600;
        margin-bottom: 0;
    }

    .map-btn {
        background: none;
        background-color: transparent;
        border: none;
        padding: 0 !important;
        margin: 0 !important;
    }

    .map-img {
        height: 30vh;
        overflow-y: scroll;
        margin: 0 auto 2rem;
        width: 95%;
    }

    .modal-content {
        background-color: rgba(0, 0, 0, .5) !important;
        border: none !important;
    }

    .mob-find {
        color: white;
        background-color: rgba(0, 0, 0, .2) !important;
        text-align: center;
    }

    .mob-find h1 {
        font-size: 2rem;
        font-weight: 600;
    }

    .mob-find p {
        font-size: 1.2rem;
        margin-top: 1rem;
        font-weight: 600;
    }

    .search-div {
        margin: 2rem auto !important;
        width: 100%;
    }

    .search-div h1 {
        font-weight: 900;
        font-size: 3.5rem;
        margin-bottom: 2.5rem !important;
    }

    .s1-select {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin: 1rem 0 !important;
    }

    .s1-select select {
        width: 60%;
        height: 3rem;
        padding: 0 1rem !important;
        font-size: 0.7rem !important;
        border-radius: 15px !important;
        font-weight: 600;
    }

    .lable-s1 {
        font-size: .8rem;
        font-weight: 600;
    }

    .btn-s1 {
        color: white;
        background: #000000 !important;
        border: none !important;
        padding: .5rem !important;
        border-radius: 15px !important;
        margin: 1rem auto !important;
        width: 80%;
    }

    .btn-s1 img {
        height: 1rem !important;
        margin-right: .5rem !important;
    }

    .btn-div-s1 {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .btn-div-s1 h5 {
        font-weight: 600;
        margin-bottom: 1rem !important;
    }

    .btn-s1-2 {
        color: white;
        background: #000000 !important;
        border: none !important;
        padding: .6rem !important;
        border-radius: 15px !important;
        margin-bottom: 1rem !important;
        width: 100%;
    }

    .mob-dropdown {
        width: 60%;
        display: flex;
        justify-content: space-between;
    }

    .mob-top-options-dropdown button {
        font-weight: 600;
    }

    .dd-btn {
        border: none;
    }

    .dropdown-menu {
        background-color: #FFCB05;
        color: #000000;
        text-align: end;
    }

    .mob-top-options-btns {
        width: 25%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mob-top-options-btns img {
        height: 1.2rem;
    }

    .product-col {
        width: 49% !important;
        padding: .2rem;
    }

    .card-body {
        padding: .3rem !important;
	height: 15vh;
    }

    .card-img {
        height: 7rem;
        width: 7rem;
    }

    .card-data p {
        font-size: .7rem;
    }

    .mob-cat {
        display: inline;
        text-align: start;
        color: #FF396A;
        font-size: .7rem;
        margin-bottom: .5rem;
    }

    .card_parts {
        display: flex;
        margin: 1rem;
        justify-content: center;
        padding-bottom: 2rem;
        height: fit-content;
    }

    .card_parts .row {
        justify-content: space-between;
    }

    @media (min-width: 500px) and (max-width: 700px) {
        nav {
            display: none !important;
        }

        .mobile-nav {
            width: 100%;
            display: flex;
            height: fit-content;
            padding: 1rem;
            background-color: #FFCB05;
            justify-content: space-between;
            align-items: center;
        }

        .mobile-nav img {
            height: 5rem;
            /* position: absolute; */
            background-color: #FFF;
            border-radius: 50px;
        }

        .mob-search {
            display: flex;
            background-color: #FFFFFF;
            padding: .5rem !important;
            width: 15rem;
            justify-content: space-around;
            border-radius: 10px;
            align-items: center;
            height: fit-content;
        }

        .mob-search input {
            width: 9.5rem;
            border: none !important;
            outline: none !important;
            font-size: .8rem;
        }

        .mob-search span img {
            height: 1.2rem;
        }

        .search-div {
            width: 90%;
        }

        .search-div h1 {
            font-size: 1rem;
        }

        .mob-navbar {
            bottom: 0;
            padding: .5rem 1rem !important;
            width: 100%;
            position: fixed;
            height: fit-content;
            display: flex;
            background-color: #FFCB05;
            justify-content: space-between;
            z-index: 1;
        }

        .mob-navbar button {
            background: none;
            margin: 0;
            padding: 0;
            border: none;
        }

        .section1 {
            display: none;
        }

        .section21 {
            display: none;
        }

        .list-item1 {
            display: none;
        }

        .advatise {
            display: none;
        }

        .detect {
            display: none;
        }

        .section2 {
            width: 100%;
        }

        .mob-section2 {
            display: flex;
            justify-content: space-between;
            margin: .5rem auto;
            align-items: center;
            width: 95%;
        }

        .mob-section2 h1 {
            font-size: 1rem;
            font-weight: 600;
            margin-bottom: 0;
        }

        .map-btn {
            background: none;
            background-color: transparent;
            border: none;
            padding: 0 !important;
            margin: 0 !important;
        }

        .map-img {
            height: 30vh;
            overflow-y: scroll;
            margin: 0 auto 2rem;
            width: 95%;
        }

        .modal-content {
            background-color: rgba(0, 0, 0, .5) !important;
            border: none !important;
        }

        .mob-find {
            color: white;
            background-color: rgba(0, 0, 0, .2) !important;
            text-align: center;
        }

        .mob-find h1 {
            font-size: 2rem;
            font-weight: 600;
        }

        .mob-find p {
            font-size: 1.2rem;
            margin-top: 1rem;
            font-weight: 600;
        }

        .search-div {
            margin: 2rem auto !important;
            width: 100%;
        }

        .search-div h1 {
            font-weight: 900;
            font-size: 3.5rem;
            margin-bottom: 2.5rem !important;
        }

        .s1-select {
            width: 100%;
            display: flex;
            justify-content: space-between;
            margin: 1rem 0 !important;
        }

        .s1-select select {
            width: 60%;
            padding: 0 1rem !important;
            font-size: 1rem !important;
            border-radius: 15px !important;
        }

        .lable-s1 {
            font-size: 1rem;
            font-weight: 600;
        }

        .btn-s1 {
            color: white;
            background: #000000 !important;
            border: none !important;
            padding: .5rem !important;
            border-radius: 15px !important;
            margin: 1rem auto !important;
            width: 80%;
        }

        .btn-s1 img {
            height: 1rem !important;
            margin-right: .5rem !important;
        }

        .btn-div-s1 {
            display: flex;
            justify-content: center;
            flex-direction: column;
            align-items: center;
        }

        .btn-div-s1 h5 {
            font-weight: 600;
            margin-bottom: 1rem !important;
        }

        .btn-s1-2 {
            color: white;
            background: #000000 !important;
            border: none !important;
            padding: .5rem !important;
            border-radius: 15px !important;
            margin-bottom: 1rem !important;
            width: 80%;
        }

        .mob-dropdown {
            width: 60%;
            display: flex;
            justify-content: space-between;
        }

        .mob-top-options-dropdown button {
            font-weight: 600;
        }

        .dd-btn {
            border: none;
        }

        .dropdown-menu {
            background-color: #FFCB05;
            color: #000000;
            text-align: end;
        }

        .mob-top-options-btns {
            width: 25%;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .mob-top-options-btns img {
            height: 1.2rem;
        }

        .product-col {
            width: 33% !important;
            padding: .2rem;
        }

        .card-body {
            padding: .3rem !important;
        }

        .card-img {
            height: 7rem;
            width: 7rem;
        }

        .card-data p {
            font-size: .7rem;
        }

        .mob-cat {
            display: inline;
            text-align: start;
            color: #FF396A;
            font-size: .7rem;
            margin-bottom: .5rem;
        }

        .card_parts {
            display: flex;
            margin: 1rem;
            justify-content: center;
            padding-bottom: 2rem;
            height: fit-content;
        }
    }



}

.product-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.product-content .card-text {
    margin-bottom: 0;
}

.order-details{
    font-size: 12px;
    font-weight: 500;
}

.order-details-heading{
    font-size: 16px;
    font-weight: 600; 
}
