.subscrition-boxes .content-box-column div.content-wrapper-background {
    padding-bottom: 50px;
}

.box-company-wrapper {
    display: flex;
    justify-content: center;
}
.box-company-wrapper label {
    width: auto;
    line-height: 27px;
    margin-right: 10px;
}
.box-company-wrapper input {
    max-width: 60px;
    text-align: center;
}

.single-product-subscription h3 {
    font-weight: 500;
    margin-bottom: 2em;
}

.product .summary.entry-summary div.summary-container div.single-product-subscription {
    display: block;
}
.single-product-subscription .input-cost {
    display: flex;
    margin-bottom: 10px;
}

.single-product-subscription .input-cost label {
    width: 322px;
    line-height: 27px;
}

.single-product-subscription .input-emisson {
    padding: 0;
    margin: 0;
    width: unset;
}

@media screen and ( min-width: 480px ) {
    .single-product-subscription .input-emisson {
        width: 100%;
    }
}

.single-product-subscription .nr-employers {
    width: unset;
}
@media screen and ( min-width: 480px ) {
    .single-product-subscription .nr-employers {
        width: 100%;
    }
}

.single-product-subscription .not-company {
    display: none;
}

.type-company {
    display: none;
}

.subscrition-input-warning {
    width: 100%;
    text-align: right;
    display: none;
    color: #ff0000;
}

.input-cost {
    flex-wrap: wrap;
}

@media screen and ( min-width: 480px ) {
    .input-cost {
        flex-wrap: nowrap;
    }
}

.hide-add-to-cart-button .single_add_to_cart_button {
    display: none;
}

.ac_add_to_cart_message {
    border-radius: 6px;
    transition: height 10s linear;
    height: 0;
    overflow: hidden;

}

.ac_add_to_cart_message p {
    margin: 0;
}

.input-cost .select-arrow {
    position: static;
}

.input-cost #pa_val-av-projekt {
    height: 27px;
    -webkit-appearance: none;
    border-right: 0;
    padding: 0 15px;
    width: 50%;
}
@media screen and ( min-width: 480px ) {
    .input-cost #pa_val-av-projekt {
        width: 90%;
    }
}

.input-cost .select-arrow {
    border: 1px solid;
}

.divider-gray {
    margin:20px 0;
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

/* styling for woocoomerce-accounts */
.woocommerce-account #main {
    padding-left: 15px;
    padding-right: 15px;
}

div.woocommerce-MyAccount-content {
    padding: 15px;
}

th.woocommerce-orders-table__header.woocommerce-orders-table__header-order-date {
    display: none;
}

th.woocommerce-orders-table__header.woocommerce-orders-table__header-order-status {
    display: none;
}

.avada-customer-details dl.customer_details {
    display: flex;
    flex-direction: column;
}
.woocommerce_account_subscriptions .order td::before {
    content: attr(data-title);
    display: block;
    font-weight: 700;
}
.woocommerce_account_subscriptions .order td {
    padding: 5px 0;
    white-space: nowrap;
}

.shop_table.shop_table_responsive.my_account_orders .order td {
    padding: 5px 0;
    white-space: nowrap;
}

.woocommerce_account_subscriptions .order {
    display: flex;
    flex-direction: column;
}

.shop_table.shop_table_responsive.my_account_orders .order {
    display: flex;
    flex-direction: column;
}

.woocommerce_account_subscriptions thead {
    display: none;
}

.shop_table.shop_table_responsive.my_account_orders thead {
    display: none;
}

.shop_table.order_details .product-name {
    width: 75%;
}

.shop_table.shop_table_responsive.my_account_orders .order td::before {
    content: attr(data-title);
    display: block;
    font-weight: 700;
}


@media screen and ( min-width: 480px ) {
    .shop_table.shop_table_responsive.my_account_orders .order td::before {
        display: none;
    }

    .shop_table.order_details .product-name {
        width: 35%;
    }
    .woocommerce_account_subscriptions thead {
        display: table-header-group;
    }
    .shop_table.shop_table_responsive.my_account_orders thead {
        display: table-header-group;
    }

    .woocommerce_account_subscriptions .order td {
        padding: 25px 0;
        white-space: unset;
    }
    .shop_table.shop_table_responsive.my_account_orders .order td {
        padding: 25px 0;
        white-space: unset;
    }

    .woocommerce_account_subscriptions .order {
        display: table-row;
    }
    .shop_table.shop_table_responsive.my_account_orders .order {
        display: table-row;
    }

    .woocommerce_account_subscriptions .order td::before {
        display: none;
    }

    .woocommerce-account #main {
        padding-left: 30px;
        padding-right: 30px;
    }

    div.woocommerce-MyAccount-content {
        padding: 30px;
    }

    th.woocommerce-orders-table__header.woocommerce-orders-table__header-order-date {
        display: table-cell;
    }

    th.woocommerce-orders-table__header.woocommerce-orders-table__header-order-status {
        display: table-cell;
    }
    .avada-customer-details dl.customer_details {
        display: block;
    }
}


.sub-priv {
    display: none;
}



input[type=number].nr-employers::-webkit-inner-spin-button,
input[type=number].nr-employers::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number].input-box-company::-webkit-inner-spin-button,
input[type=number].input-box-company::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* slider */
.subscription-form .rangeslider.rangeslider--horizontal.rangeslider--active {
    height: 10px;
    width: 100%;
}

output.nr-employers-output {
    height: 36px;
    background-color: #92c100;
    display: block;
    width: 77px;
    margin-right: 15px;
    border-radius: 50%;
    line-height: 36px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin-top: -5px;
    position: relative;
    z-index: 1;
    max-width: 38px;
}

.nr-employers-output::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #92c100;
    z-index: -1;
    right: -3px;
    top: 18px;
    transform: translateY(-50%) rotate(135deg);
    display: block;
}

.nr-employers {
    visibility: hidden;
}

.input-cost.range-slider-priv.type-company {
    display: none;
}

.input-cost.range-slider-priv {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    margin-top: 0;
}

.single-product-subscription .input-cost h3.climate-type {
    width: 100%;
    margin-bottom: 1.5em;
}
.single-product-subscription .input-cost label.show-emission-type {
    width:100%;
    text-align: center;
}

.show-emission-type::before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='8' viewBox='0 0 11 8'%3E%3Cpath fill='%2300a3e0' fill-rule='evenodd' stroke='%2300a3e0' d='M7.234.531a.353.353 0 0 0-.504 0 .356.356 0 0 0 0 .5l2.556 2.555H.853a.351.351 0 0 0-.353.353c0 .196.156.358.353.358h8.433L6.73 6.847a.362.362 0 0 0 0 .504.353.353 0 0 0 .504 0l3.16-3.16a.347.347 0 0 0 0-.499L7.234.532z'/%3E%3C/svg%3E");
    width: 19px;
    height: 8px;
    display: inline-block;
    background-repeat: no-repeat;
}
.show-emission-type::after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='8' viewBox='0 0 11 8'%3E%3Cpath fill='%2300a3e0' fill-rule='evenodd' stroke='%2300a3e0' d='M7.234.531a.353.353 0 0 0-.504 0 .356.356 0 0 0 0 .5l2.556 2.555H.853a.351.351 0 0 0-.353.353c0 .196.156.358.353.358h8.433L6.73 6.847a.362.362 0 0 0 0 .504.353.353 0 0 0 .504 0l3.16-3.16a.347.347 0 0 0 0-.499L7.234.532z'/%3E%3C/svg%3E");
    width: 19px;
    height: 8px;
    display: inline-block;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}

.emission-type-output {
    display: none;
}

.emission-type-indicator-wrapper {
    display: flex;
    justify-content: space-between;
    margin-left: -2px;
    margin-right: -2px;
    margin-top: 15px;
}

.single-product-subscription .emission-type-indicator {
    font-size: 13px;
    margin: 0;
    /*color: #92c100;*/
    background-color: #92c100;
    color: white;
    line-height: 24px;
    width: 50px;
    border-radius: 6px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.single-product-subscription .emission-type-indicator::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #92c100;
    top: -3px;
    transform: rotate(135deg);
    left: 7px;
    z-index: -1;
}

/* Special case for sectiond of type */
.single-product-subscription .emission-type-indicator:nth-of-type( 2 )::before {
    left: 38%;
    transform: translateX( -50% ) rotate(135deg);
}

/* Special case for third of type */
.single-product-subscription .emission-type-indicator:nth-of-type( 3 )::before {
    left: 50%;
    transform: translateX( -50% ) rotate(135deg);
}

/* Special case for Fourth of type*/
.single-product-subscription .emission-type-indicator:nth-of-type( 4 )::before {
    left: 56%;
}
 /* special for the fifth of type */
.single-product-subscription .emission-type-indicator:last-of-type::before {
    left: unset;
    right: 7px;
}
.emission-type-slider {
    visibility: hidden;
}
.single-product-subscription dd.co2 {
    width: 24%;
}

.single-product-subscription .input-employers > label {
    width: 100%;
}

.single-product-subscription .input-employers .rangeslider--horizontal {
    width: 70%;
}

.set-emission-val {
    text-align: left;
}

.single-product-subscription .person-type-slider {
    width: 85%;
}
.single-product-subscription .input-cost label.show-emission-type {
    width:85%;
    text-align: center;
}

@media screen and ( min-width: 480px ) {
    .single-product-subscription .input-employers > label {
        width: 322px;
    }
    .single-product-subscription .input-employers .rangeslider--horizontal {
        width: 100%;
    }
    .set-emission-val {
        width: 100%;
        text-align: right;
        line-height: 27px;
    }
    .single-product-subscription .person-type-slider {
        width: 100%;
    }
    .single-product-subscription .input-cost label.show-emission-type {
        width:100%;
        text-align: center;
    }
}

.recurring-totals {
    display: none;
}

.recurring-total {
    display: none;
}


/* Removes descrition on subscription products */
.product-type-subscription .woocommerce-tabs {
    display: none;
}

.subscription-description {
    margin-top: 15px;
    width: 85%;
}


@media screen and ( min-width: 480px ) {
    .subscription-description {
        width: 100%;
    }
}

/* Description-switcher ofr private subscription */
.description-switcher p {
    margin: 0;
    display: block;
}
.description-switcher p.hide {
    max-height: 0;
    display: none;
}

.description-switcher p > span {
    font-size: 14px;
    padding-bottom: 5px;
    display: block;
}

.woocommerce-account main #content {
    padding-bottom: 30px;
}
