/* Overflow and modal padding fix for edge-to-edge designed pages */

html,
body {
    overflow-x: hidden;
}

.modal-open {
    padding-right: 0px !important;
}

/*Default styles*/

a {
    
}

a:hover,
a:focus,
a:active {
    
}

/* Preloader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99;
    z-index: 9999;
}

#status {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-repeat: no-repeat;
    background-position: center;
    margin: -25px 0 0 -25px;
    background-size: contain;
}

.loader {
    border: 10px solid #ececec;
    border-top: 10px solid #d3d3d3;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1.3s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Slickslider */
.slick-dots {
    position: relative;
    bottom: 0;
    margin-bottom: 15px;
    padding: 15px 0;
}

.product-availability-low {
    color: #8b0000;
}

/*Bootstrap colors override*/

.bg-primary {
    
}

.bg-secondary {
    
}

.bg-light {
    
}

.bg-dark {
    
}

.text-danger {
    
}

.text-success {
    
}