|
@@ -2625,7 +2625,7 @@ header a.navbar-brand img {
|
|
|
.mega-dropdown-menu {
|
|
|
display: none;
|
|
|
position: absolute;
|
|
|
- top: 80px;
|
|
|
+ top: 66px !important;
|
|
|
left: 0;
|
|
|
width: 40%;
|
|
|
background: #fff;
|
|
@@ -2633,6 +2633,11 @@ header a.navbar-brand img {
|
|
|
box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .2);
|
|
|
.transition(all, 0.5s, ease);
|
|
|
|
|
|
+ @media (max-width:993px) {
|
|
|
+ top: 135px !important;
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
@media (max-width:767px) {
|
|
|
position: relative;
|
|
|
top: auto;
|
|
@@ -3510,15 +3515,21 @@ white-space: nowrap;
|
|
|
}
|
|
|
|
|
|
|
|
|
-
|
|
|
-.facil{
|
|
|
- color: @theme;
|
|
|
- font-size: 12px;
|
|
|
+.facil { color: @theme; font-size: 12px; }
|
|
|
+.bucar_movil { width: 40%; float: right; padding-right: 70px; margin-top: 7px }
|
|
|
+.buscar { background: @theme !important; border: 1px solid @theme }
|
|
|
+@media only screen and (min-width:995px) {
|
|
|
+ .buscador { position: absolute; top: 3px; float: right !important; left: 30% }
|
|
|
+ .bucar_movil { display: none }
|
|
|
+}
|
|
|
+@media only screen and (max-width:600px) and (max-width:994px) { }
|
|
|
+@media only screen and (min-width:600px) and (max-width:994px) {
|
|
|
+ .buscador { display: none }
|
|
|
+ .bucar_movil { display: inherit }
|
|
|
+}
|
|
|
+@media only screen and (min-width:100px) and (max-width:599px) {
|
|
|
+ .bucar_movil { display: none }
|
|
|
}
|
|
|
-
|
|
|
-
|
|
|
-/*Personalizado Modificado a medida*/
|
|
|
-
|
|
|
|
|
|
@media only screen and (min-device-width:360px) and (max-device-width:409px) and (min-device-aspect-ratio:360/640) and (orientation:portrait) {
|
|
|
.cs-product { display: inline-block; width: 330px !important;
|
|
@@ -3612,4 +3623,9 @@ white-space: nowrap;
|
|
|
}
|
|
|
.adsb-inner2 { height: 280px !important; }
|
|
|
.search-toggle { right: -26px !important; }
|
|
|
+}
|
|
|
+
|
|
|
+@media only screen and (min-device-width:768px) and (max-device-width:1366px) and (min-device-aspect-ratio:1366/768){
|
|
|
+
|
|
|
+
|
|
|
}
|