
/*GLOBAL*/
.woocommerce-checkout  .newsletterStripe, .woocommerce-cart .newsletterStripe {
    display: none;
}
/*select*/
.select2-container--default .select2-selection--single {
    background: #f7f7f7;
    border: none;
    border-radius: 2px;
    box-shadow: none;
    transition: all .5s;
    padding: 1rem 1.2rem;
    font-size: 1.6rem;
    width: 100%;
    box-sizing: border-box;
    height: auto;
    position: relative;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}

.woocommerce fieldset {
    margin-top: 2rem;
}
.entryContent .woocommerce ul li {
    list-style: none;
}
.woocommerce label {
    display: block;
    margin-bottom: 0.5rem;
}

.checkoutStepsContainer {
    justify-content: center;
    margin-bottom: 5rem;
}
.checkoutSteps {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 2rem;
}
.checkoutStep {
    font-weight: bold;
    text-transform: uppercase;
    padding: 0.5rem 2rem;
    font-size: 1.4rem;

}
span.checkoutStep  {
    border-radius: 2rem;
    background-color: white;
}
span.checkoutStep.white {
    background-color: transparent;
}
.woocommerce input.qty {
    max-width: 6rem;
}
    /*MYACCOUNT - form-login*/


#reservedAreaFancybox {
    max-width: 95%;
    padding: 0px;
    display: none;
    width: 650px;
}
#reservedAreaFancybox .tabContent {
    max-height: 200px;
}
#reservedAreaFancybox form {
    padding-bottom: 3rem;
}
#customer_login .tabMenu {
    border-bottom: 1px solid #707070;
    margin-bottom: 50px;
}
/*#customer_login .tab:first-of-type {
    border-right: 1px solid #707070;
    padding-left: 0;
}*/
#customer_login .tab {
    text-align: center;
}
#customer_login .tab.active {
    background-color: #042C45;
    color: white;
}
#customer_login .tab {
    width: 50%;
    padding: 30px 15px;
    position: relative;
    cursor: pointer;
}

#customer_login .tabContent {
    min-height: 330px;
    max-width: 90%;
    margin: auto;
}
#customer_login, #customer_login .qtab {
    box-sizing: initial!important;
    width: 100%;
}

.reservedArea svg {
    transition: none;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: none;
}
.woocommerce-privacy-policy-text {
    margin-bottom: 1rem;
}
.woocommerce label.woocommerce-form-login__rememberme {
    margin-bottom: 2rem;
}


/*MYACCOUNT - my-acoount*/
.myAccountMessage {
    font-size: 2rem;
    font-width: 800;
    margin-bottom: 3rem;
}
.woocommerce-MyAccount-navigation-link--orders, .woocommerce-MyAccount-navigation-link--edit-address {
    display: none;
}
.woocommerce-account .siteHeader.marginBottom {
    margin-bottom: 0;
}
.woocommerce-account.logged-in .paddingWrap {
    padding-top: 0;
}
.woocommerce-account .postContent .woocommerce {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.woocommerce-account .woocommerce-notices-wrapper {
    width: 100%;
    margin-bottom: 3rem;
    font-size: 2rem;
}

.woocommerce-MyAccount-navigation {
    width: 24%;
    padding: 2rem 0 3rem;
    position: relative;
    background-color: #F7F8F9;
}
.woocommerce-MyAccount-navigation:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1000px;
    background-color: #F7F8F9;
    z-index: -1;
}
.woocommerce-MyAccount-navigation ul li {
    list-style: none;
    margin-left: 0;
    padding: 2rem 0;
    border-bottom: 1px solid #F0F0F0;
}
.woocommerce-MyAccount-content {
    width: 69%;
}
/*MYACCOUNT - orders*/
.orderTotals {
    text-align: right;
}
.woocommerceUserOrders {
    border-top: 1px solid #cccccc;
}
.woocommerceUserOrders .orderContainer {
    padding: 2rem;
    border-bottom: 1px solid #cccccc;
}
.orderContainer .orderNumber h4 {
    margin-bottom: 0;
}
.woocommerce-MyAccount-content h2, .woocommerce-MyAccount-content h3 {
    color:  #00588f;
}
.woocommerce-MyAccount-content .woocommerce-column--billing-address {
    margin-bottom: 3rem;
}
.woocommerce-MyAccount-content .woocommerce-order-details, .woocommerce-MyAccount-content .woocommerce-customer-details {
    margin-top: 3rem;
    margin-bottom: 3rem;
}
/*MYACCOUNT - content for you*/
.checkboxWrap label {
    min-width: 33%;
    margin-bottom: 2rem;
    padding-right: 2rem;
    box-sizing: border-box;

}
/*MYACCOUNT - indirizzi*/
.woocommerce-MyAccount-content .woocommerce-Address {
    margin-top: 3rem;
}
.woocommerce-MyAccount-content .woocommerce-Address h3 {
    margin-bottom: 1rem;
}
/*PRODUCT*/
/*single-product*/
form.cart {
    margin-top: 2rem;
    display: flex;
    justify-content: flex-end;
}
form.cart .quantity {
    margin-right: 2rem;
}
form.cart input, form.cart input::placeholder {
    color: #00588f;
}
.single-product .summary.entry-summary {
    width: 55%;
    margin-right: 5%;
}
.single-product .summary.entry-summary .price{
    margin-bottom: 1rem;
    margin-top: 0;
}
.single-product .woocommerce-Price-amount {
    font-size: 2.0rem;

    color: #042c45;
    font-weight: bold;
}
.single-product .stripeHeaderContent .postTitle {
    font-size: 5.0rem;
    line-height: 100%;
    width: auto;
}
.addToCartMessageWrap {
    display: flex;
    width: 500px;
    max-width: 90%;
    justify-content: center;
    margin: auto;
    padding: 1rem;
    margin-bottom: 2rem;
}
.addToCartMessageWrap .wc-forward {
    order: 1;
    margin-left: 1rem;
    color: white;
    text-decoration: underline;
}


/*cart - carrello*/
.product-quantity .qty {
    display: none;
}
.woocommerce-cart-form .product-name-wrap {
    width: 55%;
}
.woocommerce-cart-form .product-quantity, .woocommerce-cart-form .product-subtotal, .woocommerce-cart-form .product-remove {
    width: 15%;
    text-align: right;
}
.woocommerce-cart .cart_items {
    margin-bottom: 6rem;
}
.woocommerce-cart .cart_item:first-of-type {
    border-top: 1px solid #cccccc;
}
.woocommerce-cart .cart_item{
    border-bottom: 1px solid #cccccc;
    padding: 2rem;
}
.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout:not(:last-child) {
    display: none;
}

.shop_table td, .shop_table th{
    vertical-align: top;
    max-width: 230px;
    min-width: 200px;
    padding: 5px;
}
.shop_table td {
    text-align: right;

}
.shop_table td .shipping-calculator-form {
    text-align: left;
}
.shop_table th {
    text-align: left;
}
.shop_table ul {
    margin: 0;
}
.shop_table ul  li {
    list-style: none;
}
.wc-proceed-to-checkout  {
    margin-top: 3rem;
}

.woocommerce-checkout h3 {
    color: #00588f;
}

/*checkout - payment*/
.woocommerce-checkout  .woocommerce-form-coupon-toggle {
    display: none;
}
.woocommerce-order-received .order_details, .woocommerce-order-received .woocommerce-column--billing-address, .woocommerce-order-received .woocommerce-column--shipping-address  {
    padding-bottom: 4rem;
    margin-bottom: 4rem;
    border-bottom: 1px solid #cccccc;
    width: 100%;
}
.woocommerce-order-received h2 {
    color: #00588f;
    font-size: 2.1rem;
}

@media all and (max-width: 1024px) {
    /*woocommerce - dashboard*/
    .woocommerce-MyAccount-navigation {
        margin-bottom: 3rem;
    }
    .woocommerce-MyAccount-navigation ul li {
        display: inline-block;
        margin-right: 2.5rem;
        border-bottom: none;
    }
    .woocommerce-account .woocommerce {
        flex-wrap: wrap;
    }
    .woocommerce-account .woocommerce > * {
        width: 100%;
    }
}
@media all and (max-width: 768px) {
    .single-product .stripeHeaderContent .postTitle {
        font-size: 3.6rem;
    }
}

@media all and (max-width: 480px) {

    /*woocommerce*/
    .woocommerce-cart .cart_item {
        padding: 2rem 0;
    }
    .shop_table td, .shop_table th{
        vertical-align: top;
        max-width: none;
        min-width: auto;
        padding: 5px;
    }
    .cart_totals .cartIcon {
        display: none;
    }
    .checkoutStep {
        padding: 0.5rem 1rem;
        font-size: 1.2rem;
    }
}
