


.modal-window .closePByEmail:hover {
    opacity: 1;
}

/* Form Control Styling */
.modal-window .form-control {
    font-size: 1rem;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Button Styling */
.modal-window .btn-primary {
    font-size: 1rem;
    padding: 10px;
    width: 100%;
    border-radius: 4px;
}

/* Responsive Styles for Small Screens */
@media (max-width: 576px) {
    .modal-window {
        width: 95%;
        top: 5%;
        padding: 15px;
    }

    .modal-window h3 {
        font-size: 1.2rem;
    }

    .modal-window .btn-primary {
        font-size: 0.9rem;
        padding: 8px;
    }
}


#openByPhoneWindow {
    width: 90%;
    max-width: 400px;
    min-height: 300px;
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -20%);
    background-color: #f9f9f9;
    color: #333;
    border: 1px solid #ddd;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 20px;
    z-index: 1050;
    display: none;
    transition: all 0.3s ease-in-out;
}

#openByPhoneWindow h3 {
    text-align: center;
    color: #ff6000;
    font-size: 1.5rem;
    margin-bottom: 20px;
}
#openByPhoneWindow input[type="email"],
#openByPhoneWindow input[type="text"],
#openByPhoneWindow textarea {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
    padding-right: 40px;
}

#openByPhoneWindow input[type="submit"] {
    background-color: #007bff;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#openByPhoneWindow input[type="submit"]:hover {
    background-color: #0056b3;
}

#openByPhoneWindow .closePByEmail {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    transition: transform 0.2s ease;
}

#openByPhoneWindow .closePByEmail:hover {
    transform: rotate(90deg);
}
.searchBOXSmall {
    text-align: right;
    direction: rtl;
    width: 9rem;
}

.ui-menu-item:hover,.ui-menu-item:focus,.ui-menu-item:active{
    background-color: #373f50;
    color: #0b0e48;
}

.ui-menu-item{
    height: 51px;
    padding: 3px;
    background-color: #f5f5f5 !important;
    font-size: 14px !important;
    margin-bottom: 5px !important;
}
.ui-menu-item img{
    position: absolute !important;
    left: 6px;
}

@media (max-width: 600px) {
    .ui-widget.ui-widget-content{
        left: -5px !important;
        width: 97%;
    }
  }



.topbar-text img{
    width: 32px;
}


.ngnoslide img{
    width: 32px;
    height: auto;
}

.navbar-brand-site {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    padding-top: 0;
    color: inherit;
    text-decoration: none;
    text-align: center;
}

.navbar-brand-site__logo {
    width: 142px;
    height: auto;
    max-width: 100%;
    flex-shrink: 0;
}

.navbar-brand-site__tagline {
    display: block;
    font-size: 16px;
    line-height: 1.3;
}

@media (max-width: 575.98px) {
    .navbar-brand-site__logo {
        width: 150px;
        height: auto;
    }

    .navbar-brand-site__tagline {
        font-size: 13px;
    }
}

.product-gallery-preview-item:not(.active) {
    pointer-events: none;
    visibility: hidden;
}

.product-gallery-preview-item.active {
    visibility: visible;
}

.product-gallery-preview-item:not(.active) .drift-zoom-pane {
    display: none !important;
}

@media (max-width: 499.98px) {
    .product-gallery-thumblist-item {
        touch-action: manipulation;
    }

    .product-gallery-preview-item.active .image-zoom-pane {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        min-height: 249px;
        z-index: 5;
        pointer-events: none;
    }

    .product-gallery-preview .drift-zoom-pane {
        min-width: 249px;
        min-height: 249px;
    }

    .product-gallery-preview-item:hover {
        cursor: default;
    }
}

.shipping-method-check {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 2.75rem;
    margin: 0;
    padding: 0;
}

.shipping-method-check .form-check-input {
    width: 1.25rem;
    height: 1.25rem;
    margin: 0;
    float: none;
    flex-shrink: 0;
}

.shipping-method-check .form-check-label {
    display: none;
}

.shipping-methods-table th:last-child,
.shipping-methods-table td:last-child {
    white-space: nowrap;
    width: 1%;
}

@media (max-width: 767.98px) {
    .shipping-methods-table th,
    .shipping-methods-table td {
        padding-left: 0.35rem;
        padding-right: 0.35rem;
    }

    .shipping-methods-table th:first-child,
    .shipping-methods-table td:first-child {
        width: 2.25rem;
        padding-right: 0.2rem;
        padding-left: 0.2rem;
    }
}

/* .ui-widget.ui-widget-content{
    left: 0 !important;
}  */