+
Last Search Resulte
+
+
+
+
+
+
+
+
Aserradero portatil Bolport Rm100
+
Lorem ipsum dolor sit amet, consetetur saidispscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore a magna aliquyam ...
+
+
+
+
+
+
+
+
+
+
+
Aserradero portatil Bolport Rm100
+
Lorem ipsum dolor sit amet, consetetur saidispscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore a magna aliquyam ...
+
+
+
+
+
+
+
+
+
+
+
Aserradero portatil Bolport Rm100
+
Lorem ipsum dolor sit amet, consetetur saidispscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore a magna aliquyam ...
+
+
+
+
+
+
+
+
+
+
+
Aserradero portatil Bolport Rm100
+
Lorem ipsum dolor sit amet, consetetur saidispscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore a magna aliquyam ...
+
+
+
+
+
+
+
+
+
+
+
Aserradero portatil Bolport Rm100
+
Lorem ipsum dolor sit amet, consetetur saidispscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore a magna aliquyam ...
+
+
+
+
+
+
+
+
+
+
+
Aserradero portatil Bolport Rm100
+
Lorem ipsum dolor sit amet, consetetur saidispscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore a magna aliquyam ...
+
+
+
diff --git a/style.css b/style.css
index 20f146e..b19398d 100644
--- a/style.css
+++ b/style.css
@@ -97,12 +97,12 @@ a:hover {
margin:0 auto;
}
.col-1-3 {
- width:30%;
+ width:36%;
float:left;
position: relative;
}
.col-2-3 {
- width:60%;
+ width:62%;
margin-right:20px;
float:left;
position: relative;
@@ -888,16 +888,77 @@ a:hover {
}
/****** PRODUCT DETAIL PAGE ******/
-.product-detail .product-meta {
+.product-detail .row img.product-img {
+ width: 100%;
+ border-radius: 7px;
+}
+.product-detail table.product-meta {
+ width: 100%;
background:#fef0e4;
padding:20px;
- width:100%;
position: relative;
}
-.product-detail .row img {
- width: 100%;
+.product-detail table.product-meta a {
+ color:#db513d;
+}
+.product-detail table.product-meta th {
+ text-align: left;
+ padding:10px 0 0 0;
+}
+.product-detail table.product-meta td {
+ vertical-align: top;
+}
+.product-detail table.product-meta h3 {
+ font-weight:normal;
+ font-size: 11px;
+ border-top:1px #296178 solid;
+ margin:0;
+ display: block;
+}
+.product-detail table.product-meta h3:first-child {
+ margin-top:0;
+}
+.product-detail table.product-meta ul {
+ padding:0 0 0 20px;
+ margin:-3px 0 0 0;
+}
+.product-detail table.product-meta li {
+ list-style-type: circle;
+}
+.product-detail table.product-meta svg {
+ transform: rotate(-90deg);
+ stroke-dasharray: 502; /* (2PI * 40px) */
+ stroke-dashoffset: 502;
+ animation: offsettozero 1s linear forwards;
+}
+.product-detail table.product-meta @keyframes offsettozero {
+ to {
+ stroke-dashoffset: 180;
+ }
}
+/****** ELEMENTS ******/
+.profile-completed {
+ width:100%;
+}
+.profile-completed p {
+ width:auto;
+ float:right;
+ margin:0;
+ color:#db513d;
+}
+.profile-completed-bar {
+ display: block;
+ background:#c9d7dd;
+ width:86%;
+ height:20px;
+ float:left;
+}
+.profile-completed-bar span {
+ background:#296178;
+ height:20px;
+ display: block;
+}
/** https://codepen.io/chrisota/pen/rpaLw
*, *:before, *:after { box-sizing: border-box; }