
/*****************/



.hero__categories ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.dropdown-menu-root > li {
    position: relative;
    height: 30px !important;
	margin: 0px !important;
	padding:0px 6px !important;
}

/* Main link style */
.dropdown-menu-root li a {
    display: block;
    background-color: #ffffff;
    color: #900000;
    text-decoration: none;
	margin: 0px 0px !important;
    padding: 0px 5px !important;
    font-size: 16px !important;
    line-height: 30px !important;
    box-sizing: border-box;
}

.dropdown-menu-root li a:hover {
    background-color: #cc0000;
	border: 0px solid #898989;
    color: #ffffff;
}

/* First-level submenu */
.submenu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 180px;
    background-color: #ffffff;
    border: 0px solid #898989;
    z-index: 100;
    padding: 0px !important;
	margin: 0px !important;
}

/* Second-level submenu */
.submenu-item {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 180px;
    background-color: #ffffff;
    border: 0x solid #838383;
    padding: 0;
	margin: 0px !important;
}

/* Hover effects to show submenus */
.dropdown-item:hover > .submenu {
    display: block;
}

.dropdown-subitem:hover > .submenu-item {
    display: block;
}

/* Base list style */
.hero__categories ul li {
    position: relative;
	margin: 0px !important;
}

/* Arrow style */
.submenu-arrow {
    float: right;
	margin-top: 5px !important;
    margin-left: 5px;
    font-size: 16px;
    color: #cdcdcd;
    line-height: 1;
}


.footer__widget__social {
    margin-top: 15px;
}

.footer__widget__social a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    background-color: #ff0000; /* adjust to match your theme */
    color: #ffffff;
    font-size: 14px;
    border-radius: 50%;
    margin-right: 8px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s;
}

.footer__widget__social a:hover {
    background-color: #cc0000;
}



.product__details__pic__thumbs::-webkit-scrollbar {
    height: 6px;
}

.product__details__pic__thumbs::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}
