* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html.section-userjourney {
    margin-top: 0 !important;
}

.container-fluid {
    padding: 0 !important;
}

.common-container {
    height: auto;
}

.woocommerce {
    margin: 0;
}

.form-field input[type="email"]:focus,
.form-field input[type="email"]:focus-visible,
.form-field input[type="password"]:focus,
.form-field input[type="password"]:focus-visible,
.form-field input[type="text"]:focus,
.form-field input[type="text"]:focus-visible,
.form-field select:focus,
.form-field select:focus-visible,
.form-field textarea:focus,
.form-field textarea:focus-visible {
    border-color: #BDA371 !important;
}

.form-group input[type="password"]:focus-visible,
.form-group input[type="text"]:focus-visible,
.form-group input[type="tel"]:focus-visible,
.form-group input[type="email"]:focus-visible,
.form-group select:focus-visible {
    border-color: #fff !important;
}


.form-group .form-control:focus,
.form-group .form-control:focus-visible,
.form-group .form-control:focus,
.form-group .form-control:focus-visible,
.form-group .form-control:focus,
.form-group .form-control:focus-visible {
    box-shadow: unset !important;
}

/* If you want to style when user has typed something */
input:not(:placeholder-shown),
textarea:not(:placeholder-shown) {
    border-color: #BDA371 !important;
}


body {
    background-color: #000 !important;
}

img {
    width: 100%;
}

figure {
    margin: 0 !important;
}

.form-wrapper {
    display: flex;
    width: 100%;
}

.form-wrapper .form-field {
    width: calc(49% - 0px);
    margin-right: 20px;
}

.form-wrapper .form-field:last-child {
    margin-right: 0;
}

.form-field {
    width: 100%;
    margin-bottom: 15px;
}

.form-field input {
    width: 100%;
    background-color: #353535;
    border: 1px solid #BDA371;
    padding: 10px 10px;
    color: #fff;
    font-size: 12px;
}

.form-control {
    border-bottom: 1px solid #fff;
    border: 0;
    padding: 0;
    background-color: unset !important;
}

input::placeholder {
    font-size: 12px;
}

.account-check {
    margin: 60px 0 40px;
    color: #ffffff;
    font-size: 12px;
    font-family: 'Figtree', sans-serif;
    font-weight: 100;
}

.account-check a {
    color: #BDA371;
    font-weight: bold;
    font-size: 12px;
    text-decoration: underline;
    font-family: 'Figtree', sans-serif;
}

.pinyon-script-font {
    font-weight: 400;
    font-style: normal;
    font-family: "Pinyon Script", cursive;
    line-height: 30px;
    font-size: 70px;
    color: #BDA371;
    position: relative;
}

.signup-wrapper .common-container {
    display: flex;
    align-items: center;
}

.userjourneyimg {
    margin: 0 !important;
    width: calc(56% - 0px);
    position: relative;
    padding-right: 15px;
}

.userjourneyimg::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border-right: 1px solid rgba(189, 163, 113, 1);
}

.sign-block-wrapper {
    width: calc(49% - 0px);
    margin-left: 50px;
}

.sign-block-wrapper .sign-title {
    color: #bda371;
    font-size: 20px;
}


.terms-container {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 20px;
}

/* Custom checkbox */
.terms-container input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid #bfa264;
    /* Gold border */
    background: transparent;
    cursor: pointer;
    position: relative;
}

.terms-container input[type="checkbox"]:checked::after {
    content: "✔";
    position: absolute;
    top: -3px;
    left: 1px;
    font-size: 14px;
    color: #bfa264;
    /* Gold tick */
}

.terms-container label,
.terms-container span {
    font-size: 12px;
    font-weight: 100;
    cursor: pointer;
    color: #fff;
    font-family: 'Figtree', sans-serif;
}


.terms-container label a {
    color: #BDA371;
    font-weight: bold;
    font-size: 12px;
    text-decoration: underline;
    font-family: 'Figtree', sans-serif;
}

.submit-button button {
    width: 100%;
    color: #000;
    background-color: #BDA371;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    border: 1px solid #BDA371;
}

.registerwith {
    position: relative;
    color: #fff;
    font-size: 12px;
    text-align: center;
    font-family: 'Figtree', sans-serif;
    text-transform: capitalize;
}

.registerwith::after,
.registerwith::before {
    content: "";
    position: absolute;
    top: 8px;
    right: 0;
    border-bottom: 1px solid #bda371;
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.registerwith::before {
    left: 0;
}

.social-buttons {
    display: flex;
    gap: 20px;
}

.social-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #353535;
    color: white;
    border: 1px solid #bda371;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s ease;

}

.social-btn:hover {
    background: #bda371;
    color: black;
}

.social-btn img {
    width: 20px;
    height: 20px;
}

.signin-wrapper .terms-container {
    margin-top: 0;
}

.signin-wrapper .form-field:last-child {
    margin-bottom: 20px;
}

.lost_password a {
    font-size: 14px;
    text-decoration: underline;
    color: #fff;
    font-family: 'Figtree', sans-serif;
}


/* My account Page */

/* header {
    display: none !important;
} */

.my-account-wrapper {
    padding: 0;
    padding-bottom: 50px;
}

.aside-title {
    font-size: 30px;
    text-align: center;
    color: #fff;
    font-family: 'Figtree', sans-serif;
}

.my-account-wrapper nav {
    /* height: 100vh; */
    width: 100%;
    padding: 35px 10px;
    border-radius: 0;
    background: unset;
    /* background: linear-gradient(to bottom,
            rgba(189, 163, 113, 0.05) 0%,
            rgba(189, 163, 113, 0.57) 50%,
            rgba(189, 163, 113, 0.05) 100%); */
}

.account-sidebar {
    margin-right: 100px;
}

.custom-logout {
    width: 50%;
    margin: 0 auto;
    background: rgba(189, 163, 113, 1);
    padding: 10px 20px;
    text-align: center;
}

.custom-logout a {
    color: #000;
    font-family: 'Figtree', sans-serif;
    font-weight: 500;
}

.forgot-password-block {
    justify-content: space-between;
    align-items: flex-end;
}

.my-account-wrapper .account-sidebar {
    height: 85vh;
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: linear-gradient(to bottom,
            rgba(189, 163, 113, 0.05) 0%,
            rgba(189, 163, 113, 0.57) 50%,
            rgba(189, 163, 113, 0.05) 100%);
}

.my-account-wrapper .woocommerce-MyAccount-navigation ul li.is-active a {
    background: unset;
    color: rgba(189, 163, 113, 1);
    border-bottom: 1px solid white;
    border-image: linear-gradient(to left,
            rgba(255, 255, 255, 0.11) 0%,
            rgba(255, 255, 255, 1) 50%,
            rgba(255, 255, 255, 0.11) 100%) 1 !important;
}

.my-account-wrapper .woocommerce-MyAccount-navigation ul li a {
    position: relative;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid white;
    border-image: linear-gradient(to left, rgba(255, 255, 255, 0.11) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.11) 100%) 1 !important;
    background: unset !important;
    padding-bottom: 22px;
}

.my-account-wrapper .woocommerce-MyAccount-navigation ul li a:hover {
    color: #fff;
}

.my-account-wrapper .woocommerce-MyAccount-navigation ul li a::after {
    content: "";
    position: absolute;
    right: 10px;
    bottom: -17px;
    background-image: url(/wp-content/themes/dellastore/newhome/images/userjourney/arrow-right.svg);
    background-repeat: no-repeat;
    height: 100%;
    width: 20px;
}

.my-account-wrapper .woocommerce-MyAccount-navigation ul li a::before {
    content: "";
    position: absolute;
    right: 40%;
    top: 14px;
    /* background-image: url(/wp-content/themes/dellastore/newhome/images/userjourney/arrow-right.svg); */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

.my-account-wrapper .woocommerce-MyAccount-navigation ul li:nth-child(1n) a::before {
    /* background-image: url(/wp-content/themes/dellastore/newhome/images/userjourney/accountinfo.svg); */
    content: "\f543";
}

.my-account-wrapper .woocommerce-MyAccount-navigation ul li:nth-child(2n) a::before {
    content: "\f4de";
    /* background-image: url(/wp-content/themes/dellastore/newhome/images/userjourney/orderhistrory.svg); */
}

.my-account-wrapper .woocommerce-MyAccount-navigation ul li:nth-child(3n) a::before {
    /* background-image: url(/wp-content/themes/dellastore/newhome/images/userjourney/addressbook.svg); */
    content: "\f2b9";
}

.my-account-wrapper .woocommerce-MyAccount-navigation ul li:nth-child(3n) a::before {
    /* background-image: url(/wp-content/themes/dellastore/newhome/images/userjourney/addressbook.svg); */
    content: "\f2b9";
}

/* f2f5 */

.userwelcome {
    margin-top: 20px;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    font-family: 'Figtree', sans-serif;
}

.userwelcome span {
    color: #BDA371;
    text-decoration: underline;
    font-size: 20px;
}

.userwelcome .verified-badge {
    background: #4caf50;
    color: white;
    font-size: 15px;
    font-weight: bold;
    padding: 3px 6px;
    display: block;
    border-radius: 14px;
    margin-left: 8px;
    display: inline-block;
    vertical-align: top;
    text-decoration: unset;
}

.woocommerce-error {
    /* position: absolute;
    z-index: 9;
    left: 23%;
    margin-top: 580px; */
}

.woocommerce-error li {
    color: red;
}

.woocommerce-message {
    color: red;
    position: relative;
    top: 30px;
    font-weight: bold;
    font-family: 'Figtree', sans-serif;
}


.my-account-wrapper .myaccount-forms {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;

}

.myaccount-forms-inner {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.myaccount-forms-inner .my-account-subtitle {
    font-size: 24px;
    color: rgba(255, 255, 255, 0.7);
}

.myaccount-forms-left {
    width: calc(40% - 0px);
    margin-right: 50px;
}

.myaccount-forms-right {
    width: calc(40% - 0px);
    margin-right: 50px;
    display: flex;
    flex-direction: column;
}

.myaccount-forms-inner .submit-button {
    display: flex;
    align-self: flex-end;
    justify-content: flex-end;
}

.myaccount-forms .myaccount-forms-inner .form-group {
    width: 100%;
}

.my-account-title {
    color: white;
    font-size: 26px;
    font-family: 'Figtree', sans-serif;
    font-weight: 300;
}

.my-account-title i {
    padding-right: 5px;
    font-size: 16px;
}

.myaccount-forms .form-wrapper {
    justify-content: space-between;
}

.myaccount-forms .form-group {
    width: calc(40% - 0px);
    margin-right: 16px;
}

.myaccount-forms .form-group:nth-child(2n) {
    margin-right: 0;
}

.myaccount-forms .form-group input {
    border-bottom: 1px solid #fff !important;
    border: unset;
    background: unset;
    border-radius: 0;
    padding: 20px 0;
    color: white;
}

.myaccount-forms .form-group input::placeholder {
    color: #fff;
    opacity: 0.5;
}

.my-account-subtitle {
    margin-top: 20px;
    color: white;
    font-size: 16px;
    font-family: 'Figtree', sans-serif;
}

.my-account-wrapper .submit-button input,
.my-account-wrapper .submit-button #btn-login {
    background: rgba(189, 163, 113, 1) !important;
    color: #000 !important;
    font-size: 20px;
    border-radius: 0;
    padding: 6px 35px;
    font-weight: 500;
}

.my-account-wrapper-inner .container-1240-wrp {
    width: 100%;
}

.my-account-wrapper-inner .container-1240-wrp ol {
    padding: 0;
}

.my-account-wrapper-inner .container-1240-wrp .col-lg-12 {
    padding-left: 0;
}

select option[selected] {
    color: #fff !important;
    /* your custom color */
    background: #222;
    /* optional background */
}



.shop_table>thead>tr>th,
.shop_table>tbody>tr>th,
.shop_table>tbody>tr>td {
    border: 0 !important;
    border-bottom: 1px solid white !important;
    border-image: linear-gradient(to left,
            rgba(255, 255, 255, 0.11) 0%,
            rgba(255, 255, 255, 1) 50%,
            rgba(255, 255, 255, 0.11) 100%) 1 !important;
    color: #fff;
}

.woocommerce-orders-table__cell-order-number a {
    color: #BDA371;
}

.address_wrapper label {
    display: none;
}

.address_wrapper form p select {
    padding: 20px 0;
    background-color: unset;
    border-bottom: 1px solid #fff;
    border-radius: 0;
}

.form-group.email-group {
    margin-right: 0;
}

.address-book-wrapper .myaccount-forms .form-group {
    padding-left: 0;
}

.address-book-wrapper .form-row {
    margin-right: 0;
    margin-left: 0;
}


.myaccount_address {
    color: #fff;
    font-size: 18px;
    font-family: 'Figtree', sans-serif;
}

.highlight-font-family {
    color: #fff;
    font-size: 26px;
    font-family: 'Figtree', sans-serif;
}

.addresses .title {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.addresses address {
    color: #fff;
    font-size: 18px;
    font-family: 'Figtree', sans-serif;
    text-transform: capitalize;
    margin-top: 20px;
}

.addresses .edit {
    font-family: 'Figtree', sans-serif;
    text-decoration: underline !important;
    font-size: 14px;
    color: #BDA371;
}

.my-account-wrapper .breadcrumb li.breadcrumb-item a {
    color: #fff;
}

.my-account-wrapper .breadcrumb-item+.breadcrumb-item::before {
    content: none;
}

.my-account-wrapper .breadcrumb-item+.breadcrumb-item {
    padding: 0 !important;
}



#toast-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
}

.toast {
  background: #333;
  color: #fff;
  padding: 12px 20px;
  margin-top: 10px;
  border-radius: 6px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  opacity: 0;
  transform: translateX(120%);
  animation: slideIn 0.5s forwards, fadeOut 0.5s forwards 4.5s;
}



@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeOut {
  to {
    opacity: 0;
    transform: translateX(120%);
  }
}

/* Optional slide animation */
@keyframes slideMenu {
    from {
        transform: translateX(-20px);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}



.account-sidebar {
    display: block;
    /* default for desktop */
}

.account-hamburger {
    display: none;
}

.error-msg {
    color: red;
    font-size: 12px;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    width: 100% !important;
}

.my-account-wrapper-inner .mobile-title {
    display: none;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
    top: 38% !important;
}

.designerSliderSection {
    width: calc(49% - 0px);
}

.designerSliderSection .common-container {
    z-index: -1;
}


.designerSliderSection.conglomeratenew::after {
    content: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 10%;
    left: 23%;
    background-image: url(/wp-content/themes/dellastore/newhome/images/Vitruvian-man.webp);
    background-repeat: no-repeat;
    background-size: 35%;
    z-index: -1;
}

.conglomeratenew-content-right {
    position: relative;
    width: 30vw;
    display: flex;
}

.image-wrapper img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.image-wrapper {
    display: flex;
    padding: 10px;
    flex-direction: column;
    animation: scrollUp 30s linear infinite;
}

.image-container:nth-child(even) .image-wrapper {
    animation: scrollDown 30s linear infinite;
}

.image-container {
    width: 250px;
    height: 60vh;
    overflow: hidden;
    position: relative;
}

@keyframes scrollUp {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-50%);
    }
}

@keyframes scrollDown {
    0% {
        transform: translateY(-50%);
    }

    100% {
        transform: translateY(0);
    }
}

#timerText {
    color: #fff;
    font-size: 12px;
}

@media screen and (min-device-width: 996px) and (max-device-width: 1024px) {
    .account-sidebar.col-lg-2 {
        width: 30%;
        margin-right: 20px;
    }

    .account-content.col-md-9 {
        width: 58%;
    }

    .account-content .col-lg-10 {
        width: 100%;
    }

    .address_wrapper.col-lg-8 {
        width: 100%;
    }

    .myaccount-forms .form-group {
        width: calc(49% - 0px);
    }
}

@media screen and (max-width:995px) {

    .designerSliderSection {
        width: 100%;
    }

    .conglomeratenew-content-right {
        width: 100vw;
    }

    .image-container {
        height: 40vh;
    }

    .my-account-wrapper {
        padding-bottom: 50px;
    }

    .address-book-wrapper .myaccount-forms .form-group {
        width: calc(49% - 0px);
    }

    .signup-wrapper .common-container {
        flex-direction: column;
    }

    .userjourneyimg,
    .sign-block-wrapper {
        width: 100%;
        margin-left: 0;
        padding-right: 0;
    }

    .form-wrapper .form-field {
        width: 100%;
    }

    .sign-block-wrapper {
        margin-top: 40px;
    }

    .userjourneyimg::after {
        border-right: 0;
    }

    .registerwith::after,
    .registerwith::before {
        width: 30%;
    }

    .my-account-wrapper .account-sidebar {
        height: unset;
        margin-right: 0;
        overflow-y: scroll;
        margin-bottom: 40px;
        background: #111;
        padding: 0;
        padding-bottom: 10px;
    }

    .my-account-wrapper nav {
        padding-top: 10px;
    }

    .my-account-wrapper .woocommerce-MyAccount-navigation ul li a {
        padding-bottom: 12px;
    }

    .myaccount-forms-inner {
        flex-direction: column;
    }

    .myaccount-forms-left,
    .myaccount-forms-right {
        width: 100%;
    }

    .myaccount-forms .myaccount-forms-inner .form-group {
        width: 100%;
    }

    .my-account-wrapper-inner .col-sm-2 {
        padding: 0;
    }

    .row {
        margin-right: 0;
        margin-left: 0;
    }

    .woocommerce {
        padding-right: 0;
    }

    .account-content .col-lg-12.col-md-12.col-sm-12,
    .account-content .col-lg-10.col-md-10.col-sm-12,
    .account-content.col-md-9 {
        padding: 0 5px 0 2px;
    }

    .breadcrumb-full1-edit {
        padding: 0;
    }

    /* .row > * {
        padding: 0;
    } */

    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last {
        width: 100% !important;
    }


    .desktop-title {
        display: none;
    }

    .account-layout {
        display: flex;
        transition: all 0.4s ease;
        align-items: stretch;
    }

    /* Sidebar */
    .account-sidebar {
        max-width: 0;
        transform: translateX(-100%);
        /* hide completely off-screen */
        overflow: hidden;
        background: #111;
        color: #fff;
        transition: max-width 0.4s ease, transform 0.4s ease;
        white-space: nowrap;
    }

    .account-sidebar.active {
        max-width: 98%;
        /* expand space */
        transform: translateX(0);
        /* slide in */
    }

    /* Content */
    .account-content {
        flex: 1;
        padding: 20px;
        transition: all 0.4s ease;
    }

    .account-hamburger {
        width: 34px;
        height: 43px;
        position: relative;
        border: none;
        background: none;
        cursor: pointer;
        z-index: 10000;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    /* Hamburger lines */
    .account-hamburger span {
        display: block;
        height: 1px;
        width: 100%;
        background: #fff;
        border-radius: 3px;
        transition: all 0.4s ease;
        transform-origin: center;
        margin-bottom: 6px;
    }

    .account-hamburger.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .account-hamburger.active span:nth-child(2) {
        opacity: 0;
    }

    .account-hamburger.active span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }

    .my-account-wrapper-inner .mobile-title {
        padding: 0 !important;
        font-size: 26px !important;
        margin-left: 50px;
        font-weight: 500 !important;
    }

    .account-hamburger-block {
        align-items: center;
    }

    .col-md-12 {
        padding: 0;
    }

    .row>* {
        padding: 0;
    }

}

@media screen and (max-width: 480px) {

    .myaccount-forms .form-wrapper,
    .form-wrapper {
        flex-direction: column;
    }

    .address-book-wrapper .myaccount-forms .form-group {
        width: 100%;
    }

    .my-account-wrapper-inner {
        padding: 0 10px;
    }

}