/**
 * Theme Name: esklep
 * Theme URI: http://sklep.zosprp.pl
 */

.widget_product_categories li .sku {display: none;} /* instead of overriding widget */
.amount {white-space: nowrap;}
.woocommerce-form__input-checkbox {position: static !important;} /* fix form.less */

/* fixing checkout */
.woocommerce-checkout-review-order-table .product-name {width:75%;}
ul#shipping_method li {margin-bottom: 0 !important;}
ul#shipping_method li input {margin-top: 0 !important; vertical-align: middle !important;}

/* decreasing title sizes */
ul.products li.product h2 {font-size: 22px;}
ul.products li.product .price {font-size: 1.1em;}

/* fix auth page */
#customer-login h2 {display: block !important;}
#customer-login .u-column1, #customer-login .u-column2 {text-align: center}

/* hide recaptch banner */
.grecaptcha-badge {visibility: hidden;}