/* Target the check boxes in forms to be flush */
.form-check-input[type=checkbox], .form-check-input[type=radio], .uk-checkbox, .uk-radio {
    margin-top: 3px;
    margin-left: -20px;
}

/* Target the SVG inside the cart menu item */
li.item-1819 .uk-icon svg {
    width: 25px!important;
    height: 25px !important;
}

/* Begin Hikashop Store */

.notifyjs-corner {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    z-index: 10050 !important;
    width: auto !important;
}

.notifyjs-corner .notifyjs-wrapper, .notifyjs-corner .notifyjs-container {
    position: relative !important;
    display: block !important;
    margin: 3px !important;
}

/* Notification container */
.notifyjs-container {
    display: none !important;
    z-index: 10050 !important;
    position: relative !important;
    min-width: 450px !important;
    max-width: 500px !important;
}
    
/* Base notification box */
.notifyjs-metro-base,
.notifyjs-metro-info {
    position: relative !important;
    background-color: #ffffff !important;
    border: 1px solid #3f4d65 !important;
    border-radius: 20px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3) !important;
    padding: 30px !important;
    min-height: auto !important;
    color: #3f4d65 !important;
    text-align: center !important;
}

/* Image - centered */
.notifyjs-metro-base .image {
    display: block !important;
    position: relative !important;
    margin: 0 auto 20px auto !important;
    height: auto !important;
    width: auto !important;
    max-width: 120px !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
}

.notifyjs-metro-base .image img {
    display: block !important;
    margin: 0 auto !important;
    max-width: 100% !important;
    height: auto !important;
    border-radius: 8px !important;
}

/* Title */
.notifyjs-metro-base .title, .notifyjs-metro-lite-base .title {
    font-size: 20px !important;
    font-weight: bold !important;
    color: #333 !important;
    margin-bottom: 10px !important;
}

/* Text */
.notifyjs-metro-base .text, .notifyjs-metro-lite-base .text {
    font-size: 14px !important;
    font-weight: normal !important;
    color: #666 !important;
    line-height: 1.5 !important;
}

/* Button container */
.notifyjs-metro-base .notification-buttons {
    display: flex !important;
    gap: 15px !important;
    justify-content: center !important;
    margin-top: 25px !important;
}

/* Buttons */
.notifyjs-metro-base .notification-buttons .btn {
    flex: 1 !important;
    max-width: 200px !important;
    padding: 12px 24px !important;
    border: none !important;
    border-radius: 6px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    text-decoration: none !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
    display: inline-block !important;
}

/* Go to Cart button - primary */
.notifyjs-metro-base .notification-buttons .btn-cart {
    background: #3f4d65 !important;
    color: #ffffff !important;
}

.notifyjs-metro-base .notification-buttons .btn-cart:hover {
    background: #2a3546 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(63, 77, 101, 0.3) !important;
}

/* Keep Shopping button - secondary */
.notifyjs-metro-base .notification-buttons .btn-continue {
    background: #f5f5f5 !important;
    color: #333 !important;
    border: 1px solid #ddd !important;
}

.notifyjs-metro-base .notification-buttons .btn-continue:hover {
    background: #e0e0e0 !important;
}

/* Close button (X) */
.notifyjs-metro-base .close-button {
    position: absolute !important;
    top: 15px !important;
    right: 15px !important;
    background: transparent !important;
    border: none !important;
    font-size: 24px !important;
    color: #999 !important;
    cursor: pointer !important;
    width: 30px !important;
    height: 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: color 0.2s !important;
}

.notifyjs-metro-base .close-button:hover {
    color: #333 !important;
}

/* Overlay background */
.hikashop-notification-overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: rgba(0, 0, 0, 0.5) !important;
    z-index: 10049 !important;
    display: none !important;
}

.hikashop-notification-overlay.active {
    display: block !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .notifyjs-container {
        min-width: 90% !important;
        max-width: 95% !important;
    }
    
    .notifyjs-metro-base .notification-buttons {
        flex-direction: column !important;
    }
    
    .notifyjs-metro-base .notification-buttons .btn {
        max-width: 100% !important;
    }
}

/* Make HikaShop product modal larger */
.hikashop_modal,
#hikashop_product_modal,
.hikashop-modal-container {
    max-width: 900px !important;
    width: 90% !important;
    min-height: 600px !important;
}

/* Make modal content area larger */
.hikashop_modal .hikashop_product_page,
.hikashop_modal .modal-body {
    padding: 30px;
    min-height: 500px;
}

/* Ensure product image displays properly in modal */
.hikashop_modal .hikashop_product_image img {
    max-width: 100%;
    height: auto;
}

/* Make characteristics/variants section more readable */
.hikashop_modal .hikashop_product_characteristics {
    margin: 20px 0;
    font-size: 1rem;
}

/* Style the add to cart button in modal */
.hikashop_modal .hikashop_product_add_to_cart {
    margin-top: 20px;
}
