.rem-wishlist-btn { }
.rem-wishlist-btn .fa { color: #c2cbd9;
}
.ajouter {
color: #294C85!important;
font-weight:500;
}
.ajouter i {font-size: 16px!important;} .single-rem_property .rem-wishlist-btn { }
.single-rem_property .rem-wishlist-btn i {
font-size: 16px!important;
margin-right: 5px!important; }
.rem-loading-img {
display: inline-block;
border: 6px solid #f3f3f3;
border-radius: 50%;
border-top: 6px solid #3498db;
width: 50px;
height: 50px;
-webkit-animation: spin 1s linear infinite; animation: spin 1s linear infinite;
display: none;
} @-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.form-loader {
margin-right: 10px;
display: inline-block;
border: 3px solid #f3f3f3;
border-radius: 50%;
border-top: 3px solid #3498db;
-webkit-animation: spin 1s linear infinite; animation: spin 1s linear infinite;
width: 20px;
height: 20px;
display: none;
}
.product-check-label {
display: block;
position: relative;
padding-left: 35px;
margin-bottom: 12px;
cursor: pointer;
font-size: 22px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
} .product-check-label input {
position: absolute;
opacity: 0;
cursor: pointer;
} .checkmark {
position: absolute;
top: 0;
left: 0;
height: 25px;
width: 25px;
background-color: #eee;
} .product-check-label:hover input ~ .checkmark {
background-color: #ccc;
} .product-check-label input:checked ~ .checkmark {
background-color: #2196F3;
} .checkmark:after {
content: "";
position: absolute;
display: none;
} .product-check-label input:checked ~ .checkmark:after {
display: block;
} .product-check-label .checkmark:after {
left: 9px;
top: 5px;
width: 5px;
height: 10px;
border: solid white;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}