.select2 {
width:30%!important;
height:30px!important;
}
.select2-results__option {
   font-size:12px;
  font-family:'Noto-Bold';  
}
@media only screen and (max-width:600px){
    .select2 {
width:100%!important;
margin:5px 0!important;
}
}
.select2-search__field::placeholder {
  color: black;
  font-size:12px;
  font-family:'Noto-Bold';
  padding: 0 2%;
}
.select2-container .select2-search--inline .select2-search__field {
    line-height: 1.9;}
.select2-container--default .select2-selection--multiple {
    border: 1px solid gray!important;
    border-radius: 20px!important;
    padding:0!important;}
#selected-items, #selected-items2{
 color: black;
    font-size: 12px;
    font-family: 'Noto-Bold';
    padding: 0 3%;
    line-height: 2.5;
    height: 30px;
    width: 94%;
}

.home-header{
    width:100%;
    text-align:center;
    position:relative;
    height: auto;
    margin-top:20px;
}
.home-header-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 53px;
    z-index: 1;
}
.home-header-img2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 53px;
    z-index: 1;
}


.home-header h1 {
    font-size: 43px;
    text-align: center;
    color: #07ACA6;
    font-family: "Noto-Bold";
}

.offers-card {
    width: 98%;
    height: 37vw;
    position: relative;
    box-shadow: 7px 7px 5px #00000033;
    margin-bottom: 10%;
}

.tag-cont {
    width: 5em;
    height: 94px;
    position: absolute;
    top: 0%;
    right: -1%;
}
.sale-tag {
    top: 6%;
    left: 3%;
    position: absolute;
    width: 100%!important;
    z-index: 10;
}
.sale-amount {
    position: absolute;
    font-size: 1.5em;
    top: 46%;
    left: 37%;
    z-index: 11;
    color: white;
    transform: rotate(-44deg);
}
.offers-card .header-img {
    display: inline-block!important;
    width: 60%!important;
    margin-left: 20%;
    border-radius: 50%;
    margin-top: 15%;
    object-fit: cover;
    height: 36%;
}
.offers-card h2 {
    width: 100%;
    text-align: center;
    color: #07aCA6;
    font-size: 20px;
    margin-top: 5%;
    font-family: "Noto-Bold";
    height:38px;
    overflow:hidden;
}
.offers-card p {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
    height: 20%;
    text-align: center;
    color: #555559;
    font-size: 12px;
    margin-top: 5%;
    margin-left: 5%!important;
    margin-bottom: 7%!important;
    font-family: "Noto-Regular";
    line-height: 1.5;
    max-width:360px;

}

.offers-card a {
    display: inline-block;
    width: 66%;
    height: 35px;
    text-align: center;
    background-image: linear-gradient(#07aCA6,#008980);
    color: white;
    font-size: 12px;
    border: 0;
    border-radius: 55px;
    margin-left: 17%;
    margin-bottom: 10%;
    font-family: "Noto-Bold"!important;
    line-height: 3;
    text-decoration: none;
}
#home-offers,#articles-offers{
    width:70%;
    margin:0 auto;
    margin-top:30px;
}

.left-arrow{
    position:absolute;
    top:40%;
    left:-2.5%;
    transform:translate(-40%,-2.5%);
}
.right-arrow{
    position:absolute;
    top:40%;
    right:-4.5%;
    transform:translate(-40%,-4.5%);
}


.articles-home-card {
    width: 96%;
    height: 30vw;
    padding:1%;
    position: relative;
    box-shadow: 5px 5px 5px #00000033;
}
.article-home-black-cover {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}
.articles-home-card img {
    position: absolute;
    width: 100%!important;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
    z-index: 1;
}
.articles-home-card h2 {
    width: 64%;
    text-align: right;
    color: #FFF;
    z-index: 3;
    font-size: 1.3vw;
    position: absolute;
    right: 18%;
    top: 22%;
    font-family: "Noto-Bold";
}
.articles-home-card p {
    width: 64%;
    height: 10%;
    text-align: right;
    color: #FFF;
    font-size: 0.8vw;
    position: absolute;
    z-index: 3;
    top: 43%;
    right: 18%;
    font-family: "Noto-Regular";
    
}
.articles-home-card a {
    width: 66%;
    height: 2.4vw;
    text-align: center;
    background-image: linear-gradient(#07aCA6,#008980);
    color: white;
    font-size: 0.9vw;
    border: 0;
    border-radius: 55px;
    left: 17%;
    bottom: 10%;
    position: absolute;
    z-index: 3;
    font-family: "Noto-Bold"!important;
    text-decoration: none;
    line-height: 2.5;
}

.al-mazeed {
    display: block;
    text-align: center;
    margin: 25px auto;
    background: #CA1948;
    color: white;
    font-family: "Noto-Bold"!important;
    font-size: 18px;
    width: 70%;
    height: 44px;
    line-height: 2.5;
    border-radius: 25px;
    text-decoration: none!important;
}
  
.home-filter {
    display: block;
    margin: 20px auto;
    width: 74%;
    height: auto;
    background-color: rgba(255,255,255,0.8);
    border-radius: 20px;
}
.home-filter form {
    display: flex;
    width: 100%;
    height: auto;
    margin: 0 auto;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
}
    
.home-filter select:required:invalid,.home-filter select option:checked{
    padding:0 1%;
}
.home-filter .input-filter {
    width:30%;
    height: 30px;
    background: white;
    border-radius: 20px;
    outline: none !important;
    border: 1px solid gray;
    font-size: 12px;
    color: black;
    font-family: "Noto-Bold";
    padding: 0% 1%;
    -webkit-appearance:none;
}
.home-filter .date {width:28%;padding: 0% 1%;}

.home-filter .input-filter::placeholder{
    font-size:12px;
    color:black;
    font-family: "Noto-Bold";
    padding-right:2%;
    
}
.home-filter select:required:invalid,.home-filter select option:checked {
    font-size:12px;
    color:black;
    font-family: "Noto-Bold";
    padding-right:1%;
      }


.home-filter .btn-filter {
    width: 30%;
    height: 30px;
    border-radius: 20px;
    outline: none !important;
    color: white;
    font-family: "Noto-Bold";
    background: #ff8c00;
    border: 1px solid #ff8c00!important;
    cursor:pointer;
    font-size: 14px;
    margin:0 auto;
}
.filter-col {
    display: inline-flex;
    width: 95%;
    padding: 0 2%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin:10px 0;
}
.home-filter select  option[disabled] {
    display: none;
      }
#districts option[disabled] {
    display: block;
    padding: 3px 0;
    background: #FFF;
      }
.home-filter  select {
    appearance: none;
    cursor:pointer;
}  


.category-details-cont{
    width:100%;
    min-height:300px;
    flex-direction:row;
    flex-wrap: wrap;
    align-content: center;
    background:#CFCFCF;
    margin:0;

}
.category-details-cont p{ width:57%;padding:4%;color:#07ACA6;font-size:16px;font-size: 16px;font-family:'Noto-Regular';}
#categories-carousel{
    width:28%;
    padding:3%;
}
.left-arrow-category {
    position: absolute;
    top: 85%;
    left: 25%;}
.right-arrow-category {
    position: absolute;
    top: 85%;
    right: 23%;}
#categories-carousel img{
    width: 65%;
    padding: 0 17.5%;
    height: 15.625vw;
    object-fit: cover;
    border-radius: 50%;

}
    .categories-cont{
    display:flex;
    flex-direction:row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    width:80%;
    margin:0 auto;
}
.category{
    width:20%;
    height:110px;
    position:relative;
    background:#FFF;
    cursor:pointer;

   
}
.category.active{
    background:#07ACA6;
}
.category.active img{
    filter: brightness(0) invert(1);;
}
.category.active h4{
   color:#FFF;
}
.category img{
    width: 65px;
    height:auto;
    max-height:43px;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.category.active::before{
content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 1.5vw solid transparent;
    border-right: 1.5vw solid transparent;
    border-top: 2vw solid #07ACA6;
    border-bottom: 0px solid transparent;
    right: 40%;
    top: 100%;
}

.category h4{
    width:100%;
    font-size:14px;
    font-family:'Noto-Bold';
    height:auto;
    position: absolute;
    left: 50%;
    top: 75%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align:center;
    color:#07ACA6;
    margin:0;
}
