#variantsDatatable  th, #variantsDatatable td,
#variantChangesDatatable th , #variantChangesDatatable td {
    padding: 5px 10px;
}

#variantChangesDatatable td, #variantsDatatable td  {
    font-size: 15px;
    white-space: nowrap;

}


#variantsDatatable  th, #variantsDatatable td {
    padding: 10px 10px;
}

#variantsDatatable th , #variantChangesDatatable th {
    font-size: 14px;
    white-space: nowrap;
}

#imagePreview img {
    margin: 10px;
    width:100%
}

#imagePreview .imageContainer {
    position: relative;
    max-width: 200px
}

#imagePreview .imageContainer .close{
    position: absolute;
    right: -30px;
    top: 0px;
    cursor: pointer
}

.table tbody tr td {
    vertical-align: middle;
}

.leadImageZoomPreview {
    width: 40%;
    min-width: 250px;
}

.leadImageZoom {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100000000;
}

.settingHelpBlock {
    position: relative !important;
    top:-8px !important;

}

.pulse-css {
    height: 0.6rem !important;
    right: -5px !important;
    top: -1px !important;
    width: 0.5rem !important;
}

.logo-abbr {
    max-width: 130px;
}

.brand-title {
    max-width: 100px;
    margin-left: 5px;
}

.sk-three-bounce {
    margin: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.sk-three-bounce .sk-child {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-color: #13B497;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
    animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}

.sk-three-bounce .sk-bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.sk-three-bounce .sk-bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.new-arrival-product .new-arrivals-img-contnent img {
    width: 100%;
    transition: all 0.5s;
}

.new-arrival-product:hover .new-arrivals-img-contnent img {
    transform: scale(1.5) translateY(12%);
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.product-card .selection-indicator {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    background-color: rgba(99,91,255);
    color: #fff;
    border-radius: 50%;
    display: none;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    font-weight: bold;
    z-index: 1;
}


.product-card.selected .selection-indicator {
    display: block;
}

.product-card.selected .selection-indicator::before {
    content: "✓";
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.action-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(99,91,255);
    padding: 10px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: none;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.selected-count {
    font-size: 16px;
    color: #fff;
}

.action-bar {
    opacity: 1;
}


#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
}

.sk-three-bounce {
    margin: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.sk-three-bounce .sk-child {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-color: #13B497;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
    animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}

.sk-three-bounce .sk-bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.sk-three-bounce .sk-bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-three-bounce {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-three-bounce {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
body .select2-container {
    display: block !important;
}

.slider-description {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40%;
    height: auto;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 10px 20px;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
}
.instruction-step-3:hover {
    text-decoration: none !important;
}
