.editModal-module__editAddressDialog{
    font-size: 1rem;
    border-radius: 0;
    /* width: 1200px; */
    width: 60vw !important;
    /* padding: 76px; */
    padding: 3.5% !important;
    padding-top: 2% !important;
    gap: 36px;
}

.editModal-module__editAddress_title{
    border-bottom: 1px solid #CACACA;
    padding: 1.5rem 0;
    border-bottom: 1px solid #CACACA
}

.editModal-module__editAddress_title h2{
    font-family: Playfair Display;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}

@media (max-width: 959px) {
    .editModal-module__root {
        transform: translate3d(100%, 0, 0);
    }
}

@media (min-width: 960px) {
    /* TODO @TW: review */
    .editModal-module__root {
        left: calc(50% - 370px);
    }
}

.editModal-module__root_open {
    transform: scale(1);
    transition-duration: 224ms;
    transition-timing-function: var(--venia-global-anim-in);

    /* TODO @TW: review (B6) */
    /* composes: visible from global; */
    visibility: visible;
}

@media (max-width: 959px) {
    .editModal-module__root_open {

        transform: translate3d(0, 0, 0);
    }
}

.editModal-module__header {
}

.editModal-module__headerText {
}

@media screen and (max-width : 767px) {
    .editModal-module__editAddressDialog{
        width: 100vw;
        padding: 5%;
        gap: 1rem;
        height: 100%;
        padding-bottom: 7rem;
        top:0;
        overflow-y: auto;
        padding-top: 0%;
    }

    .editModal-module__editAddress_title{
        padding-block: 15px;    
    padding-inline: 5%;
    position: fixed;
    top: 0;
    z-index: 23;
    width: 100%;
    left: 0;
    background: white;
    box-shadow: 0px -1px 5px 5px #69696917;
    border-bottom: unset;
    }

    .editModal-module__editAddress_title button{
        height: 1rem;
    }

    .editModal-module__editAddress_title button{
        width: 1rem;
    }

    body[class*='rtl'] .editModal-module__editAddress_title {
        flex-direction: row-reverse;
    }

    .editModal-module__editAddress_title button img{
        height: 100% !important;
    }

    .editModal-module__editAddress_title button img{
        width: 100% !important;
    }

    .editModal-module__editAddress_title button img{
        max-width: unset !important;
    }

    .editModal-module__main_content {
        margin-top: 110px;
    }

    .editModal-module__editAddress_title h2{
        font-size: 16px;
        width: 95%;
        font-family: unset;
        padding-block: 1%;
        display: flex;
        justify-content: center;
    }
}
.dialog-box-container {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 11111;
    height: 100%;
    width: 100%;
    animation: fade-in-opacity 500ms ease-in-out 1;
}

.dialog-mask-container {
    position: absolute;
    height: 100%;
    width: 100%;
    cursor: pointer;
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    opacity: 15%;
}

.dialog-body-container {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.dialog-body {
    position: fixed;
    bottom: 0px;
    display: flex;
    height: auto;
    min-height: auto;
    width: 100%;
    flex-direction: column;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    opacity: 1;
    animation: fade-in-bottom 500ms ease-in-out 0ms 1;
}

.dialog-body::-webkit-scrollbar {
    width: 2px;
}

.dialog-box-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* .dialog-box-header h2{
   font-size: 1rem;
} */

.dialog-box-group-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

body[scroll-lock=true], html[scroll-lock=true] {
    overflow: hidden;
}

body[scroll-lock=true],html[scroll-lock=true]{
    touch-action:none;
}

@media (min-width: 960px){
    .dialog-body {
        position: relative;
    }
    .dialog-body {
        width: 550px;
    }
    .dialog-body {
        padding: 1rem;
    }
    .dialog-body {
        animation:none;
    }
}

@keyframes fade-in-opacity {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fade-in-bottom{
    0% {
        bottom: -100%;
    }
    100% {
        bottom: 0;
    }
}

.cart-dialog-header span {
    font-family: Playfair Display, serif;
    padding-bottom: 2.25rem;
}

span.Note {
    display: flex;
    justify-content: center;
    font-weight: bold;
}

/* @screen md {
    .dialog-box-cross-btn  .cross-image{
        width: 1.1rem !important;
        height:1.1rem !important;
        max-width:unset;
    }
} */

.prodview3D .dialog-box-title{
    font-size: 1rem;
}

.prodview3D .dialog-box-cross-btn  .cross-image{
    width: 1.1rem !important;
    height:1.1rem !important;
    max-width:unset;
}

@media (min-width: 960px) {
    body[class*='rtl'] .cart-dialog-header{
    display: flex;
    justify-content: space-between;
    }
    body[class*='rtl'] .cart-dialog-header button {
        top: -20px;
    }

}

@media (max-width:580px) {
  .dialog-box-title span{
    font-size: 13px;
    font-weight: bold;
  }
  button.dialog-box-cross-btn {
        img {
            max-width: 12.62px;
        }
    }
  button.dialog-box-cross-btn {
        img {
            height: 12px !important;
        }
    }
}

@media (max-width: 720px) {
    .carousel-module__renderthreedbody img {
        height: 20px;
        width: 20px;
    }
  .dialog-box-cross-btn .cross-image{
    height: 12px !important;
  }
}
