82 lines
2.2 KiB
CSS
82 lines
2.2 KiB
CSS
.elementor-widget-images-list ul {
|
|
padding: 0;
|
|
margin: 0;
|
|
list-style: none;
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
gap: 7px;
|
|
}
|
|
.elementor-widget-images-list ul li img {
|
|
width: 100%;
|
|
max-width: 20px;
|
|
height: auto;
|
|
max-height: 12px;
|
|
}
|
|
|
|
.elementor-widget-acf-product-parameters .product-parameters {
|
|
padding: 30px;
|
|
margin: 0;
|
|
list-style: none;
|
|
border: 1px solid rgba(20, 24, 62, 0.0588235294);
|
|
}
|
|
.elementor-widget-acf-product-parameters .product-parameters li {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
-moz-column-gap: 20px;
|
|
column-gap: 20px;
|
|
}
|
|
.elementor-widget-acf-product-parameters .product-parameters li:not(:last-child) {
|
|
margin-bottom: 30px;
|
|
}
|
|
.elementor-widget-acf-product-parameters .product-parameters li .product-parameters__img {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.elementor-widget-acf-product-parameters .product-parameters li .product-parameters__img img {
|
|
width: 50px;
|
|
max-width: 50px;
|
|
-o-object-fit: contain;
|
|
object-fit: contain;
|
|
}
|
|
.elementor-widget-acf-product-parameters .product-parameters li .product-parameters__content .product-parameters__title {
|
|
font-size: 16px;
|
|
font-family: "Open Sans", sans-serif;
|
|
font-weight: 700;
|
|
line-height: 1;
|
|
margin: 0 0 5px 0;
|
|
}
|
|
.elementor-widget-acf-product-parameters .product-parameters li .product-parameters__content .product-parameters__title a {
|
|
color: var(--e-global-color-accent);
|
|
}
|
|
.elementor-widget-acf-product-parameters .product-parameters li .product-parameters__content .product-parameters__description {
|
|
font-size: 16px;
|
|
font-family: "Open Sans", sans-serif;
|
|
font-weight: 400;
|
|
line-height: 1;
|
|
margin: 0;
|
|
}
|
|
|
|
.elementor-widget-acf-product-label .product-label {
|
|
position: absolute;
|
|
left: 10px;
|
|
top: 10px;
|
|
z-index: 10;
|
|
}
|
|
.elementor-widget-acf-product-label .product-label span {
|
|
display: inline-block;
|
|
padding: 5px 20px 5px;
|
|
background: black;
|
|
color: #fff;
|
|
border-radius: 50px;
|
|
font-size: 16px;
|
|
}
|
|
.elementor-widget-acf-product-label .product-label span.aluplast {
|
|
color: #fff;
|
|
background: #d10a11;
|
|
}
|
|
.elementor-widget-acf-product-label .product-label span.rehau {
|
|
color: #fff;
|
|
background: #37a58c;
|
|
}/*# sourceMappingURL=main.css.map */ |