.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--licensed-packages a:before {
	content: '\f084';
}

.woocommerce-licensed-packages .woocommerce-MyAccount-content {
	overflow-x: auto;
}

table.my_account_upwc_table td,
table.my_account_upwc_table th {
    text-align: left;
    vertical-align: middle;
}

.hentry .entry-content .my_account_upwc_table a,
#upwc_transfer_modal header a {
	text-decoration: none;
}

.my_account_upwc_table .upwc-modal header {
    font-size: 1em;
}

.woocommerce-page table.my_account_upwc_table.shop_table_responsive td a.button {
    padding: .6180469716em .875em;
    margin-right: .236em;
}

.woocommerce-upwc-order-details {
    margin: 1.41575em 0;
}

#upwc_licenses div.upwc-renew button.upwc-renew-button {
    margin: 0.236em 0 1em 0.236em;;
}

input[type=checkbox].upwc-checkbox {
    opacity: 0;
    height: 0;
    width: 0;
    padding: 0;
    margin: 0;
    display: none;
}

input[type=checkbox].upwc-checkbox+label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    margin: 0;
    padding: 0;
}

.my_account_upwc_table input[type=checkbox].upwc-checkbox+label {
    justify-content: space-between;
}

input[type=checkbox].upwc-checkbox+label::before {
    content: '';
    transition: color,ease,.2s;
    width: 1.15em;
    height: 1.15em;
    display: inline-block;
    border-radius: .125em;
    border: 1px solid;
    margin-right: 0.5em;
}

.my_account_upwc_table input[type=checkbox].upwc-checkbox+label::before {
    margin: 0;
}

input[type=checkbox].upwc-checkbox:checked+label::before {
    content: '';
}

input[type=checkbox].upwc-checkbox+label:after {
    content: '';
    position: absolute;
    background: none;
    width: .66em;
    height: .66em;
    transform: translate(calc(.5 * 1.15em - .5 * .66em),0);
    transition: opacity ease .2s;
    background: #333;
    opacity: 0;
}

input[type=checkbox].upwc-checkbox:checked+label:after {
    opacity: 1;
}

input[type=checkbox].upwc-checkbox[disabled]+label::before,
input[type=checkbox].upwc-checkbox[disabled]:checked+label::before {
    box-shadow: inset 0 0 0 .2em;
}

input[type=checkbox].upwc-checkbox[disabled]+label::after,
input[type=checkbox].upwc-checkbox[disabled]:checked+label::after {
    background: none;
    border: none;
    border-left: .2em solid;
    border-radius: 0;
    opacity: 1;
    box-sizing: border-box;
}

input[type=checkbox].upwc-checkbox[disabled]+label::after,
input[type=checkbox].upwc-checkbox[disabled]:checked+label::after {
    width: calc(1.414 * 1.15em - .2em * 2);
    height: calc(1.414 * 1.15em - .2em * 2);
    transform: translate(calc(.575em - .225em),calc(.575em - .225em)) rotate(45deg);
}

input[type=checkbox].upwc-checkbox+label::after,
input[type=checkbox].upwc-checkbox:checked+label:after {
    background: none;
    border-bottom: .25em solid;
    border-right: .25em solid;
    width: .25em;
    height: .5em;
    transform: rotate(45deg) translate(0.2em, -0.3em);
}

@media only screen and (max-width: 1024px) {
    input[type=checkbox].upwc-checkbox+label {
        display: inline-flex;
    }
}