p.df-error {
    display: none !important;
}
.df-branding {
    display: none !important;
}
.df-sort-select select{
        display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.df-header-title span{
        font-size: 18px;
}

/*.df-aside__content::-webkit-scrollbar-track,.df-results::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.df-aside__content::-webkit-scrollbar,.df-results::-webkit-scrollbar
{
  width: 12px;
  background-color: #F5F5F5;
}

.df-aside__content::-webkit-scrollbar-thumb,.df-results::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #212529;
}
:root{
        scrollbar-color: rgb(74, 74, 74) rgb(221, 221, 221) !important;
  scrollbar-width: thin !important;
}*/
.df-suggestion {
    background-color: #f7f7f7;
    border-radius: 30px !important;
}
.df-panel__title {
    background-color: aliceblue !important;
    border-radius: 30px;
}
.df-fullscreen {
    font-family: Barlow,sans-serif!important;
}
.df-card__title{
/*text-transform: lowercase;*/
}
.df-fullscreen .df-card__price--new {
    color: #001f5d !important;
}
.df-term__value {
    /*text-transform: lowercase !important;*/
}
.df-fullscreen .df-card{
    transition: transform .5s linear;
    -o-transition: transform .5s linear;
    -ms-transition: transform .5s linear;
    -moz-transition: transform .5s linear;
    -webkit-transition: transform .5s linear;
}
.df-fullscreen .df-card:hover {
    background-color: #fff !important;
    box-shadow: 0px 13px 32px 0px rgb(0 0 0 / 28%);
    transition: transform .4s ease;
    transform: scale(1.1);
}
.df-card__image{
    height: auto !important;
}
.df-card__image img {
    width: 100% !important;
    aspect-ratio: 8/9;
}