.delete-item-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

.delete-item-background {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120%;
    height: 120%;
    display: block;
    transform: translate(-50%, -50%);
    background-color: rgba(11 11 11 / 25%);
    filter: blur(2px);
    z-index: 1;
}
.delete-item-content {
    width: 90%;
    max-width: 600px;
    background-color: #fff;
    box-shadow: 0 6px 36px rgba(11 11 11 / 33%);
    border-radius: 7px;
    position: absolute;
    top: 10vh;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    text-align: center;
    pointer-events: all;
}
.delete-item-title {
    padding: 8px 10px 8px calc(14px + (20 - 14) * ((100vw - 300px) / (1920 - 300)));
    display: flex;
    font-weight: 500;
    color: #19124f;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #d1d1d1;
    user-select: none;
}

.delete-item-title > svg {
    margin-right: 6px
}
.close-pop {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-left: auto
}
.delete-item-desc {
    padding: 10px calc(14px + (20 - 14) * ((100vw - 300px) / (1920 - 300)));
}
.delete-item-action {
    padding: 0 calc(14px + (20 - 14) * ((100vw - 300px) / (1920 - 300)));
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: calc(14px + (20 - 14) * ((100vw - 300px) / (1920 - 300)));
    width: max-content;
    margin: 0 auto
}
.delete-item-action a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 20px;
    border: 2px solid #d1d1d1;
    border-radius: 5px;
    width: 150px;
    user-select: none;
    cursor: pointer;
}
.delete-item-action .delete-item-action-delete {
    background-color: #ff3945;
    color: #fff;
    border-color: #ff3945
}
.delete-item-action .delete-item-action-cancel:hover {
    border-color: #ff7300;
    color: #ff7300;
}
.delete-item-content-bottom {
    margin-top: 32px;
    width: 100%;
}

@media (max-width: 767px) {
    
    .delete-item-action {
        width: 100%;
    }
    #cart-module-content .delete-item-action {
        width: 100%;
    }
    #cart-module-content .delete-item-action a {
        width: auto;
    }
}

@media (max-width: 880px) and (orientation: portrait) {
	#js-delete-item {
		display: flex;
	}
}
.show-remove-modal {
    display: block !important;
}
.delete-item-background {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120%;
    height: 120%;
    display: block;
    transform: translate(-50%, -50%);
    background-color: rgba(11 11 11 / 25%);
    filter: blur(2px);
    z-index: 1;
}
.delete-item-content {
    width: 90%;
    max-width: 600px;
    background-color: #fff;
    box-shadow: 0 6px 36px rgba(11 11 11 / 33%);
    border-radius: 7px;
    position: absolute;
    top: 15vh;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    text-align: center;
    pointer-events: all;
}
.delete-item-title {
    padding: 8px 10px 8px calc(14px + (20 - 14) * ((100vw - 300px) / (1920 - 300)));
    display: flex;
    font-weight: 500;
    color: #19124f;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #d1d1d1;
    user-select: none;
}

.delete-item-title > svg {
    margin-right: 6px
}
.close-pop {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-left: auto
}
.delete-item-desc {
    padding: 10px calc(14px + (20 - 14) * ((100vw - 300px) / (1920 - 300)));
}
.delete-item-action {
    padding: 0 calc(14px + (20 - 14) * ((100vw - 300px) / (1920 - 300)));
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: calc(14px + (20 - 14) * ((100vw - 300px) / (1920 - 300)));
    width: max-content;
    margin: 0 auto;
    margin-bottom: 15px;
}
.delete-item-action a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 20px;
    border: 2px solid #d1d1d1;
    border-radius: 5px;
    width: 150px;
    user-select: none;
    cursor: pointer;
}
.delete-item-action .delete-item-action-delete {
    background-color: #ff3945;
    color: #fff;
    border-color: #ff3945
}
.delete-item-action .delete-item-action-cancel:hover {
    border-color: #ff7300;
    color: #ff7300;
}
.delete-item-content-bottom {
    margin-top: 32px;
    width: 100%;
}
.cart-revew-slider {
    padding: 10px calc(14px + (20 - 14) * ((100vw - 300px) / (1920 - 300)));
    position: relative;
}