

/* checkout wizard */

.wizard>.steps>ul {
    padding-left: 20px;
    margin-left: 0px
}
.wizard.wizard > .steps a {
    width: calc( 100% - 26px);
}
#wizard > .content > .body {
    padding: 0px 16px;
    padding-top:16px
}
#wizard #order_review {
    padding: 0;
}
.tab-loggedin-content{
    padding: 0;
}
.tab-loggedin-content .name{
    font-weight: 600;
    color: var(--global-palette1);
}
.tab-loggedin-content .email{
    color: var(--global-palette1);
}
.tab-loggedin-content .note{
    padding-top: 12px;
    font-size: 90%;
    font-style: italic;
    color: rgba(0,0,0,0.6);
    max-width: 600px;
}
#wizard #customer_login {
    width: 100%;
}
#wizard #customer_login > div {
    width: 47%;
    float: left;
    clear: none;
    margin-top: 32px;
}
#wizard #customer_login > div:last-child {
    float: right;
}
#wizard #customer_login > div form {
    margin-top: 32px;
}
#wizard #customer_login > div .woocommerce-privacy-policy-text {
    margin-bottom: 16px;
}
#wizard .shipping-tab-contents.different-address-checked .current-shipping-address{
    display: none;
}
#wizard #ship-to-different-address{
    margin-bottom: 18px;
    font-weight: 600;
    font-size: 100%
}
#wizard #ship-to-different-address-checkbox{
    margin-right: 16px;
    position: relative;
    cursor: pointer;
}
#wizard #ship-to-different-address-checkbox:before{
    content: '';
    width: 28px;
    height: 28px;
    position: absolute;
    top:50%;
    left: 50%;
    border: 2px solid  var( --global-palette1 );
    transform: translate(-50%,-50%);
    border-radius: 4px;
    animation: checkbox-border 0.5s linear 0.5s;
    animation-iteration-count: 3;
    opacity: 1;
    pointer-events: none;
    transition: all 1s linear; 
}
#wizard #ship-to-different-address-checkbox:hover:before{
    transition: all 0s linear; 
    opacity: 0;
}
#wizard .different-address-checked #ship-to-different-address-checkbox:before{
    opacity: 0;
}
#wizard .current-shipping-address span{
    display: block;
}
#wizard .current-shipping-address .address{
    padding-left: 16px;
    line-height: 1.3;
    margin-top: 8px;
    margin-bottom: 8px;
    font-weight: 500;
    color: var( --global-palette1 );
    border-left: 2px solid var( --global-palette1 );
}
#wizard .current-shipping-address .oke{
    font-weight: 600;
    display: none;
}
#wizard .woocommerce-form__label-for-checkbox.checkbox{
    border:none !important;
}
#wizard .woocommerce-terms-and-conditions-checkbox-text,
#wizard .woocommerce-terms-and-conditions-checkbox-text a {
    font-weight: 600;
}
#wizard .form-row.woocommerce-invalid .woocommerce-terms-and-conditions-checkbox-text,
#wizard .form-row.woocommerce-invalid .woocommerce-terms-and-conditions-checkbox-text a {
    color: initial !important;
}
#wizard>.content>.body label.error{
    background-color: #b81c23;
    color: #fff;
    line-height: 1;
    padding: 4px 8px;
    margin-right: 8px;
    font-weight: 500;
    border-radius: 4px;
}
#wizard .form-row .optional{
    font-weight: 400;
    margin-left: 8px;
}
#wizard table.shop_table td{
    width: 65%;
}
.wizard > .steps a {
    letter-spacing: 4px;
    font-size: 110%;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
}
.wizard > .steps li.current a{
    font-weight: 600;
}
.wizard > .actions a, 
#wizard .checkout_coupon .button, 
#wizard .checkout_coupon .button, 
#wizard form.login input.button, 
#wizard .woocommerce-Button {
   border-radius: 8px;
}
.wizard > .actions a[href="#previous"]{
   opacity: .75;
}


/* CHECKOUT ORDER-REVIEW */

.woocommerce-checkout .variation {
    margin-top: 4px;
    margin-bottom: 4px !important;
    padding-left: 24px;
}
.woocommerce-checkout .variation dt{
    font-weight: 500;
    font-style: italic;
}
.woocommerce-order-pay table.shop_table .product-total,
.woocommerce-order-pay table.shop_table .product-subtotal,
.woocommerce-view-order table.shop_table .product-total,
.woocommerce-checkout table.shop_table .product-total,
.woocommerce-checkout table.shop_table .cart-subtotal,
.woocommerce-checkout table.shop_table .shipping,
.woocommerce-checkout table.shop_table .fee,
.woocommerce-checkout table.shop_table .order-total{
    text-align: right;
}
.woocommerce table.shop_table td small.includes_tax{
    float: left;
}
.woocommerce-checkout table.shop_table .shipping th,
.woocommerce-checkout table.shop_table .fee th,
.woocommerce-checkout table.shop_table .fee td,
.woocommerce-checkout ul#shipping_method label,
.woocommerce-checkout ul#shipping_method .amount{
    font-weight: 400;
}
.woocommerce-checkout ul#shipping_method label{
    /* width:100% */
}
.woocommerce-checkout table.shop_table tfoot .cart-subtotal td, 
.woocommerce-checkout table.shop_table tfoot .cart-subtotal th {
    border-top: 2px solid var(--global-palette1);
}
.woocommerce-checkout table.shop_table tfoot .shipping th,
.woocommerce-checkout table.shop_table tfoot .fee th,
.woocommerce-checkout table.shop_table tfoot .order-total th{
    border-top: none;
}
.woocommerce-checkout table.shop_table tfoot .order-total td{
    border-top: 4px solid var(--global-palette1)
}
.woocommerce-checkout .cart_item .product-quantity{
    border: 1px solid var(--global-palette2);
    border-radius: 4px;
    position: relative;
    line-height: 1.2;
    padding: 0 6px;
    font-weight: 500;
    font-size: 85%;
    color: #fff;
    background-color: var(--global-palette1);
}


/* form styling */

#wizard .form-row select,
#wizard .form-row input.input-text,
#wizard .form-row textarea{
    font-weight: 400;
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 0;
    padding-left: 1px
}
#wizard .form-row select::placeholder,
#wizard .form-row input.input-text::placeholder,
#wizard .form-row textarea::placeholder {
  color: #ddd;
  font-style: italic;
}
#wizard .form-row textarea#order_comments{
  height: 6em;
}
#wizard .form-row textarea#order_comments::placeholder {
  color: #ccc;
}
#wizard .form-row{
    margin-bottom: 8px; 
}
#wizard .form-row label{
    font-weight: 600;
}
#wizard .form-row label {
    color: var(--global-palette2);
    font-weight: 400;
    padding-left: 0px;
    padding-bottom: 2px;
    line-height: 1;
    padding-top: 20px;
}
#wizard .form-row .required {
    font-weight: 200;
    font-size: 120%;
}
/*step1*/
#wizard .tab-loggedin-content,
/*step2*/
#wizard .extra-header.billing,
#wizard .woocommerce-billing-fields,
#wizard .woocommerce-billing-fields+h3,
#wizard .woocommerce-billing-fields+div+h3,
#wizard .checkout-notes,
#wizard #order_comments_field,
/*step3*/
#wizard .extra-header.shipping,
#wizard .shipping-tab-contents .current-shipping-address,
#wizard .woocommerce-shipping-fields,
#wizard .woocommerce-additional-fields,
/*step4*/
#wizard .extra-header.review-order,
#wizard .woocommerce-checkout-review-order-table,
/*step5*/
#wizard .extra-header.payment,
#wizard .wizard-content-box,
#wizard #order_review{
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
#wizard .form-row-first{
    width: 35%;
}
#wizard .form-row-last{
    width: 60%;
}

@keyframes checkbox-border {
  0% {
    border-color: transparent;
  }
  1% {
    border-color:var( --global-palette1 );
  }
  33% {
    border-color:var( --global-palette1 );
  }
  34% {
    border-color: transparent;
  }
  99% {
    border-color: transparent;
  }
  100% {
    border-color:var( --global-palette1 );
  }
}

/* ORDER VIEW */
.woocommerce-view-order table.shop_table tfoot th{
    width: 60%;
}
.woocommerce-view-order table.shop_table tfoot tr:not(:first-child) th,
.woocommerce-order table.shop_table tfoot tr:not(:first-child) th{
    border-top: none;
}


/* variations attributes to radio */

.variations .nen-variation-hide-select{
    display: none !important;
}
.nen-variation-radios{
    display: inline-block;
    margin-right: 8px;
    position: relative;
}

@keyframes variation-indicator {
  0% {
    border-right-color: transparent;
  }
  1% {
    border-right-color:var( --global-palette1 );
  }
  33% {
    border-right-color:var( --global-palette1 );
  }
  34% {
    border-right-color: transparent;
  }
  99% {
    border-right-color: transparent;
  }
  100% {
    border-right-color:var( --global-palette1 );
  }
}
/*
.nen-variation-radios:first-of-type:before{
    transition: all 1s linear; 
    content:'';
    width: 32px;
    height: 16px;
    position: absolute;
    top: 16px;
    right:-24px;
    border: 8px solid transparent;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-right-color:  var( --global-palette1 );
    animation: variation-indicator 0.5s linear 0.5s;
    animation-iteration-count: 3;
    opacity: 1;
    pointer-events: none;
}
.nen-variation-radios:not(.checked):first-of-type:before{
    opacity: 1;
}
.nen-variation-radios.checked:first-of-type:before{
    transition: none; 
    opacity: 0;
}
*/
.nen-variation-radios input{
    display: none;
}
.nen-variation-radios label,
.nen-variation-radios .label{
    display: inline-block;
    padding: 4px 12px 8px 12px;
    line-height: 1;
    border: 2px solid transparent;
    margin-right: 8px;
    color: rgba(0,0,0,0.8);
    font-weight: 500 !important;
    cursor: pointer;
    position: relative;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.1) inset;
}
.nen-variation-radios label.checked,
.nen-variation-radios .label.checked,
.nen-variation-radios input:checked + label,
.nen-variation-radios input:checked + .label{
    box-shadow: none;
    color: #000;
    background-color: #eee;
    border-color: var(--global-palette2);
    border-width: 2px;
    cursor: default;
    box-shadow: 0 0 0 4px #fff inset;   
}
.nen-variation-radios label.disabled,
.nen-variation-radios .label.disabled{
    opacity: 0.3;
    pointer-events: none;
}
.nen-variation-radios label.disabled .label-price,
.nen-variation-radios .label.disabled .label-price{
    display: none;
}


/* chips */

.nen-variation-radios.chips label.on-sale:before,
.nen-variation-radios.chips .label.on-sale:before{
    content: '';
    position: absolute;
    background:orange;
    top:-5px;
    right:-5px;
    width:10px;
    height:10px;
    border-radius:100%;
    border: 1px solid #fff;
}

/* large */

.nen-variation-radios.large{
    display: block;
    margin-right: 0px;
}
.nen-variation-radios.large:first-of-type:before{
    content: none;
}
.nen-variation-radios.large label,
.nen-variation-radios.large .label{
    display: block;
    margin: 0;
    margin-bottom: 8px;
    padding: 12px 12px;
    border-radius: 6px;
}
.nen-variation-radios.large input:not(:checked) + label:hover,
.nen-variation-radios.large input:not(:checked) + .label:hover{
    border-color: rgba(0,0,0,0.3);
}
.nen-variation-radios.large label .label-price,
.nen-variation-radios.large .label .label-price{
   float: right;
   font-weight: 400;
   top:2px;
   position: relative;
}
.nen-variation-radios.large label .label-price .sale-perc,
.nen-variation-radios.large .label .label-price .sale-perc{
   float: left;
   margin: 0;
   margin-right: 16px;
}
.nen-variation-radios.large input:checked + label .label-price .sale-percc,
.nen-variation-radios.large input:checked + .label .label-price .sale-percc{
   border-color: #fff;
   color: #fff;
}
.nen-variation-radios.large label .label-price del,
.nen-variation-radios.large .label .label-price del{
   opacity: 0.5;
   text-decoration: line-through;
   margin-right: 4px;
}
/*
body.nen-single-attribute-has-price div.product form.cart .variations .label,
body.nen-single-attribute-has-price .woocommerce-variation.single_variation > .woocommerce-variation-price,
body.nen-single-attribute-has-price .reset_variations{
    visibility: hidden !important;
    display: none !important;
    font-size: 0 !important;
    text-decoration: none !important;
}
*/


/* image */


.nen-variation-radios.image label,
.nen-variation-radios.image .label{
    width: 60px;
    height: 60px;
    position: relative;
    padding:0;
}
.nen-variation-radios.image label .label-name,
.nen-variation-radios.image .label .label-name{
    display: none;
}
.nen-variation-radios.image label .label-image,
.nen-variation-radios.image .label .label-image{
    position: absolute;
    width:100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
}
.nen-variation-radios.image input:checked + label .label-image,
.nen-variation-radios.image input:checked + .label .label-image{
    border: 2px solid #fff;
}


/* NOTICE / MESSAGE / ERROR */

@keyframes slide-in {
    0% {
        right: -16px;
        top: 8px;
        opacity:0;
        transform: scale(0.25);
    }
    60% {
        opacity:1;
    }
    100% {
        right: 0px;
        top: 0px;
        transform: scale(1);
    }
}
@keyframes slide-in-after {
    0% {
        right: -54px;
        opacity:0;
        transform: scale(2);
    }
    60% {
        opacity:1;
    }
    100% {
        transform: scale(1);
        right: -48px;
    }
}
.woocommerce .woocommerce-message, 
.woocommerce .woocommerce-error, 
.woocommerce .woocommerce-info{
    border-radius: 12px;
    border-top-right-radius: 0;
    border: 1px solid #ddd;
    background: linear-gradient( 45deg , #fff 25% , #f6f6f6 80%, #ddd 95% );
    padding: 12px 24px;
    padding-right: 96px;
    margin-top: 0px;
    margin-left: 64px;
    margin-right: 64px;
    margin-bottom: 12px !important;
    color: var( --global-palette2);
    /* box-shadow: 0 4px 16px rgba(0,0,0,0.15); */
    animation: slide-in 0.5s ease-in-out ;
    top:0;
    transform-origin: top right;
}
@media screen and (max-width: 767px)
{
        .woocommerce .woocommerce-message, 
        .woocommerce .woocommerce-error, 
        .woocommerce .woocommerce-info {
           margin-left: 12px;
        }
}
@media screen and (max-width: 719px)
{
}
.woocommerce .woocommerce-message:first-child, 
.woocommerce .woocommerce-error:first-child, 
.woocommerce .woocommerce-info:first-child{
    margin-top: 24px;
}
.woocommerce .woocommerce-message:last-child, 
.woocommerce .woocommerce-error:last-child, 
.woocommerce .woocommerce-info:last-child{
    margin-bottom: 48px !important;
}
.woocommerce .woocommerce-message:before, 
.woocommerce .woocommerce-error:before, 
.woocommerce .woocommerce-info:before{
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    top: -1px;
    right: -32px;
    background-image: radial-gradient( circle at 50% 50% , transparent 32px, #ddd 32px );
    background-repeat: no-repeat;
    background-size: 64px 64px;
}
.woocommerce .woocommerce-message:after, 
.woocommerce .woocommerce-error:after, 
.woocommerce .woocommerce-info:after{
    content: '';
    animation: slide-in-after 0.5s ease-in-out;
    position: absolute;
    width: 16px;
    height: 22px;
    top: -16px;
    right: -48px;
    border-radius: 100%;   
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background-color: var(--global-palette1);
    background-image: 
            radial-gradient( #000 15%, transparent 15%), 
            radial-gradient( #000 15%, transparent 15%), 
            radial-gradient( ellipse, rgba(255,255,255,0.8) 10%, #000 10%, #000 20%, transparent 20%) , 
            linear-gradient( 0deg , var( --global-palette2) 25% , var( --global-palette1) 75% );
    background-size: 
            14px 14px,
            14px 14px,
            14px 20px , 
            16px 20px;
    background-position: 
            -3px -1px, 
            3px -1px, 
            0px 2px, 
            0px 0px ;
    background-repeat: no-repeat;
    border: 1px solid var(--global-palette2);
    border-top: 4px solid #444;
    /*linear-gradient( 0deg , var( --global-palette2) , var( --global-palette1) */
}
.woocommerce .woocommerce-error:after{   
    background-image: 
            radial-gradient( #000 15%, transparent 15%), 
            radial-gradient( #000 15%, transparent 15%), 
            radial-gradient( ellipse, #fff 10%, #000 10%, #000 20%, transparent 20%) , 
            linear-gradient( 0deg , #f00 15% , #f8bbd0 75% );
    border: 1px solid #b81c23;
    border-top: 4px solid #444;
}

.woocommerce-notices-wrapper{
    transition: all 0.4s ease-in-out; 
    overflow: hidden;
}
.woocommerce-notices-wrapper:empty{
    max-height: 0px;
}
.woocommerce-notices-wrapper{
   /* max-height: 200px; */
}





.woocommerce-order-received table.shop_table th,
.woocommerce-order-received table.shop_table td,
.woocommerce-view-order table.shop_table th,
.woocommerce-view-order table.shop_table td,
.woocommerce-downloads table.shop_table th,
.woocommerce-downloads table.shop_table td{
    padding: 4px 6px;
}
.woocommerce-order-received table.shop_table tr:last-child td,
.woocommerce-view-order table.shop_table tr:last-child td,
.woocommerce-downloads table.shop_table tr:last-child td{
    border-bottom: 1px solid var(--global-gray-400);
}
.woocommerce-order-received table.shop_table td.download-remaining,
.woocommerce-view-order table.shop_table td.download-remaining,
.woocommerce-downloads table.shop_table td.download-remaining{
    font-size: 32px;
    line-height: 0;
    padding-top: 14px;
}
.woocommerce-order-received table.shop_table th.download-img,
.woocommerce-order-received table.shop_table td.download-img,
.woocommerce-view-order table.shop_table th.download-img,
.woocommerce-view-order table.shop_table td.download-img,
.woocommerce-downloads table.shop_table th.download-img,
.woocommerce-downloads table.shop_table td.download-img{
    padding: 4px 0px;
    width: 48px;
}


/* ACCOUNT ORDER */
.woocommerce table.shop_table.order_details tfoot th{
    font-weight: 400;
}
.woocommerce-view-order .woocommerce-order-details tfoot,
.woocommerce-order .woocommerce-order-details tfoot{
    text-align: right;
}
.woocommerce-view-order .woocommerce-order-details tfoot tr:nth-child(2) .woocommerce-Price-amount,
.woocommerce-order .woocommerce-order-details tfoot tr:nth-child(2) .woocommerce-Price-amount{
   /*  float: right;
    padding-left: 16px;
    font-weight: 400; */
}
.woocommerce-view-order .woocommerce-order-details tfoot tr:not(.order_total) td,
.woocommerce-order .woocommerce-order-details tfoot tr:not(.order_total) td{
    font-weight: 400;
}
.woocommerce-view-order .woocommerce-order-details tfoot tr.order_total td,
.woocommerce-order .woocommerce-order-details tfoot tr.order_total td{
    font-weight: 600;
    border-top-width: 3px;
    padding-top: 8px;
    padding-bottom: 6px;
}
.woocommerce-view-order .woocommerce-order-details tfoot tr.order_total td > .woocommerce-Price-amount, 
.woocommerce-order .woocommerce-order-details tfoot tr.order_total td > .woocommerce-Price-amount{
    font-size: 150%;
}
.woocommerce-view-order .woocommerce-order-details tfoot tr.cart_subtotal td,
.woocommerce-order .woocommerce-order-details tfoot tr.cart_subtotal td{
    border-top-width: 2px;
}


/* ACCOUNT LAYOUT */

@media screen and (max-width: 768px) {
    .logged-in.woocommerce-account .woocommerce {
        display: block !important;
    }
    .logged-in.woocommerce-account .woocommerce > div {
        display: block;
        float: none;
        width: auto;
    }
    
}

/* ACCOUNT MENU */
@media (max-width: 767px) {

    .woocommerce-account .account-navigation-wrap ul {
        display: flex ;
        margin: 0;
        padding: 0;
        margin-top: 8px;
        margin-bottom: 12px;
        padding-top: 8px;
        padding-left: 12px;
        overflow: hidden;
        border-bottom: 1px solid var(--global-palette1);
        justify-content: center;
    }
    .woocommerce-account .account-navigation-wrap ul {
        overflow: auto;
        justify-content: flex-start;
    }

    .woocommerce-account .account-navigation-wrap li{
        display: block;
        margin: 0;
        padding: 0px;
    }
    .woocommerce-account .account-navigation-wrap li{
        order: 1;
    }
    .woocommerce-account .account-navigation-wrap li.is-active {
        order: 0;
    }
    .woocommerce-account .account-navigation-wrap li:first-child{
        position: absolute;
        right: 0;
        top: -0px;
    }
    
    .woocommerce-account .account-navigation-wrap li a {
        display: block;
        padding: 4px 12px;
        background-color: #fff;
        margin-right: 8px;
        border: 1px solid rgba(0, 0, 0, 0.3);
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        border-bottom: none;
        word-break: keep-all;
    }
    .woocommerce-account .account-navigation-wrap li a {
        color: #000;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 75%;
        letter-spacing: 1px;
    }
    .woocommerce-account .account-navigation-wrap li.is-active a {
        border-left: 1px solid rgba(0, 0, 0, 0.3);
        padding-left: 12px;
        background-color: var(--global-palette1);
        border-color: var(--global-palette2);
        box-shadow: 0 0 8px -4px #000;
        font-weight: inherit;
    }
    .woocommerce-account .account-navigation-wrap li:first-child a{
        padding: 3px 0px;
        border: none;
        border-radius: 0;
        box-shadow: none;
        background-color: transparent;
        font-size: 100%;
    }
    .woocommerce-account .account-navigation-wrap li.is-active:first-child a{
        font-weight: 600;
        line-height: 1.2;
        border-bottom: 2px solid var(--global-palette2);
    }
}

/* ACCOUNT ORDER LIST */

@media screen and (max-width: 719px)
{
        .woocommerce-account.woocommerce-orders table.shop_table_responsive tbody th{
            display: block;
        }
        .woocommerce-account.woocommerce-orders .woocommerce table.shop_table td {
            border-top: none;
        }
        .woocommerce-account.woocommerce-orders table.shop_table_responsive tr td::before{
            content: none;
        }
        .woocommerce-account.woocommerce-orders table.shop_table_responsive tr td{
            text-align: left !important;
            padding-left: 48px;
        }
        .woocommerce-account.woocommerce-orders table.shop_table_responsive tr td.woocommerce-orders-table__cell-order-date{
            padding-top: 0;
            padding-bottom: 0;
            font-size: 110%;
        }
        .woocommerce-account.woocommerce-orders table.shop_table_responsive tr td.woocommerce-orders-table__cell-order-status{
            padding-top: 0;
            font-style: italic;
        }
        .woocommerce-account.woocommerce-orders table.shop_table_responsive tr td.woocommerce-orders-table__cell-order-total .woocommerce-Price-amount{
            font-weight: 600;
            font-size: 150%;
            display: inline-block;
            bottom: -3px;
            position: relative;
            margin-right: 8px;
        }
        .woocommerce-account.woocommerce-orders .woocommerce-button--previous{
            float: left
        }
        .woocommerce-account.woocommerce-orders .woocommerce-button--next{
            float: right
        }
}