| 1 |
/**************** ddslick ****************************************/ |
| 2 |
.currency-switcher-form .dd-selected |
| 3 |
{ |
| 4 |
color: #000000; |
| 5 |
display: block; |
| 6 |
font-weight: bold; |
| 7 |
overflow: hidden; |
| 8 |
padding: 10px; |
| 9 |
} |
| 10 |
|
| 11 |
.currency-switcher-form .dd-select{ |
| 12 |
background: #fefefe !important; |
| 13 |
border: solid 1px #ddd !important; |
| 14 |
} |
| 15 |
|
| 16 |
.currency-switcher-form a.dd-selected:hover{ |
| 17 |
text-decoration: none; |
| 18 |
} |
| 19 |
|
| 20 |
.wpcs_display_none{ |
| 21 |
display: none; |
| 22 |
} |
| 23 |
|
| 24 |
.currency-switcher-form a.dd-option{ |
| 25 |
text-decoration: none; |
| 26 |
display: block; |
| 27 |
font-weight: bold; |
| 28 |
overflow: hidden; |
| 29 |
padding: 10px; |
| 30 |
background: #fff; |
| 31 |
} |
| 32 |
|
| 33 |
.currency-switcher-form a.dd-option:hover{ |
| 34 |
text-decoration: none; |
| 35 |
} |
| 36 |
|
| 37 |
.currency-switcher-form ul.dd-options{ |
| 38 |
list-style: none !important; |
| 39 |
} |
| 40 |
|
| 41 |
/**************** ddslick end ****************************************/ |
| 42 |
|
| 43 |
.wpcs_show_flags .chosen-container .chosen-results li.highlighted { |
| 44 |
color: green !important; |
| 45 |
} |
| 46 |
|
| 47 |
.currency-switcher option{ |
| 48 |
height: 23px; |
| 49 |
padding-bottom: 3px; |
| 50 |
} |
| 51 |
|
| 52 |
a.wpcs_flag_view_item{ |
| 53 |
display: inline-block; |
| 54 |
margin: 0 3px 3px 0; |
| 55 |
width: 50px; |
| 56 |
height: 40px; |
| 57 |
} |
| 58 |
a.wpcs_flag_view_item img{ |
| 59 |
width: 100%; |
| 60 |
} |
| 61 |
|
| 62 |
a.wpcs_flag_view_item_current{ |
| 63 |
opacity: 0.65; |
| 64 |
} |
| 65 |
|
| 66 |
.wpcs_converter_shortcode_from, .wpcs_converter_shortcode_to{ |
| 67 |
width: 45%; |
| 68 |
} |
| 69 |
|
| 70 |
.wpcs_converter_shortcode_amount{ |
| 71 |
width: 99%; |
| 72 |
margin-bottom: 4px; |
| 73 |
display: inline-block; |
| 74 |
} |
| 75 |
|
| 76 |
.wpcs_converter_shortcode_results{ |
| 77 |
width: 99%; |
| 78 |
margin-top: 4px; |
| 79 |
margin-bottom: 4px; |
| 80 |
display: inline-block; |
| 81 |
} |
| 82 |
|
| 83 |
ul.wpcs_currency_rates{ |
| 84 |
margin: 8px 0 0 1px !important; |
| 85 |
list-style: none !important; |
| 86 |
padding: 0; |
| 87 |
} |
| 88 |
|
| 89 |
ul.wpcs_currency_rates li{ |
| 90 |
margin-bottom: 7px; |
| 91 |
} |
| 92 |
|
| 93 |
ul.wpcs_currency_rates li img{ |
| 94 |
box-shadow: none !important; |
| 95 |
vertical-align: middle; |
| 96 |
} |
| 97 |
|
| 98 |
|
| 99 |
|
| 100 |
/***************** price info styles ****************************/ |
| 101 |
span.wpcs_price_info_icon{ |
| 102 |
display: inline-block; |
| 103 |
width: 15px; |
| 104 |
height: 15px; |
| 105 |
background-image: url(../img/wpcs_price_info_icon.png); |
| 106 |
z-index: 99; |
| 107 |
} |
| 108 |
|
| 109 |
.wpcs_price_info{ |
| 110 |
position: relative; |
| 111 |
display: inline; |
| 112 |
margin-left: 3px; |
| 113 |
} |
| 114 |
|
| 115 |
div.wpcs_price_info ul{ |
| 116 |
list-style: none; |
| 117 |
position: absolute; |
| 118 |
width: auto !important; |
| 119 |
min-width: 120px; |
| 120 |
max-width: 400px; |
| 121 |
color: #FFFFFF !important; |
| 122 |
background: #000000 !important; |
| 123 |
height: auto; |
| 124 |
min-height: 19px; |
| 125 |
line-height: normal; |
| 126 |
vertical-align: middle; |
| 127 |
text-align: left; |
| 128 |
visibility: hidden; |
| 129 |
border-radius: 6px; |
| 130 |
padding: 7px !important; |
| 131 |
margin: 0 !important; |
| 132 |
} |
| 133 |
div:hover.wpcs_price_info ul{ |
| 134 |
visibility: visible; |
| 135 |
opacity: 0.85; |
| 136 |
bottom: 5px; |
| 137 |
left: 50%; |
| 138 |
margin-left: -5px; |
| 139 |
z-index: 999; |
| 140 |
} |
| 141 |
|
| 142 |
div.wpcs_price_info ul li{ |
| 143 |
padding-bottom: 4px; |
| 144 |
white-space: nowrap; |
| 145 |
margin: 0 !important; |
| 146 |
} |
| 147 |
|
| 148 |
/***************** price info styles end ****************************/ |
| 149 |
|
| 150 |
.wpcs_current_product_id{ |
| 151 |
display: none; |
| 152 |
} |
| 153 |
|
| 154 |
ul.wpcs_price_info_list li span{ |
| 155 |
font-weight: bold; |
| 156 |
} |
| 157 |
|
| 158 |
.wpcs_cart_item_price{ |
| 159 |
font-size: 11px; |
| 160 |
font-style: italic; |
| 161 |
} |
| 162 |
|
| 163 |
#shipping_method .wpcs_cart_item_price{ |
| 164 |
display: inline-block; |
| 165 |
clear: both; |
| 166 |
text-indent: 0; |
| 167 |
margin-left: 5px; |
| 168 |
} |
| 169 |
|
| 170 |
.wpcs_text_country, .wpcs_text_code{ |
| 171 |
font-style: italic; |
| 172 |
color:#0f3647; |
| 173 |
} |
| 174 |
.wpcs_country_name, .wpcs_country_code{ |
| 175 |
font-size: 18px; |
| 176 |
font-weight: 700; |
| 177 |
margin-left: 3px; |
| 178 |
margin-right: 3px; |
| 179 |
} |
| 180 |
|
| 181 |
.wpcs_country_code{ |
| 182 |
color:#b81c23; |
| 183 |
} |
| 184 |
|
| 185 |
.wpcs_auto_switcher_link{ |
| 186 |
display: inline-block; |
| 187 |
} |
| 188 |
|
| 189 |
.wpcs-btn-switcher{ |
| 190 |
background-size: 40px 25px !important; |
| 191 |
background-repeat: no-repeat !important; |
| 192 |
background-position: 99% 10px !important; |
| 193 |
padding-bottom: 12px !important; |
| 194 |
} |
| 195 |
|
| 196 |
|
| 197 |
.wpcs-btn-switcher2{ |
| 198 |
background-size: 40px 25px !important; |
| 199 |
background-repeat: no-repeat !important; |
| 200 |
background-position: 98% 7px !important; |
| 201 |
padding-right: 60px !important; |
| 202 |
padding-bottom: 12px !important; |
| 203 |
} |
| 204 |
|
| 205 |
|