::after,
::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
li {
    list-style: none;
}
.wrapper 
{
    display: flex;
}
.sidebar-item span 
{
      text-transform: uppercase;
      /* font-size: 14px; */
      font-weight: 600;      
}
.main 
{
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
    background-color: #fafbfe;
}
#sidebar 
{
    width: 50px;
    min-width: 60px;
    z-index: 1000;
    transition: all .25s ease-in-out;
    background-color: #0e2238;
    display: flex;
    flex-direction: column;
    transition: all 0.8s ease;
    overflow: hidden;    
}
#sidebar.expand 
{
    width: 310px;
    min-width: 210px;
}
#sidebar:not(.expand) .sidebar-logo,
#sidebar:not(.expand) a.sidebar-link span 
{
    display: none;
}
.sidebar-nav 
{
    position: fixed;
    padding: 1rem 0;
    flex: 1 1 auto;
    margin-top: 60px;
}
a.sidebar-link 
{
    padding: 4px 10px; 
    color: #FFF;
    display: block;    
    white-space: nowrap;
    border-left: 3px solid transparent;
    margin-right: 40px;
   
}

.sidebar-link i {
   /*  font-size: 1.1rem; */
    margin-right: .75rem;
}

a.sidebar-link:hover 
{
    background-color: rgba(255, 255, 255, .075);
    border-left: 3px solid #3b7ddd;
}

.sidebar-item 
{
    position: relative;   
    padding: 0px px;
}

#sidebar:not(.expand) .sidebar-item .sidebar-dropdown
 {
    position: absolute;
    top: 0;
    left: 70px;
    background-color: #0e2238;
    padding: 0;
    min-width: 15rem;
    display: none;
}

#sidebar:not(.expand) .sidebar-item:hover .has-dropdown+.sidebar-dropdown 
{
    display: block;
    max-height: 15em;
    width: 100%;
    opacity: 1;
}

#sidebar.expand .sidebar-link[data-bs-toggle="collapse"]::after
 {
    border: solid;
    border-width: 0 .075rem .075rem 0;
    content: "";
    display: inline-block;
    padding: 2px;
    position: absolute;
    right: 1.5rem;
    top: 1.4rem;
    transform: rotate(-135deg);
    transition: all .2s ease-out;
}

#sidebar.expand .sidebar-link[data-bs-toggle="collapse"].collapsed::after
{
    transform: rotate(45deg);
    transition: all .2s ease-out;
}

.sidebar-logo
{
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;    
    color: #FFF;
    cursor: pointer;
}

.toggle-btn 
{
    background-color: transparent;
    cursor: pointer;
    border: 0;
    padding: 15px 10px;
}
.linkyellow
{
    color: #F29724;  
    /* font-size: 12px !important; */
     margin-left: 2em; 
}
.linkwhite
{
     padding: 1em; 
}

/* menu header */
.font-menu-titulos
{
   font: var(--bs-font-sans-serif) ;
   font-size: 14px;
   font-weight: bold !important;  
}

@media screen and (max-width: 668px) {
    .btn2{
                margin-bottom: 15px;
               border: none;
               outline: none;
            }
       
}
@media screen and (max-width: 991px) {
            /* offcanvas menu */
            .offcanvas-body .nav-item {
                font-weight: 700;
               
            }
            .offcanvas-body .filter-categories {
                width: 100%;
                margin-bottom: 20px !important;
                border: 1px solid #d1d1d1 !important;
                padding: 14px;
                border-radius: 8px;
            }
            /* dropdown-menu */
            .dropdown-menu {
                padding: 0;
                border: none;
                line-height: 1.4;
                font-size: 0.9em;    
            }
            .dropdown-menu a {
                padding-left: 0;   
            }
            
            .dropdown-toggle::after {
                position: absolute;
                right: 0;
                top: 21px;
            }
          
}

@media only screen and (max-width: 1224px) {
        .top-header-area .site-logo a
        {
            display: none;
        }
        .top-header-area .container .main-menu .custom-navbar-nav #index {
            display: none;
        }
        .top-header-area .container .main-menu .custom-navbar-nav #shop {
            display: none;
        }
        .top-header-area .container .main-menu .custom-navbar-nav #about{
            display: none;
        }
        .top-header-area .container .main-menu .custom-navbar-nav #contact{
            display: none;
        }
       .single-product-img img 
         {
          width: 100%;
          height: 100%;          
         }
         #usersWEB{
             display: none;
         }
}

.top-header-area.white ul.navbar-nav li.nav-item a.nav-link, .top-header-area.white ul.navbar-nav li.nav-item.active a.nav-link {
  color: #fff;
  
}
.top-header-area .site-logo button span{
  color: var(--bs-orange);
  font-size: 18px;
  font-weight: 900;
}

@media only screen and (max-width: 384px) 
{
    
     .top-header-area .site-logo button span{
        font-size: 12px;
        color: var(--bs-orange);
     }
}

.navbar-nav .nav-item span{
         color: black;
}
.offcanvas {
        background-color: #05568B;
}
.offcanvas h4{
        color: white;
}
.offcanvas-header{
      background-color: var(--bs-bluedark);
}
.btn2 {
	font-weight: 600;
	padding: 12px 30px;
	border-radius: 10px;	
	background: #05568B;
    color: white;
    font-weight: bold;
    font-size: 14px;
	&:hover {
		background: var(--bs-info);
	}
	&:active, &:focus {
		outline: none!important;
		box-shadow: none;
	}
	
}

.btn3 {
	background-color: #05568B; 
    border:none; 
    border-bottom: solid 1px var(--bs-orange); 
    color: white;	
}
.navbar-nav .nav-item .d-flex span{
    color: white; 
    font-size:16px; 
    font-weight: bold;
}
.btn-close {
        color :#F28123;
        background-color: var(--bs-orange);
}
.collapse .btn-toggle-nav li a{
        color: white;
        font-size: 14px;
        font-weight: bold;
}
.site-logo a img{
    border-radius: 8px; 
    border: solid 3px var(--bs-orange); 
    margin-left:25px;
    margin-top: 43px;
}
