#module-ns_customertype-info #wrapper {
    padding: 60px 0;
}

.sponsor_info p {
    text-align: left;
    font-size: 1.3em;
    line-height: normal;
    margin-bottom: 5px;
}

.sponsor_info p b {
    color: var(--orange);
    padding: 0 10px;
}

.nocarts {
    font-size: 20px;
    font-weight: 500;
    color: var(--orange);
    margin: 30px 0;
    text-align: center;
}

.sponsor-cart {
    width: 100%;
    display: flex;
    flex-flow: wrap column;
    justify-content: flex-start;
    align-items: flex-start;
    background: #f1f3f2;
    margin: 0 0 15px 0;
    position: relative;
}

.remove-cart {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    aspect-ratio: 1;
    width: 30px;
    background-color: var(--green);
    color: #ffffffc0;
    border-radius: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    font-size: 12px;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.remove-cart:hover {
    color: white;
    background-color: var(--orange);
}

.sponsor-products {
    width: 100%;
    padding-left: 5px;
    background: linear-gradient(90deg, var(--green), #ffbb33);
}

.sponsor-product {
    width: 100%;
    background: #f1f3f2;
    padding: 10px 15px;
    display: grid;
    grid-template-columns: 98px minmax(300px, 1.5fr) minmax(120px, 0.3fr) minmax(80px, 0.3fr) minmax(80px, 0.3fr);
}

.sponsor-product:nth-child(2n) {
    background: #e1e3e2;
}

.pr_name {
    display: flex;
    flex-flow: wrap row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 15px;
    font-size: 20px;
}

.pr_price,
.pr_qty {
    display: flex;
    flex-flow: wrap column;
    justify-content: center;
    align-items: flex-end;
    text-align: right;
    font-weight: 600;
    font-size: 20px;
    padding-right: 20px;
}

.cart-total_ct {
    width: 100%;
    background: #f1f3f2;
    padding: 10px 15px;
    display: grid;
    grid-template-columns: 98px minmax(300px, 1.5fr) minmax(120px, 0.3fr) minmax(80px, 0.3fr) minmax(80px, 0.3fr);
    border-top: 1px solid #d1d3d2;
}

.pr_total,
.pr_checkout {
    display: flex;
    flex-flow: wrap row;
    justify-content: flex-end;
    align-items: center;
    text-align: right;
    font-weight: 600;
    font-size: 20px;
    padding-right: 20px;
    color: var(--orange);
}


.cart_checkout {
    width: 100%;
    background: transparent;
    padding: 20px 15px;
    display: flex;
    flex-flow: wrap row;
    justify-content: center;
    align-items: center;
}

.cart_checkout a {
    background: var(--brown);
    padding: 7px 25px;
    border-radius: 20px;
    color: white;
    font-size: 20px;
}

.cart_checkout a:hover,
.cart_checkout a:active,
.cart_checkout a:focus {
    color: var(--brown);
    background: white;
}

.pr_head_price,
.pr_head_qty {
    display: flex;
    flex-flow: wrap row;
    justify-content: flex-end;
    align-items: center;
    text-align: right;
    padding-right: 20px;
}

.pr_head_name {
    display: flex;
    flex-flow: wrap row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 15px;
}

.sponsor {
    display: flex;
    flex-flow: wrap column;
    justify-content: center;
    align-items: center;
}

#promo_code-form {
    display: flex;
    flex-flow: wrap row;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

#promo_code-form .form-control {
    flex: 1;
    margin-right: 10px;
}

.promoter input {
    margin: 0 auto;
    height: 40px;
    color: var(--orange);
    font-weight: 500;
    text-align: center;
    font-size: 1.3em;
    padding: 0;
}

.abbonamentoStepLabel.promoter {
    align-items: center;
}

.pr_price .striked {
    width: fit-content;
    display: block;
    font-weight: 400;
    position: relative;
}

.pr_price .pr_discount {
    font-size: 0.7em;
    border-radius: 30px;
    margin-left: 5px;
    font-weight: 600;
    color: var(--orange);
}

.pr_discount-cont {
    display: flex;
    flex-flow: wrap row;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

.pr_price .striked:after {
    width: 100%;
    height: 2px;
    background: #666666;
    position: absolute;
    top: calc(50% + 2px);
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
}

.table_header {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: #0008;
    color: white;
}

.table_row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.customtable {
    background: #f1f3f2;
}

.table_cell {
    padding: 10px;
}

.table_row:nth-of-type(2n) {
    background: #e1e3e2;
}

.savecart {
    margin-top: 20px;
}

.savecart .btn.btn-primary {
    background: var(--orange);
    text-transform: uppercase;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    .sponsor-product:first-of-type {
        display: none;
    }

    .sponsor-product {
        display: flex;
        flex-flow: wrap column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .sponsor-product [class*="pr_"]:before {
        content: attr(data-text);
        font-weight: 400;
        font-size: 0.9em;
        display: block;
        width: 120px;
        text-align: left;
    }

    .sponsor-product [class*="pr_"]:not(:last-of-type) {
        padding-bottom: 15px;
    }

    .cart-total_ct {
        display: flex;
        flex-flow: wrap row;
        justify-content: flex-start;
        align-items: center;
    }

    .pr_name {
        padding: 0;
        font-weight: 600;
        text-align: left;
        display: block;
    }

    .cart-total_ct .pr_name {
        width: 120px;
    }

    .pr_price,
    .pr_qty {
        flex-flow: wrap row;
        justify-content: flex-start;
        align-items: center;
    }

    .pr_discount-cont {
        width: calc(100% - 120px);
        display: flex;
        flex-flow: wrap row;
        justify-content: flex-start;
        align-items: center;
    }

    .pr_price .pr_discount:before {
        display: none;
    }

    .sponsor-product .pr_discount-cont:before {
        display: none;
    }

    .sponsor-product .prod_price_mob {
        margin-left: 120px;
    }
}

.container_form-save_cart {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000080;
    z-index: 9999;
    display: flex;
    flex-flow: wrap row;
    justify-content: center;
    align-items: center;
}

.form-save_cart {
    background: white;
    padding: 20px;
    text-align: center;
    width: 500px;
    max-width: calc(100% - 50px);
    max-height: calc(100% - 50px);
    height: fit-content;
    border-radius: 5px;
}

.form-save_cart form {
    font-size: 1.2em;
    display: flex;
    flex-flow: wrap column;
    justify-content: center;
    align-items: center;
    margin: 0;
    float: unset;
}

.form-save_cart {
    width: fit-content;
}

.form-save_cart-options {
    flex: 1;
    width: 100%;
    display: flex;
    flex-flow: wrap row;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 20px;
}

#chiudi_customers {
    background: var(--blue);
    transition: .2s ease;
}

#chiudi_customers:hover {
    background: var(--orange);
}

.form-save_cart p {
    color: var(--orange);
    line-height: normal;
    font-size: 1em;
    display: block;
    text-align: center;
}

.success .form-save_cart {
    display: flex;
    flex-flow: wrap row;
    justify-content: center;
    align-items: center;
}

.success-animation {
    width: fit-content;
    display: flex;
    flex-flow: wrap row;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.checkmark {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    stroke-width: 2;
    stroke: var(--green);
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px var(--green);
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
    position: relative;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: var(--green);
    fill: #fff;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {

    0%,
    100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #4bb71b;
    }
}

.disconnectSponsorDialog--wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000080;
    z-index: 9999;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.disconnectSponsorDialog {
    width: 400px;
    max-width: 100%;
    background: white;
    border-radius: 10px;
    padding: 20px 15px;
    text-align: center;
    min-height: 170px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: stretch;
}

.disconnectSponsorDialog--title {
    font-size: 1.5em;
    line-height: 1.2em;
    font-weight: bold;
}

#sponsor_dialog .disconnectSponsorDialog--title {
    color: var(--orange);
}

#sponsor_success .disconnectSponsorDialog--title {
    color: var(--green);
}

.disconnectSponsorDialog--actions {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.disconnectSponsorDialog--action {
    width: 100%;
    padding: 5px 10px;
    background: var(--orange);
    color: white;
    border-radius: 10px;
    border: 2px solid var(--orange);
    cursor: pointer;
    transition: 0.2s ease;
}

.disconnectSponsorDialog--action.continue {
    background: white;
    color: var(--orange);
}

.disconnectSponsorDialog--action:hover {
    background-color: white;
    color: var(--orange);
}

.disconnectSponsorDialog--action.continue:hover {
    color: white;
    background-color: var(--orange);
}

/*tooltip*/

[data-message] {
    position: relative;
  }
  
  [data-message]:hover:after {
    opacity: 1;
    transition: all .3s ease;
    left: 0;
  }
  
  [data-message]:after {
    content: attr(data-message);
    position: absolute;
    left: 0;
    bottom: 100%;
    font-size: .8em;
    opacity: 0;
    padding: 5px 10px;
    background: rgba(0,0,0, .8);
    border-radius: 5px;
    transition: all .3s ease;
    color: #fff;
    width: fit-content;
    height: auto;
    white-space: pre-wrap
  }
  
  [data-message]:before {
    height: 0;
    width: 0;
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent; 
    border-top: 5px solid rgba(0,0,0, .8);
    position: absolute;
    left: 5px;
    opacity: 0;
    bottom: 15px;
  }
  
  [data-message]:hover:before {
    opacity: 1;
    bottom: calc(100% - 5px);
  }