.wrap_pdp{
    padding: 1em 0;
    border-top: 1px solid #ddd;
}
.wrap_pdp:first-child{    
    border-top: none;
    padding-top: 0px;
}
.img_pdp{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.description_pdp{
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: start;
}
.price_pdp{
    color: #013A78;
    font-size: 1.3em;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.img_pdp img{
    height: 50px;
    width: auto;
}
#dropdownResults .tab-pane.active{
    max-height: 50vh;
    overflow-y: scroll;
    overflow-x: hidden;
}
.wrap_loading_search{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgb(247, 245, 242,0.6);
    z-index: 1;
}
.wrap_loading_search img{
    position: absolute;
    top: calc(50% - 49px);
    left: calc(50% - 49px);
    width: 98px;
    height: 98px;
}
.filter_dtc .wrap_loading_search img{
    top: 5%;
}
.pager{
    position: relative !important;
    margin: auto !important;
    text-align: center;
    width: 100%;
}
.tabs_to_search{
    background: #F7F6F2;
    /*border: none !important;*/
}
.tabs_to_search li{
    display: flex;
    flex:1;
    margin-bottom: 0px !important;
}
.tabs_to_search a{
    width: 100%;
    border: none !important;
    text-align: center;
}
.tabs_to_search a.active{
    background: #F7F6F2 !important;
    position: relative;
    
}
.tabs_to_search a.active:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 60%;
    height: 3px;
    background-color: #a5a5a5;
}
.search_result{
    padding: 15px !important;
    border-bottom: 1px solid #ddd;
    box-shadow: none !important;
}