.elementor-2183 .elementor-element.elementor-element-081ad29{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS */.sku_popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0000009e;
    color: black;
    z-index: 99999;
    display: none;
}
.sku_popup > .e-con-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: max-content;
    height: 500px;
    margin: auto;
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    overflow-y: scroll;
}
a.close-snd-tc {
    position: absolute;
    top: -20px;
    right: -20px;
    background-color: black;
    color: white;
    width: 20px;
    height: 20px;
    text-align: center;
    font-family: cursive;
}

.excluded-skus {
    cursor: pointer;
}

@media (max-width:767px) {
    .sku_popup > .e-con-inner {
        max-width: 95%;
    }
}/* End custom CSS */