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