|
@@ -241,15 +241,16 @@ function toCategories() {
|
|
color: #fff;
|
|
color: #fff;
|
|
}
|
|
}
|
|
.custom-navigate-dropdown2{
|
|
.custom-navigate-dropdown2{
|
|
- border-radius: 0px!important;
|
|
|
|
margin-top: 14px;
|
|
margin-top: 14px;
|
|
padding:0px!important;
|
|
padding:0px!important;
|
|
border-width: 0px!important;
|
|
border-width: 0px!important;
|
|
- background-color: #fff;
|
|
|
|
|
|
+ background-color: #fff!important;
|
|
opacity: 0.9;
|
|
opacity: 0.9;
|
|
border-radius: 6px!important;
|
|
border-radius: 6px!important;
|
|
|
|
+ inset: unset!important;
|
|
left: 50%!important;
|
|
left: 50%!important;
|
|
- // transition: all 0.3s ease-in-out;
|
|
|
|
|
|
+ top:58px!important;
|
|
|
|
+ transition: all 0.3s ease-in-out;
|
|
transform: translateX(-50%);
|
|
transform: translateX(-50%);
|
|
backdrop-filter: blur(5px)!important;
|
|
backdrop-filter: blur(5px)!important;
|
|
box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1)!important;
|
|
box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1)!important;
|