* {
    padding: 0;
}

body {
    scroll-behavior: smooth;
    font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  }

.img-zoom-container {
    position: relative;
  }

  .img-zoom-lens {
    position: absolute;
    border: 1px solid #d4d4d4;
    /*set the size of the lens:*/
    width: 40px;
    height: 40px;
  }

  .img-zoom-result {
    border: 1px solid #d4d4d4;
    /*set the size of the result div:*/
    width: 300px;
    height: 300px;
  }

.carousel-control-prev-icon, .carousel-control-next-icon {
    height: 100px;
    width: 80px;
    outline: #000000;
    background-size: 100%, 100%;
}

.-indicators [data-bs-target] {
    height: 15px;
    width: 17px;
    background-color: white;
    border-radius: 50%;
    position: relative;
    border: 1px solid black;
    margin-left: 5px;
}

.-indicators .active {
    background-color: black;
}

#search-bar{
    .dropdown-toggle::after {
        content: none;
    }
.search-width{
    width: 330px;
}
}

.topbar .navbar-brand {
    color: #d3d3d3;
    font-size: smaller;
}

.topbar .nav-link {
    color: #fff !important;
    font-size: smaller;
}

.item {
    background: linear-gradient(to bottom, #ccffff 0%, #ffffff 100%);
}

.item img {
    float: right;
    width: 30%;
    margin-top: 10%;
    margin-right: 10%;
}

.item h5 {
    text-align: left;
}

.item p {
    text-align: left;
    font-size: larger;
    font-size: 3rem;
    font-weight: 800;
}

.item h4 {
    text-align: left;
}

.item button {
    float: left;
    margin-top: 10px;
}

.image {
    flex-basis: 20%;
}

.image img {
    width: 150px;
    height: 150px;
    background-color: rgb(213, 235, 248);
}

.image h5 {
    text-align: center;
    margin-top: 10px;
    margin-right: 30px;
}

.image p {
    text-align: center;
    margin-right: 30px;
}

.pop {
    flex-basis: 24%;
    margin-top: 70px;
    background-color: rgb(228, 233, 235);
    margin-right: 7px;
    padding-top: 10px;
}


.trend {
    margin-top: 50px;
}

.trend h1 {
    font-size: 40px;
    font-weight: 700;
}

.trend ul li {
    display: inline;
    font-size: larger;
    padding: 20px;
}

.trend ul a {
    text-decoration: none;
    color: #000;
}

.col {
    margin-top: 50px;
}

.cdn {
    margin-top: 50px;
    background-color: rgb(48, 152, 194);
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer {
    background-color: rgb(228, 233, 235);
}
    .footer-border {
        border-right: 1px solid;
    }

    .end {
    margin-top: 10px;
}

    .end h5 {
        padding-left: 30px;
    }

    .end ul li a {
        text-decoration: none;
        color: #000;
    }


    .end li {
        list-style: none;
        line-height: 30px;
        font-size: 15px;
    }

    .end img {
        width: 150px;
        border: none;
    }


    .symbol button {
        background-color: white;
        color: #808080;
        border: none;

    }

    .done {
        display: flex;
        margin-top: 0px;
    }

    .done a {
        text-decoration: none;
    }

    .contact {
        width: 90%;
        border-radius: 0;
        margin-top: 30px;
    }

    #contact {
        box-shadow: -2px -2px 5px 0px rgba(0, 0, 0, 0.34);
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 4px;
        margin-bottom: 30px;
    }

    .get {
        padding: 30px;
        width: 650px;
    }

    .call {
        padding-left: 20%;
    }

    input[type="checkbox"] {
        cursor: pointer;
        height: 1rem;
        width: 1rem;
    }

    .scroll-div {
        width: 100%;
        height: 200px;
        padding: 3px;
        overflow: hidden;
        overflow-y: scroll;

    }

    .product ul li a {
        text-decoration: none;
        color: #000;
    }

    .read-more-btn {
        color: blue;
        cursor: pointer;
    }

    .read-more-text {
        display: none;
    }

    .read-more-text--show {
        display: inline;
    }

    .bg-dark {
        background-color: #000 !important;
    }

    .nav-icon {
        border: 1px solid #ececec;
        background-color: #fff;
        border-radius: 100%;
        padding: 10px;
        width: calc(35px + 11 * (100vw - 320px) / 1600);
        height: calc(35px + 11 * (100vw - 320px) / 1600);
    }

    #tab {
        display: block;
        text-align: center;
        font-weight: 700;
        text-transform: none;
        font-size: 17px;
        border-radius: 30px;
        border: 1px solid #ececec;
        background: #fff;
        color: #7E7E7E;
    }

    .feature-card {
        width: 20%;
    }


    .hover-shadow {
        border-radius: 4px;
        align-items: center;
        background: #fff;
        box-shadow: 0 6px 10px rgba(0, 0, 0, .08), 0 0 6px rgba(0, 0, 0, .05);
        transition: .3s transform cubic-bezier(.155, 1.105, .295, 1.12), .3s box-shadow, .3s -webkit-transform cubic-bezier(.155, 1.105, .295, 1.12);
        cursor: pointer;
    }

    .hover-shadow:hover {
        transform: scale(1.05);
        box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
    }

    .hover-menu {
        border-radius: 4px;
        background: #fff;
        //box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
        transition: .3s transform cubic-bezier(.155, 1.105, .295, 1.12), .3s box-shadow, .3s -webkit-transform cubic-bezier(.155, 1.105, .295, 1.12);
        cursor: pointer;
    }

    .hover-menu:hover {
        transform: scale(1.05);
        box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
    }

    .btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
        color: #fff;
    }


    .card-img-fit {
        object-fit: cover;
    }




    .fadeIn {
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    @-webkit-keyframes fadeIn {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }

    @keyframes fadeIn {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }


    /* width */
    ::-webkit-scrollbar {
        width: 10px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
        background: #888;
    }

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }


    @media screen and (max-width: 480px) {
        .carousel-item {
            height: 240px;
        }
        // .carousel-item img {
        //     height: 0px !important;
        // }
        .carousel-item img {
            height: 240px !important;
        }
        .carousel-caption h5 {
            font-size: 24px;
        }

        .carousel-caption p {
            font-size: 28px;
        }

        .pop {
            flex-basis: 100%;
            margin-top: 10px;
        }

        .feature-card {
            width: 100%;
        }
        .call{
            padding-left: 0%;
            padding: 20px;
        }
        .footer-border {
            border-right: none;
        }
        #search-bar .search-width {
            width: 300px;
        }

    }

    nav{
        .sidenav {
            height: 100%;
            width: 0;
            position: fixed;
            z-index: 1;
            top: 0;
            left: 0;
            background-color: #111;
            overflow-x: hidden;
            transition: 0.5s;
        }

        .sidenav a {
            text-decoration: none;
            font-size: 25px;
            color: #818181;
            display: block;
            transition: 0.3s;
        }
        .sidenav .closebtn {
            position: absolute;
            top: 0;
            right: 25px;
            font-size: 36px;
            margin-left: 50px;
        }
        input:focus {
            outline-width: 0;
        }
        .header-search i{
            font-size: 20px;
        }
        .search i{
            font-size: 20px;
        }
        .search i:hover{
            background-color: #e61b78;
            border-radius: 50%;
            color: white;
        }
        .header-search a:hover{
            background-color: #e61b78;
            border-radius: 50px;
            color: white;
        }
        .dropdown-search a:hover{
            background-color: #ebedef;
            border-radius: 0;
            color: black;
        }
        #search-bar{
            width: auto;
        }
        .h6 {
            display: flex;
            flex-direction: row;
        }

        .h6:before,
        .h6:after {
            content: "";
            flex: 1 1;
            border-bottom: 1px solid #a9a3a3;
            margin: auto;
        }
        .top-right{
            position: absolute;
            top: 5px;
            right: 5px;
            background-color: #e61b78;
            border-radius: 50%;
        }
        .search-dropdown-menu{
            max-height: 250px;
            overflow-y: auto;
            overflow-x: hidden;
            padding-top: 0;
        }
        .search-dropdown-menu::-webkit-scrollbar {
            width: 7px;
        }
        .search-dropdown-menu::-webkit-scrollbar-track {
            box-shadow: lightgrey;
            border-radius: 10px;
        }
        .search-dropdown-menu::-webkit-scrollbar-thumb {
            background: #e61b78;
            border-radius: 10px;
        }
        .search-dropdown-menu::-webkit-scrollbar-thumb:hover {
            background: #b30000;
        }


        @media screen and (max-height: 450px) {
            .sidenav {padding-top: 15px;}
            .sidenav a {font-size: 18px;}
        }
        #search-bar{
            width: max-content;
        }
    }

    .product-card{
        .top-right{
            position: absolute;
            top: 5px;
            right: 5px;
            background-color: #e61b78;
            border-radius: 15px;
        }

        .h6 {
            display: flex;
            flex-direction: row;
        }

        .h6:before{
            content: "";
            flex: 1 1;
            border-bottom: 1px solid #a9a3a3;
            margin: auto;
        }

        .h6:after {
            content: "";
            flex: 1 1;
            border-bottom: 1px solid #a9a3a3;
            margin: auto;
        }
    }
    .product-dropdown-list{
        .product-multiple-dropdown {
            overflow-y: auto;
            white-space: nowrap;
        }
        .product-multiple-dropdown::-webkit-scrollbar{
            display: none;
        }
        .product-multiple-dropdown li {
            display: inline-block;
        }
        .product-multiple-dropdown li li {
            display: block;
        }
        .product-multiple-dropdown a {
            display: block;
            padding: 7px 10px;
            color: black;
            text-decoration: none;
        }
        .product-multiple-dropdown ul {
            position: absolute;
            z-index: 104;
            left: -999em;
            top: 0;
            opacity: 0;

        }
        .product-multiple-dropdown li:hover > ul {
            left: auto;
            top: auto;
            opacity: 1;
        }
        .product-multiple-dropdown li li:hover ul {
            top: -4px;
            margin-left: 100%;
            opacity: 1;
        }
        .product-dropdown-submenu{
            background-color: #ebedef;
            border-bottom-right-radius: 5px;
            border-bottom-left-radius: 5px;
            border-top: 4px solid #e61b78;
        }
        .product-dropdown-submenu a:hover{
            background-color: #e61b78;
            color: #fff;
            border-top-left-radius: 10px;
            border-bottom-left-radius: 10px;
        }
        .product-dropdown-submenu2 {
            border-bottom-right-radius: 5px;
            border-bottom-left-radius: 5px;
        }
        .product-dropdown-submenu2 a:hover {
            color: #e61b78;
            background-color: transparent;
            font-weight: 700;
        }
        .isScrolling .product-multiple-dropdown ul.dropdown{
            left: -999em;
            opacity:0;
        }
        .touch-device .product-multiple-dropdown .touch-only {
            display: inline-block;
        }
        .touch-device .product-multiple-dropdown .touch-only a {
            background: #000;
            color: #fff;
        }

        .product-dropdown-submenu{
            max-height: 300px;
            overflow-x: hidden;
        }
        .product-dropdown-submenu::-webkit-scrollbar {
            width: 7px;
        }
        .product-dropdown-submenu::-webkit-scrollbar-track {
            box-shadow: lightgrey;
            border-radius: 10px;
        }
        .product-dropdown-submenu::-webkit-scrollbar-thumb {
            background: #e61b78;
            border-radius: 10px;
        }
        .product-dropdown-submenu::-webkit-scrollbar-thumb:hover {
            background: #b30000;
        }

        @media (max-width: 768px) {
            .product-multiple-dropdown li li:hover ul {
                position: relative;
                margin-left: auto;
            }

        }

    }

    .show-page{
        .show-product-scroll{
            display: block;
            overflow-y: scroll;
            height: 317px;
        }
        .show-product-scroll::-webkit-scrollbar{
            display: none;
        }
        .customer-review {
            background-color: #f1f1f1;
            border-radius: 5px;
        }
        .show-product-information{
            overflow-y: scroll;
            overflow-x: hidden;
            height: 430px;
        }
        .show-product-information::-webkit-scrollbar {
            width: 7px;
        }
        .show-product-information::-webkit-scrollbar-track {
            box-shadow: lightgrey;
            border-radius: 10px;
        }
        .show-product-information::-webkit-scrollbar-thumb {
            background: #e61b78;
            border-radius: 10px;
        }
        .show-product-information::-webkit-scrollbar-thumb:hover {
            background: #b30000;
        }
        .customer-review-rating1 {width: 60%; height: 15px;  border-radius: 5px;}
        .customer-review-rating2 {width: 30%; height: 15px; border-radius: 5px;}
        .customer-review-rating3 {width: 10%; height: 15px;  border-radius: 5px;}
        .customer-review-rating4 {width: 4%; height: 15px;  border-radius: 5px;}
        .customer-review-rating5 {width: 15%; height: 15px; border-radius: 5px;}

        figure.zoom {
            background-position: 50% 50%;
            position: relative;
            width: 330px;
            overflow: hidden;
            cursor: zoom-in;
        }
        figure.zoom img:hover {
            opacity: 0;
        }
        figure.zoom img {
            transition: opacity .5s;
            display: block;
            width: auto;
            height: 375px;
        }
        @media (max-width: 768px) {
            figure.zoom {
                width: 200px;
            }
            figure.zoom img {
                width: 200px;
            }
        }
    }
    .all-categories{
        .main-navbar .nav-item .nav-link.active {
            background-color: #f6f5f5;
            padding: 5px;
            border-radius: 10px;
            margin-top: 5px;
            margin-bottom: 5px;
            width: 150px;
        }
        .categories-images img{
            background-color: #f6f5f5;
            padding: 5px;
            border-radius: 50%;
        }
        .categories-images p{
            font-size: small;
            font-weight: 400;
        }
        .categories-list{
            height: 500px;
            overflow-x: hidden;
            overflow-y: scroll;
        }
        .categories-list::-webkit-scrollbar{
            display: none;
        }
        .accordion-button:focus {
            box-shadow: none;
        }
        .accordion-button:not(.collapsed) {
            box-shadow: none;
        }

    }

    .product-filter{
        .offcanvas-overflow{
            overflow-y: scroll;
        }
        .offcanvas-overflow::-webkit-scrollbar {
            width: 7px;
        }
        .offcanvas-overflow::-webkit-scrollbar-track {
            box-shadow: lightgrey;
            border-radius: 10px;
        }
        .offcanvas-overflow::-webkit-scrollbar-thumb {
            background: #e61b78;
            border-radius: 10px;
        }
        .offcanvas-overflow::-webkit-scrollbar-thumb:hover {
            background: #b30000;
        }
        .offcanvas.offcanvas-filter {
            top: 0;
            width: var(--cui-offcanvas-width);
            left: 0;
        }
        @media (max-width: 768px) {
            .offcanvas.offcanvas-filter{
                right: 0;
                left: 0;
                height: 700px;
                max-height: 100%;
                top: auto;
                width: auto;
            }
            }
        }



    // extra css
    .border-0{
        border-radius: 20px !important;
    }
    .modal-backdrop.show {
        opacity: 0;
    }
    .modal-backdrop{
        z-index: 1;
    }
    .profile-url{
        margin-left: 100px;
    }

    .order-image{
        width: 180px;
        height: 100px;
    }
.vh-50 {height: 50vh;}
.results {display:none;}


@media (max-width: 768px) {
    .profile-url{
        margin-left: 0px;
    }
    .order-image{
        width: 60px;
        height: 50px;
    }
    .order-button::after {
        margin-right: 0px;
    }

}
.sticky-header {
    position: sticky;
    top: 0;
    z-index: 1020;
    background-color: #fff;
}











