.sec-title {
    text-align: center;
    padding: 25px;
}

.categ img {
    border-radius: 20px;
    height: 300px;
    object: contain;
}

.nav-item a {
    font-size: 20px;
    padding-right: 30px !important;
}

.navbar a img {
    /* width: 100px; */
    height: 75px;
    object-fit: cover;
}

.nav-item a:hover {
    color: red;
    transition: 0.3s;
}

.categ {
    position: relative;
}

.cat-heading h4 a {
    position: absolute;
    left: 5%;
    bottom: 5%;
    background: black;
    color: white;
    padding: 10px 15px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 16px;
}

.cat-heading h4 a:hover {
    background-color: #4a4a4a;
    color: white;
    transition: 0.2s ease;
}

.categ .cat-title h3 {
    position: absolute;
    top: 5%;
    font-size: 18px;
    left: 5%;
}

/* .products {
    padding: 50px;
} */

.product-title a {
    color: black !important;
}

.product-title a:hover {
    color: red !important;
}

.products img {
    width: 100%;
}

.btn {
    border: 2px solid #8c9093;
}

.btn:hover {
    background-color: #8c9093;
    color: white;
    transition: 0.2s ease;
}

.footer {
    background-color: black;
    color: #fff;
    padding: 40px;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.footer .follow i {
    font-size: 25px;
}

.footer-title {
    margin-bottom: 30px;
}

.breadcrumb a {
    color: #fff;
    text-decoration: none;
}

#breadcrumb .container-fluid {
    background-image: url(images/breadcrumb.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 90px;
    color: #fff;
}

.list-group-item {
    border: none !important;
}

.prod-name a {
    color: black;
    text-decoration: none;
}

.accordion {
    border: 1px solid black;
    border-radius: 10px;
    padding: 10px;
}

.counter h2 {
    color: black !important;
    font-size: 50px;
    font-weight: bold;
}

.form-control {
    border-radius: 0;
    height: 50px;
}

.contact-info h2 {
    font-size: 50px !important;
}

.accordion-button:not(.collapsed) {
    background-color: #fff !important;
}

.accordion-button:focus {
    box-shadow: none;
}

.banner img {
    /* height: 500px; */
    /* object-fit: cover; */
}

.categories-img img {
    object-fit: contain;
}

.dropdown {
    position: relative;
}

.dropdown .dropbtn {
    cursor: pointer;
}

.dropdown .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    left: -655px;
    margin: 0 auto;
    text-align: left;
    padding: 10px 0;
}

.dropdown .dropdown-content .dropdown-column {
    float: left;
    width: 200px;
    padding: 10px;
}

.dropdown .dropdown-content .dropdown-column a {
    color: black;
    padding: 8px 16px;
    text-decoration: none;
    display: block;
}

.dropdown .dropdown-content .dropdown-column a:hover {
    color: red;
}

.dropdown:hover .dropdown-content {
    display: flex;
}

#search-button {
    padding: 10px 20px;
    font-size: 16px;
}

#search-screen {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    text-align: center;
    z-index: 999;
}

#search-screen input {
    padding: 10px;
    font-size: 18px;
    width: 80%;
    max-width: 600px;
    margin-top: 20px;
}

#close-button {
    background-color: white;
    color: black;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 40px;
}

.search-btn {
    padding: 10px 30px 10px 30px;
}

.footer a:hover {
    color: red;
}

.owl-carousel.owl-loaded.owl-drag .owl-nav {
    position: absolute;
    top: 30%;
}

button span {
    font-size: 60px;
}

.nav-tabs .nav-link {
    color: black;
}

.nav-tabs .nav-link:hover {
    color: red;
    text-decoration: underline;
}

.myDropdown .dropdown-menu {
    padding: 0px;
}

.myDropdown .dropdown-menu li a {
    padding: 10px 15px;
    border-bottom: 1px solid #b4b4b4;
}

.myDropdown:hover .dropdown-menu {
    display: block;
}

.product-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.image-slider {
    width: 100%;
    display: flex;
    flex-flow: column;
    width: clamp(360px, 96vw, 620px);
    aspect-ratio: 16 / 9;
    min-height: 300px;
    overflow: hidden;
    border-radius: 8px;
    container-type: inline-size;
    contain: content;
    background-color: #0006;
    border: 1px solid rgb(207, 207, 207);
}

.slider__content {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
}

.slider-control--button {
    border: 0;
    background: 0;
    outline: 0;
    cursor: pointer;
    place-content: center;
    padding-inline: 2vw;
    z-index: 1;
    display: grid;
}

.icon {
    height: 2rem;
    width: 2rem;
    fill: var(--icon-default);
    border-radius: 50%;
}

.slider-control--button:where(:hover) {
    background-image: linear-gradient(to var(--position),
            #0000 0%,
            #0002,
            80%,
            #0006 100%);

    .icon {
        fill: var(--icon-accent);
        background: #0001;
    }
}

.slider-control--button:active {
    outline: 0.2em solid hsl(204 100 53);
    outline-offset: -0.5em;
}

.prev-button {
    --position: left;
}

.next-button {
    --position: right;
}

.image-display {
    position: fixed;
    inset: 0;
}

.slider-navigation {
    z-index: 10;
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-columns: 100%;
    gap: 1.25rem;
    padding: 10px;
    place-content: center;
    background-color: var(--navigation-color);
}

.nav-button {
    display: grid;
    width: 100%;
    height: 100%;
    border-radius: 0.5em;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    border: 0;
    aspect-ratio: 16 / 9;
    transition: filter 150ms linear, scale 266ms ease;
}

.thumbnail {
    display: block;
    max-width: 100%;
    width: 100%;
    object-fit: contain;
    height: 100%;
}

.nav-button[aria-selected="true"] {
    scale: 1.1;
}

.nav-button[aria-selected="true"],
.nav-button:focus-visible {
    outline: 0.2em solid var(--active-color);
    outline-offset: 0.2em;
}

.nav-button[aria-selected="false"] {
    filter: opacity(0.7);
}

.nav-button[aria-selected="false"]:where(:hover, :focus-visible) {
    filter: opacity(1);
}

@container (max-width: 615px) {
    .nav-button:not(:has(img)) {
        background-color: rgb(241, 235, 232);
    }

    .slider-navigation {
        display: flex;
        justify-content: center;
        padding-block: 1.5em;
    }

    .nav-button {
        inline-size: 0.625rem;
        aspect-ratio: 1;
        border-radius: 50%;
    }

    .nav-button>.thumbnail {
        display: none;
    }

    .nav-button[aria-selected="true"] {
        background-color: black;
        scale: 1.5;
    }
}

@media screen and (max-width: 992px) {
    .navbar-toggler-icon {
        font-size: 2rem;
    }
}

.breadcrumb-item {
    &::before {
        color: white !important;
    }
}


.minimize-btn {
    /* position: fixed;
    left: 0;
    top: 41%;
    z-index: 100; */
    width: 100%;
}

.minimize-btn {
    background-color: #000;
    color: #fff;
    padding: 5px;
    cursor: pointer;
    text-align: center;
    border-radius: 0 5px 0px 0;
    display: inline-block;
}


.sticky-contact {
    /* position: fixed;
    left: 0;
    top: 50%; */
    /* transform: translateY(-50%); */
    background-color: #000;
    padding: 5px;
    border-radius: 0 0px 10px 0;
    transition: transform 0.3s ease;
    z-index: 100;
}

.tsh-icon {
    position: fixed;
    left: 0;
    top: 45%;
    z-index: 100;
}

.contact-item {
    display: flex;
    align-items: center;
    background-color: #24d366;
    color: #fff;
    margin: 5px 0;
    padding: 10px;
    text-decoration: none;
    border-radius: 5px;
}