234 lines
3.6 KiB
CSS
Vendored
234 lines
3.6 KiB
CSS
Vendored
html {
|
|
height: 100%;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
*,
|
|
*:before,
|
|
*:after {
|
|
box-sizing: inherit;
|
|
}
|
|
|
|
body {
|
|
position: relative;
|
|
margin: 0;
|
|
/* padding-bottom: 20em; */
|
|
min-height: 100%;
|
|
}
|
|
|
|
.custom-footer {
|
|
position: absolute;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
}
|
|
|
|
.bloc_left_price {
|
|
color: #c01508;
|
|
text-align: center;
|
|
font-weight: bold;
|
|
font-size: 150%;
|
|
}
|
|
|
|
.category_block li:hover {
|
|
background-color: #007bff;
|
|
}
|
|
|
|
.category_block li:hover a {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.category_block li a {
|
|
color: #343a40;
|
|
}
|
|
|
|
.add_to_cart_block .price {
|
|
color: #c01508;
|
|
text-align: center;
|
|
font-weight: bold;
|
|
font-size: 200%;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.add_to_cart_block .price_discounted {
|
|
color: #343a40;
|
|
text-align: center;
|
|
text-decoration: line-through;
|
|
font-size: 140%;
|
|
}
|
|
|
|
.product_rassurance {
|
|
padding: 10px;
|
|
margin-top: 15px;
|
|
background: #ffffff;
|
|
border: 1px solid #6c757d;
|
|
color: #6c757d;
|
|
}
|
|
|
|
.product_rassurance .list-inline {
|
|
margin-bottom: 0;
|
|
text-transform: uppercase;
|
|
text-align: center;
|
|
}
|
|
|
|
.product_rassurance .list-inline li:hover {
|
|
color: #343a40;
|
|
}
|
|
|
|
.reviews_product .fa-star {
|
|
color: gold;
|
|
}
|
|
|
|
.pagination {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.custom-logo {
|
|
height: 150px;
|
|
margin-bottom: 50px;
|
|
}
|
|
|
|
.custom-jumbotron {
|
|
background-color: #ffffff;
|
|
}
|
|
|
|
span#my-cart-count.badge {
|
|
width: 40px;
|
|
}
|
|
|
|
.custom-thumbnail {
|
|
border: none;
|
|
}
|
|
|
|
.dcreated {
|
|
color: #8f8f8f;
|
|
}
|
|
|
|
@media (min-width: 992px) {
|
|
.display-flex {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
.display-flex>[class*='col-'] {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
}
|
|
|
|
.fa-star,
|
|
.fa-star-half-o {
|
|
color: yellow;
|
|
}
|
|
|
|
.custom-fa-user {
|
|
font-size: 15px;
|
|
color: #626262;
|
|
}
|
|
|
|
.gal-username {
|
|
color: #555555;
|
|
}
|
|
|
|
.error-color {
|
|
color: #9d9d9d;
|
|
}
|
|
|
|
.side-form-details {
|
|
background-color: whitesmoke;
|
|
padding: 20px;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
.card-product .img-wrap {
|
|
border-radius: 3px 3px 0 0;
|
|
overflow: hidden;
|
|
position: relative;
|
|
height: 320px;
|
|
text-align: center;
|
|
}
|
|
|
|
.card-product .img-wrap img {
|
|
max-height: 100%;
|
|
max-width: 100%;
|
|
object-fit: cover;
|
|
}
|
|
|
|
.card-product .info-wrap {
|
|
overflow: hidden;
|
|
padding: 15px;
|
|
border-top: 1px solid #eee;
|
|
}
|
|
|
|
.card-product .bottom-wrap {
|
|
padding: 15px;
|
|
border-top: 1px solid #eee;
|
|
}
|
|
|
|
.label-rating {
|
|
margin-right: 10px;
|
|
color: #333;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.card-product .price-old {
|
|
color: #999;
|
|
}
|
|
|
|
.footer-distributed {
|
|
background-color: #292c2f;
|
|
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
|
|
box-sizing: border-box;
|
|
width: 100%;
|
|
text-align: left;
|
|
font: normal 16px sans-serif;
|
|
padding: 45px 50px;
|
|
margin-top: 80px;
|
|
position: absolute;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
}
|
|
|
|
.footer-distributed .footer-left p {
|
|
color: #8f9296;
|
|
font-size: 14px;
|
|
margin: 0;
|
|
}
|
|
|
|
|
|
/* Footer links */
|
|
|
|
.footer-distributed p.footer-links {
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
color: #ffffff;
|
|
margin: 0 0 10px;
|
|
padding: 0;
|
|
}
|
|
|
|
.footer-distributed p.footer-links a {
|
|
display: inline-block;
|
|
line-height: 1.8;
|
|
text-decoration: none;
|
|
color: inherit;
|
|
}
|
|
|
|
.footer-distributed .footer-right {
|
|
float: right;
|
|
margin-top: 6px;
|
|
max-width: 180px;
|
|
}
|
|
|
|
.footer-distributed .footer-right a {
|
|
display: inline-block;
|
|
width: 35px;
|
|
height: 35px;
|
|
background-color: #33383b;
|
|
border-radius: 2px;
|
|
font-size: 20px;
|
|
color: #ffffff;
|
|
text-align: center;
|
|
line-height: 35px;
|
|
margin-left: 3px;
|
|
} |