Line 82... |
Line 82... |
82 |
|
82 |
|
83 |
/* Checkout + Request*/
|
83 |
/* Checkout + Request*/
|
84 |
.wpsg_checkout .wpsg_checkoutblock { width:100%; clear:both; margin-bottom:2px; position:relative; width:100%; }
|
84 |
.wpsg_checkout .wpsg_checkoutblock { width:100%; clear:both; margin-bottom:2px; position:relative; width:100%; }
|
85 |
.wpsg_checkout .wpsg_checkoutblock label { vertical-align:middle; }
|
85 |
.wpsg_checkout .wpsg_checkoutblock label { vertical-align:middle; }
|
86 |
.wpsg_checkout .wpsg_checkoutblock input.wpsg_input_text,
|
86 |
.wpsg_checkout .wpsg_checkoutblock input.wpsg_input_text,
|
- |
|
87 |
.wpsg_checkout .wpsg_checkoutblock input[type="tel"],
|
- |
|
88 |
.wpsg_checkout .wpsg_checkoutblock input[type="fax"],
|
87 |
.wpsg_checkout .wpsg_checkoutblock input[type="text"],
|
89 |
.wpsg_checkout .wpsg_checkoutblock input[type="text"],
|
88 |
.wpsg_checkout .wpsg_checkoutblock input[type="number"],
|
90 |
.wpsg_checkout .wpsg_checkoutblock input[type="number"],
|
89 |
.wpsg_checkout .wpsg_checkoutblock input[type="password"] { margin-bottom:5px; box-sizing:border-box; width:100%; }
|
91 |
.wpsg_checkout .wpsg_checkoutblock input[type="password"] { margin-bottom:5px; box-sizing:border-box; width:100%; }
|
90 |
.wpsg_checkout .wpsg_checkoutblock input[type="checkbox"] { width:auto; margin-right:5px; }
|
92 |
.wpsg_checkout .wpsg_checkoutblock input[type="checkbox"] { width:auto; margin-right:5px; }
|
91 |
.wpsg_checkout .wpsg_checkoutblock select { box-sizing:border-box; width:100%; margin-bottom:5px; }
|
93 |
.wpsg_checkout .wpsg_checkoutblock select { box-sizing:border-box; width:100%; margin-bottom:5px; }
|