| 1 |
select#makecommerce { |
| 2 |
display: none; |
| 3 |
} |
| 4 |
ul.makecommerce-picker { |
| 5 |
list-style-type: none; |
| 6 |
margin: 0px; |
| 7 |
padding: 0; |
| 8 |
} |
| 9 |
ul.makecommerce-picker input.makecommerce_country_picker { |
| 10 |
margin: 0px; |
| 11 |
} |
| 12 |
div.makecommerce_country_picker_methods { |
| 13 |
display: none; |
| 14 |
margin-bottom: 10px; |
| 15 |
margin-left: 0px; |
| 16 |
} |
| 17 |
div.makecommerce_country_picker_methods.logosize-small div.makecommerce-banklink-picker { |
| 18 |
width: 24%; |
| 19 |
} |
| 20 |
div.makecommerce_country_picker_methods.logosize-medium div.makecommerce-banklink-picker { |
| 21 |
width: 32%; |
| 22 |
} |
| 23 |
div.makecommerce_country_picker_methods.logosize-large div.makecommerce-banklink-picker { |
| 24 |
width: 48%; |
| 25 |
} |
| 26 |
div.makecommerce_country_picker_methods hr { |
| 27 |
border-width: 0px; |
| 28 |
height: 0px; |
| 29 |
margin-bottom: 25px; |
| 30 |
display: none; |
| 31 |
} |
| 32 |
li.makecommerce-picker-country .makecommerce_country_picker_methods{ |
| 33 |
margin-top: 5px; |
| 34 |
margin-bottom: 10px; |
| 35 |
float: left; |
| 36 |
width: 100%; |
| 37 |
} |
| 38 |
div.makecommerce-banklink-picker { |
| 39 |
display: inline-block; |
| 40 |
cursor: pointer; |
| 41 |
margin: 0px; |
| 42 |
border: 0px; |
| 43 |
max-width: 14.2%; |
| 44 |
margin-bottom: 2px; |
| 45 |
float: left; |
| 46 |
padding: 4px; |
| 47 |
box-sizing: border-box; |
| 48 |
} |
| 49 |
.payment_box.payment_method_makecommerce{ |
| 50 |
margin-bottom: 0px; |
| 51 |
} |
| 52 |
div.makecommerce-banklink-picker.selected { |
| 53 |
background: orange; |
| 54 |
} |
| 55 |
div.makecommerce-banklink-picker img { |
| 56 |
width: 100%; |
| 57 |
float: left; |
| 58 |
max-height: none !important; |
| 59 |
} |
| 60 |
.payment_box.payment_method_makecommerce{ |
| 61 |
padding: 1em 1em 0.8em 1em !important; |
| 62 |
} |
| 63 |
.woocommerce-checkout #payment ul.payment_methods li div.makecommerce-banklink-picker img { |
| 64 |
margin: 0px; |
| 65 |
max-width: 100%; |
| 66 |
} |
| 67 |
.woocommerce-checkout #payment ul.payment_methods li div.makecommerce-banklink-picker img:hover{ |
| 68 |
opacity: 0.8; |
| 69 |
} |
| 70 |
|
| 71 |
.woocommerce-checkout #payment ul.payment_methods li label.makecommerce_country_picker_label { |
| 72 |
display: inline-block; |
| 73 |
cursor: pointer; |
| 74 |
height: 22px; |
| 75 |
width: 30px; |
| 76 |
background-position: center; |
| 77 |
margin: 3px; |
| 78 |
padding: 0px; |
| 79 |
background-repeat: no-repeat; |
| 80 |
background-size: cover; |
| 81 |
} |
| 82 |
.makecommerce_country_picker_countries { |
| 83 |
padding: 0px 1px; |
| 84 |
} |
| 85 |
.woocommerce-checkout #payment ul.payment_methods li label.makecommerce_country_picker_label.selected { |
| 86 |
height: 28px; |
| 87 |
width: 36px; |
| 88 |
border: 3px solid orange; |
| 89 |
margin: 0; |
| 90 |
} |
| 91 |
.woocommerce-checkout #payment ul.payment_methods li label.makecommerce_country_picker_label::before{ |
| 92 |
display: none; |
| 93 |
} |
| 94 |
|
| 95 |
div.makecommerce-info > div { |
| 96 |
display: inline-block; |
| 97 |
vertical-align: middle; |
| 98 |
} |
| 99 |
div.makecommerce-logo a img { |
| 100 |
width: 231px; |
| 101 |
} |
| 102 |
div.makecommerce-link a { |
| 103 |
color: #007bdb; |
| 104 |
text-decoration: none; |
| 105 |
} |
| 106 |
div.makecommerce-link a:hover { |
| 107 |
text-decoration: underline; |
| 108 |
} |
| 109 |
.makecommerce-picker-country .breaker { |
| 110 |
float: left; |
| 111 |
width: 100%; |
| 112 |
margin-bottom: 9px; |
| 113 |
} |
| 114 |
div.mc-processing-message { |
| 115 |
display: none; |
| 116 |
margin-top: 8px; |
| 117 |
} |
| 118 |
div.mc-processing-message img { |
| 119 |
width: 16px; |
| 120 |
} |
| 121 |
div.makecommerce_country_picker_methods.logosize-small div.makecommerce-banklink-picker{ |
| 122 |
max-width: 25%; |
| 123 |
width: 25%; |
| 124 |
} |
| 125 |
div.makecommerce_country_picker_methods.logosize-medium div.makecommerce-banklink-picker{ |
| 126 |
max-width: 33.333%; |
| 127 |
width: 33.333%; |
| 128 |
} |
| 129 |
div.makecommerce_country_picker_methods.logosize-large div.makecommerce-banklink-picker{ |
| 130 |
max-width: 184px; |
| 131 |
width: 50%; |
| 132 |
} |
| 133 |
li.makecommerce-picker-country .makecommerce_country_picker_methods.logosize-small{ |
| 134 |
max-width: 734px; |
| 135 |
} |
| 136 |
li.makecommerce-picker-country .makecommerce_country_picker_methods.logosize-medium{ |
| 137 |
max-width: 551px; |
| 138 |
} |
| 139 |
li.makecommerce-picker-country .makecommerce_country_picker_methods.logosize-large{ |
| 140 |
/* max-width: 367px; */ |
| 141 |
} |
| 142 |
@media screen and (max-width: 767px){ |
| 143 |
div.makecommerce_country_picker_methods.logosize-small div.makecommerce-banklink-picker{ |
| 144 |
max-width: 61px; |
| 145 |
width: 25%; |
| 146 |
} |
| 147 |
div.makecommerce_country_picker_methods.logosize-medium div.makecommerce-banklink-picker{ |
| 148 |
max-width: 92px; |
| 149 |
width: 33.33%; |
| 150 |
} |
| 151 |
div.makecommerce_country_picker_methods.logosize-large div.makecommerce-banklink-picker{ |
| 152 |
max-width: 184px; |
| 153 |
width: 50%; |
| 154 |
} |
| 155 |
} |
| 156 |
@media screen and (max-width: 500px){ |
| 157 |
div.makecommerce_country_picker_methods.logosize-small div.makecommerce-banklink-picker{ |
| 158 |
max-width: 61px; |
| 159 |
width: 33.33%; |
| 160 |
} |
| 161 |
div.makecommerce_country_picker_methods.logosize-medium div.makecommerce-banklink-picker{ |
| 162 |
max-width: 92px; |
| 163 |
width: 50%; |
| 164 |
} |
| 165 |
div.makecommerce_country_picker_methods.logosize-large div.makecommerce-banklink-picker{ |
| 166 |
max-width: 184px; |
| 167 |
width: 100%; |
| 168 |
} |
| 169 |
li.makecommerce-picker-country .makecommerce_country_picker_methods.logosize-large{ |
| 170 |
/*max-width: 184px;*/ |
| 171 |
} |
| 172 |
li.makecommerce-picker-country .makecommerce_country_picker_methods.logosize-medium{ |
| 173 |
/*max-width: 551px;*/ |
| 174 |
} |
| 175 |
} |
| 176 |
@media screen and (max-width: 400px){ |
| 177 |
div.makecommerce_country_picker_methods.logosize-small div.makecommerce-banklink-picker{ |
| 178 |
max-width: 61px; |
| 179 |
width: 50%; |
| 180 |
} |
| 181 |
} |
| 182 |
.payment_box select#MakeCommerce { |
| 183 |
display: none; |
| 184 |
} |
| 185 |
|