.offersButRedesigned{
    width: 114px;
}
.offer-title{
    color:#212529;
    font-weight: bold;;
}

.btn.btn-want-it{
    background-color:#FAF7F5;
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.4);
}

.btn.btn-want-it:hover{
    background-color:#F8AA5A;
    
}


.btn-category{
    color:#000;
    border: 1px solid #8F8E8E;
 
}

.btn-category:hover {
    color:#8F8E8E;
    border: 1px solid #8F8E8E;
}


 


.btn-category.offersButRedesigned{
    background-color:#fff;
}

.btn-category.offersButRedesigned.active{
    background-color:#b9b6b6;
    color:#fff;
}

.grid-item3{
    transition: all .1s ease-in-out; 
}

 
.grid-item3 .card-wrapper{
    transition: all .25s ease-in-out;

}

.grid-item3 .card-wrapper:hover{
    
    /* z-index: 99999;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);  */
    box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,.4)!important;
}

.card-wrapper a, .card-wrapper a:hover{
    
    color: #000;
    text-decoration: none !important;
  
}
 
.btn.btn-offer-addtocart{
    background-color:#F8AA5A;

} 
.offerPopHeader .modal-title {
    color: #1D6531;
}



.offerPopHeader{
    background-color:#37C35E;
}
.popover-body{
    font-family: PFHandbookPro;
    font-size:20px;
}
 

  .bs-popover-auto[x-placement^=top]>.arrow::after, .bs-popover-top>.arrow::after {
 
    border-top-color: rgba(194, 237, 206, 0.85) !important;
}

@media  screen and (max-width: 1200px){

}

@media  screen and (max-width: 1200px){
    #offers_tabs_container{
        display: none !important;
    }

    #mobile_offers_menu_container  .row h2{
        color: #383933 !important;
        padding-top:0px;
        padding-bottom:0px;
        font-size: 1.8rem !important;
    }

 
    #mobile_offers_menu_container .dropdown-toggle::after {
 
        vertical-align: middle;
   
    }  

    #mobile_offers_menu_container .pf__plain-general-cta-btn {
        padding: .275rem .75rem;
        height: auto;
 
    }

    #mobile_offers_menu_container .offers_dropdown .btn-title-active{
        color: #707070  !important;
        font-size: 1.6rem;
            min-width: 150px;

    }
 
    .grid-item3 {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}


@media  screen and (max-width: 575px){
#mobile_offers_menu_container .row:first-child{
    justify-content: space-between!important;
    padding-left: 1rem!important;
    padding-right: 1rem!important;
    /* flex-direction: column !important; */
} 

#mobile_offers_menu_container .row h2{
   /* margin: 0 ; */
   font-size: 1.7rem !important;
   /* padding-left:  .8rem!important;
   padding-right: .8rem!important; */
} 
#mobile_offers_menu_container .offers_dropdown .btn-title-active {
    font-size: 1.3rem;
    min-width: 150px;
    width: 173px!important;

}

}