﻿
/*font*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400&family=Raleway:wght@100;200;300;400&display=swap');

/*Generic container*/

.table-container {
    margin-top: 25px;
}

.left-table {
    float: left;
    width: 65%;
}

.right-table {
    width: 33%;
    float: right;
    border-left: outset 0.5px;
}

.checkout-orderdata {
    float: left;
    width: 100%;
}

.thanks-left {
    padding-left: 10px;
    float: left;
}

.thanks-right {
    padding-right: 10px;
    float: right;
}

/*Title and text*/
.title-green-container {
    height: 46px;
    background: #25A345 0% 0% no-repeat padding-box;
    opacity: 1;
    float: left;
    width: 100%;
    padding-top: 10px
}

.title-green-container-thanks {
    height: 46px;
    background: #25A345 0% 0% no-repeat padding-box;
    opacity: 1;
    float: left;
    width: 100%;
    padding-top: 10px;
    height: auto;
    line-height: 26px;
}

.title-white-container {
    height: 46px;
    background-color: white;
    float: left;
    width: 100%;
}

.title-green-container-right {
    height: 46px;
    background: #25A345 0% 0% no-repeat padding-box;
    opacity: 1;
    float: right;
    width: 100%;
    padding-top: 10px
}

.checkout-title {
    text-align: left;
    font-size: 24px;
    padding-left: 10px;
    line-height: 30px;
    font-weight: bold;
    letter-spacing: 0.01px;
    color: #FFFFFF;
    opacity: 1;
    font-family: 'Poppins', sans-serif;
}

.checkout-subtitle {
    color: black;
    font-size: 20px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: unset;
}

.checkout-subtitle-idorder {
    font-weight: bold;
}

.checkout-title-thanks {
    text-align: left;
    font-size: 24px;
    padding-left: 10px;
    padding-top: 5px;
    letter-spacing: 0.01px;
    color: #FFFFFF;
    opacity: 1;
    font-family: 'Poppins', sans-serif;
}

.checkout-download-text {
    text-align: left;
    font-size: 16px;
    padding-left: 10px;
    letter-spacing: 0.01px;
    color: black;
    opacity: 1;
    font-family: 'Poppins', sans-serif;
}

.thanks-total-container {
    width: 100%;
    float: left;
    margin-top: 15px;
    padding-left: 10px;
    border-bottom: inset 0.5px;
}



.legal-text-container {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.checkout-legal-text {
    float: left;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    display: inline-block;
    text-align: left;
    letter-spacing: 0px;
    color: #1A1A1A;
    opacity: 1;
    margin-top: 10px;
}

/*Cart details*/

.ebook-cart-container {
    margin-top: 10px;
    width: 100%;
    height: auto;
    float: right;
    font-family: 'Poppins', sans-serif;
}

.cellschedaBold-new {
    display: table-cell;
    vertical-align: top;
    font-weight: bold;
}

.ebook-image-container {
    float: left;
    width: 70px;
    padding-left: 10px;
}

.ebook-image-container-thanks {
    float: left;
    width: 9%;
    padding-left: 5px;
}

.CellSchedaTitolo-new {
    font-weight: bold;
    font-size: 16px;
}

.publisher-container {
    float: left;
    margin-top: 5px;
}

.publisher-container-value {
    float: left;
    font-weight: bold;
    margin-top: 5px;
}

.publisher-container-value-thanks {
    float: left;
    font-weight: bold;
    margin-top: 5px;
    float: right;
}

/*Address container*/

.intestazione-container {
    float: left;
    width: 80%;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 4px;
    text-overflow: ellipsis;
}

.city-container {
    float: left;
    width: 100%;
    font-size: 14px;
    margin-bottom: 4px;
    text-overflow: ellipsis;
    width: 80%;
    line-height: 22px;
}

.selector-container {
    width: 6%;
    float: left;
    height: 100%;
    /*min-height: 110px;*/
}

.address-selector-container {
    width: 48%;
    float: left;
    height: 100px;
    border-bottom: inset 0.5px;
    margin-bottom: 10px;
    /*min-height: 110px;*/
}

.address-selector-container-right {
    width: 48%;
    float: right;
    height: 100px;
    border-bottom: inset 0.5px;
    margin-bottom: 10px;
    /* min-height: 110px;*/
}

    .address-selector-container-right .selector-container {
        height: auto;
    }

.billing-address {
    width: 100%;
    height: auto;
    float: left;
    font-family: 'Raleway', sans-serif;
}

.new-address-container {
    margin-top: 20px;
    width: 100%;
    height: auto;
    font-weight: bold;
    float: left;
}

.new-address-text {
    color: #1a1a1a;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

.address-selected-container {
    margin-top: 20px;
    float: left;
    width: 100%;
    border-bottom: inset 0.5px;
}

.address-edit-button-container {
    float: right;
    width: 3%;
    padding-right: 28px;
}

.address-selected-name-container {
    float: left;
    width: 80%;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

.address-selected-text-container {
    float: left;
    width: 80%;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    margin-top: 3px;
}

.edit-button {
    float: right;
    margin-right: 5px;
}

.del-button {
    float: right;
}

.summary-container {
    width: 100%;
    float: right;
    font-family: 'Poppins', sans-serif;
}

.summary-details-container {
    width: 100%;
    float: left;
    margin-top: 10px;
    padding-left: 5px;
}

.subtotal-container {
    width: 70%;
    font-size: 14px;
    font-weight: bold;
    float: left;
}


.summary-container-sub {
    float: left;
    margin-bottom: 10px;
    height: 30px;
    width: 100%;
    border-bottom: inset 0.5px;
    padding-left: 10px;
    padding-right: 10px;
}

.summary-container-tot {
    float: left;
    margin-bottom: 10px;
    height: 40px;
    width: 100%;
    border-bottom: inset 0.5px;
    padding-top: 6px;
    padding-left: 10px;
    padding-right: 10px;
}

.subtotal-container-value {
    width: 15%;
    font-size: 14px;
    font-weight: bold;
    float: right;
}

.subtotal-container-value-thanks {
    font-size: 14px;
    font-weight: bold;
    float: right;
    width: 4%;
    border-bottom: unset;
    height: 30px;
}

.total-container {
    width: 70%;
    font-size: 18px;
    font-weight: bold;
    float: left;
}

.omaggio-container {
    width: 26%;
    text-align: right;
    margin-right: 10px;
    font-size: 14px;
    font-weight: bold;
    float: right;
    border-bottom: inset 0.5px;
    height: 30px;
}

.omaggio-total-container {
    width: 26%;
    text-align: right;
    margin-right: 10px;
    font-weight: bold;
    float: right;
    border-bottom: inset 0.5px;
    font-size: 18px;
    height: 40px;
    margin-top: 15px;
}


.total-container-thanks {
    width: 5%;
    float: right;
    border-bottom: unset;
    font-size: 18px;
    font-weight: bold;
    height: 40px;
    margin-top: 15px;
}

.total-container-value {
    width: 18%;
    font-size: 18px;
    font-weight: bold;
    float: right;
}

.cnf-button-container {
    margin-top: 20px;
    float: left;
    width: 100%;
    padding: 0 10px
}

.cnf-button {
    width: 100%;
    height: 55px;
    background: #FF6501 0% 0% no-repeat padding-box;
    border-radius: 30px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 24px;
    text-align: center;
    padding-top: 10px;
    padding: 12px 10px 3px 10px;
    text-decoration: none;
    white-space: nowrap;
    display: inline-block;
    line-height: 1.4em;
    border-style: none;
    border-color: inherit;
    border-width: 0;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    line-height: 30px;
}

    .cnf-button.a {
        color: white;
    }
/*
.button:hover {
    background-color: #FF6501;
}*/

.cnf-text-container {
    margin-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
}

.crediti-container {
    float: left;
    width: 65%;
    margin-top: 20px;
    padding-right: 10px;
}

.edit-popup {
    width: 715px;
    height: 470px;
}

.title-popup {
    width: 80%;
    float: left;
    color: #25A345;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: bold;
}

.popup-left {
    width: 100%;
}

.popup-details-left-container-full {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.popup-details-container {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.popup-details-left-container {
    float: left;
    width: 45%;
    margin-top: 20px;
    margin-right: 40px;
}

.popup-details-right-container {
    float: left;
    width: 40%;
    margin-top: 20px;
}

.popup-container {
}

.label-popup {
    font-size: 14px;
    line-height: 22px;
    color: #1a1a1a;
    font: normal normal 600 16px/22px Poppins;
}

.input-popup {
    width: 330px;
    height: 32px;
    border: 1px solid var(--unnamed-color-a9a9a9);
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #A9A9A9;
    opacity: 1;
    font-size: 14px;
    line-height: 22px;
    color: #1a1a1a;
    padding-left: 2px;
    padding-right: 2px;
}

.popup-button-container {
    float: left;
    width: 99%;
    margin-top: 20px;
}

.popup-button {
    width: 68px;
    height: 36px;
    background: #A7C553 0% 0% no-repeat padding-box;
    border-radius: 20px;
    opacity: 1;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 14px;
    float: right;
    text-decoration: unset;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.edit-popup-container {
    width: 740px;
    height: 643px;
    top: 25px;
    left: 324px;
    max-height: unset;
}

.edit-popup-container-private {
    width: 800px;
    height: 550px;
    top: 62px;
    left: 324px;
    max-height: unset;
    padding: 20px 20px 20px 20px;
}

.edit-popup-selector {
    height: 32px;
    margin-top: 24px;
}

/*Payment container*/
.payselector-container {
    margin-top: 40px;
    width: 100%;
    float: left;
}

.payment-generic-container {
    float: left;
    width: 100%;
    /*border-bottom: inset 0.5px;*/
    padding-top: 10px;
    padding-bottom: 10px;
}

.payment-method-container {
    width: 100%;
    float: left;
}

.container-grid {
    display: grid;
}

.payment-text-cash-on-delivery-container {
    margin-left: 10px;
}

.payment-radio-container {
    width: 3%;
    float: left;
}

.payment-text-a18-container, .payment-text-ppapl-container {
    max-width: 90%;
    white-space: unset !important;
}

.payment-text-container {
    width: 40%;
    float: left;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    white-space: nowrap;
    padding-top: 1px;
}

.payment-info-container {
    float: left;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    padding-top: 2px;
}

.payment-text-paypal {
    width: 8%;
    float: left;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    white-space: nowrap;
}

.payment-text-scuola {
    width: 21%;
    float: left;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    white-space: nowrap;
}

.payment-image-container {
    width: 7%;
    float: left;
}

.payment-multi-images-container {
    width: auto;
    margin-right: 15px;
}

    .payment-multi-images-container img {
        margin-left: 3px;
    }

.payment-image-container-cc {
    width: 5%;
    float: right;
}

.cc-fields-image {
    width: 9%;
    float: left;
    height: 60px;
}

.cc-fields-title {
    width: 70%;
    float: left;
    font-weight: bold;
    margin-bottom: unset;
}

.cc-fields-number {
    width: 70%;
    float: left;
    margin-bottom: unset;
}


.cc-fields-date {
    width: 30%;
    float: left;
}

.add-newCC {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #1A1A1A;
    font-weight: bold;
}

.cc-selector-container {
    width: 7%;
    float: left;
    margin-top: 8px;
    height: 60px;
}

.cc-data-container {
    position: relative;
    font-family: 'Poppins', sans-serif;
}

.cc-data-fields {
    float: left;
    width: 92%;
}

.cc-data-img {
    width: 9%;
    float: left;
    height: 65px;
    padding-right: 4px;
}

.cc-data-title {
    width: 70%;
    float: left;
    font-weight: bold;
    margin-bottom: unset;
}

.cc-data-edit {
    width: 10%;
    float: left;
    font-weight: bold;
    margin-bottom: unset;
}

.cc-data-number {
    width: 50%;
    float: left;
    margin-bottom: unset;
}

.cc-data-expire {
    width: 68%;
    float: left;
    margin-bottom: unset;
}

.acquista-container {
    text-align: center;
    width: 100%;
    height: auto;
    float: left;
    margin-top: 20px;
    padding: 0 10px;
}

.text-button {
    padding-left: 10px;
    color: black;
    font-family: 'Poppins';
}


.thanks-total-text {
    color: #FF6501;
    float: right;
}

.navigator-new {
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    float: left;
    padding-left: 10px;
    font-family: poppins;
    width: 100%;
}

.cartSugg-new {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.empty-cart-button {
    background-color: white;
    font-family: 'Poppins';
    text-decoration: underline;
}

    .empty-cart-button:hover {
        background-color: unset;
    }

.already-owned-container {
    float: left;
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
    color: red;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}


.campain-container {
    margin-top: 20px;
    float: left;
    width: 100%;
    padding-left: 10px;
    font-family: 'Raleway', sans-serif;
}

.empty-cart {
    font-size: 14px;
    line-height: 20px;
    padding-left: 10px;
    padding-top: 50px;
}

.payEdit-label {
    text-align: left;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0px;
    color: #1A1A1A;
    font-size: 14px;
    font-weight: bold;
    padding-left: 3px;
    line-height: 22px;
}

.credit-valid-container {
    float: left;
    width: 70%;
    margin-top: 10px;
}

@media(min-width:500px) {
    .validate-cc-popup {
        width: 480px;
        margin-right: -255px;
        border: unset;
    }

    .fields {
        display: table !important;
    }
}


@media (max-width:400px) {
    .payment-text-container {
        font-size: 14px;
    }
}

.payEdit-title {
    text-align: left;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0px;
    color: #25A345;
    font-size: 16px;
    padding-left: 3px;
    font-weight: bold;
}

.gift-popup {
    overflow: unset;
    max-height: unset;
    height: 518px;
    border: unset;
    width: 720px;
    padding: 20px 20px 20px 20px;
}

.gift-container-text {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.gift-color-container {
    float: left;
    width: 20%;
}

.gift-radio-container {
    float: left;
    width: 13%;
    padding-top: 2px;
}

.gift-text-container {
    float: left;
    width: auto;
    padding-top: 3px;
    font-weight: bold;
}

.gift-image-container {
    float: left;
    width: 30%;
    margin-left: 4px;
}

.gift-text-mex {
    width: 100%;
    float: left;
}

.price {
    color: #FF6501;
    padding-left: 0px;
    font-size: 16px;
}

.acquista-container a:hover {
    background-color: #FF6501;
    opacity: 0.6;
}

.textual-cart a:hover {
    opacity: 0.6;
}

.del-button:hover, .edit-button:hover, .new-address-text:hover {
    opacity: 0.6;
}

.cartitem .minprice-box {
    display: none;
}

.cartitem .title a:hover {
    opacity: 0.6;
}

.attr a:hover, .dpublisher0:hover {
    opacity: 0.6;
}

.scheda-outlet:hover {
    opacity: 0.6;
}
