/* Modal Background */
#deleteConfirmationModal.modal.fade {
    display: none;
    transition: opacity 0.15s linear;
}

/* Modal Dialog */
#deleteConfirmationModal .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
}

/* Modal Content */
#deleteConfirmationModal .modal-content {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

/* Modal Header */
#deleteConfirmationModal .modal-header {
    background-color: #f5f5f5;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Modal Title */
#deleteConfirmationModal .modal-title {
    font-size: 1.25rem;
    font-weight: 500;
}

/* Close Button */
#deleteConfirmationModal .btn-close {
    background: transparent;
    border: none;
    font-size: 1.5rem;
    color: #000;
    opacity: 0.5;
    cursor: pointer;
}

/* Close Button Hover */
#deleteConfirmationModal .btn-close:hover {
    opacity: 0.75;
}

/* Modal Body */
#deleteConfirmationModal .modal-body {
    padding: 20px;
    font-size: 1rem;
    color: #333;
}

/* Modal Footer */
#deleteConfirmationModal .modal-footer {
    display: flex;
    justify-content: flex-end;
    padding: 10px 20px;
    border-top: 1px solid #dee2e6;
    background-color: #f5f5f5;
}

/* Secondary Button */
#deleteConfirmationModal .btn-secondary {
    background-color: #6c757d;
    border: none;
    color: #fff;
    padding: 8px 12px;
    border-radius: 4px;
    cursor: pointer;
}

/* Secondary Button Hover */
#deleteConfirmationModal .btn-secondary:hover {
    background-color: #5a6268;
}

/* Danger Button */
#deleteConfirmationModal .btn-danger {
    background-color: #dc3545;
    border: none;
    color: #fff;
    padding: 8px 12px;
    border-radius: 4px;
    cursor: pointer;
}

/* Danger Button Hover */
#deleteConfirmationModal .btn-danger:hover {
    background-color: #c82333;
}

#sp-shipping-error{
    color: red;
    margin-bottom: 10px;
}
@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2) {
    .custom-video-spacing {
        margin-bottom: 3rem !important;
    }
}

img.christmasBannerImage {
    width: 100%;
    object-fit: contain;
}

.slick-list.draggable {
    height: 100% !important;
}

@media (min-width: 992px) {
    .showonlymediam{
        display: block !important;
    }
    .showonlylarge{
        display: none !important;
    }
 }

 @media (min-width: 1200px) {
    .showonlymediam{
        display: none !important;
    }
    img.christmasBannerImage {
        height: 450px;
    }
    .showonlylarge{
        display: block !important;
    }
  }

   @media (min-width: 1400px) {
    .showonlymediam{
        display: none !important;
    }
    .showonlylarge{
        display: none !important;
    }
    .showonlyExtralarge{
        display: block !important;
    }
    img.christmasBannerImage {
        height: 450px;
    }

  }
