﻿﻿

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 7px;
}

/*  .col-md-5 {
                    -ms-flex: 0 0 41.666667%;
                    flex: 0 0 41.666667%;
                    max-width: 28.666667%;
                } */

.mt-2, .my-2 {
    text-align: initial;
    margin-top: 0.5rem !important;
}

.divider {
    border: 1px solid #000;
}

.product-title a:hover {
    color: #007bff;
}

.fa, .fas {
    font-weight: 900;
}


.underline {
    border-bottom: 1px solid #ccc;
    width: 100%;
}

.nav-link p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 10px 0;
}

.toggle-arrow {
    background: none;
    border: none;
    padding: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    font-size: 16px;
    transition: transform 0.3s ease;
    color: inherit;
}

.rotate {
    transform: rotate(-180deg);
}

.nav-treeview {
    display: none;
}

    .nav-treeview.show {
        display: block;
    }

.navbar-nav .nav-link.active {
    border-bottom: 2px solid #000;
}

.navbar {
    /* position: relative; */
    display: -ms-flexbox;
    display: contents;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 2rem;
}

.company-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

    .company-text p {
        font-size: small;
        font-family: revert, serif;
        margin-top: 16px;
    }


.search-section {
    position: relative;
    max-width: 600px;
    margin: 80px auto;
    /*padding: 20px;*/
}

#search-bar {
    border-radius: 0;
/*    z-index: 1001;
*/}

.search-button {
    margin-top: 20px;
}

.input-group {
    display: flex;
    position: relative;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: end;
    width: 100%;
}

#suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    background: white;
    border: 1px solid #ccc;
    border-top: none;
    z-index: 1000;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.suggestions .suggestion-item {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
}

    .suggestions .suggestion-item:hover {
        background-color: #f1f1f1;
    }

.suggestion-item:last-child {
    border-bottom: none;
}

.search-button {
    border-radius: 0;
}

.btn-primary {
    color: #fff;
    background-color: #070808;
    border-color: #727374;
}
/* Make category font bold */
.nav-sidebar.category-link a {
    font-weight: bold;
}
/* Make subcategory font bold */
.nav-sidebar.subcategory-link p {
    font-weight: bold;
}

.whatsapp-link {
    display: inline-block;
    color: #25D366; /* WhatsApp green color */
    font-size: 20px;
    text-decoration: none;
    padding: 10px 20px;
    border: 2px solid #25D366;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

    .whatsapp-link:hover {
        background-color: #25D366;
        color: white;
    }

    .whatsapp-link i {
        margin-right: 8px;
    }

.sticky-icon {
    z-index: 1;
    position: fixed;
    top: 59%;
    right: 0%;
    width: 220px;
    display: flex;
    flex-direction: column;
}

    .sticky-icon a {
        transform: translate(160px,0px);
        border-radius: 50px 0px 0px 50px;
        text-align: left;
        margin: 2px;
        text-decoration: none;
        text-transform: uppercase;
        padding: 0px;
        font-size: 16px;
        font-family: 'Oswald', sans-serif;
        transition: all 0.8s;
    }

        .sticky-icon a:hover {
            color: #ababab;
            transform: translate(0px,0px);
        }

            .sticky-icon a:hover i {
                transform: rotate(360deg);
            }
/*.search_icon a:hover i  {
                    transform:rotate(360deg);}*/
.Facebook {
    background-color: transparent;
    color: #000;
}

.Youtube {
    background-color: transparent;
    color: #FFF;
}

.Twitter {
    background-color: transparent;
    color: #FFF;
}

.Instagram {
    background-color: transparent;
    color: #FFF;
}

.Linkedin {
    background-color: transparent;
    color: #FFF;
}

.cplphone {
    background-color: transparent;
    color: #FFF;
}

.cplmail {
    background-color: transparent;
    color: #FFF;
}


.sticky-icon a i {
    background-color: #382C7F;
    height: 40px;
    width: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    margin-right: 20px;
    transition: all 0.5s;
}

    .sticky-icon a i.fa-facebook-f {
        background-color: #382C7F;
        /*color: #2C80D3;*/
        color: #fff;
    }

    .sticky-icon a i.fa-instagram {
        background-color: #382C7F;
        /*color: #FD1D1D;*/
        color: #fff;
    }

    .sticky-icon a i.fa-youtube {
        background-color: #382C7F;
        /*color: #fa0910;*/
        color: #fff;
    }

    .sticky-icon a i.fa-twitter {
        background-color: #FFF;
        color: #53c5ff;
    }


/* DropDown Menu */
/* Basic styling for top-bar */
.top-bar {
    background-color: #212143;
    color: #fff;
    padding: 10px;
}

.contact-info i,
.social-links a i {
    margin-right: 5px;
}

.dropdown {
    position: relative;
    display: inline-block;
    margin: 0 -4px -4px 0px;
}

.dropdown-toggle {
    background-color: #333;
    color: #fff;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

    .dropdown-toggle .fa-chevron-down {
        margin-left: 5px;
    }

.dropdown-menu {
    padding: 0px 0 0px 41px;
    margin: 0 0 0 -45px;
    display: none;
    position: absolute;
    top: 100%;
    right: 0px;
    background-color: #333;
    border: 1px solid #444;
    z-index: 1000;
    /* width: 200px; */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.dropdown-item {
    color: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    text-decoration: none;
}

    .dropdown-item:hover {
        background-color: #555;
    }

.flag-icon {
    width: 20px;
    height: 15px;
    margin-right: 5px;
}

/* Align flag and text */
.country-display {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Flag style */
.flag-icon2 {
    width: 20px;
    height: auto;
    vertical-align: middle;
}

.mySelect {
    border: none;
    font-weight: bold;
    background-color: #212143; /* Dark background color */
    color: #ffd042; /* Custom text color */
    outline: none;
    cursor: pointer;
    appearance: none; /* Remove default caret */
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-right: 30px; /* Space for custom caret */
    position: relative;
}

    /* Add custom caret using ::after pseudo-element */
    .mySelect::after {
        content: "▼"; /* Custom caret symbol */
        font-size: 12px;
        color: #ffd042; /* Change this to the desired color */
        position: absolute;
        right: 8px; /* Position on the right */
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none; /* Allow click-through to select */
    }

    /* For Internet Explorer - Hide default caret */
    .mySelect::-ms-expand {
        display: none;
    }
