|
@@ -17,7 +17,6 @@ a:focus {
|
|
|
a:hover {
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
-
|
|
|
@images: "../img";
|
|
|
@box-body-bg1:url("@{images}/pattern.png");
|
|
|
@box-body-bg2:url("@{images}/pattern2.png");
|
|
@@ -724,6 +723,9 @@ a:hover {
|
|
|
}
|
|
|
.cs-product {
|
|
|
display: inline-block;
|
|
|
+ @media (max-width:1000px) {
|
|
|
+ width:263px;
|
|
|
+ }
|
|
|
|
|
|
.pwp-img {
|
|
|
height: 394px;
|
|
@@ -739,11 +741,13 @@ a:hover {
|
|
|
left: 0;
|
|
|
bottom: 0;
|
|
|
margin: 0;
|
|
|
- max-height: 394px;
|
|
|
+ /*max-height: 100vh;*/
|
|
|
width:100%;
|
|
|
- @media (max-width:1000px) {
|
|
|
- width:341;
|
|
|
- }
|
|
|
+ @media screen and (min-widht:768px) and (max-width:1000px) {
|
|
|
+ width:263px;
|
|
|
+ height:394px;
|
|
|
+ }
|
|
|
+
|
|
|
|
|
|
|
|
|
}
|
|
@@ -796,6 +800,7 @@ a:hover {
|
|
|
left: 45px;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
}
|
|
|
|
|
|
|
|
@@ -3457,64 +3462,19 @@ min-width: 160px;
|
|
|
white-space: nowrap;
|
|
|
|
|
|
}*/
|
|
|
-#list_add_to_cart > span{
|
|
|
- display: block;
|
|
|
- display: -webkit-box;
|
|
|
- display: -moz-box;
|
|
|
- max-width: 100%;
|
|
|
- height: 60px;
|
|
|
- margin: 0 auto;
|
|
|
- font-size: 14px;
|
|
|
- line-height: 1.4;
|
|
|
- -webkit-line-clamp: 3;
|
|
|
- -webkit-box-orient: vertical;
|
|
|
- -moz-line-clamp: 3;
|
|
|
- -moz-box-orient: vertical;
|
|
|
- overflow: hidden;
|
|
|
- text-overflow: ellipsis;
|
|
|
-
|
|
|
-
|
|
|
-}
|
|
|
-.popover
|
|
|
-{
|
|
|
- .popover-navigation{
|
|
|
- .text-muted{margin-left:14px;}
|
|
|
- .btn-link{padding:6px 15px !important;}
|
|
|
- }
|
|
|
-
|
|
|
-}
|
|
|
-
|
|
|
- #right_column{
|
|
|
- .input-group{
|
|
|
- a{
|
|
|
- padding:6px 15px;
|
|
|
- &:hover{
|
|
|
- color:@light-color;
|
|
|
- };
|
|
|
-
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
-}
|
|
|
-#wrap .table tr td:last-child{width: inherit; min-width: inherit;}
|
|
|
-
|
|
|
-.filtrouno {
|
|
|
-
|
|
|
- margin: 5px 0px 5px 0px;
|
|
|
- background: @theme;
|
|
|
- color:#ffffff;
|
|
|
- padding:10px;
|
|
|
- width: 100%;
|
|
|
- text-transform: uppercase;
|
|
|
+#list_add_to_cart > span { display: block; display: -webkit-box; display: -moz-box; max-width: 100%; height: 60px; margin: 0 auto; font-size: 14px; line-height: 1.4; -webkit-line-clamp: 3; -webkit-box-orient: vertical; -moz-line-clamp: 3; -moz-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
|
|
|
+.popover { .popover-navigation { .text-muted { margin-left: 14px; }
|
|
|
+ .btn-link { padding: 6px 15px !important; }
|
|
|
+ }
|
|
|
}
|
|
|
-
|
|
|
-.footercolor{
|
|
|
- color: @theme;
|
|
|
- font-weight: 700;
|
|
|
- font-size:14;
|
|
|
+#right_column { .input-group { a { padding: 6px 15px;
|
|
|
+ &:hover { color: @light-color; }
|
|
|
+ ; }
|
|
|
+ }
|
|
|
}
|
|
|
-
|
|
|
-
|
|
|
+#wrap .table tr td:last-child { width: inherit; min-width: inherit; }
|
|
|
+.filtrouno { margin: 5px 0px 5px 0px; background: @theme; color: #ffffff; padding: 10px; width: 100%; text-transform: uppercase; }
|
|
|
+.footercolor { color: @theme; font-weight: 700; font-size: 14; }
|
|
|
.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 }
|
|
@@ -3522,7 +3482,6 @@ white-space: nowrap;
|
|
|
.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 }
|
|
@@ -3530,90 +3489,162 @@ white-space: nowrap;
|
|
|
@media only screen and (min-width:100px) and (max-width:599px) {
|
|
|
.bucar_movil { display: none }
|
|
|
}
|
|
|
-
|
|
|
+@media only screen and (min-device-width:320px) and (max-device-width:480px) and (min-device-aspect-ratio:320/480) and (orientation:landscape) {
|
|
|
+ .cs-product { display: inline-block; width: 220px !important;
|
|
|
+ .pwp-img { height: 330px !important; width: 220px !important;
|
|
|
+ >a { img { max-width: 100%; height: auto; position: absolute; top: 0; right: 0; left: 0; bottom: 0; margin: 0; max-height: 100vw; width: 100%; }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .slide-pwp_img { width: 205px !important; height: 307px !important; }
|
|
|
+ }
|
|
|
+ .slide-cs_productos { width: 205px !important; }
|
|
|
+ .ads-section { .small-banners { height: 210px !important; }
|
|
|
+ .adsb-inner2 { height: 210px; }
|
|
|
+ }
|
|
|
+}
|
|
|
@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;
|
|
|
- .pwp-img { height: 440px !important; width: 295px !important;
|
|
|
+ .pwp-img { height: 490px !important; width: 330px !important;
|
|
|
>a { img { max-height: 100vh; }
|
|
|
}
|
|
|
}
|
|
|
+ .slide-pwp_img { width: 295px !important; height: 440px !important; }
|
|
|
}
|
|
|
.slide-cs_productos { width: 295px !important; }
|
|
|
- .slide-pwp_img { width: 295px !important; height: 440px !important; }
|
|
|
+ .ads-section { .small-banners { height: 330px !important; }
|
|
|
+ .adsb-inner2 { height: 330px; }
|
|
|
+ }
|
|
|
}
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-@media only screen and (min-device-width:410px) and (max-device-width:736px) and (min-device-aspect-ratio:414/736) and (orientation:portrait) {
|
|
|
- .cs-product { display: inline-block; width: 380px !important;
|
|
|
- .pwp-img { height: 510px !important; width: 340px !important;
|
|
|
- >a { img { max-height: 100vh; }
|
|
|
+@media only screen and (min-device-width:320px) and (max-device-width:568px) and (min-device-aspect-ratio:320/568) and (orientation:portrait) {
|
|
|
+ .cs-product { display: inline-block; width: 293px !important;
|
|
|
+ .pwp-img { height: 435px !important; width: 293px !important;
|
|
|
+ >a { img { max-width: 100%; height: auto; position: absolute; top: 0; right: 0; left: 0; bottom: 0; margin: 0; max-height: 100vh; width: 100%; }
|
|
|
}
|
|
|
}
|
|
|
+ .slide-pwp_img { width: 255px !important; height: 380px !important; }
|
|
|
+ }
|
|
|
+ .slide-cs_productos { width: 255px !important; }
|
|
|
+ .ads-section { .small-banners { height: 290px !important; }
|
|
|
+ .adsb-inner2 { height: 290px; }
|
|
|
}
|
|
|
- .slide-cs_productos { width: 340px !important; }
|
|
|
- .slide-pwp_img { width: 340px !important; height: 510px !important; }
|
|
|
}
|
|
|
-
|
|
|
-@media only screen and (min-device-width:668px) and (max-device-width:766px) and (min-device-aspect-ratio:414/736) and (orientation:landscape) {
|
|
|
- .cs-product { display: inline-block; width: 335px !important;
|
|
|
- .pwp-img { height: 500px !important; width: 335px !important;
|
|
|
- >a { img { max-height: 100vw; }
|
|
|
+@media only screen and (min-device-width:481px) and (max-device-width:568px) and (min-device-aspect-ratio:320/568) and (orientation:landscape) {
|
|
|
+ .cs-product { display: inline-block; width: 245px !important;
|
|
|
+ .pwp-img { height: 365px !important; width: 245px !important;
|
|
|
+ >a { img { max-width: 100%; height: auto; position: absolute; top: 0; right: 0; left: 0; bottom: 0; margin: 0; max-height: 100vw; width: 100%; }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .slide-pwp_img { width: 225px !important; height: 335px !important; }
|
|
|
+ }
|
|
|
+ .slide-cs_productos { width: 225px !important; }
|
|
|
+ .ads-section { .small-banners { height: 254px !important; }
|
|
|
+ .adsb-inner2 { height: 254px; }
|
|
|
+ }
|
|
|
+}
|
|
|
+@media only screen and (min-device-width:600px) and (max-device-width:767px) and (min-device-aspect-ratio:600/960) and (orientation:portrait) {
|
|
|
+ .cs-product { display: inline-block; width: 293px !important;
|
|
|
+ .pwp-img { height: 435px !important; width: 293px !important;
|
|
|
+ >a { img { max-width: 100%; height: auto; position: absolute; top: 0; right: 0; left: 0; bottom: 0; margin: 0; max-height: 100vh; width: 100%; }
|
|
|
}
|
|
|
}
|
|
|
+ .slide-pwp_img { width: 225px !important; height: 335px !important; }
|
|
|
+ }
|
|
|
+ .slide-cs_productos { width: 225px !important; }
|
|
|
+ .ads-section { .small-banners { height: 270px !important; }
|
|
|
+ .adsb-inner2 { height: 270px; }
|
|
|
+ }
|
|
|
+ .col-xs-12 { width: 50%; }
|
|
|
+ .nexus7 { width: 100vw; }
|
|
|
+}
|
|
|
+@media only screen and (min-device-width:410px) and (max-device-width:599px) and (min-device-aspect-ratio:414/736) and (orientation:portrait) {
|
|
|
+ .cs-product { display: inline-block; width: 385px !important;
|
|
|
+ .pwp-img { height: 575px !important; width: 385px !important;
|
|
|
+ >a { img { max-width: 100%; height: auto; position: absolute; top: 0; right: 0; left: 0; bottom: 0; margin: 0; max-height: 100vh; width: 100%; }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .slide-pwp_img { width: 335px !important; height: 500px !important; }
|
|
|
}
|
|
|
.slide-cs_productos { width: 335px !important; }
|
|
|
- .slide-pwp_img { width: 335px !important; height: 500px !important; }
|
|
|
+ .zompromo { zoom: 0.5; }
|
|
|
+ .ads-section { .small-banners { height: 380px !important; }
|
|
|
+ }
|
|
|
+}
|
|
|
+@media only screen and (min-device-width:668px) and (max-device-width:766px) and (min-device-aspect-ratio:414/736) and (orientation:landscape) {
|
|
|
+ .cs-product { display: inline-block; width: 340px !important;
|
|
|
+ .pwp-img { height: 510px !important; width: 340px !important;
|
|
|
+ >a { img { max-width: 100%; height: auto; position: absolute; top: 0; right: 0; left: 0; bottom: 0; margin: 0; max-height: 100vw; width: 100%; }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .slide-pwp_img { width: 300px !important; height: 410px !important; }
|
|
|
+ }
|
|
|
+ .slide-cs_productos { width: 300px !important; }
|
|
|
+}
|
|
|
+@media only screen and (min-device-width:800px) and (max-device-width:800px) and (min-device-aspect-ratio:800/1280) and (orientation:portrait) {
|
|
|
+ .cs-product { display: inline-block; width: 235px !important;
|
|
|
+ .pwp-img { height: 350px !important; width: 235px !important;
|
|
|
+ >a { img { max-width: 100%; height: auto; position: absolute; top: 0; right: 0; left: 0; bottom: 0; margin: 0; max-height: 100vh; width: 100%; }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .slide-pwp_img { width: 235px !important; height: 350px !important; }
|
|
|
+ }
|
|
|
+ .slide-cs_productos { width: 235px !important; }
|
|
|
+ .ads-section { .small-banners { height: 220px !important; }
|
|
|
+ .adsb-inner2 { height: 220px; }
|
|
|
+ }
|
|
|
+ .imgpromo { height: 220px !important; }
|
|
|
+ .zomnex { -moz-transform: translateX(1) translateY(1%) scaleX(1) scaleY(1) !important; -ms-transform: translateX(1%) translateY(1%) scaleX(1) scaleY(1) !important; -o-transform: translateX(1%) translateY(1%) scaleX(1) scaleY(1) !important; transform: translateX(1%) translateY(1%) scaleX(1) scaleY(1) !important; }
|
|
|
}
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (min-device-aspect-ratio:768/1024) and (orientation:landscape) {
|
|
|
.cs-product { display: inline-block; width: 226px !important;
|
|
|
.pwp-img { height: 335px !important; width: 226px !important;
|
|
|
>a { img { max-height: 100vh; }
|
|
|
}
|
|
|
}
|
|
|
+ .slide-pwp_img { width: 220px !important; height: 330px !important; }
|
|
|
}
|
|
|
+ .slide-cs_productos { width: 220px !important; }
|
|
|
}
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (min-device-aspect-ratio:768/1024) and (orientation:portrait) {
|
|
|
.cs-product { display: inline-block; width: 236px !important;
|
|
|
.pwp-img { height: 352px !important; width: 236px !important;
|
|
|
>a { img { max-width: 100%; height: auto; position: absolute; top: 0; right: 0; left: 0; bottom: 0; margin: 0; max-height: 100vh; width: 100%; }
|
|
|
}
|
|
|
}
|
|
|
+ .slide-pwp_img { width: 326px !important; height: 487px !important; }
|
|
|
+ }
|
|
|
+ .slide-cs_productos { width: 326px !important; }
|
|
|
+ .ads-section { .small-banners { height: 208px !important; }
|
|
|
+ .adsb-inner2 { height: 208px; }
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (min-device-aspect-ratio:768/1024) and (orientation:landscape) {
|
|
|
.adsb-inner2 { height: 280px !important; }
|
|
|
.search-toggle { right: -26px !important; }
|
|
|
}
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-@media only screen and (min-width:375px) and (max-width:667px) and (aspect-ratio:375/667) and (orientation:portrait) {
|
|
|
+@media screen and (min-width:375px) and (max-width:667px) and (aspect-ratio:375/667) and (orientation:landscape) {
|
|
|
+ .cs-product { display: inline-block; width: 300px !important;
|
|
|
+ .pwp-img { height: 450px !important; width: 300px !important;
|
|
|
+ >a { img { max-width: 100%; height: auto; position: absolute; top: 0; right: 0; left: 0; bottom: 0; margin: 0; max-height: 100vw !important; width: 100%; }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .slide-pwp_img { width: 300px !important; height: 450px !important; }
|
|
|
+ }
|
|
|
+ .slide-cs_productos { width: 300px !important; }
|
|
|
+}
|
|
|
+@media only screen and (min-device-width:375px) and (max-device-width:667px) and (aspect-ratio:375/667) and (orientation:portrait) {
|
|
|
.cs-product { display: inline-block; width: 345px !important;
|
|
|
.pwp-img { height: 518px !important; width: 345px !important;
|
|
|
>a { img { max-width: 100%; height: auto; position: absolute; top: 0; right: 0; left: 0; bottom: 0; margin: 0; max-height: 100vh; width: 100%; }
|
|
|
}
|
|
|
}
|
|
|
+ .slide-pwp_img { width: 300px !important; height: 450px !important; }
|
|
|
}
|
|
|
+ .slide-cs_productos { width: 300px !important; }
|
|
|
}
|
|
|
-
|
|
|
-
|
|
|
-@media only screen and (min-device-width:530px) and (max-device-width:767px) and (orientation:landscape) {
|
|
|
+@media only screen and (min-device-width:480px) and (max-device-width:767px) and (orientation:landscape) {
|
|
|
.col-xxs-4 { width: 33.33333333% !important; }
|
|
|
.col-xxs-6 { width: 50% !important }
|
|
|
-
|
|
|
}
|
|
|
-
|
|
|
@media only screen and (min-device-width:1024px) and (max-device-width:1366px) and (min-device-aspect-ratio:1024/1366) and (orientation:portrait) {
|
|
|
.cs-product { display: inline-block; width: 230px !important;
|
|
|
.pwp-img { height: 340px !important; width: 230px !important;
|
|
@@ -3624,8 +3655,28 @@ white-space: nowrap;
|
|
|
.adsb-inner2 { height: 280px !important; }
|
|
|
.search-toggle { right: -26px !important; }
|
|
|
}
|
|
|
+@media (min-width:1200px) {
|
|
|
+ .cs-product {
|
|
|
|
|
|
-@media only screen and (min-device-width:768px) and (max-device-width:1366px) and (min-device-aspect-ratio:1366/768){
|
|
|
-
|
|
|
+ /*display: inline-block; width: 345px !important;
|
|
|
+ .pwp-img { height: 518px !important; width: 345px !important;
|
|
|
+ >a { img { max-width: 100%; height: auto; position: absolute; top: 0; right: 0; left: 0; bottom: 0; margin: 0; max-height: 100vh; width: 100%; }
|
|
|
+ }
|
|
|
+ }*/
|
|
|
+ .slide-pwp_img { width: 220px !important; height: 330px !important; }
|
|
|
+ }
|
|
|
+ .slide-cs_productos { width: 220px !important; }
|
|
|
+}
|
|
|
+@media screen and (min-width:1920px) and (max-widht:2559px) {
|
|
|
+ body { zoom: 1.5; }
|
|
|
+}
|
|
|
+@media (min-width:2560px) {
|
|
|
+ body { zoom: 2.1; }
|
|
|
+}
|
|
|
+@media screen and (min-width:970px) {
|
|
|
+ .portadaamo { height: 472px !important; overflow: hidden }
|
|
|
+}
|
|
|
+@media screen and (max-width:767px) {
|
|
|
+ .jeanspromo { height: 50vh !important }
|
|
|
+}
|
|
|
|
|
|
-}
|