.dropdown-menu a {
    color: var(--color-black) !important;
}

.dropdown-menu a:hover {
    color: var(--color-secondary) !important;
}

.dropdown-menu>li{
    float: left;
    /*padding-right: 20px;*/
    width: 100%;
    position: static;
}
.dropdown-menu>li>a
{
    position: relative;
    padding-right: 15px !important;
}
.dropdown-menu>li>a .fas
{
    position: absolute;
    right: 4px;
    top: 7px;
}

.dd-main-cat>a{
    font-size: 15px;
    padding: 4px 10px !important;
    transition: all .3s ease-in-out;
}

/*.dropdown-menu>li>a:hover {
    background: #fff;
    color: #606 !important;
}*/

.dropdown-menu>li>ul>li {
    position: relative;
    float: left;
    width: 280px;
}

.dropdown-menu>li>ul>li>ul {
    float: left;
    width: 190px;
    list-style: none;
    padding-left: 0;
}

.dropdown-menu>li>ul>li>ul>li {
    float: left;
    width: 190px;
    color: var(--color-black);
    /*border-bottom: 2px solid #d1d1d1;*/
}
.dropdown-menu>li>ul>li>ul>li a {
    display: block;
    padding: 2px 1px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: var(--color-black);
    white-space: normal;
    font-size: 12px;
}

.dropdown-menu > li:hover ul.dd-cat-list
{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    gap: 15px;
}

.dd-cat{
    width: 100% !important;
    max-width: 100px;
    text-align: center;
    float: none !important;
}

.dropdown-menu>li>ul>li>a {
    list-style: none;
    border-bottom: none;
}

.dropdown-menu>li:hover ul
{
    display: block;
}

.dropdown-large {
    position: static !important;
}

.dropdown-menu-large {
    left: 0px;
    min-width:280px;
    width: 1120px;
    max-width:100%;
    border-radius: 0;
    border-width: 2pt;
    border-color: rgb( 215, 215, 215 );
    border-style: solid;
    background-color: rgb( 255, 255, 255 );
    padding: 15px 0;
    transform: translate(-7px, 34px) !important;
}
.dropdown-menu-large > li > ul {
    padding: 0 20px;
    margin: 0;
}
.dropdown-menu-large > li > ul > li {
    list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
    max-width: 75px;
    gap: 7px;
    font-size: 11px;
    display: flex;
    flex-direction: column;
    transition: all .3s ease-in-out;
}

.dropdown-menu-large > li > ul > li > a .dd-cat-img {
    width: 100%;
    margin-right: 8px;
    text-align: center;
}

.dropdown-menu-large > li > ul > li > a .dd-cat-img img{
    max-width: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
    text-decoration: none;
    color: var(--color-black);
    background-color: transparent;
}
.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
    color: #999999;
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed;
}
.dropdown-menu-large .dropdown-header {
    color: var(--color-secondary);
    font-size: 18px;
}



.dropdown-menu>li>ul {
    display: none;
    position: absolute;
    left: 275px;
    top: -2px;
    width: 870px;
    background: #fff;
    z-index: 9999;
    border-radius: 0;
    border-width: 2pt;
    border-color: rgb( 215, 215, 215 );
    border-style: solid;
    border-left: 0px;
    padding: 15px;
}

.dropdown-menu>li>ul {
    display: none;
}

.dropdown-menu>.slider-a-li>ul {
    display: block;
}


#myCarouselnav{
    width: 90%;
    position: absolute;
    right: 60px;
}

@media (min-width: 992px) and (max-width: 1200px) {

    .dropdown-menu>li>ul {
        width: 750px;
        left: 210px;
    }

    .dropdown-menu>li>ul>li {
        position: relative;
        float: left;
        width: 235px;
    }

    .dropdown-menu-large > li > ul > li > a {
        width: 205px;
    }

    .dropdown-menu-large > li > ul > li > a > img{
        width: 40px;
        margin-right: 3px;
    }

    .dd-cat {
        width: 235px !important;
    }

}

@media (min-width: 768px) and (max-width: 992px) {

    .dropdown-menu>li>ul {
        width: 470px;
        left: 275px;
    }

    .dropdown-menu>li>ul>li {
        position: relative;
        float: left;
        width: 215px;
    }

    .dropdown-menu-large > li > ul > li > a .dd-cat-img
    {
        width: 50px;
    }

    .dropdown-menu-large > li > ul > li > a {
        width: 205px;
        font-size: 12px;
    }

    .dropdown-menu-large > li > ul > li > a > img{
        width: 30px;
        margin-right: 3px;
    }

    .dd-cat {
        width: 215px !important;
    }

}

@media (max-width: 768px)  {
    .dropdown-menu>li
    {
        padding-right: 10px;
        width: 100%;
    }
}