* {
    padding: 0px;
    margin: 0px;
    font-family: niveau-grotesk, sans-serif;
}

body{
    background: #ebebeb;
}
   
li{
    list-style: none;
}
a{
    text-decoration: none;
}


.text-dark{
    color: #000000;
}


.img_4_cont > img{
    display: block;
    width: 100%;
    height: 232px;
    object-fit: cover;
}


.unchecked {
    color: #c7c7c7;
}


.sub_p > p {
    font-size: 16px;
    color: black;
    font-weight: 600;
    text-transform: capitalize;
    font-family: sans-serif;
    margin-bottom: 9px;
}


.Main_container {
    width: 1200px;
    margin: auto;
}

header {
    background: #000000;
    color: white;
    text-align: center;
    width: 100%;
    padding: 8px 0px;
}

header>p>a {
    color: white;
}

nav {
    display: flex !important;
    justify-content: space-around;
    align-items: center;
 
    padding: 10px 10px;
    background: white;
}


h2.category_heading {
    font-size: 25px;
    text-transform: capitalize;
}


.logo> a img {
    width: 165px;
}

img#mob_icon {
    display: none;
}

.search_bar  {
    width: 40%;
    margin: 0px 5px;
}

.search_bar > #main_search_form {
   
    display: flex;
    justify-content: center;
    align-items: center;
   
}

.input {
    width: 100%;
}

.search_bar> #main_search_form .input>input {
    font-family: 'niveau-grotesk', 'sans-serif';
    border: solid 1px #ebebeb;
    border-radius: 24px;
    background: #fff;
    font-size: 16px;
    color: #222;
    font-weight: 400;
    padding: 12px 23px 12px 17px;
    width: 100%;
}

.search_bar> #main_search_form .btn>button {
    border-radius: 60px;
    border: none;
    background: #000000;
    width: 34px;
    height: 34px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;


}

.material-symbols-outlined {
    font-size: 15px;

}

.nab_opt {
    margin: 0px 5px;
   
}


#nav {
    display: none;
}

.price{
    display: flex;
}

.nab_opt>ul {
    display: flex;
    justify-content: center;
   
}
.right-side{
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
}

.right-side > .right-submain > a > img {
    width: 120px;
    margin: 0px 10px;
    filter: brightness(1.5) hue-rotate(269deg);
}
.right-side > .right-submain-2 > a > img {
    margin: 0px 10px;
    width: 40px;
    filter: brightness(1.5) hue-rotate(269deg);
}

.nab_opt>ul>li {
    list-style: none;
    margin: 0px 5px;
}

.nab_opt>ul>li>a {
    text-decoration: none;
    color: white;
    font-size: 17px;
    font-weight: bold;
}

.img_Featured > img {
    width: 100%;
    height: 190px;
    object-fit: cover;
}



/* mobile css */
.main {
    /* display: none; */
    /* justify-content: center; */
    flex-direction: column;
    width: 200px;
    height: 100%;
    background: white;
    position: fixed;
    top: 0;
    left: -250px;
    right: 0;
    bottom: 0;
    z-index: 170;
    transition: 500ms;
}

.ul {
    margin: 0px 8px;
}

.ul>ul>li {
    list-style: none;
    padding: 7px;
    background: #00000036;
    margin: 7px 0px;
    border-radius: 5px;
}

.ul>ul>li>a {

    text-decoration: none;
    color: #000000;

}

/* navigation query  */

@media screen and (max-width:900px) {
    
    .logo>img {
        width: 80%;
    }

    .search_bar {
        width: 100%;
    }



    .icon {
        text-align: end;
       
    }

    #nav {
        display: block;
    }

    div#Mob_icon {
        /* position: fixed; */
        /* top: 20px; */
        /* right: 0; */
        margin: 10px;
    }

}

@media screen and (max-width:600px) {
  

    .logo> a img {
        display: none;
    }



    img#mob_icon {
        display: block;
          width: 32px;
    margin: auto;
    }

    #nav {
        font-size: 40px;
    }

    .s_cont{
        width: 50%;
    }
}

/* navigation end here  */

/* 1st cont start here  */
/* .main_1_cont {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    width: 100%;
    align-items: center;
    margin-bottom: 15px;
} */

.heading {

    text-align: left;
    margin: 20px 0px;
    background: white;
}

.flex_heading_line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 10px;
}
.show_more_div > a {
    color: #000000;
}

.btn_1_cont {
   
    text-align: end;
    margin: 0px 11px;
}

.btn_1_cont>a {
    font-weight: 600;
    padding: 10px 20px;
    border: solid 1px #222;
    border-radius: 8px;
    text-align: center;
    color: #222;
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    background: none;
    white-space: nowrap;
}


.verify_check{
    color:#15be53 ;
}

i.warning-triangle.fa.fa-exclamation-triangle {
    color: #ebb800;
}



.badge_check{
    color: #01adff;
}




.img_2_cont img {
    width: 100px;
    height: 150px;
    object-fit: contain;
}

/* 1st cont query  */
@media screen and (max-width:900px) {


    .heading>h1 {
        font-size: 25px;
    }

}

@media screen and (max-width:600px) {
    .main_1_cont {
        flex-direction: column;

    }

    .heading {
        
        text-align: center;
    }



    .btn_1_cont {
       
        text-align: center;
        margin-top: 15px;
    }


}


.today_card_parent_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    grid-auto-rows: minmax(100px, auto);
}

.today_card_single_parent_div {
    display: flex;
    background: white;
    padding: 10px;
    border-radius: 10px;
}



.brand_logo_img_div > img {
    width: 123px;
    height: 123px;
    object-fit: contain;
    border: 1px solid #dbdbdb;
    padding: 6px;
    border-radius: 10px;
}

.today_coupon_details_right_side {
    padding: 9px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.todays_action_area {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.show_code_btn_div {background: #c9c9c9;padding: 0px 11px 0px 0px;border-radius: 8px 8px 8px 8px;}

a.show_code_a_link_btn {
    display: block;
    background: #000000;
    padding: 10px;
    color: white;
    font-weight: bolder;
    border-radius: 8px 1px 33px 8px;
}

p.today_coupon_extra_slug {
    font-size: 16px;
    color: #838383;
}



.expiry_date_txt > p {
    font-size: 13px;
    color: #686868;
}



/* 1st cont end here  */

/* 2nd cont start here  */
.main_2_cont {
    /* display: flex;
    justify-content: center;
    flex-wrap: wrap; */
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
    grid-auto-rows: minmax(100px, auto);
}


.submain_2_cont {
    width: 100%;
    text-align: center;
    background:white;
    box-shadow: rgb(100 100 111 / 19%) 0px 1px 13px 0px;
  

}
.checked {
    color: orange;
  }
span.fa.fa-star {
font-size: 15px;
}
.img_2_cont {
    /* height: 200px; */
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    /* border-bottom: 1px solid #404040; */
    ;
}

.content_2_cont {
    margin: 0px 20px 15px 20px;
}


.product_card_div_in_store {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    grid-auto-rows: minmax(100px, auto);
}


@media screen and (max-width:950px) {
    /* .submain_2_cont {
        width: 30%;
    } */

    .main_2_cont {

    grid-template-columns: repeat(4, 1fr);

}


.promo-cart-main {

    grid-template-columns: repeat(2, 1fr) !important;
  
}

.product_card_div_in_store {
 
    grid-template-columns: repeat(4, 1fr);
   
}


}



@media screen and (max-width:790px) {
    .product_card_div_in_store {
        grid-template-columns: repeat(3, 1fr);
    }
   
    
}


@media screen and (max-width:700px) {
    /* .submain_2_cont {
        width: 100%;
    } */
  
    .logo> a img{
        width: 100px;
    }
    .right-side > .right-submain > a > img{
        width: 80px;
    }
    
    .right-side > .right-submain-2 > a > img{
        width: 20px;
        
    }

        .main_2_cont {

    grid-template-columns: repeat(3, 1fr);
}

}

@media screen and (max-width:500px) {
    .submain_2_cont {
        width: 100%;
    }

    .Main_container {
        width: 100%;
        margin: auto;
    }
    .right-side > .right-submain > a > img{
        display: none;
    }

        .main_2_cont {

    grid-template-columns: repeat(2, 1fr);
}

.product_card_div_in_store {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
}

.img_4_cont > img {
   
    height: 190px;
 
}

   
}

/* 2nd cont end here  */

/* 3rd container  */
.btn_3_cont {
    white-space: nowrap;
    text-align: end;
    margin: 0px 11px;
}
.btn_3_cont > a{

        color: black;
        font-weight: 600;

}
@media screen and (max-width:600px) {
    .btn_3_cont{
        text-align: center;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    
}


/* 4th container  */

/* 4th container  */
/* .main_4_cont {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
} */
.sub_4_cont {
    width: auto;
    border: solid 1px #e7e7e7;
    border-radius: 8px;
    /* padding: 6px 15px; */
    /* flex-basis: 230px; */
   
    margin-bottom: 20px;
    /* text-align: center; */
    background:white;
}
.article{
    /* padding: 5px 0px; */
    border: none;
}



.publist_date {
    display: flex;
    justify-content: space-between;
    margin: 9px 0px;
    align-items: center;
    font-size: 14px;
    color: #959595;
}


h2.heading_line {
    padding: 5px 0px;
    font-size: 25px;
}

.img_4_cont {
    /* width: 100px; */
    /* margin-bottom: 10px; */
    text-align: center;
}

.coupon_details {
    height: 100px;
    padding: 7px 11px;

}
.coupon_details > .price {
    display: flex;
    margin: 5px 0px;
    align-items: center;
    /* justify-content: center; */
}
.pricw-check{
    margin: 3px 0px;
    font-size: 13px;
    color: #6a6a6a;
}
.coupon_details > .price > .sp {
    margin-right: 5px;
}




.veri {
    margin: 5px 0px;
    text-align: left;
}

.veri p {
    font-size: 15px;
}


.p1{
    padding: 2px 0px;
}
.p2{
    padding: 2px 0px;
    height: 37px;
    overflow: hidden;
}
.p3{
    padding: 2px 0px;
    line-height: 6px;
}

.sp.p {
    font-weight: bold;
    font-size: 18px;
}

.p3 > p {
    font-size: 14px;
 
    margin: 6px 0px 0px 0px;
}

.p1>p {
    font-size: 25px;
    font-weight: 600;
    margin: 5px 0px;
}

.p2>p {
    color: #000000;
    font-size: 15px;
    margin: 5px 0px;
    font-family: sans-serif;
}
.p3 > p > a{
    color: #1d1d1d;
    font-weight: 600;
}
.btn_4_cont {
    padding: 11px 10px;
}
.veri {
    text-align: left;
}
.btn_4_cont > a button{
    font-family: freight-sans-pro,sans-serif; 
    font-weight: 600;
    padding: 8px 20px;
    border: 0;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    background: #000000;
    cursor: pointer;
    
}


.cate_title_div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0px;

}


.cate_title_div > p {
    font-size: 21px;
    font-weight: bold;
    text-transform: capitalize;
  
}


.show_more_a_link > a {
    color: #000000;
    font-size: 14px;
}



@media screen and (max-width:1200px) {
    
    .p3 > p > a {
        font-size: 10px;
    }
    
    .btn_4_cont > button{
        font-size: 10px;
        padding: 15px 20px;
    }

    .Main_body {
        padding: 0px 7px;
    }

   
    
}


    

@media screen and (max-width:500px) {
    .sub_4_cont
    {
  
        margin-right: 0px;
    
}
    
}



/* 8th container  */
/* .main_8_cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
} */

.sub_8_cont {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    justify-content: space-around;
}
.shop_name {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.shop_name > a {
    margin: 8px 8px;
}


.blog_details{
    padding: 6px 8px;
} 
/* .sub_8_cont {
    margin: 20px;
    width: 29%;
} */


.s_cont {
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 20px 0px;
    width: 33%;
}

.img_8_cont img {
    width: 76px;
    height: 75px;
    object-fit: contain;
}


.s_cont {
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 20px 0px;
}


@media screen and (max-width:600px) {

    .s_cont{
        width: 50%;
    }

    .submain_2_cont {
       
        margin: 0px 0px;
    }

}


@media screen and (max-width:400px) {

    .s_cont{
        width: 100%;
    }
    .nab_opt>ul>li>a {
     
        font-size: 14px;
        font-weight: bold;
    }
}

.img_8_cont {
    border: 1px solid #e6e6e6;
    margin-right: 10px;
}
p.head {
    font-size: 18px;
    color: black;
    font-weight: bold;
}
p.content {
    font-size: 12px;
    font-weight: 600;
    color: #999999;
}

@media screen and (max-width:600px) {
    .sub_8_cont {
        width: 100%;
    }
    
}


/* footer start here  */
footer {
    display: flex;
    flex-direction: column;
    background: white;
    padding: 26px 0px;
    margin-top: 50px;
}

.footer-sub {
    display: flex;
    justify-content: space-between;
}
.footer-left {
    display: flex;

}
.ul2 {
    text-align: left;
    margin: 11px;
}
.ul2 > ul{
    line-height: 30px;
}
.ul2 > ul > li > a{
    color: #b7b7b7;
}
.footer-right {
    width: 50%;
    color: #b7b7b7;
}

.footer-right > p {
    padding: 10px;
}
.footer-right > a > img{
    width: 300px;
}
.footer-sub-2 {
    display: flex;
    align-items: center;
}
.footer-img {
    width: 50%;
    text-align: left;
    padding: 20px;
}
.footer-img > img {
    width: 20%;
}
.footer-para {
    width: 50%;
    text-align: right;
    padding: 20px;
    color: #b7b7b7;
    
}

@media screen and (max-width:1200px) {
    header{
        position: unset;
    }
    .Main_container{
        width: 100%;
    }
}

@media screen and (max-width:900px) {
    .footer-sub{
        flex-direction: column;
    }
    .footer-left{
        width: 100%;
        justify-content: center;
    }
    .footer-right{
        width: 100%;
        text-align: center;
    }
    .footer-img > img {
        width: 50%;
    }
    .footer-para > p{
        font-size: 12px;
    }
    .footer-right > a > img{
        width: 300px;
    }

    .today_card_parent_grid {

        grid-template-columns: repeat(1, 1fr);
    }

    
}


@media screen and (max-width:650px) {
  

}


@media screen and (max-width:500px) {
    .footer-img > img {
        width: 100%;
    }

    .brand_logo_img_div > img {
        width: 90px;
        height: 90px;
    }

    .todays_action_area {
        display: block;
    }
    a.show_code_a_link_btn {
        text-align: center;
    }
    .show_code_btn_div {

        margin-bottom: 6px;
    }

}







.view-btn > button {
    background: white;
    border: none;
    width: 100%;
    padding: 15px 8px;
    margin: 11px 0px;
    font-size: 15px;
    cursor: pointer;
}


p.result_0_icon {
    font-size: 250px;
    text-align: center;
    color: #dbdbdb;
}

.coupon_not_text{
    font-size: 42px;
font-family: sans-serif;
font-weight: bold;
text-align: center;
margin: 0px;
color: #dbdbdb;
}

.coupon_not_found {
    margin: 0px 0px 85px 0px;
}




.show_coupon_link{
    cursor: pointer;

}