|
@@ -119,23 +119,23 @@ h1{
|
|
|
vertical-align: middle; }
|
|
|
|
|
|
.fa-check-square {
|
|
|
- color: #9acf6a;
|
|
|
+ color: #fd9fd5;
|
|
|
font-size: 19px;
|
|
|
}
|
|
|
.fa-times{
|
|
|
color: #aaa;
|
|
|
}
|
|
|
.attr-filter:hover .fa-times{
|
|
|
- color:#9acf6a;
|
|
|
+ color:#fd9fd5;
|
|
|
}
|
|
|
|
|
|
a.attr-filter:hover .fa-fec:before{
|
|
|
- border:1px solid #9acf6a;
|
|
|
+ border:1px solid #fd9fd5;
|
|
|
}
|
|
|
|
|
|
|
|
|
.refineby-item:hover .fa-times{
|
|
|
- color:#9acf6a;
|
|
|
+ color:#fd9fd5;
|
|
|
}
|
|
|
|
|
|
.single-sidebar{
|
|
@@ -190,7 +190,7 @@ table.account-product-review tr td.first-td a{
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
.header-top-dropdown .single-dropdown .language-currency-list ul li:hover{
|
|
|
- color:#9acf6a;
|
|
|
+ color:#fd9fd5;
|
|
|
}
|
|
|
.social-share-buttons{
|
|
|
margin-top: 20px;
|
|
@@ -639,13 +639,13 @@ button.submitbutton{
|
|
|
color: #fff;
|
|
|
}
|
|
|
.submitbutton:hover{
|
|
|
- background:#9acf6a;
|
|
|
+ background:#fd9fd5;
|
|
|
|
|
|
}
|
|
|
|
|
|
.discount-coupon form .submitbutton:hover{
|
|
|
- background:#9acf6a;
|
|
|
- border-color:#9acf6a;
|
|
|
+ background:#fd9fd5;
|
|
|
+ border-color:#fd9fd5;
|
|
|
}
|
|
|
|
|
|
.fa-trash-o{
|