.container-add-product{
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    height: 100%;
}

.lr__add_product__container {
    width: 94%;
    padding-top: 30px;
    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 ;
}

.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__desktop__form__have__nested__child input{
    background-color: #002832 !important;
    border: 1px solid #A9A9A9 !important;
}

.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 */
}

.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__text, .lr__short_description__text {
    width: 100%;
    height: 550px;
    margin: 10px auto;
    border-radius: 8px;
    border: 1px solid #52545E;
    background: #161822;

    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 10px;
    outline: none;
}

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

.lr__add_product__container .ql-editor 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--values, .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--values, .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--eighth--step--title {
    padding-top: 30px;
    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: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -2.72px;
    margin-bottom: 25px;
}

.lr__shop__info {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
}

.lr__shop__name {
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-right: 10px;
}

.lr__shop__rank {
    display: flex;
    align-items: center;
    gap: 1px;
    /*margin-top: 40px;*/
}

.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 {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: auto !important;
}

.lr__product__data > div {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 15px;
    align-items: center;
}

.lr__product__data--item {
    color: #FFF;
    text-align: justify;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 141.176% */
}

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

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

.lr__priceAndCommission {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    border-top: 1px solid #343640;
    background: #161822;
}

.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;
}

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

.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;
}

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

.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: 10px;
}

.lr__dropzone___error {
    color: red;
}

#product_cat{
    width: 100%;
}

@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 {
        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--values, .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;
    }

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

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


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

    .dots-container {
        display: none;
    }

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

    .main-photo {
        width: 528px;
        height: 633px;
        position: relative;
        flex: 1;
        display: flex;
        flex-direction: column;
    }

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

    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;
        width: 74.358px;
    }

    .thumbnail {
        width: 74.358px;
        height: 106.825px;
        border-radius: 42.596px;
        overflow: hidden;
        cursor: pointer;
        opacity: 0.6;
        transition: all 0.3s ease;
    }

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

    .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{
        margin: 0 auto;
    }

    .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;
    }


}

select, select option {
    text-transform: capitalize
}

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


/* Main picture selection styles */
.lr__listing__photo__container {
    position: relative;
    border: 2px solid transparent;
    border-radius: 4px;
    transition: all 0.3s ease;
    margin-bottom: 10px;
}

.lr__listing__photo__container.main-photo {
    border-color: #4CAF50;
    box-shadow: 0 4px 8px rgba(76, 175, 80, 0.3);
}

.lr__set_main_photo {
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 4px;
    padding: 5px 10px;
    z-index: 2;
    transition: all 0.2s ease;
}

.lr__set_main_photo:hover {
    background-color: rgba(255, 255, 255, 1);
    transform: translateY(-2px);
}

.lr__set_main_photo svg {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.lr__set_main_photo span {
    font-size: 12px;
    font-weight: 500;
    color: #333;
}

.lr__main_photo_indicator {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: rgba(76, 175, 80, 0.9);
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    z-index: 2;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Position remove button away from the "Set as main" button */
.lr__listing__remove__photo {
    top: 10px;
    right: 10px;
}

/* Add animation for selecting main photo */
@keyframes mainPhotoSelected {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.lr__listing__photo__container.main-photo {
    animation: mainPhotoSelected 0.3s ease;
}
@media only screen and (max-width : 768px) {
		
	#lr__photo-upload {
		height : 300px !important;
	}

    #product-form{
        padding: 0 10px;
    }

    #product-form select, #product-form input {
        width: 100%;
    }

    #product-form .lr__form__group__inline input {
        width: 40%;
    }

    .lr__add_product--third--step--content h1{
        width: auto !important;
    }

    .lr__main_photo_indicator {
        position: absolute;
        bottom: 0;
        left: 0;
        top: unset;
        background-color: rgba(76, 175, 80, 0.9);
        color: white;
        padding: unset;
        border-radius: 4px;
        font-weight: bold;
        z-index: 2;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .lr__main_photo_indicator span{
        font-size: 9px;
    }

    .lr__set_main_photo{
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 4px;
    padding: unset;
    z-index: 2;
    transition: all 0.2sease;
    }

    .lr__set_main_photo span{
        font-size: 9px;
    }

}