/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Sep 24, 2020, 5:53:52 PM
    Author     : Expert
*/

#loader {
    border: 6px solid #dedede;
    border-radius: 50% !important;
    border-top: 6px solid #3498db;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.preload {
    width: 100px;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99;
    display: none;
}

.product_thumb {
    background-color: #F4F4F4 !important;
}

@media screen and (min-width: 750px) {
    li ul.categories_mega_menu {
        display: block !important;
    }
}

.mini_cart {
    overflow: auto;
}

.product_big_img {
    height: 450px;
}

/* Medium devices (landscape tablets, 992px and up) */
@media only screen and (min-width: 992px) {
    .categories_menu_toggle ul li ul.categories_mega_menu > li:first-child {
        padding-left: 15px !important;
    }
}

