.topstore-menu_columnas {
    position: fixed;
    width: 100%!important;
    left: 0;
    top: inherit;
    /*display: flex;*/
    flex-direction: column;
    overflow: hidden;
    max-height: 0;
    background: transparent;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.02);
    margin-top: 0;
	 -webkit-transition: 0.5s;
 -moz-transition: 0.5s;
 -ms-transition: 0.5s;
 transition: 0.5s;
	opacity: 0;
}

.shrink .topstore-menu_columnas {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    margin-top: -54px;
}

.open>.topstore-menu_columnas {
    max-height: calc(100vh - 121px);
    overflow: hidden;
    padding: 0;
	 -webkit-transition: 0.5s;
 -moz-transition: 0.5s;
 -ms-transition: 0.5s;
 transition: 0.5s;
	opacity: 1;
}

.dropdown:hover .topstore-menu_columnas  {
	display: block;
	max-height: calc(100vh - 121px);
	overflow: hidden;
	padding: 0;
	 -webkit-transition: 0.5s;
 -moz-transition: 0.5s;
 -ms-transition: 0.5s;
 transition: 0.5s;
opacity: 1;
	transition-delay: 0.5s;
}

.topstore-container_links {
    width: 100%;
    margin: auto;
    background: #f7f7f7;
    padding-bottom: 30px;
}

.topstore-contenido {
    display: flex;
    align-items: flex-start;
    margin: auto;
    width: 100%;
    max-width: 1200px;
    padding: 0 8px;
}

.topstore-contenido_container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    justify-content: flex-start;
}

.topstore-segundo-nivel_container {
    list-style: none;
    padding: 0 30px 0 0;
    margin: 20px 30px 0 0;
    width: calc(25% - 60px);
}

.topstore-segundo-nivel {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 10px;
}

.topstore-segundo-nivel_title {
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #0FC8BA;
}

.topstore-tercer-nivel{
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    margin-top: 6px;
}

.topstore-tercer-nivel_title {
    color: #000;
    text-decoration: none;
    font-size: 14px;
}

.topstore-tercer-nivel_title span {
    position: relative;
    font-weight: 400;
    color: #000;
    transition: all .3s;
    font-size: 15px;
    line-height: 16px;
    color: #666;
}

.topstore-tercer-nivel_title.ver-todo span {
    font-weight: 600;
    color: #007fb3;
}


.topstore-toda-categoria {
    width: 100%;
    min-height: 44px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-family: Roboto,sans-serif;
    font-weight: 650;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.topstore-toda-categoria .fa {
    font-size: 12px;
    line-height: 19px;
	margin-left: 5px;
}


.topstore-menu_background {
    height: 100vh;
    width: 100%;
    background: rgba(46,46,46,.6);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
}

.dropdown:hover .dropdown-menu {
  display: block;
}

/*-------------------*/

.navbar-default .menu-color2 .navbar-nav > li > a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    margin: auto;
    background-color: #007fb3;
    transition: all .3s;
    width: 0;
    height: 3px;
}

.navbar-default .menu-color2 .navbar-nav > li > a:hover:after {
    /*width: 100%;*/
}


.navbar-default .menu-color2 .navbar-nav > li > a:hover, .navbar-default .menu-color2 .navbar-nav > li > a:focus, .navbar-default .menu-color2 .navbar-nav > li > a:active {
   /* width: 100%;*/
}
