@import url('https://fonts.googleapis.com/css2?family=Roboto:ital@0;1&display=swap');


:root {
    --py: #1e3856;
    --font-family-proxima: "Proxima Nova", Sans-serif;
    --font-family-poppins: "Poppins", Sans-serif;
}

span.elementor-button-icon-qty {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #1e3856;
    font-size: 10px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 20px;
    top: -15px;
    right: -15px;
}

.ur-frontend-form {
    background: #faf9f9 !important;
    border: 1px solid #E5E4E5 !important;
    padding: 30px !important;
    box-shadow: none !important;
    border-radius: 20px !important;
}

.user-registration {
    margin: 0 !important;
}

.ur-frontend-form label {
    margin: 0 0 5px !important;
    color: var(--py) !important;
    font-family: var(--font-family-proxima) !important;
    font-weight: 600 !important;
}

.ur-frontend-form input[type=text],
.ur-frontend-form input[type=email],
.ur-frontend-form input[type=password] {
    padding: 15px !important;
    height: auto;
    max-height: unset !important;
    border: 1px solid #ededed !important;
    border-radius: 10px !important;
    background: #ffffff !important;
}

.ur-frontend-form input[type=text]::placeholder,
.ur-frontend-form input[type=email]::placeholder,
.ur-frontend-form input[type=password]::placeholder {
    color: #c0c2c5 !important;
}

.user-registration-before-login-btn {
    justify-content: flex-end !important;
}

.user-registration-LostPassword a {
    color: var(--py) !important;
    font-family: var(--font-family-proxima);
}

.ur-submit-button {
    width: auto;
    border-radius: 50px !important;
    padding: 10px 50px !important;
}

body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid>div,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid>div {
    margin: 0;
}

.toggle-password-type {
    width: 15px;
    height: 15px;
    display: block;
    background-image: url('/wp-content/uploads/2025/08/eye-show-svgrepo-com.png');
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.8;

}

.toggle-password-type.active {
    background-image: url('/wp-content/uploads/2025/08/eye-off-svgrepo-com.png');
}



body.woocommerce-account .content-area {
    padding: 60px 0;
    display: table;
}

.woocommerce-MyAccount-navigation ul li a:before {
    display: none;
}

.woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.woocommerce-MyAccount-navigation ul li a {
    border: 1px solid #dadada;
    padding: 13px 20px;
    background: #f7f4f4;
    border-radius: 15px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    color: #626262 !important;
    font-family: var(--font-family-poppins);
    font-weight: 600;
}

.woocommerce-MyAccount-navigation li.is-active a {
    background: #f19536;
    color: #fff !important;
    font-weight: 600 !important;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
    border-color: #f19536 !important;
}

.woocommerce-MyAccount-navigation-link--dashboard {
    order: 2;
}

.woocommerce-MyAccount-navigation-link--dashboard {
    order: 0;
}

.woocommerce-MyAccount-navigation-link--place-an-order {
    order: 1;
}

.woocommerce-MyAccount-navigation-link--edit-account {
    order: 3;
}

.woocommerce-MyAccount-navigation-link--customer-logout {
    order: 4;
}

.woocommerce-MyAccount-navigation-link--orders {
    order: 2;
}

.woocommerce-MyAccount-navigation h3 {
    font-family: var(--font-family-poppins);
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 15px;
    margin-bottom: 25px;
    color: var(--py);
    font-weight: normal;
    font-size: 24px;
}

.woocommerce-MyAccount-navigation h3 strong {
    font-weight: 600;
}

.woocommerce-MyAccount-content>h3 {
    font-family: var(--font-family-poppins);
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 25px;
    color: var(--py);
    font-weight: 600;
    font-size: 24px;
}

.woocommerce-MyAccount-content {
    padding-top: 0;
}

.wcf__title {
    font-family: var(--font-family-poppins);
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 25px;
    color: var(--py);
    font-weight: normal;
    font-size: 24px;
    font-weight: 600;
}

.wcf__steps ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    background: #f1f1f1;
    margin-bottom: 40px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.wcf__steps ul li {
    flex-grow: 1;
    background: #f1f1f1;
    padding: 15px;
    color: #969696;
    font-weight: 600;
    font-family: var(--font-family-poppins);
    font-size: 18px;
    position: relative;
    padding-left: 50px;
}

.wcf__steps ul li.active {
    color: #f19536;
}

.wcf__steps ul li:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 20px;
    top: 49%;
    background-position: center;
    background-size: contain;
    transform: translateY(-50%);
}

.wcf__steps ul li[data-step="1"]:before {
    background-image: url('/wp-content/uploads/2025/08/order-icon.png');
}

.wcf__steps ul li[data-step="2"]:before {
    background-image: url('/wp-content/uploads/2025/08/shipping-icon.png');
}

.wcf__steps ul li[data-step="3"]:before {
    background-image: url('/wp-content/uploads/2025/08/payment-icon.png');
}

.wcf__steps ul li:not(.active):before {
    filter: brightness(0);
    opacity: 0.4;
}

.wcf__steps ul li:not(:last-child):after {
    content: "";
    position: absolute;
    right: 0;
    font-weight: 600;
    width: 12px;
    height: 12px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(/wp-content/uploads/2025/08/arrow-right.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.wcf__content__wrapper {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.wcf__steps_content {
    width: 58%;
}

.wcf__cart_info {
    width: 40%;
}

.wcf__cart_info {
    border: 1px solid #d9d9d9;
    padding: 25px;
    border-radius: 10px;
    background: #f9f9f9;
}



.wcf__cart_info ul {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #363636;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 12px;
}

.wcf__cart_info ul li {
    font-family: "Roboto", sans-serif;
}

.wcf__cart_info h4 {
    font-size: 20px;
    color: var(--py);
    margin-bottom: 20px;
}


.wcf__cart_info table {
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
}

.wcf__cart_info table td {
    padding: 7px 0;
    color: #363636;
    font-weight: 600;
    font-family: var(--font-family-poppins);
}

.wcf__cart_info p {
    display: flex;
    justify-content: flex-start;
    color: #363636;
    font-weight: 600;
    font-family: var(--font-family-poppins);
    gap: 2px;
}

.wcf__cart_info p a {
    margin-left: auto;
}

.wcf__cart_info table td:last-child {
    text-align: right;
}

.wcf__cart_info a {
    text-decoration: none !important;
    color: var(--py);
}

.wcf__cart_info ul li span {
    display: block;
    font-size: 12px;
}

.wcf__step__wrapper {
    border: 1px solid #d9d9d9;
    padding: 25px;
    border-radius: 10px;
    background: #f9f9f9;
}


.wcf__field {
    margin-bottom: 25px;
    position: relative;
}

.wcf__field input[type="text"],
.wcf__field select,
.wcf__field input[type="email"],
.wcf__field input[type="tel"],
.wcf__field input[type="password"],
.wcf__field input[type="number"],
.wcf__field textarea {
    padding: 15px;
    height: auto;
    background: #fff;
    border: 1px solid #36363652;
    border-radius: 10px;
    font-family: var(--font-family-poppins);
    color: #363636;
}

.wcf__field textarea {
    font-size: 11px;
    min-height: 200px;
}

.wcf__field label {
    margin-bottom: 5px;
    display: block;
    font-weight: 600;
    color: var(--py);
    font-family: var(--font-family-poppins);
}

.wcf__field input[type="text"]::placeholder,
.wcf__field input[type="email"]::placeholder,
.wcf__field textarea::placeholder,
.wcf__field input[type="tel"]::placeholder,
.wcf__field input[type="password"]::placeholder,
.wcf__field input[type="number"]::placeholder {
    color: #363636;
}

.wcf__step__wrapper button {
    background: var(--py);
    color: #fff;
    padding: 15px 30px;
    border-radius: 50px;
    font-family: var(--font-family-poppins);
    font-weight: 600;
    font-size: 14px;
}


.wcf__field--quantity input {
    width: 120px;
    padding-left: 40px !important;
}

.wcf__field--price input {
    width: 120px;
    padding-left: 40px !important;
}

.wcf__product-item:not(:first-child) {
    margin-top: 20px;
    position: relative;
}

.wcf__step__wrapper .remove-product-button {
    font-size: 14px;
    padding: 5px 13px;
    background: transparent;
    color: red;
    text-transform: uppercase;
    border: 1px solid #ff0000;
    border-radius: 5px;
    margin-left: auto;
    display: table;
}

.wcf__product-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
}

.wcf__field span {
    position: absolute;
    top: 41px;
    display: flex;
    align-items: center;
    left: 10px;
    color: #363636;
}

.add-product-button {
    background: #f19536 !important;
    margin-bottom: 40px;
}


.wcf__message {
    margin-top: 20px;
    padding: 14px;
    border-radius: 10px;
    font-weight: 500;
    font-family: var(--font-family-poppins);
    background: rgb(255 0 0 / 26%);
}

.wcf__message.success {
    background: #15b115;
    color: #fff;
}

.wcf__message {
    margin-top: 20px;
    padding: 14px;
    border-radius: 10px;
    font-weight: 500;
    font-family: var(--font-family-poppins);
    background: rgb(255 0 0 / 26%);
}

.wcf__message.success {
    background: #15b115;
    color: #fff;
}

.wcf__payment__wrapper {
    margin-bottom: 20px;
}

.wcf__payment__wrapper label {
    margin-bottom: 10px;
    display: block;
}

.woocommerce-account tr.woocommerce-orders-table__row td {
    border-bottom: 1px solid #bebdbd;
    color: #626262;
    font-family: var(--font-family-poppins);
}

.woocommerce-account .woocommerce-orders-table th {
    border-bottom: 1px solid #dddcdc;
    font-family: var(--font-family-poppins);
}

.woocommerce-orders-table {
    background: #fbf9f9;
    padding: 10px 20px 20px;
    border-radius: 10px;
    border: 1px solid #e7e7e7;
}


.woocommerce-orders-table__cell a {
    background: var(--py);
    color: #fff;
    font-size: 12px;
    padding: 5px 20px;
    display: table;
    border-radius: 5px;
}

.woocommerce-MyAccount-content>h3 {
    font-weight: 600;
    margin-bottom: 0;
    border-bottom: none;
}

.woocommerce-account .woocommerce-orders-table tr th:last-child {
    text-align: left !important;
}

.cs-order-details {
    background: #fbf9f9;
    padding: 10px 20px 20px;
    border-radius: 10px;
    border: 1px solid #e7e7e7;
}

.wcf__field small {
    color: #f19536;
    font-weight: 600;
}

.wcf__field--file label {
    font-weight: normal;
    margin-top: 10px;
    color: #777777;
    font-size: 13px;
}

.wcf__field--file {
    margin-bottom: 0;
}

.ef_field {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
    position: relative;
}

.ef_field label {
    margin-bottom: 5px;
    font-weight: 600;
    color: var(--py);
    font-family: var(--font-family-poppins);
}

.ef_field input {
    border: 1px solid #d4d0cc;
    border-radius: 50px;
    padding: 17px !important;
    height: auto;
    background: #fff;
    color: #999a9b;
    font-family: var(--font-family-poppins);
    width: 100%;
}

.field-edit {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #f19536;
    font-family: var(--font-family-poppins);
}

.ef_field input[readonly] {
    background: #fbf7f2;
    color: #999a9b;
}

.woocommerce-page form .show-password-input {
    top: 17px;
}

.ef_action {
    margin-top: 20px;
}

.ef_action .button {
    border-radius: 50px;
    background: var(--py);
    color: #fff;
    height: auto;
    padding: 16px 40px;
    font-size: 14px;
    font-family: var(--font-family-poppins);
}

fieldset legend {
    color: var(--py);
    font-family: var(--font-family-poppins);
    font-size: 18px;
}

.wcf-notice {
    font-size: 19px;
    color: #757676;
    font-family: var(--font-family-poppins);
    margin-bottom: 30px;
}

.wcf-button {
    background: var(--py);
    color: #fff;
    font-family: var(--font-family-poppins);
    display: inline-block;
    padding: 13px 35px;
    border-radius: 50px;
    font-weight: 600;
}

.draft-orders {
    background: #fbf9f9;
    padding: 10px 20px 20px;
    border-radius: 10px;
    border: 1px solid #e7e7e7;
    margin-top: 40px;
}

.draft-orders .woocommerce-orders-table {
    background: transparent;
    border: navajowhite;
    padding: 0;
}

.draft-orders h3 {
    font-family: var(--font-family-poppins);
    padding-bottom: 15px;
    color: var(--py);
    font-weight: 500;
    font-size: 24px;
}

.draft-orders .wcf-notice {
    margin-bottom: 10px;
}

.wcf__field--billing-toggle h4 {
    margin-bottom: 5px;
    display: block;
    font-weight: 600;
    color: var(--py);
    font-family: var(--font-family-poppins);
}

.wcf__field--billing-toggle label {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 10px;
}

.wcf__field--billing-toggle span {
    position: static;
}

.wcf__field--billing-toggle input {
    position: relative;
    top: 2px;
}


.woocommerce-ResetPassword {
    background: #faf9f9;
    border: 1px solid #E5E4E5;
    padding: 30px !important;
    box-shadow: none !important;
    border-radius: 20px !important;
    max-width: 450px;
    margin: 0 auto;
}

.woocommerce-ResetPassword .form-row-first {
    width: 100%;
}

.woocommerce-ResetPassword input[type=text] {
    padding: 15px;
    height: auto;
    max-height: unset;
    border: 1px solid #ededed;
    border-radius: 10px;
    background: #ffffff;
}

.woocommerce-ResetPassword .woocommerce-Button {
    border-radius: 50px;
    background: #475bb2;
    color: #fff;
    padding: 16px 30px;
    font-family: var(--font-family-poppins);
}

.woocommerce-ResetPassword .form-row-first label {
    font-family: var(--font-family-poppins);
    color: var(--py) !important;
}

.woocommerce-ResetPassword p {
    font-size: 16px !important;
    font-family: var(--font-family-poppins);
}

.widget_shopping_cart_content .product-summary {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-top: 1px solid #cccccc;
    padding-top: 16px;
}

.widget_shopping_cart_content .product-summary li {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
    color: var(--py);
}

.widget_shopping_cart_content .product-summary li span {
    display: block;
    font-size: 15px;
    font-weight: normal;
    color: #000;
}

button.remove-order.wcf__button {
    display: inline;
    color: #fff;
    font-size: 12px;
    padding: 6.5px 16px;
    border-radius: 5px;
    background: red;
}

.woocommerce-account tr.woocommerce-orders-table__row td:last-child {
    width: 169px;
    text-align: left !important;
}

.woocommerce-account tr.woocommerce-orders-table__row td:last-child a {
    display: inline;
}

.wcf__step-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn-back {
    background: #f19536 !important;
}

.cs-message h3 {
    font-family: var(--font-family-poppins);
    color: var(--py);
    font-weight: 600;
    font-size: 24px;
}

.cs-message p {
    font-size: 20px;
    font-family: var(--font-family-poppins);
    color: var(--py);
}

.cs-message {
    border-bottom: 1px solid #ccc;
}

@media (min-width: 993px) {
    .woocommerce-MyAccount-navigation {
        width: 24%;
        border-right: 1px solid #f0f0f0;
        padding-right: 30px;
        margin-right: 30px !important;
    }

    .woocommerce-MyAccount-content {
        width: 73%;
    }
}

@media (max-width: 992px) {
    .wcf__content__wrapper {
        flex-direction: column;
    }

    .wcf__steps_content {
        width: 100%;
    }

    .wcf__cart_info {
        width: 100%;
    }

    .wcf__steps ul {
        flex-direction: column;
    }

    .wcf__steps ul li:not(:last-child):after {
        display: none;
    }

    .wcf__steps ul li:not(:last-child):after {
        display: none;
    }

    .wcf__steps ul li {
        padding: 10px;
        padding-left: 40px;
        font-size: 16px;
    }

    .wcf__steps ul li:before {
        width: 15px;
        height: 15px;
    }

    .wcf__cart_info table td {
        display: table-cell;
        width: 100%;
    }
}