.woo-pages {
    background: #F9F9F8;
}

.woo-pages .attachment-woocommerce_thumbnail {
    width: 54px !important;
    border-radius: 4px !important;
    border: 1px solid #f6f6f6;
}

.woo-cart__item {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.woo-cart__item:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: -1;
    border-radius: 8px;
    border: 1px solid #ECECF3;
}

.woo-cart__item > td {
    border: none !important;
}

.woo-pages .elementor-page-title .elementor-widget-container {
    display: flex;    
    justify-content: center;
    padding: 0 0 44px;
}

.woo-pages .elementor-page-title .elementor-heading-title {
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.woo-cart__item .product-thumbnail {
    width: 80px !important;
    padding-left: 26px !important;
    padding-right: 0 !important;
    padding-top: 11px !important;
    padding-bottom: 11px !important;
}

.woo-cart__item .product-remove {
    width: 100px !important;
    text-align: center !important;
}

.woo-cart__item a.remove {
    display: inline-block !important;
}

.woo-cart__item .product-name a {
    color: #373435 !important;
    font-size: 14px !important;
}

.woo-cart__item .product-price span * {
    font-weight: 100 !important;
    font-size: 12px;
}

.woo-cart__item .product-subtotal span * {
    font-size: 12px;
}

.quantity-selector {
    display: flex;
    gap: 6px;
}

.selector__prev, .selector__next {
    width: 32px;
    height: 32px;
    border-radius: 3px !important;
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    overflow: hidden;
    border: none;
    font-weight: 100 !important;
    font-family: initial;
    line-height: 0 !important;
    background: #00000008;
    color: #00000036;
}

.selector__prev:hover, .selector__next:hover {
    background: #363636;
}

.selector__input {
    width: 49px;
    height: 32px;
    border: 1px solid #0000000D !important;
    text-align: center;
}

.quantity-selector input[type="number"]::-webkit-inner-spin-button,
.quantity-selector input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity-selector input[type="number"] {
    -moz-appearance: textfield;
}

.woo-shop__table tbody:before
{
    content:"@";
    display:block;
    line-height:14px;
    text-indent:-99999px;

}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents.woo-shop__table {}

.woo-shop__table thead tr {
    position: relative;
    z-index: 1;
}

.woo-shop__table thead tr:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: -1;
    border-radius: 8px;
    border: 1px solid #ECECF3;
}

.woo-shop__table thead tr .product-name {
    padding-left: 28px !important;
}

.woo-shop__table thead tr th {
    font-size: 14px;
    font-weight: 300 !important;
    padding: 24px 0 !important;
}

.woo-cart__item > td.product-name {
    min-width: 280px;
}

.woo-cart__form {
    padding-right: 14px !important;
}

.woo-shop__table .actions {
    display: none
}

.woo-shop__table a.remove:hover {
    background: none
}

.woo-shop__table a.remove:hover svg path{
    stroke: red
}

.order-other {
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 14px;
    padding: 13px 23px;
    margin-bottom: 21px;
    background: #F3F3F3;
}

.order-other__item {
    display: flex;
    flex-direction: column;
    font-size: 14px;
}

.order-other__label {
    line-height: 21px;
    margin-bottom: 6px;
    font-weight: 300;
    color: #9C9C9C;
}

.order-other__value {
    color: #575757;
}

.order-other__item--adres {
    min-width: 337px;
}

.woo-cart-totals {
    background: #fff;
    border: 1px solid #0000000F;
    padding: 32px 35px;
    border-radius: 8px;
}

.woo-cart-totals__title > h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
}

.woo-cart-totals__title {
    display: block;
    padding-bottom: 29px;
    margin-bottom: 22px;
    border-bottom: 1px solid #E2E2E2;
}

.woo-cart-totals__subtitle {
    display: block;
    margin-bottom: 15px;
}

.woo-cart-totals__subtitle > h4 {
    font-size: 18px;
    line-height: 25px;
}

.totals-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 12px;
    margin-bottom: 22px;
}

.totals-list__item {
    display: flex;
    justify-content: space-between;
}

.totals-list__item:last-child > .value {
    font-size: 16px;
}

.empty-cart__message {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.empty-cart__message > img {
    margin-bottom: 44px;
}

.empty-cart__message span {
    color: #575757;
    font-size: 32px;
    font-weight: 500;
}

.cart-empty.woocommerce-info {
    margin-top: 70px !important;
}

.return-to-shop {
    margin-top: 65px !important;
}

a.button.wc-backward {
    padding: 15px 26px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 400;
    background: black;
}

.woo-fields {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.woo-fields__group {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.woo-fields__item {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.woo-fields__title {
    margin-bottom: 24px;
}

.woo-fields__title > h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1;
}

.woo-fields__item > label {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    color: #787878;
}

.woo-fields__item > select {
    font-size: 13px;
    line-height: 15px;
    padding: 12px 15px;
    border-radius: 9px;
    border: 1px solid #CFCFCF;
    color: #3C3C3C;
}

.woo-fields__item > input, .woo-fields__item > textarea {
    font-size: 13px;
    line-height: 15px;
    padding: 12px 15px;
    border-radius: 9px;
    border: 1px solid #CFCFCF;
    color: #3C3C3C;
}

.woo-fields__item > input::placeholder {
    color: #3C3C3C;
}

.woo-fields__item > input::-ms-input-placeholder { 
    color: #3C3C3C;
}

.woo-checkout {
    padding: 48px 90px;
    background: #fff;
    border-radius: 16px;
    border: 1px solid #ECECF3;
    margin-bottom: 90px
}

.woo-checkout > #customer_details {
    position: relative;
    padding-right: 100px;
}

.woo-checkout > #customer_details:after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    border-right: 1px solid #CFCFCF;
}

.woo-confirm-button {
    width: 100%;
    background: black !important;
    border-radius: 8px !important;
    font-size: 14px;
    line-height: 18px;
    padding: 18px !IMPORTANT;
}

.woo-fields::before, .woo-fields::after {
    display: none !important;
}

.woo-fields {
    margin-bottom: 28px
}

.woo-order-review__title {
    font-weight: 800;
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 20px !important;
}

.woocommerce-checkout-review-order {
    padding-left: 100px !important;
    /* margin-bottom: 20px !important; */
}

.woo-review-list {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.woo-review-list__title {
    font-size: 18px;
    font-weight: 600;
}

.woo-review-list__products {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.review-item {
    display: flex;
    gap: 14px;
}

.review-item > img {
    width: 63px !important;
    height: 63px;
    max-width: none !important;
}

.review-item__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

span.review-item__name {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 6px;
}

.review-item__checkout {
    font-size: 14px;
    font-weight: 500;
    color: #0000007a;
}

.woo-order-review {
    padding-bottom: 40px;
    border-bottom: 1px solid #0000001A;
}

.woocommerce-checkout-payment {
    display: none;
}

.review-summary {
    padding: 26px 0;
}

.review-summary__subtitle > h4 {
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.summary-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.summary-list__item {
    font-size: 17px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.summary-list__item:last-child > .value {
    font-size: 22px;
}

.woo-back-button {
    background: black !important;
    border-radius: 8px !important;
    font-size: 14px;
    line-height: 18px;
    padding: 18px 40px !important;
    width: 400px;
    max-width: 100%;
}

.woo-pages {
    background: #F9F9F8;
    padding: 48px 0 80px
}

.woo-thankyou {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #ECECF3;
    padding: 70px 80px;
    margin-bottom: 32px;
    display: flex;
}

.woo-thankyou__left {
    width: 50%;
    padding-right: 80px;
    border-right: 1px solid #CFCFCF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.woo-thankyou__right {
    width: 50%;
    padding-left: 80px;
}

.woo-thankyou__glif {
    margin-bottom: 32px;
}

.woo-thankyou__title {
    text-transform: uppercase;
    font-size: 48px;
    line-height: 1;
    margin-bottom: 16px;
}

.woo-thanyou__message {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
}

.woo-thankyou-order__title > * {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 23px;
    text-align: left;
}

.thankyou-summ {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px dashed #CFCFCF;
}

.thankyou-summ__item > .label {
    font-size: 12px;
    color: #787878;
    font-weight: 300;
}

.thankyou-summ__item > .value {
    font-size: 13px;
}

.thankyou-summ__item {
    line-height: 1.1;
    display: flex;
    justify-content: space-between;
}

.thankyou-items {
    display: flex;
    flex-wrap: wrap;
    row-gap: 16px;
    box-sizing: border-box;
}

.thankyou-item {
    flex: 0 0 50%;
    max-width: 50%;
    gap: 14px;
    display: flex;
    min-width: 170px;
    padding-right: 10px;
    text-align: left;
    box-sizing: border-box;
}

.thankyou-item > img {
    width: 44px;
    height: 44px;
    border-radius: 8px;
}

.thankyou-item .review-item__name {
    font-size: 10px;
    font-weight: 700;
    margin-bottom: 6px;
}

.thankyou-item .review-item__checkout {
    font-size: 10px;
    font-weight: 300;
    color: #0000007a;
}

.woo-pages .elementor-page-title .elementor-heading-title {
    text-align: left !important;
}

.woo-pages .elementor-page-title .elementor-widget-container {
    justify-content: flex-start;
}

.woo-pages .elementor-widget-container .woocommerce .flex {
    display: flex;
    width: 100%;
}

.woo-my-account__left {
    width: 230px;
}

.woo-my-account__right {
    flex: 1 1 auto;
}

.woo-account__wrapper {
    padding: 50px 100px;
    background: #fff;
    border: 1px solid #ECECF3;
    border-radius: 15px;
}




table.acc-orders-table > thead > tr > th {
    text-align: left;
    font-weight: 400;
    font-size: 14px;
}

table.acc-orders-table tr.date {
    font-size: 12px;
    color: #9B9B9B;
}

table.acc-orders-table > tbody > tr > td {
    border-bottom: .5px solid #E2E2E2;
}

tbody td.td-product {
    display: flex;
    align-items: center;
    gap: 20px;
}

tbody td.td-product > img {
    border-radius: 8px;
}

tbody td {
    font-size: 12px;
    padding: 10px 0;
}

table.acc-orders-table tr.date > td {
    padding-top: 35px;
    padding-bottom: 10px;
}

a.woocommerce-button.woocommerce-Button.button {
    background: black;
    font-size: 14px;
    padding: 10px 40px;
}

.my-acc-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 440px;
}

.my-acc-form__button {
    text-align: center;
    background: black !important;
    border-radius: 8px !important;
    font-size: 14px;
    line-height: 18px;
    padding: 14px 50px !important;
}

#wppb-recover-password ul li.wppb-form-field label, .wppb-user-forms #wppb-loginform .login-username label, .wppb-user-forms #wppb-loginform .login-password label, .wppb-user-forms #wppb-loginform .wppb-recaptcha label, .wppb-form-field.pbpl-class label, .pms-field.pbpl-class:not(form[id^="pms"] .pms-field) label {
    text-indent: inherit !important;
    position: inherit !important;
    left: inherit !important;
}

.wppb-form-field label, #wppb-login-wrap .login-username label, #wppb-login-wrap .login-password label, #wppb-login-wrap .login-auth label {
    font-size: 12px;
    color: #787878;
    margin-bottom: 9px !important;
}

.wppb-user-forms {
}

p.wppb-error {border-radius: 8px;border: none;font-size: 12px;padding: 10px 13px;}

.login-remember {
    display: none !important;
}

.wppb-form-field > input {
    font-size: 13px !important;
    line-height: 1;
    color: #3C3C3C !important;
    padding: 12px 14px !important;
    border-radius: 8px !important;
    border: 1px solid #CFCFCF !important;
}

.wppb-form-field > input::placeholder {
  color: #3C3C3C;
  opacity: 1; /* Firefox */
}

.wppb-form-field > input::-ms-input-placeholder { /* Edge 12 -18 */
  color: #3C3C3C;
}

.login-username p {
    padding-bottom: 17px !important;
}

.login-password {
    padding-bottom: 40px !important;
}

.login-submit {
    padding-bottom: 0 !important;
}

.login-submit > .button {
    font-weight: 800 !important;
    width: 100%;
    font-size: 15px !important;
    padding: 18px 20px !important;
    border-radius: 16px !important;
    line-height: 1;
    background: black !important;
}

.form-container {
    padding: 28px 36px 36px;
}

.login-popup {
    border-radius: 20px !important;
    overflow: hidden;
}

.login-popup .e-n-tab-title:first-child {
    border-radius: 0px 0 15px 0;
}

.login-popup .e-n-tab-title:last-child {
    border-radius: 0px 0 0px 15px;
}

.login-popup .e-n-tab-title {
    font-size: 15px !important;
    width: 50% !important;
    flex: 1 1;
}

.form-container .e-con-inner {
    padding: 0;
}

#elementor-popup-modal-2110 .dialog-message {
    width: 534px;
}


#wppb-register-user .wppb-form-field h4 {
    margin-top: 24px;
    font-size: 12px !important;
    color: #787878 !important;
}

#wppb-register-user .wppb-form-field.pbpl-class label {
    display: none;
}

#wppb-register-user .wppb-user-forms ul li {
    padding-bottom: 8px;
}

#wppb-register-user .wppb-form-field {
    padding-bottom: 9px;
}

#wppb-register-user .wppb-form-field:first-child h4 {
    margin-top: 0
}

#wppb-register-user .form-submit {
    margin: 0;
}

#wppb-register-user .form-submit .button {
    font-weight: 800 !important;
    width: 100%;
    font-size: 15px !important;
    padding: 18px 20px !important;
    border-radius: 16px !important;
    line-height: 1;
    background: black !important;
}

#elementor-popup-modal-2110.elementor-popup-modal .dialog-close-button {
    top: -25px;
    right: -25px;
    border: 1px solid #fff;
    border-radius: 7px;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

#elementor-popup-modal-2110.elementor-popup-modal .dialog-close-button > svg {
    width: 12px !important;
    height: 12px !important;
    color: #fff !important;
    fill: #fff;
}

.i-have-an-account p {
    cursor: pointer;
    user-select: none;
}

.elementor-menu-cart__main {
    padding: 10px 25px !important;
}

.elementor-menu-cart__products {
    padding-right: 4px !important;
}

.elementor-menu-cart__products::-webkit-scrollbar {
  width: 3px !important;
    
}

.elementor-menu-cart__products::-webkit-scrollbar-track {
  background: #f1f1f1 !important;
}

.elementor-menu-cart__products::-webkit-scrollbar-thumb {
  background: #888 !important;
  border-radius: 10px !important;
}

.elementor-menu-cart__products::-webkit-scrollbar-thumb:hover {
  background: #555 !important;
}

.elementor-menu-cart__product, .elementor-menu-cart__subtotal {
    padding-bottom: 16px !important;
}

.elementor-menu-cart__footer-buttons, .elementor-menu-cart__product:not(:first-of-type), .elementor-menu-cart__subtotal {
    padding-top: 16px !important;
}

.elementor-menu-cart__subtotal {
    font-size: 16px !important;
}

.elementor-menu-cart__footer-buttons .elementor-button--checkout {
    padding: 15px 13px !important;
}

.elementor-menu-cart__close-button {
    width: 20px !important;
    height: 20px !important;
}




@media (max-width: 700px) {

    .login-popup .e-n-tab-title {
        width: auto;
        flex: 0 0;
    }
    
    .e-n-tabs-heading {
        display: flex !important;
    }
    
    .login-popup .e-n-tab-title {
        margin: 0 !important;
    }


    .woo-cart__form {
        padding-right: 0 !important;
    }

    .woo-pages {
        padding: 20px 0;
    }
    
    .woo-pages .elementor-widget-container {
        padding: 20px 0 10px !important;
    }
    
    .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
        display: flex;
        justify-content: space-between;
    }
    
    .woocommerce table.shop_table_responsive tbody tr:first-child td:first-child, .woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
        padding-left: 20px !important;
    }
    
    td.product-remove {
        position: absolute;
        right: 0;
        top: 10px;
        justify-content: flex-end !important;
    }
    
    .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        display: none !important;
    }
    
    .woocommerce table.shop_table td {
        padding: 9px 20px;
    }
    
    .woo-cart-totals {
        padding: 20px;
    }

    .woo-checkout {
        padding: 24px 20px !important;
        display: flex;
        flex-direction: column;
    }
    
    .woo-checkout > #customer_details {
        padding-right: 0;
    }
    
    .woo-checkout > #customer_details:after {
        display: none;
    }
    
    .woo-fields {
        gap: 24px;
    }
    
    .woo-fields__title {
        margin-bottom: 10px;
    }
    
    .woocommerce-checkout-review-order {
        padding-left: 0 !important;
        padding-top: 20px;
        margin-top: 20px;
        border-top: 1px dashed #c4c4c4;
    }
    
    .woo-order-review__title {
        font-size: 24px;
        margin-bottom: 10px !important;
    }
    
    .woo-review-list__title {
        font-size: 16px;
    }
    
    .woo-review-list {
        gap: 14px;
    }
    
    .woo-order-review {
        padding-bottom: 30px;
    }
    
    .review-summary {
        padding: 20px 0 0;
    }
    
    .review-summary__subtitle > h4 {
        font-size: 20px;
        margin-bottom: 14px;
    }
    
    .summary-list {
        gap: 6px;
    }
    
    .summary-list__item {
        font-size: 14px;
    }
    
    .summary-list__item:last-child > .value {
        font-size: 18px;
    }

    .woo-thankyou {
        padding: 20px;
        flex-direction: column;
    }
    
    .woo-thankyou__left {
        padding-right: 0;
        width: 100%;
        padding-bottom: 26px;
        margin-bottom: 20px;
        border-right: none;
        border-bottom: 1px solid #cfcfcf;
    }
    
    .woo-thankyou__glif {
        margin-bottom: 20px;
    }
    
    .woo-thankyou__title {
        font-size: 28px;
        line-height: 1.3;
        margin-bottom: 8px;
    }
    
    .woo-thanyou__message {
        font-size: 14px;
    }
    
    .woo-thankyou__right {
        width: 100%;
        padding: 0;
    }
    
    .woo-thankyou-order__title > * {
        text-align: left;
    }

    .thankyou-item {
        width: 100%;
        text-align: left;
    }

    .woo-pages .elementor-widget-container .woocommerce .flex {
        flex-direction: column;
    }
    
    .woo-my-account__left {
        width: 100%;
        padding: 0 0px 20px;
    }
    
    .woo-account-nav__list {
        padding-top: 0 !important;
    }
    
    .woo-account-nav__item--active > a {
        justify-content: flex-start;
        gap: 40px;
    }
    
    .woo-account-nav__item:not(:last-child) {
        margin-bottom: 14px;
    }
    
    .woo-account__wrapper {
        padding: 20px;
        position: relative;
        overflow: auto;
        width: 100%;
    }
    
    table.acc-orders-table {
        min-width: 520px;
    }
}