@media screen and (max-width:767px) {
    iframe {
        width: 100% !important;
        height: 400px;
    }
}

.img-holder {
    width: auto;
    height: auto;
}

    .img-holder .card-img-top {
        width: 100%;
        height: 100%;
        object-fit: scale-down;
    }

    .img-holder .img {
        width: auto;
        height: 300px;
        object-fit: scale-down;
    }

@media (min-width: 992px) {
    .img-holder {
        width: auto;
        height: 330px;
    }

        .img-holder img {
            width: 100%;
            height: 100%;
            object-fit: scale-down;
            margin-left: auto !important;
            margin-right: auto !important;
        }
}





* {
    --bs-menu-bg: rgb(172, 37, 132);
    --bs-menu-selected: rgb(255, 0, 179);
    --bs-menu-link-color: #ffffff;
    --bs-menu-link-color-hover: yellow;
}

.dropdown-menu {
    background-color: var(--bs-menu-selected) !important;
    border: none !important;
    border-radius: .0em 2em 1em 2em;
    box-shadow: .2em .2em .5em 0.01em;
}

.navbar .megamenu {
    padding: 1rem;
}
/* ============ desktop view ============ */
@media all and (min-width: 992px) {

    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        /*left: 0;*/
        left: auto;
        /*right: 0;*/
        /*width: 100%;*/
        margin-top: -1em;
    }
}
/* ============ desktop view .end// ============ */


/* ============ mobile view ============ */
@media(max-width: 991px) {
    .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }

    .nav-link.dropdown-toggle.show {
        padding-left: 1em;
    }

    .dropdown-menu {
        border-radius: 0em 0em 1em 2em;
    }

    .navbar .megamenu {
        /*left: 0;*/
        left: auto;
        /*right: 0;*/
        /*width: 100%;*/
        margin-top: -.125em;
    }
}
/* ============ mobile view .end// ============ */

.megamenu-title {
    color: teal;
    font-weight: 600;
}

.megamenu a {
    text-decoration: none !important;
    color: var(--bs-menu-link-color);
    text-transform: capitalize;
}

    .megamenu a:hover {
        text-decoration: none !important;
        color: var(--bs-menu-link-color-hover);
    }

.nav-item.dropdown.has-megamenu a[aria-expanded="true"] {
    background-color: var(--bs-menu-selected) !important;
    color: black;
    font-weight: 600;
}

.nav-link.dropdown-toggle {
    border-radius: .25em .25em 0em 0em;
}



.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-image: none;
    height: unset;
}

    .carousel-control-next-icon:after {
        content: '\25b2';
        font-size: 2em;
        color: #ffffff;
        display: inline-block;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        text-shadow: .0em 0.0em 0.2em #000;
    }

    .carousel-control-prev-icon:after {
        content: '\25b2';
        font-size: 2em;
        color: #ffffff;
        display: inline-block;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
        text-shadow: .0em 0.0em 0.2em #000;
    }

.carousel-indicators{
    margin-bottom:0px !important;
}
.products .carousel-indicators [data-bs-target] {
    background-color: #ffffff !important;
    bottom: -15px;
    height: 15px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}


.card .carousel-indicators {
    bottom: -15px;
    background-color: #b3b3b380;
    margin-right: 0px;
    margin-left: 0px;
}

.color-pics img {
    width: 100px;
    height: 100px;
    object-fit: scale-down;
    margin-right: .25em;
}
.color-pics a {
    text-decoration:none;
}
.sub-cats a {
    font-size: 1em;
    text-decoration: none;
    padding: .25em .5em .25em 0.5em;
    border-radius: .5em;
    background-color: var(--bs-menu-bg);
    color: #fff;
}}