/* file esterno */

.ds-checkout-wrap,.ds-account-wrap {
    background: var(--color-I);
    width: 100%;
/*    flex-grow: 1;*/
}

.ds-checkout-wrap .ds-checkout, .ds-account-wrap .ds-account {
    font-size: var(--font-size-B);
    line-height: normal;
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: var(--main-font-size);;
    line-height: var(--lineheight-main-font-size);
}

.ds-checkout-wrap .ds-checkout p, .ds-account-wrap .ds-account p {
    /*font-size: var(--font-size-A);
    line-height: normal;*/
}

.ds-checkout-wrap .ds-checkout .is-large.wc-block-cart .wc-block-cart-items {
    border-right: 30px solid #fff;
    border-left: 30px solid #fff;
    border-bottom: 20px solid #fff;
    background: #fff!important
}

.ds-checkout-wrap .ds-checkout .wc-block-cart-items .wc-block-cart-items__row {
    position: relative;
    border-bottom: 2px solid #dcdcdc
}

.ds-checkout-wrap .ds-checkout .wc-block-cart-items .wc-block-cart-items__row.wbte-giveaway-cart-item .wc-block-cart-item__quantity {
    display: none
}

.ds-checkout-wrap .ds-checkout .wc-block-cart-items .wc-block-cart-items__row.wbte-giveaway-cart-item .wc-block-cart-item__image {
    padding-bottom: 20px!important
}

.ds-checkout-wrap .ds-checkout .is-large.wc-block-cart .wc-block-cart-items thead {
    display: none
}

.ds-checkout-wrap .ds-checkout .is-large.wc-block-cart .wc-block-cart-items td {
    vertical-align: middle;
    padding: 0;
    border: none
}

.ds-checkout-wrap .ds-checkout .is-large.wc-block-cart .wc-block-cart-items .wc-block-cart-item__image {
    padding: 20px 20px 55px 0;
    width: 162px
}

.ds-checkout-wrap .ds-checkout .is-large.wc-block-cart .wc-block-cart-items .wc-block-cart-item__image a {
    display: flex;
}

.ds-checkout-wrap .ds-checkout .is-large.wc-block-cart .wc-block-cart-items .wc-block-cart-item__image a img {
    max-height: 150px;
    width: auto;
    margin: 0 auto;
}

.ds-checkout-wrap .ds-checkout .wc-block-cart-item__total {
    width: 123px;
}

.ds-checkout-wrap .ds-checkout .wc-block-cart-item__total .wc-block-cart-item__total-price-and-sale-badge-wrapper {
    align-items: center;
}

.ds-checkout-wrap .ds-checkout .wc-block-cart-item__wrap {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 20px
}

.ds-checkout-wrap .ds-checkout .wc-block-cart-item__wrap .wc-block-components-product-name {
    order: 1;
    width: 100%;
    max-width: 100%;
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
    margin: 0;
}

.ds-checkout-wrap .ds-checkout .wc-block-cart-item__wrap .wc-block-cart-item__prices {
    order: 3;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0 0 0;
}

.ds-checkout-wrap .ds-checkout .wc-block-cart-item__wrap .wc-block-cart-item__prices .wc-block-components-product-price__regular {
    color: var(--color-E);
}

.ds-checkout-wrap .ds-checkout .wc-block-cart-item__wrap .wc-block-components-product-metadata {
    order: 2;
    margin: 0 0 0 0
}

.ds-checkout-wrap .ds-checkout .wc-block-cart-item__wrap .wc-block-components-product-metadata .wc-block-components-product-metadata__description p {
    font-size: 13px;
    line-height: normal;
    margin: 0;
    padding: 0
}

.ds-checkout-wrap .ds-checkout .wc-block-cart-item__wrap .is-large:not(.wc-block-checkout) .wc-block-components-product-details__name {
    font-weight: 600
}

.ds-checkout-wrap .ds-checkout .wc-block-cart-item__wrap .wc-block-cart-item__quantity {
    order: 4;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 0 15px
}

.ds-checkout-wrap .ds-checkout .wc-block-cart-item__wrap .wc-block-cart-item__quantity .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    height: 35px;
    font-size: var(--font-size-A);
    font-weight: normal;
}

.ds-checkout-wrap .ds-checkout .wc-block-cart-item__wrap .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    border: 1px solid #e5e5e5;
    padding: 0 10px;
    height: 35px;
    text-decoration: none;
    background: #fff;
    border-radius: 4px;
}

.ds-checkout-wrap .ds-checkout .wc-block-components-product-badge {
    display: none!important
}

.ds-checkout-wrap .ds-checkout .wc-block-components-totals-shipping .wc-block-components-totals-item strong {
    font-weight: 600;
    font-size: var(--font-size-A);
}

.ds-checkout .wc-block-cart-item__total {
    vertical-align: middle!important;
    font-weight: 600
}

.ds-checkout .wc-block-cart__submit-container .wc-block-components-button {
    height: 56px;
    font-size: var(--main-font-size);
    line-height: var(--lineheight-main-font-size);
    background: #000;
    color: #fff;
    text-decoration: none;
    font-weight: 600
}

.ds-checkout .wc-block-components-totals-item__value {
    font-weight: 600
}

.ds-checkout .wc-block-cart__sidebar, .ds-checkout .wc-block-checkout__sidebar {
    background: #fff;
    padding: 30px
}

.ds-checkout .wc-block-cart__sidebar .wc-block-components-totals-item__description, .ds-checkout .wc-block-cart__sidebar .wc-block-components-formatted-money-amount {
    font-size: var(--font-size-A);
}

.ds-checkout .is-large.wc-block-cart .wc-block-cart__sidebar .wc-block-cart__totals-title, .ds-checkout .wc-block-components-order-summary button {
    display: block;
    font-family: var(--secondary-font-family);
    font-size: var(--secondary-font-size);
    font-weight: 600;
    margin: 0 0 20px 0;
    text-transform: none
}

.ds-checkout .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-totals-block {
    margin-top: 20px;
    border: none;
    margin-bottom: 20px
}

.ds-checkout .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-coupon-form-block {
    border: 1px solid #000
}

.ds-checkout .wc-block-cart__sidebar .wc-block-components-shipping-address {
    border-top: 1px solid #dcdcdc;
    margin: 30px 0 0 0;
    padding: 20px 0 0 0;
}

.ds-checkout .wc-block-cart__sidebar .wc-block-components-totals-shipping__change-address__link {
    border-bottom: 1px solid #dcdcdc;
    width: 100%;
    text-align: left;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.ds-checkout .wc-block-cart__sidebar input:not([type="radio"]):not([type="checkbox"]), .ds-checkout .wc-block-cart__sidebar input.components-combobox-control__input {
    height: 56px;
    border-color: #dcdcdc!important
}

.ds-checkout .wc-block-cart__sidebar .wc-block-components-totals-footer-item .wc-block-components-totals-item__label, .ds-checkout .wc-block-cart__sidebar .wc-block-components-totals-footer-item .wc-block-components-totals-footer-item-tax-value {
    font-size: var(--main-font-size);
    font-weight: 600
}

.ds-checkout .wc-block-cart__sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-footer-item {
    padding-top: 10px
}

.ds-checkout .wc-block-components-title.wc-block-components-title {
    font-size: var(--secondary-font-size);
    font-family: var(--secondary-font-family);
    font-weight: 600;
    margin: 8px 0 30px 0
}

.ds-checkout .wc-block-components-title.wc-block-components-title.wc-block-components-express-payment__title {
    margin: 0
}

.ds-checkout .is-large .wp-block-woocommerce-checkout-order-summary-block {
    border-color: #fff;
    background: #fff
}

.ds-checkout .is-large .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-metadata__description {
    display: none
}

.ds-checkout .is-large .wc-block-components-order-summary .wc-block-components-order-summary-item__total-price {
    font-weight: 600
}

.ds-checkout .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input input {
    height: 56px;
    border-color: #dcdcdc!important
}

.ds-checkout .wc-block-components-form input:not([type="radio"]):not([type="checkbox"]) {
    height: 56px;
    border-color: #dcdcdc!important;
    margin: 8px 0
}

.ds-checkout .wc-block-components-form .wc-block-components-state-input {
    margin-top: 0
}

.ds-checkout .wc-block-components-form textarea {
    border-color: #dcdcdc!important
}

.ds-checkout .wc-block-components-checkout-step__heading {
    margin: 0
}

.ds-checkout .wc-block-components-form .wc-block-components-checkout-step {
    background: #fff;
    padding: 30px;
    margin-bottom: 20px
}

.ds-checkout .wc-block-components-form .wc-block-components-checkout-step#order-notes {
    background: transparent;
    padding: 0
}

.ds-checkout .wc-block-components-form .wc-block-components-checkout-step#shipping-method, .ds-checkout .wc-block-components-form .wc-block-components-checkout-step#shipping-fields, .ds-checkout .wc-block-components-form .wc-block-components-checkout-step#pickup-options {
    margin-bottom: 0;
    border-bottom: 2px solid var(--color-I)
}

.ds-checkout .wc-block-components-checkbox label,.ds-checkout .wc-block-components-checkbox label strong {
    font-weight: 600
}

.ds-checkout .wc-block-components-form .wc-block-checkout__shipping-method-option-title {
    font-size: var(--font-size-A);
    line-height: normal;
    font-weight: 600
}

.ds-checkout .wc-block-components-checkout-return-to-cart-button {
    font-weight: 600
}

.ds-checkout .wc-block-components-radio-control-accordion-content {
    font-size: var(--font-size-A);
    padding: 0 20px 20px 20px
}

.ds-checkout .wc-block-components-radio-control-accordion-content div {
    font-size: .875em
}

.ds-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    height: 56px;
    font-size: var(--main-font-size);
    line-height: var(--lineheight-main-font-size);
    font-weight: 600;
    color: #fff;
    background: #000;
    border: 1px solid #000;
}

.ds-checkout .wc-block-components-form .wc-block-components-checkout-step#contact-fields, .ds-checkout .wc-block-components-form .wc-block-components-checkout-step#shipping-method, .ds-checkout .wc-block-components-form .wc-block-components-checkout-step#payment-method {
    position: relative;
}

.ds-checkout .wc-block-components-form .wc-block-components-checkout-step#contact-fields:before, .ds-checkout .wc-block-components-form .wc-block-components-checkout-step#shipping-method:before, .ds-checkout .wc-block-components-form .wc-block-components-checkout-step#payment-method:before {
    width: 74px;
    height: 105px;
    border-radius: 4px 0 0 4px;
    background: #fff;
    display: flex;
    position: absolute;
    left: -37px;
    top: 0;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: var(--secondary-font-size);
}

.ds-checkout .wc-block-components-form .wc-block-components-checkout-step#contact-fields:before {
    content: "1";
}

.ds-checkout .wc-block-components-form .wc-block-components-checkout-step#shipping-method:before {
    content: "2"
}

.ds-checkout .wc-block-components-form .wc-block-components-checkout-step#payment-method:before {
    content: "3"
}

.ds-checkout .wc-block-components-checkout-step__heading-content {
    font-size: var(--font-size-A);
    display: block;
    margin: 0 0 20px 0
}

.ds-checkout .wc-block-components-form .wc-block-components-text-input, .wc-block-components-text-input {
    margin-top: 0
}

.ds-checkout .wc-block-components-checkout-step__description {
    margin-bottom: 0
}

.ds-checkout .wc-block-components-quantity-selector {
    margin-bottom: 15px!important
}

.ds-checkout .wc-block-checkout__sidebar .wc-block-components-product-name {
    font-weight: 600
}

.ds-checkout .wc-block-checkout__sidebar .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    font-weight: 600
}

.ds-checkout .wc-block-checkout__sidebar .wc-block-components-order-summary .wc-block-components-order-summary-item__individual-prices {
    padding-top: 0
}

.ds-checkout .wc-block-checkout__sidebar .wc-block-components-order-summary-item__description {
    display: flex!important;
    flex-flow: column;
    justify-content: center;
}

.ds-checkout .wc-block-checkout__sidebar .wc-block-components-order-summary-item__total-price {
    display: flex!important;
    flex-flow: column;
    justify-content: center;
}

.ds-checkout .wc-block-checkout__sidebar .wc-block-components-order-summary-item__description .wc-block-components-product-name {
    display: contents
}

.ds-checkout .wc-block-checkout__sidebar .wc-block-components-product-metadata {
    margin-top: 0
}

.ds-checkout .wc-block-checkout__sidebar .wc-block-components-product-metadata .wc-block-components-product-details {
    margin: 0;
    font-size: 14px
}

.ds-checkout .wc-block-components-form .wc-block-components-text-input.has-error label,.ds-checkout .wc-block-components-text-input.has-error label {
    font-size: var(--font-size-A)
}

.ds-checkout .wc-block-components-validation-error>p {
    padding: 0 0 5px 0;
    font-size: 14px;
}

.ds-checkout .wc-block-components-text-input label {
    transform: none!important;
    left: 10px!important;
    top: 13px!important;
    font-size: 14px!important;
}

.button.wc-backward {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*alessia*/
/*account*/
.ds-account input:not([type="radio"]):not([type="checkbox"]) {
    height: 56px;
    border: 1px solid #dcdcdc;
    padding: 0 10px
}

.ds-account #customer_login h2 {
    font-family: var(--secondary-font-family);
    font-size: var(--font-size-C);
    font-weight: 400;
    margin: 40px 0 0px 0;
    font-family: var(--title-font-family);
    font-weight: normal;
    margin-bottom: 20px;
    font-size: var(--titolo3);
    line-height: var(--titolo3-line-height);
}

.ds-account #customer_login label {
    font-weight: 600;
    font-size: 16px;
    font-weight: normal;
}

.ds-account #customer_login button:not(.show-password-input) {
    height: 56px;
    font-size: var(--main-font-size);
    line-height: var(--lineheight-main-font-size);
    background: #000;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    min-width: 160px
    font-family: var(--main-font-family);
    font-size: var(--btn-font-size);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: var(--btn-letter-spacing);
    line-height: var(--btn-line-height);
    min-height: 50px;
    padding-right: 25px;
    position: relative;
    color: var(--marrone);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding:20px 60px 20px 25px ;
/*    border-radius: 6px;*/
    border:1px solid var(--marrone);
/*    border:none;*/
    text-align: left;
    height: auto;
    background-color: var(--marrone);
    color: #fff;
}
.ds-account #customer_login button:not(.show-password-input):after{
    content: '';
    height: 50px;
    height: 100%;
    width: 25px;
    background-image: url(../img/freccia-bottone-white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    right: 25px;
    transition: all .6s ease;
}
.ds-account #customer_login button:not(.show-password-input):hover:after, .ds-account #customer_login button:not(.show-password-input):focus:after{
    right: 10px;
}
.ds-account #customer_login button:not(.show-password-input):hover,
.ds-account #customer_login button:not(.show-password-input):focus{
    background-color: var(--marrone);
    color: #fff;
/*    border:none;*/
}

.ds-account #customer_login .woocommerce-form__label-for-checkbox {
    display: flex;
    width: 100%;
    align-items: center;
    margin: 0 0 20px 0
}

.ds-account #customer_login .woocommerce-form__label-for-checkbox span {
    font-weight: 400
}

.ds-account #customer_login .woocommerce-form__label-for-checkbox input {
    width: 25px;
    margin: 0 10px 0 0
}

.ds-account {
    display: flex;
}

.ds-account .ds-account-menu-wrap {
    width: 400px;
    margin-right: 25px
}

.ds-account .ds-account-menu-wrap ul li {
    margin: 5px 0
}

.ds-account .ds-account-menu-wrap ul li.is-active a {
    color: var(--oro);
    border-color: var(--oro);
    font-weight: 600;
    border-color: var(--marrone);
    background-color: var(--marrone);
    color: #fff;
}

.ds-account .ds-account-menu-wrap ul li a {
    display: block;
    text-decoration: none;
    padding: 14px 9px 10px;
    background: #fff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    border-bottom: 2px solid #fff;
}
.ds-account .ds-account-menu-wrap ul li a:hover,
.ds-account .ds-account-menu-wrap ul li a:focus{
    border-color: var(--oro);
/*    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);*/
    border-color: var(--marrone);
}

.ds-account .woocommerce-MyAccount-content {
    flex: auto
}

.woocommerce-info{
    background: #fff;
}
.ds-account .woocommerce-info .woocommerce-Button {
    height: 60px;
    font-size: var(--main-font-size);
    line-height: var(--lineheight-main-font-size);
    padding: 0 20px;
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #fff;
    background: #000;
    border-radius: 0;
}

.ds-account .woocommerce-MyAccount-content label {
    font-weight: 400
}

.ds-account .woocommerce-MyAccount-content fieldset {
    margin-top: 50px
}

.ds-account .woocommerce-MyAccount-content .button,
.ds-account .woocommerce-ResetPassword .button  {
    background-color: transparent;
    color: var(--marrone);
    font-weight: 800;
    text-transform: uppercase;
    font-size: var(--btn-font-size);
    line-height: var(--btn-line-height);
    letter-spacing: var(--btn-letter-spacing);
    border: 1px solid var(--marrone);
    height: auto;
    padding: 20px 30px 20px 25px;
    width: auto;
    text-decoration: none;
    display: inline-block;
}
.ds-account .woocommerce-MyAccount-content .button:hover, .ds-account .woocommerce-MyAccount-content .button:focus,
.ds-account .woocommerce-ResetPassword .button:hover, .ds-account .woocommerce-ResetPassword .button:focus{
    background-color: var(--marrone);
    color: #fff;
}

.ds-account .woocommerce-MyAccount-content .woocommerce-orders-table__cell .button {
    margin: 15px 0;
/*    display: flex;*/
    display: inline-block;
    align-items: center;
    justify-content: center;
}

/*alessia*/
@media (max-width: 992px) {
}

@media (min-width: 767px) and (max-width:992px) {
    .ds-checkout .wc-block-cart-items__row {
        display:flex!important;
        flex-flow: column;
    }

    .ds-checkout .wc-block-cart table.wc-block-cart-items td {
        margin-bottom: 62px
    }

    .ds-checkout .is-large.wc-block-cart .wc-block-cart-items .wc-block-cart-item__image {
        padding: 20px 0!important;
        margin-bottom: 0
    }

    .ds-checkout .wc-block-cart-items__row .wc-block-cart-item__image {
        text-align: center;
        margin-bottom: 30px
    }

    .ds-checkout .wc-block-cart-items__row .wc-block-cart-item__image img {
        max-width: 180px
    }

    .ds-checkout .wc-block-cart-items__row .wc-block-cart-item__total {
        position: absolute;
        right: 0;
        bottom: -7px;
        width: 125px;
        display: flex;
        justify-content: center;
    }

    .ds-checkout .wc-block-cart-items__row .wc-block-cart-item__total span {
        font-size: var(--font-size-A)
    }
}

@media (max-width: 767px) {
    .ds-checkout .wc-block-cart-items__row {
        background:#fff
    }

    .ds-checkout .wc-block-components-totals-wrapper {
        padding-left: 30px!important;
        padding-right: 30px!important
    }

    .ds-checkout .wc-block-checkout__sidebar {
        margin-bottom: 45px!important
    }

    .ds-checkout .wc-block-cart-items .wc-block-cart-items__row {
        padding-bottom: 60px
    }

    .ds-checkout .wc-block-components-totals-item {
        align-items: center;
        padding-bottom: 10px
    }

    .ds-checkout .wc-block-cart__payment-options,.ds-checkout .wp-block-woocommerce-proceed-to-checkout-block {
        padding: 0 30px
    }

    .ds-checkout .wp-block-woocommerce-proceed-to-checkout-block {
        margin-bottom: 50px
    }

    .ds-checkout .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-coupon-form-block {
        margin: 40px 30px 20px 30px
    }

    .ds-checkout table.wc-block-cart-items .wc-block-cart-items__row {
        padding-bottom: 55px!important
    }
}

@media (max-width: 620px) {
    .ds-checkout .wc-block-components-form .wc-block-components-checkout-step#contact-fields, .ds-checkout .wc-block-components-form .wc-block-components-checkout-step#shipping-method, .ds-checkout .wc-block-components-form .wc-block-components-checkout-step#payment-method {
        margin-top:70px;
        padding: 20px 30px
    }

    .ds-checkout .wc-block-components-form .wp-block-woocommerce-checkout-shipping-address-block, .ds-checkout .wc-block-components-form .wp-block-woocommerce-checkout-shipping-methods-block, .ds-checkout .wc-block-components-form .wp-block-woocommerce-checkout-order-note-block, .ds-checkout .wc-block-components-form .wp-block-woocommerce-checkout-terms-block, .ds-checkout .wc-block-components-form .wp-block-woocommerce-checkout-actions-block, .ds-checkout .wc-block-components-form .wc-block-components-checkout-step {
        padding: 0 30px!important
    }

    .ds-checkout .wc-block-components-form .wc-block-components-checkout-step#contact-fields:before, .ds-checkout .wc-block-components-form .wc-block-components-checkout-step#shipping-method:before, .ds-checkout .wc-block-components-form .wc-block-components-checkout-step#payment-method:before {
        width: 100px;
        height: 40px;
        top: -40px;
        left: 0;
        padding-top: 20px
    }

    .ds-checkout .wc-block-cart-items__row {
        display: flex!important;
        flex-flow: column;
    }

    .ds-checkout .wc-block-cart-items__row .wc-block-cart-item__image {
        text-align: center;
        margin-bottom: 30px
    }

    .ds-checkout .wc-block-cart-items__row .wc-block-cart-item__image img {
        max-width: 180px
    }

    .ds-checkout .wc-block-cart-items__row .wc-block-cart-item__total {
        margin: auto 0 auto auto;
        width: 125px;
        display: flex;
        justify-content: center;
    }

    .ds-checkout .wc-block-cart-items__row .wc-block-cart-item__total span {
        font-size: var(--font-size-A)
    }

    .ds-checkout .wc-block-components-title.wc-block-components-title {
        margin: 30px 0 20px 0
    }

    .ds-checkout .wc-block-components-form .wc-block-components-checkout-step#shipping-method, .ds-checkout .wc-block-components-form .wc-block-components-checkout-step#pickup-options, .ds-checkout .wc-block-components-form .wc-block-components-checkout-step#payment-method {
        padding-bottom: 30px!important
    }

    .ds-account {
        flex-wrap: wrap;
    }

    .ds-account .ds-account-menu-wrap {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px
    }
}

.woocommerce-error, .woocommerce-info, .woocommerce-message{
    background: #fff;
}
.woocommerce-page form.woocommerce-form-register .form-row label.checkbox input{
    margin-left: 0;
    margin-top:0;
    top: 0;
}
.woocommerce-form-login, .woocommerce-form-register{
    background: #fff;
    padding: 24px;
}

.ds-account .woocommerce-MyAccount-content .shop_table{
    width: 100%;
}
.ds-account .woocommerce-MyAccount-content .shop_table thead td,
.ds-account .woocommerce-MyAccount-content .shop_table thead th{
    font-weight: 400;
    padding: 5px 12px;
    line-height: 1.5em;
    font-size: 12px;
    text-transform: uppercase;
    text-align: left;
    /*padding-left: 20px;
    padding-right: 20px;*/
}
.ds-account .woocommerce-MyAccount-content .shop_table tbody tr,
.ds-account .woocommerce-MyAccount-content .shop_table tfoot tr{
    background: #fff;
    border-top: 5px solid var(--bg-grigio-chiaro);
}
.ds-account .woocommerce-MyAccount-content .shop_table tbody td,
.ds-account .woocommerce-MyAccount-content .shop_table tbody th,
.ds-account .woocommerce-MyAccount-content .shop_table tfoot td,
.ds-account .woocommerce-MyAccount-content .shop_table tfoot th{
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em;
/*    border-top: 5px solid var(--bg-grigio-chiaro);*/
    text-align: left;
}
.woocommerce-account .addresses .title h3,
.woocommerce-order-details__title,
.woocommerce-column__title{
    font-family: var(--title-font-family);
    font-size: var(--titolo3);
    line-height: var(--titolo3-line-height);
    text-transform: uppercase;
    font-weight: 400;
    width: 100%;
/*    margin-top: 0;*/
    margin-bottom: 10px;
}
.woocommerce-account .addresses .title .edit{
    display: inline-block;
    float: none;
}
.ds-account .woocommerce-MyAccount-content .woocommerce-Addresses address,
.ds-account .woocommerce-MyAccount-content .woocommerce-customer-details address{
    padding: 24px;
    background: #fff;
    margin-top: 5px;
}
#add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img{
    max-width: 100px;
}
.order-again{
    margin-top:10px;
}