:root{
    
}
.bg-color{
    background-color:#666 !important;
}
.btn-outline-accent {
    border-color: #f56505;
    }
.cz-countdown-days {
            color: white !important;
            background-color: #f56505;
            padding: 0px 6px;
            border-radius: 3px;
            margin-right: 3px !important;
        }

        .cz-countdown-hours {
            color: white !important;
            background-color: #f56505;
            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: #f56505;
            padding: 0px 6px;
            border-radius: 3px;
            margin-right: 3px !important;
        }

        .cz-countdown-seconds {
            color: #f56505;
            border: 1px solid#f56505;
            padding: 0px 6px;
            border-radius: 3px !important;
        }

        .flash_deal_product_details .flash-product-price {
            font-weight: 700;
            font-size: 18px;
            color: #f56505;
        }

        .for-discoutn-value {
            background: #f56505;

        }

        .featured_deal_left {
            height: 130px;
            background: #f56505 0% 0% no-repeat padding-box;
            padding: 10px 100px;
            text-align: center;
        }

        .featured_deal {
            min-height: 130px;

        }

        .category_div:hover {
            color: #179e05;
        }

        .deal_of_the_day {
            /* filter: grayscale(0.5); */
            opacity: 1;
            background: #179e05;
            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: hidden;}
.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%;
}
@media (min-width: 992px){
.footer_banner_img {
    height: 118px !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) {
            #extrabannerProElse{
                display:none;
            }
            .displayTab {
                display: block !important;
            }
        }

        @media (max-width: 800px) {
            #extrabannerPro{
                display:none;
            }
            #extrabannerProElse{
                display:inline;
            }
            .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;
        }



body {
    font-family: 'Poppins', sans-serif;
    /* background-color: var(--bs-gray-100); */
}
/*footer-device-mobile*/
.footer-device-mobile {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background-color: #fff;
	border-top: 1px solid #eee;
	display: none;
}
.footer-device-mobile-item {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.footer-device-mobile .wapper {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.footer-device-mobile-item > a {
	display: inline-block;
	padding: 5px 0;
	color: #222;
	line-height: normal;
}
.footer-device-mobile-item > a .icon {
	font-size: 20px;
	display: block;
	position: relative;
	height: 30px;
	line-height: 30px;
	font-weight: 700;
}
.footer-device-mobile-item.device-cart .count-icon {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	border-radius: 50%;
	color: #ffffff;
	font-weight: 700;
	display: inline-block;
	position: absolute;
	top: 0;
	right: -10px;
	font-size: 12px;
}
.page-item.active .page-link
{
    background-color: #f56505;
}
.ci-search{
    background:#F5202d;
    padding: 14px;
    margin-right: 0px !important;
    border-top-right-radius: 5px;
    color: white !important;
    border-bottom-right-radius: 5px;
}
.ftext .pt-1 .mb-0{
    font-size:".8rem !important";
}
.section-title-text span:after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    background: black;
}

body #tns3-iw,
body #tns4-iw {
    margin: 0px 0px !important;
}
body #tns4 > .tns-item {
    padding-bottom: 10px;
    padding-right: unset;
}
h2.fancy {
    text-align: center;
    width: 100%;
    font-weight: bold;
}

h2.fancy:before,
h2.fancy:after {
    background-color: #333;
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 5%;
}
.main{
    color: #f5202d !important;
    font-size: 20px;
    font-weight: 800 ;
    padding-top: 11px !important;
    padding-left: 20px !important;

}



.fs-base {
    font-size: 1rem !important;
    overflow: hidden;
    height: 60px;
    
}
.Mtext {
    font-size: 18px;
}
.main-img {
    border-radius: 8px;
    max-width: 30px;
}
h2.fancy:before {
    right: 0.5em;
    margin-left: -50%;
}

h2.fancy:after {
    left: 0.5em;
    margin-right: -50%;
}
#tns3 > .tns-item a {
    background: #f6f9fc;
    border: 1px solid #e2f0fc;
}
.card-header{
    background-color: var(--bs-gray-100);
}
.navbar-stuck-menu{
    background-color: #03989E;
}
.navbar-tool .navbar-tool-label {
    background-color: #F5202d;
}
.navbar-light .nav-item.active .nav-link:not(.disabled)>i, .navbar-light .nav-item.show .nav-link:not(.disabled)>i, .navbar-light .nav-item.dropdown .nav-link:focus:not(.disabled)>i, .navbar-light .nav-item.active .nav-link:not(.disabled), .navbar-light .nav-item.show .nav-link:not(.disabled), .navbar-light .nav-item.dropdown .nav-link:focus:not(.disabled){
    color: white;
}
.navbar-light .navbar-nav .nav-link,
.navbar-light .nav-link>i {
    color: white;
}
.navbar-light .nav-item:hover .nav-link:not(.disabled), .navbar-light .nav-item:hover .nav-link:not(.disabled)>i{
    color:white;  
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus{
  color:white;  
}
.product-title>a:hover{
    color: #f56505;
}
.btn-accent {
    color: #fff;
    background-color: #03989E;
    border-color: #03989E;
    box-shadow: unset;
}
.btn-check:checked+.btn-outline-accent, .btn-check:active+.btn-outline-accent, .btn-outline-accent:active, .btn-outline-accent.active, .btn-outline-accent.dropdown-toggle.show {
    color: #fff;
    background-color: #f56505;
    border-color: #f56505;
}
a {
    color: #967ADC;
    text-decoration: none;
}

.text-success {
    color: #967ADC !important;
}

#tns2  .tns-item {
    margin: 5px;
    background: #fcfcfc no-repeat padding-box;
    border: 3px solid #03989E;
    border-radius: 12px;
    opacity: 1;
    padding: 12px;
    padding-right: 5px;
}
#tns2  .tns-item:hover {
    transition: 0.3s;
    margin: 7px;
    border: 3px solid #03989E;
    border-radius: 20px;
    opacity: 0.6;
    box-shadow: 3px 3px 5px rgb(0, 4, 5);
  }
  .product-card:hover {
    border-color:#03989E;
    border: 3px solid;
    /*box-shadow: 3px 3px 5px rgb(0, 4, 5);*/
  }
  

.product-card button.btn.btn-primary{
    background-color: #03989E;
    border-color:#03989E;
}

.w-40{
    width: 40% !Important;
}
.file-drop-area a,.file-drop-area h3 {
    color: #f5202d;
}
del.old-price {
    color: #03989e;
}

.page-item.active .page-link {
    background-color: #f5202d;
}
.widget h3 {
    color: #f5202d !important;
}
.widget .btn-outline-accent {
    color: #f5202d;
}
@media(max-width: 767.98px) {
    .w-sm-100{
        width: 100% !important;
    }
}