:root {
    --primary-color: #1455ac;
    --app-color: #7AB333;
    --secondary-color: #337AB3;
    --text-color: #333;
}

.loader {
    border: 6px solid #D1D8C5;
    border-radius: 50%;
    border-top: 6px solid var(--app-color);
    border-bottom: 6px solid var(--app-color);
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display: none;
    /* Hide loader initially */
    position: fixed;
    top: 45%;
    left: 44%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    /* Ensure it is above other elements */
}

@media (min-width: 991px) {
    .loader {
        border: 9px solid #D1D8C5;
        border-top: 9px solid var(--app-color);
        border-bottom: 9px solid var(--app-color);
        width: 70px;
        height: 70px;
        top: 48%;
        left: 48%;

    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.cz-countdown-days {
    color: white !important;
    background-color: rgb(0, 34, 128);
    padding: 0px 6px;
    border-radius: 3px;
    margin-right: 3px !important;
}

.cz-countdown-hours {
    color: white !important;
    background-color: rgb(0, 34, 128);
    padding: 0px 6px;
    border-radius: 3px;
    margin-right: 3px !important;
}

.discount-top-f {
    text-align: end;
    /* margin-top: 5px; */
    margin-bottom: 5px;
}

.cz-countdown-minutes {
    color: white !important;
    background-color: rgb(0, 34, 128);
    padding: 0px 6px;
    border-radius: 3px;
    margin-right: 3px !important;
}

.cz-countdown-seconds {
    color: rgb(0, 34, 128);
    border: 1px solidrgb(0, 34, 128);
    padding: 0px 6px;
    border-radius: 3px !important;
}

.flash_deal_product_details .flash-product-price {
    font-weight: 700;
    font-size: 18px;
    color: rgb(0, 34, 128);
}

.for-discoutn-value {
    background: rgb(0, 34, 128);

}

.featured_deal_left {
    height: 130px;
    background: rgb(0, 34, 128) 0% 0% no-repeat padding-box;
    padding: 10px 100px;
    text-align: center;
}

.featured_deal {
    min-height: 130px;

}

.category_div:hover {
    color: rgb(0, 34, 128);
}

.deal_of_the_day {
    /* filter: grayscale(0.5); */
    opacity: 1;
    background: rgb(0, 34, 128);
    border-radius: 3px;
}

.deal-title {
    font-size: 12px;

}

.for-flash-deal-img img {
    max-width: none;
}


/*start*/
.product-title1 {
    font-size: 19px !important;
}

.flash_deal {
    height: auto;
    padding-bottom: 10px;
    margin-bottom: 11px;
}

.category-slide,
.brand-slide,
.product-slide,
.flash-deals-slide {
    visibility: visible;
}

.category-slide.slick-initialized,
.brand-slide.slick-initialized,
.product-slide.slick-initialized,
.flash-deals-slide.slick-initialized {
    visibility: visible;
}

.product-slide .slick-arrow {
    top: 43%;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    width: 25px;
    height: 25px;
    background: var(--main);
    text-indent: -90000px;
    margin-top: -14px;
    border: 0;
    color: #fff;
    z-index: 3;
}

button.slick-next.slick-arrow {
    right: 0;
}

button.slick-prev.slick-arrow {
    left: 0;
}

button.slick-prev.slick-arrow:before {
    content: "\f104";
    padding-right: 2px;
}

button.slick-next.slick-arrow:before {
    content: "\f105";
    padding-left: 3px;
}

button.slick-prev.slick-arrow:before,
button.slick-next.slick-arrow:before {
    font-family: 'FontAwesome';
    text-indent: 0;
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    color: white;
    width: 100%;
    height: 100%;
    line-height: 22px;
    font-weight: 700;
    font-size: 1.4rem;
    text-align: center;
}

.slick-slide img {
    margin-left: auto;
    margin-right: auto;
}

.col-lg-2.col-md-3.home-sidebar.pr-md-1 {
    max-height: 465px;
}

.home-sidebar ul.dropdown-menu.d-block {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    box-shadow: none;
    z-index: 3;
    border: 1px solid #e3e9ef;
    border-radius: .1px;
    padding: 0;
    min-width: auto !important;
}

.home-sidebar .dropdown-menu>.dropdown>.dropdown-toggle {
    position: relative;
    padding-right: 1.95rem;
}

.home-sidebar .dropdown-menu>.dropdown>.dropdown-toggle::after {
    display: inline-block;
    margin-left: .23375em;
    vertical-align: .23375em;
    content: "";
    border-top: .275em solid transparent;
    border-right: 0;
    border-bottom: .275em solid transparent;
    border-left: .275em solid
}

.home-sidebar .dropdown-menu>.dropdown>.dropdown-toggle:empty::after {
    margin-left: 0
}

.home-sidebar .dropdown-menu>.dropdown>.dropdown-toggle::after {
    position: absolute;
    display: block;
    top: 50%;
    right: 1rem;
    margin-top: -.3em
}

.home-sidebar .dropdown-item {
    padding-left: .35rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid #e3e9ef;
}

.home-sidebar .dropdown-menu>.dropdown:last-child>a {
    border-bottom: 0;
}

.banner_card {
    box-shadow: none;
    border: 0;
    border-radius: 0;
}

.home-sidebar .dropdown-menu>.dropdown>.dropdown-toggle {
    position: relative;
    padding-right: 1.95rem
}

.home-sidebar .dropdown-menu>.dropdown>.dropdown-toggle::after {
    display: inline-block;
    margin-left: .23375em;
    vertical-align: .23375em;
    content: "";
    border-top: .275em solid transparent;
    border-right: 0;
    border-bottom: .275em solid transparent;
    border-left: .275em solid
}

.home-sidebar .dropdown-menu>.dropdown>.dropdown-toggle:empty::after {
    margin-left: 0
}

.home-sidebar .dropdown-menu>.dropdown>.dropdown-toggle::after {
    position: absolute;
    display: block;
    top: 50%;
    right: 1rem;
    margin-top: -.3em
}

.home-sidebar .dropdown-menu>.dropdown .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    width: auto;
    margin-top: -.5rem;
    margin-right: 0;
    margin-left: -.25rem;
    background-color: #fff
}

.home-sidebar .dropdown-menu>.dropdown:hover>.dropdown-menu {
    -webkit-animation: fade-in .25s ease-in-out;
    animation: fade-in .25s ease-in-out
}

.home-sidebar .dropdown-menu .dropdown:hover>.dropdown-menu {
    display: block;
    border: 2px;
    -webkit-animation: slide-up .25s ease-in-out;
    animation: slide-up .25s ease-in-out
}

.featured_deal_left {
    background-color: var(--accent);
}

.deal_of_the_day {
    background-color: var(--main);
}

.view_border {
    margin-top: -46px;
}

.brand_div img {
    max-height: 100%;
}

.banner_type_mobile {
    display: block !important;
}

@media (min-width: 992px) {
    .footer_banner_img {
        height: 118px !important;
    }

}

@media only screen and (min-width:320px) and (max-width:780px) {
    .banner_type_mobile {

        display: none !important;
    }
}

/*end*/
@media (max-width: 375px) {
    .cz-countdown {
        display: flex !important;

    }

    .cz-countdown .cz-countdown-seconds {

        margin-top: -5px !important;
    }

    .for-feature-title {
        font-size: 20px !important;
    }


}

@media (max-width: 600px) {
    .flash_deal_title {
        font-weight: 600;
        font-size: 18px;
        text-transform: uppercase;
    }

    .cz-countdown .cz-countdown-value {
        font-family: "Roboto", sans-serif;
        font-size: 11px !important;
        font-weight: 700 !important;
    }

    .featured_deal {
        opacity: 1 !important;
    }

    .cz-countdown {
        display: inline-block;
        flex-wrap: wrap;
        font-weight: normal;
        margin-top: 4px;
        font-size: smaller;
    }

    .view-btn-div-f {

        margin-top: 6px;
        float: right;
    }

    .view-btn-div {
        float: right;
    }

    .viw-btn-a {
        font-size: 10px;
        font-weight: 600;
    }


    .for-mobile {
        display: none;
    }

    .featured_for_mobile {
        max-width: 95%;
        margin-top: 20px;
    }
}

@media (max-width: 360px) {
    .featured_for_mobile {
        max-width: 96%;
        margin-top: 11px;
    }

    .featured_deal {
        opacity: 1 !important;
    }
}

@media (max-width: 375px) {
    .featured_for_mobile {
        max-width: 96%;
        margin-top: 11px;
    }

    .featured_deal {
        opacity: 1 !important;
    }

    .for-iphone-mobile {
        margin-left: 2%;
    }
}

@media (min-width: 768px) {
    .displayTab {
        display: block !important;
    }
}

@media (max-width: 800px) {
    .for-tab-view-img {
        width: 40%;
    }

    .for-tab-view-img {
        width: 105px;
    }

    .widget-title {
        font-size: 19px !important;
    }
}

.featured_deal_carosel .carousel-inner {
    width: 100% !important;
}


@keyframes shake {
    0% {
        transform: translate(1px, 1px);
    }

    25% {
        transform: translate(-1px, -2px);
    }

    50% {
        transform: translate(-3px, 0px);
    }

    75% {
        transform: translate(1px, 2px);
    }

    100% {
        transform: translate(1px, -1px);
    }
}

.cart-shake {
    animation: shake 0.4s;
}