.add-product-top {
    width: 1020px;
    display: flex;
    gap: 70px;
    align-items: center;
}

.add-productNavMenu {
    display: flex;
    flex: 3;
    justify-content: space-between;
}

.add-product-logo {
    display: flex;
    flex: 1;

}

.add-productNavMenu span {
    color: #A9A9A9;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-style: normal;
    font-weight: 500;
    line-height: 76px;
    /* 316.667% */
    letter-spacing: -1px;
}

.add-productNavMenu span.active {
    color: #FFF;
    border-bottom: 3px solid #55F5FF;

}



.lr__add_product__container {
    width: 94%;
    padding: 30px 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;

    /*min-height: 100vh;*/
}

.lr__add_product__header {
    width: 100%;
    display: flex;
    justify-content: center;
}

.lr__add_product__header img {
    width: 195px;
    height: 22.658px;
}

.lr__add_product__title__close {
    width: 100%;
    float: right;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 34px;
    margin-bottom: 35px;

}

.lr__add_product__title {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 150% */
}


.lr__add_product--steps {
    display: flex;
    width: 100%;
    height: 4px;
    align-items: center;
    background: #343640;
}

.lr__add_product--steps--counter {
    height: 100%;
    height: 4px;
    align-items: center;
    background: #0E5FD9;
}


.lr__add_product--first--step--content {
    margin-top: 50px;
}

.lr__add_product--third--step--content {
    margin-top: 30px;
}

.lr__add_product--first--step--content h1,
.lr__add_product--third--step--content h1 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    /* 133.333% */
    margin-bottom: 7px;
}

.lr__add_product--third--step--content h1 {
    width: 360px;
    text-align: left !important;
}

.lr__add_product--first--step--content h1 span,
.lr__add_product--third--step--content h1 span {
    color: #161822;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    width: 54px;
    display: inline;
    height: 24px;
    padding: 3.5px 6px 2.5px 6px;
    border-radius: 4px;
    background: #D2F00F;
    vertical-align: middle;
    margin-left: 8px;
}

.lr__button span {
    color: black;
}

.lr__add_product--first--step--content p,
.lr__add_product--third--step--content {

    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.lr__add_product--first--step--content {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.lr__add_product--second--step--content {
    margin: 30px auto;
    height: 600px;
    width: 100%;
    display: flex;
    position: relative;
    flex-direction: column;
    /* Add this */
    justify-content: space-between;
    /* Add this */
}

.lr__top__left__corner {
    position: absolute;
    left: 0;
    top: 0;
}

.lr__top__right__corner {
    position: absolute;
    right: 0;
    top: 0;
}

.lr__bottom__right__corner {
    position: absolute;
    right: 0;
    bottom: 0;
}

.lr__bottom__left__corner {
    position: absolute;
    left: 0;
    bottom: 0;
}

.lr__add_product--second--step--content--container {
    width: 100%;
    height: 560px;
    display: flex;
    flex-direction: column;
}

.lr__add__product--second--step--content--take--pic {
    position: relative;
    flex-grow: 1;
    /* Add this */
    margin-bottom: 20px;
    /* Add some spacing above the bottom bar */
    padding: 20px;
}

#lr__webcam {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}


.lr__take__pic__bottom {
    width: 320px;
    height: 60px;
    border-radius: 8px;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    position: relative;
    /* Add this */
}

.step-counter {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.valider-text {
    color: #A9A9A9;
    text-align: right;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


.lr__captured_photos_strip {
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 100%;
    padding: 10px;
}

.lr__photos_container {
    display: flex;
    width: 100%;
    gap: 10px;
    padding: 10px;
    flex-wrap: wrap-reverse;

}

.lr__captured_photo_container {
    position: relative;
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 8px;
    overflow: hidden;
}

.lr__captured_photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lr__remove_photo {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 16px;
    height: 16px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.lr__remove_photo svg {
    width: 12px;
    height: 12px;
}

.loading-circle {
    width: 71px;
    /* Match SVG width */
    height: 72px;
    /* Match SVG height */
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    /* Remove the border since we're using SVG */
}

.loading-circle svg {
    width: 100%;
    height: 100%;
}


.valider-text.show {
    display: block;
}

.lr__button__white {
    background-color: #FFFFFF !important;
    padding: 10.282px 27.137px;
}

.lr__button__centred {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.lr__listing__product__pictures {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin: 20px auto;
    width: 75%;
}

.lr__listing__photo__container {
    position: relative;
    aspect-ratio: 1;
    width: 85px;
    height: 115px;
    border-radius: 8px;
    object-fit: cover;
}

.lr__listing__photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.lr__listing__remove__photo {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 24px;
    height: 24px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.lr__button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

button-loading {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.loading-spinner {
    animation: spin 1s linear infinite;
}

.loading-spinner circle {
    opacity: 0.25;
    stroke-dasharray: 60, 150;
}


.lr__add_product--fourth--step--content {
    margin-top: 30px;
}

.lr__add_product--fourth--step--content h1 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 30px;
}

.lr__form__container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
}

.lr__form__group {
    display: flex;
    flex-direction: column;
}

.lr__form__group label {
    display: flex;
    align-items: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #929292;
    background: #002832;
    color: #A9A9A9;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-bottom: none;
    padding-left: 5px;
}

.lr__select__wrapper {
    position: relative;
    width: 100%;
}

.lr__input__wrapper {
    width: 100%;
}

.lr__select__wrapper select,
.lr__input__wrapper input {
    width: 100%;
    height: 80px;
    padding: 12px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #A9A9A9;
    background: #1A1A1A;
    color: #FFF;
    font-size: 14px;
    appearance: none;
    outline: none;
    text-transform: capitalize;
}

.lr__select__wrapper select,
.lr__input__wrapper option {
    text-transform: capitalize;
}

.lr__select__wrapper::before {
    content: '';
    position: absolute;
    right: 12px;
    top: 50%;
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0001 14.7019L6.69238 9.39422L7.40008 8.68652L12.0001 13.2865L16.6001 8.68652L17.3078 9.39422L12.0001 14.7019Z' fill='white'/%3E%3C/svg%3E");
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    pointer-events: none;
    /* Pass clicks through the SVG */
    z-index: 10;
}

.showMoreDetails {
    content: '';
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 1px solid #D2F00F;
    border-radius: 8px;
}

.lr__input__inside__select__wrapper {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: transparent;
    padding-left: 10px;
    padding-bottom: 5px;
    color: #A0A0A0;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    border: none;
    outline: none;
}

.lr__add_product--fifth--step--content {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.lr__add_product--fifth--step--content h1 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    /* 133.333% */
}

.lr__description__container .lr__form__group {
    padding-bottom: 15px;
}

.lr__description__text {
    width: 100%;
    /*height: 550px;*/
    height: auto;
    background: #161822;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 10px;
    outline: none;
    resize: none;
}

.lr__form__group .lr__description__text {
    border: 1px solid #52545E;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.lr__form__group .ql-toolbar.ql-snow {
    border: 1px solid #52545E;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-family: inherit;
}

.lr__form__group .ql-editor.ql-blank::before {
    color: #898989;
}

.lr__add_product__container .lr__description__text .ql-editor {
    padding: 0;
    text-align: left;
}

.lr__add_product__container .lr__description__text p {
    text-align: left;
}

.lr__add_product__container .lr__description p {
    text-align: left;
}




#goToSecondStep {
    margin-top: 68px;
}

.lr__button {
    display: flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: #55F5FF;
    border: none;
    outline: none;
    cursor: pointer;
    width: 100%;
    color: #161822;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
}

#lr__addPicture {
    margin-top: 68px;
    margin-bottom: 58px;
}

#lr__send--pic {
    margin-top: 37px;
    margin-bottom: 13px;
}

#backtoSecondStep svg,
#backToTheFifthStep svg,
#backToThirdStep svg,
#backToTheSixthStep svg {
    margin-left: -25px;
}


#backToTheFourthStep,
#backToThirdStep,
#backToTheFifthStep,
#backToTheSixthStep {
    margin-top: 14px;
    margin-bottom: 30px;
}


.lr__add__product--sixth--step--content,
.lr__add__product--seventh--step--content {
    width: 100%;
    margin-top: 29px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lr__add__product--sixth--step--title--Diameter,
.lr__add__product--seventh--step--title--price {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.lr__add__product--sixth--step--title,
.lr__add__product--seventh--step--title {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

.lr__add__product--sixth--step--Diameter,
.lr__add__product--sixth--step--price {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.lr__form__group__inline {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lr__form__group__inline label {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.lr__form__group__inline input {
    width: 150px;
    height: 45px;
    color: #ABB0BA;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 5px;
    background: #161822;
    margin-right: 10px;
    border: 1px solid #343436;
    outline: none;
    border-radius: 8px;
}

.lr__add__product--sixth--step--actions,
.lr__add__product--seventh--step--actions {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    width: 94%;

}

.no__border input {
    border: none !important;
    color: #9CA3AF !important;
    padding-right: 0 !important;
}


.lr__add_product__container .lr__add__product--eighth--step--title {
    padding: 30px 0;
    width: 100%;
    text-align: center;
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    /* 133.333% */
}


.lr__product__preview {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.gallery-main {
    margin: 20px auto;
    width: 80%;
    height: 393px;
    border-radius: 8px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.dots-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.lr__remove__photo {
    position: absolute;
    right: -5px;
    top: -5px;
}

.active ellipse {
    fill: white !important;
}

.lr__remove__photo,
.dot {
    cursor: pointer;
}

.lr__brand__title {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.08em;
    /*margin-bottom: 25px;*/
}

.lr__shop__info {
    width: 100%;
}

.lr__product__info .more-info {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: auto;
    text-decoration-thickness: auto;
    color: #FFF;
    display: inline-block;
    margin-top: 0;
}

.lr__add_product__container .lr__shop__name {
    color: #FFF;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
}

.lr__add_product__container .lr__shop__name a {
    color: #FFF;
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 42px;
    text-decoration: underline;
    text-decoration-style: solid;
}

.lr__shop__rank {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #B6B8C2;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 20px;
}

.lr__point {
    color: #D2F00F;
}


.lr__notice {
    color: #B6B8C2;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.lr__product__data {
    display: grid;
    grid-template-columns: 1fr;
    width: max-content;
    gap: 8px 16px;
    margin: 40px 0;
}

/*.lr__product__data > div {*/
/*    width: 100%;*/
/*    display: flex;*/
/*    justify-content: flex-start;*/
/*    gap: 15px;*/
/*    align-items: center;*/
/*}*/

.lr__product__data>div span {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}


.lr__product__data--item {
    font-weight: 700;
}

.lr__description {
    margin-top: 26px;
    height: 193px;
    width: 100%;
}

.lr__description {
    overflow: auto;
    margin-bottom: 20px;
}

.lr__product-info__footer-container {
    margin-top: 40px;
    padding: 15px;
    background: #161822;
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}

.lr__priceAndCommission {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.lr__total__price {
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.lr__commission,
.lr__total__got {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lr__priceAndCommission--item--container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px
}

.lr__priceAndCommission--item {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}


.lr__bold {
    font-weight: 600;
}

.lr__add_product__container h1 {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    /* 133.333% */
    /*margin-top: 40px;*/
}

.lr__add_product__container p {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    margin-bottom: 30px;
}

.allFieldsInOne {
    width: 1020px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
}

.allFieldsInOne .lr__desktop__form__group {
    display: flex;
    align-items: flex-start;
    gap: 50px;
    width: 100%;
    justify-content: space-between;

}

.allFieldsInOne .lr__select__wrapper,
.allFieldsInOne .lr__input__wrapper {
    width: 70%;
}

.allFieldsInOne .lr__description__text__wrapper {
    width: 70%;
    border-radius: 5px;
    background-color: #002832;
    margin: 0;

}

.lr__desktop__form__group .ql-toolbar.ql-snow {
    border: 1px solid #52545E;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-family: inherit;
}

.lr__desktop__form__group .ql-editor.ql-blank::before {
    color: #898989;
}


.allFieldsInOne .lr__select__wrapper select,
.allFieldsInOne .lr__input__wrapper input {
    height: 50px;
    border-radius: 5px;
    background-color: #002832;
    border: 1px solid #A9A9A9;
    padding: 12px;
    color: white;
    width: 100%;
}

.allFieldsInOne .lr__desktop__form__have__nested__child input {
    height: 50px;
    border-radius: 5px;
    background-color: #002832;
    border: 1px solid #A9A9A9;
    padding: 12px;
    color: white;
}

#designation,
#brand {
    width: 100%;
    background-color: #002832;
    border: 1px solid #A9A9A9;
}



.lr__desktop__form__have__nested {
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 20px !important;
}

.lr__desktop__form__have__nested__child {
    width: 100%;
    display: flex;
    justify-content: space-between;
}


.lr__input__inside__select__wrapper {
    width: 50%;
    left: 40%;
    bottom: 7px;
}




.lr__add_product__container a {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    margin-top: 30px;
}

.lr__dropzone__wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin: 50px auto 0 auto;
    align-items: flex-start;
}

.lr__add_product--second--step--content>h1 {
    text-align: center;
    margin-bottom: 30px;
}

.lr__dropzone__wrapper p {
    margin-bottom: 30px;
}

.dz-message p,
.dz-message h3 {
    color: white;
}

#lr__photo-upload {
    display: flex;
    width: 100%;
    height: 523px;
    justify-content: center;
    align-items: center;
    gap: 25px;
    background: #002832;
    border: 1px solid #E0E0E0;
    border-radius: 24px;
}

.dz-remove {
    text-align: center !important;
    color: orangered !important;

}

.lr__error__validation {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
}

.lr__publish__product__container {
    width: 100%;
    margin-top: 24px;
    background-color: #161822;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 17px;
}

.lr__dropzone___error {
    color: red;
}

@media only screen and (min-width: 1081px) {
    .lr__listing__product__pictures {
        margin-top: 40px;
        width: 100%;
    }

    .lr__listing__photo__container {
        width: 330px;
        height: 550px;
    }

    .validate__btn__wrapper,
    .cancel__btn__wrappe {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
    }

    .cancel__btn {
        margin-right: 1rem;
    }

    .valider__btn,
    .cancel__btn {
        width: 360px;
    }

    .lr__add_product--fourth--step--content,
    .lr__add_product--fifth--step--content,
    .lr__add_product--second--step--content,
    .lr__add__product--seventh--step--content,
    .lr__add__product--eighth--step--content {
        width: 960px;
        height: auto;
        display: flex;
        flex-direction: column;
        margin: 50px auto 0 auto;
    }

    .lr__add_product--fifth--step--content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .lr__form__container {
        width: 100%;
    }

    .step-navigation {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .lr__button {
        width: 360px !important;
    }

    .lr__description__container {
        width: 100%;
    }

    .lr__add__product--sixth--step--title--Diameter,
    .lr__add__product--seventh--step--title--price {
        width: 960px;
        height: 523px;
        background: black;
        border: 1px solid #F8F8FA;
        border-radius: 24px;

    }

    .lr__add__product--sixth--step--actions,
    .lr__add__product--sixth--step--actions {
        margin-top: 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .lr__add__product--sixth--step--Diameter,
    .lr__add__product--sixth--step--price {
        width: 50%;
        margin: 0 auto;
    }

    /*.lr__publish__product__container{*/
    /*    width: 100%;*/
    /*    !*margin: 24px;*!*/
    /*    background-color: #161822;*/
    /*}*/

    .lr__product__preview {
        flex-direction: row;
        justify-content: space-evenly;
        margin-top: 40px;
        gap: 10px;
    }



    .lr__add__product--eighth--step--content {
        width: 100%;
    }



    .lr__description {
        display: flex;
        width: 100%;
        height: auto;
        border-radius: 20px;
        border: 2px solid #D9D9D9;
        padding: 49px 24px 32px 34px;
    }

    .dots-container {
        display: none;
    }

    .lr__product__photos {
        display: flex;
        gap: 20px;
    }

    .lr__product__photos--container {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }

    .main-photo {
        width: 528px;
        height: 633px;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .main-photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 20px;
    }

    .navigation-arrows {
        display: flex;
        justify-content: center;
        gap: 30px;
        align-items: center;
        margin-top: 30px;
    }

    /*.navigation-arrows {*/
    /*    position: relative; !* Changed from absolute *!*/
    /*    display: flex;*/
    /*    justify-content: center; !* Center the buttons *!*/
    /*    gap: 20px; !* Space between buttons *!*/
    /*    margin-top: 20px; !* Space between image and buttons *!*/
    /*    pointer-events: auto; !* Changed from none *!*/
    /*}*/

    .nav-arrow {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #fff;
        border: 1px solid #000;
        /* Added border */
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
    }

    .nav-arrow:hover {
        background: #f5f5f5;
        transform: scale(1.1);
    }

    .nav-arrow:disabled {
        opacity: 0.5;
        cursor: not-allowed;
    }

    .thumbnail-strip {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 10px;
        width: auto;
    }

    .thumbnail {
        width: 66px;
        height: 116px;
        border-radius: 20px;
        object-fit: cover;
        cursor: pointer;
        opacity: 0.6;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    .thumbnail.active {
        opacity: 1;
        border: 2px solid #154C46;
    }

    .thumbnail img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    lr__publish__product__container {
        margin-bottom: 20px;
    }

    .lr__product__info {
        margin-top: 3px;
    }

    .lr__add__product--eighth--step--title {}

    .lr__desktop__preview__bottom {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
        margin-top: 40px;
        flex-direction: column;
        gap: 10px;
    }


}


@media only screen and (max-width: 768px) {
    .validate__btn__wrapper {
        width: 100%;
    }
    .lr__button {
        width: 80% !important;
        margin: 10px auto;
    }

    .lr__description__container .lr__form__group {
        padding-top: 30px;
    }

    .lr__product-info__footer-container {
        border-top: 1px solid #343640;
        width: 100vw;
        margin-left: calc(-50vw + 50%);
    }
}

select,
select option {
    text-transform: capitalize
}

.lr__bold--more,
.lr__desktop__counter {
    font-weight: bold;
}

.lr__desktop__counter {
    margin-left: 5px;
}