




*{
    padding: 0px;
    margin: 0px;
}
.brandimg > img {
    width: 128px;
    margin-right: 9px;
    margin-bottom: 11px;
    height: 68px;
    object-fit: contain;
}

.brand-detail {
    display: flex;
  
    background: white;
    padding: 20px;
  
    margin: 30px 0px;
}
.container-one {
    width: 100%;
    margin-right: 18px;

}
.brand-title > p {
    font-size: 20px;
    font-weight: 600;

}
.brand-web > a{
    color: #8b8f93 ;
}
.sub-container1 {
    display: flex;
}

.brand-content > p{
    color: #8b8f93 ;
}
.container-two {
    width: 100%;
    /* margin: 20px 0px; */
}


.promo-cart-main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    grid-auto-rows: minmax(100px, auto);
}
.promo-flex-container {
    display: flex   ;
}
.promo-main-1 {
    width: 20%;
}
.ul-promo {
    margin: 20px 0px;
}
.ul-promo > ul > li {
    padding: 5px 0px;
    white-space: nowrap;
}
.ul-promo > ul > li > a{
    color: #555;
}

a.clear_filter {
    color: #d70404 !important;
    font-size: 13px;
}

.search-cart-img > img {
    width: 112px;
    height: 60px;
    object-fit: cover;
}

.promo-main-2 {
    width: 100%;
}
.promo-cart {
    width: auto;
    padding: 30px 10px;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
    border-radius: 10px;
    background: white;
}
.top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px;
}
.dis > h2{
    color: black;
    margin-right: 10px;
}

.btn-top > .unverify{
    background-color: #fdf2d9;
    color: #f0a800;
    border: none;
    border-radius: 20px;
    padding: 5px 8px;
}


.btn-top > .verify{
    background-color: #d9fde4;
    color: #027c00;
    border: none;
    border-radius: 20px;
    padding: 5px 8px;
}


.btn-top > .Expired{
    background-color: #a5000038;
    color: rgb(168, 0, 0);
    border: none;
    border-radius: 20px;
    padding: 5px 20px;
}




.search-heading {
    padding: 18px 0px;
    text-align: center;
}




.btn-top > .badge{
    background-color: #00d0ff33;
    color: #00c4ff;
    border: none;
    border-radius: 20px;
    padding: 5px 20px;
}
.search-content {
    padding: 10px 10px;
    margin-bottom: 40px;
}
.search-content > p{
    color: black;
}
.coupen-btn {
    text-align: end;
}
.coupen-btn > a{
    font-family: freight-sans-pro,sans-serif;
    font-weight: 600;
    padding: 15px 32px 15px 20px;
    border: 0;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    background: #000000;
    height: 15px;
}
.last-cart {
    padding: 10px 10px;
    display: flex;
    justify-content: space-between;
}
.sub-last > p{
    font-size: 11px;
}

.sub2-last > p{
    font-size: 12px;
}
.promo-btn{
    width: 100%;
    text-align: center;
}
.promo-btn > button{
    width: fit-content;
    padding: 12px 16px;
    border: none;
    background: black;
    margin: 14px 0px;
    cursor: pointer;
    color: white;
    border-radius: 6px;
}



.btn--code--corner {
    position: relative;
    background: #303030;
    transition: 50ms;
    border-bottom: 25px solid #e5e5e5;
    border-left: 25px solid transparent;
    pointer-events: none;
    border-top-left-radius: 8px;
    height: 0px;
    right: 0;
    left: 140px;
    bottom: 11px;
    width: 0px;
    border-left-width: 25px;
    border-bottom-width: 25px;
    border-radius: 8px 0px 7px 0px;
    
    
}

.coupen-btn > a:hover .btn--code--corner {
    
    height: 4px;
    right: 0;
    left: 134px;
    bottom: 15px;
    width: 0px;
    border-left-width: 31px;
    /* border-bottom-width: 30px; */
}


.dis {
    display: flex;
}


.promo-main-heading > h1 {
    padding: 22px 0px;
}


.tergetall{
    display: none;
}


/* popup_code  */


.code_popup {
    background: white;
    border-radius: 30px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    padding: 24px;
    z-index: 180;
    text-align: center;
    width: 450px;
    transition: 280ms;
}


.popup_head > i {
    font-size: 22px;
    background: #9f9f9f47;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: black;
    cursor: pointer;
}


.popup_store_img img {
    width: 214px;
    border: 1px solid #e7e7e7;
}


.popup_title p {
    margin: 18px 0px;
    font-size: 19px;
    font-weight: bold;
}


.popup_code {
    margin: 30px 0px;
}

.guide_notif > p {
    font-size: 13px;
    background: #646464;
    
    display: inline-block;
    padding: 7px 12px;
    border-radius: 15px;
    color: white;
}

.popup_head {
    margin-bottom: 24px;
}
p.popup_coupon_code {
    margin: 18px 0px;
    background: #f3f3f3;
    display: inline-block;
    padding: 17px 16px;
    font-size: 37px;
    font-family: sans-serif;
    font-weight: bold;
    border: 2px #d7d7d7 dashed;
    border-radius: 9px;
}


.copy_btn > button {
    background: #ed1f24;
    border: none;
    padding: 7px 10px;
    border-radius: 8px;
    color: white;
    cursor: pointer;
}

.store_link > a {
    background: #000000;
    padding: 10px;
    display: inline-block;
    color: white;
    border-radius: 8px;
    font-size: 21px;
}

.code_use_guied > p {
    margin: 24px 0px;
    padding: 0px 55px;
}


/* end popup_code  */


.bg_opacity {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000000b8;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 175;
}



.popup_coupon_copy_show_code {
    display: flex;
    justify-content: end;
    align-items: center;
}


.show_code_and_copybtn {
    display: flex;
    background: #f1f1f1;
    padding: 11px 8px;
    border-radius: 7px;
    align-items: center;
}


.show_code {
    margin: 0px 31px;
    font-size: 18px;
    font-weight: bold;
}


.show_copy_btn > button {
    border: none;
    padding: 9px 17px;
    background: #000000;
    color: white;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
}





.deals_div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.deal_brand_logo > img {
    width: 107px;
    height: 58px;
    object-fit: cover;
}



.faq_section {
    margin: 43px 0px;
}



.faq_title {
    margin: 16px 0px;
    text-align: center;
}

.qaBox {
    background: white;
    padding: 36px;
}

.qaBox p {
    line-height: 31px;
}


.qaBox h3 {
    margin: 10px 0px;
    font-size: 21px;
}

.qaBox li {
    list-style: inside;
}



.brand-rating {
    display: flex;
    align-items: center;
    margin: 4px 0px;
}


.rating_stars {
    display: flex;
    
}

.total_rating {
    margin: 0px 7px;
}

.single_start {
    font-size: 19px;
    color: #d1d1d1;
}



i.fa.fa-star.active_star {
    color: #f3bc22;
}


button.add_rating_btn_clas {
    background: black;
    color: white;
    padding: 5px 7px;
    border-radius: 9px;
    cursor: pointer;
}


.show_rating_div {
    margin: 20px 0px;
    display: none;
}


.send_rating_stars {
    display: flex;
    justify-content: center;
    margin: 10px 0px;
}


.send_single_start {
    font-size: 47px;
    color: #d9d9d9;
    cursor: pointer;
}


.send_single_start:hover {
  
    color: #afafaf;
}


.thumbs_up_thank {
    font-size: 38px;
    color: green;
    font-weight: bold;
}



.related_cate_d-flex {
    display: flex;
    align-items: center;
}


.single_related_cate {
    background: #e7e7e7;
    margin: 0px 6px;
    padding: 8px 14px;
}


a.related_cate_a {
    color: #5e5e5e;
    text-transform: capitalize;
}




.show_realated_categort {
    margin-top: 11px;
}


/* media query  */
@media screen and (max-width:900px) {
    .promo-flex-container{
        flex-direction: column;
    }
    
    .promo-cart-main{
        flex-direction: column;
        width: 100%;
    }

    .btn--code--corner{
       
        bottom: 10px;
    }


   
}


@media screen and (max-width:600px) {

    .brand-web {
        width: 150px;
        overflow: hidden;
    }

    .sub-container1 {
        display: block;
    }

    .qaBox {
        background: white;
        padding: 20px 15px;
    }

    .search-heading {
        padding: 7px 0px;
        text-align: center;
    }


    .search-heading > h1 {
        font-size: 20px;
    }

    .brandimg > img {
        width: 137px;
        margin-right: 9px;
        margin-bottom: 11px;
        height: 91px;
        object-fit: contain;
    }


    .brand-sub-detaial {
        margin-bottom: 19px;
    }


    .brand-web > a {
        color: #8b8f93;
        white-space: nowrap;
    }

    .promo-cart-main{
            display: block !important;
    }

    .promo-cart {
        
        margin: 15px 0px;
    }

    .brand-detail{
        display: block;
    }

    .container-two {
       
        margin: 20px 0px;
    }

    .container-one {
        
        margin: 0px;
    
    }

    .code_popup {
        width: 85%;
    }

    .code_use_guied > p {
       
        padding: 0px 2px;
    }


    .code_popup {
     
        position: fixed;
        transform: scale(0);
        padding: 24px;
        width: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 21px 7px;
        overflow-y: scroll;
    }

    .dis {
        display: block;
    }
   
}


