.mobile_selector{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: white;
        top: 0px;
            padding: 15px;
            display: none;
}
.mobile_selector .back_btn{
    padding: 5px;
}
.mobile_selector .back_btn label{
        font-size: 40px;
    color: #EE3030;
}
.mobile_selector .search_pad input{
        width: 100%;
    height: 50px;
    border-radius: 4px;
    border: 3px solid #D5D1D1;
}
.mobile_selector ul{
margin-top: 20px;
    overflow-y: scroll;
    height: 75%;
}
.mobile_selector ul > li{
        font-size: 40px;
    border-bottom: 3px solid #D4D4D4;
    color: #616161;
}

.search_zone {
    min-height: 570px;
   padding: 30px;
    display: flex;
}
/*Search Form*/
.ads_zone{
    width: 550px;
    height: 350px;
    background-color: white;
    position: absolute;
    z-index: 0;
    border-radius: 2px;
}

.search_console{
    width: 61%;
    height: 452px;
    background-color: white;
    margin-right: 15px;
    border-radius: 5px;
    display: none;
    z-index: 5;
}
.search_console .param-list{
   display: block;
    padding: 20px;
    height: 100%;
    overflow-y: scroll;
}
.search_console label{
    font-size: 25px;
    margin: 5px 20px;
    font-family: Arial;
    color: #ee3030;
    display: block;

}

.search_console .param-list .param_data{
    color: #EE3030;
    border: 2px solid #EE3030;
    border-radius: 5px;
    margin: 5px 2px;
    padding: 5px;
    cursor: pointer;
    background-color: white;
    display: inline-flex;
}
.search_console .param-list .param_data .logo_brand{
height: 30px;
}
.search_console .param-list .param_data .logo_brand picture img{
        width: 100%;
    height: 100%;
}
.search_console .param-list .param_data .brand_name{
        font-size: 21px;
    font-family: Arial;
    padding: 4px 2px;
}
@media(max-width:768px){
    .search_console{
        display: none;
    }
}
@media(max-width:550px){
    .search_zone{
        padding: 15px;
    }

}

/*Form*/
.search_form{
background-color: white;
    padding: 15px;
    width: 37%;
    border-radius: 5px;
    margin-left: auto;
}

.search_form .radio_buttons{
        display: flex;
    margin: 0px;
}
.search_form .radio_buttons .radio_btn{
        font-size: 16px;
    font-family: Arial;
    padding: 5px 10px;
    background-color: #717171;
    color: white;
    border-radius: 5px;
    cursor: pointer;
}
.search_form .radio_buttons .radio_btn[data-selected]{
    background-color: #35B708;
}
.search_form .radio_buttons .space{
margin: 0px 3px;
}

.search_form div label{
    display: block;
    font-size: 16px;
    font-family: Arial;
    color: #616161;
   /* margin-bottom: 5px;*/
}
.search_form div{
    margin-bottom: 5px;
}
.cols1 input[type="search"]{
        width: 100%;
    height: 35px;
    border-radius: 5px;
    border: 1px solid #D5D1D1;
    background-color: #FBFBFB;
}
.search_form .cols2{
    margin: 0px auto;
}
.search_form .cols2 input[type="search"]{
        width: 49%;
    height: 35px;
    border-radius: 5px;
    border: 1px solid #D5D1D1;
    background-color: #FBFBFB;
}
.search_form .cols2 .space{
    width: 16px;
    display: inline-block;
}

.search_form a{
    display: block;
    margin-top: 9px;
    font-size: 15px;
    margin-left: auto;
    background-color: #35B708;
    padding: 4px 7px;
    color: white;
    border: 0px;
    border-radius: 2px;
    min-width: 150px;
    font-weight: 600;
    text-align: center;
}
.recBtn a{
    display: block;
    margin-top: 9px;
    font-size: 15px;
    background-color: #35B708;
    padding: 4px 7px;
    border: 0px;
    border-radius: 2px;
    min-width: 150px;
    font-weight: 600;
    text-align: center;
    color: white!important;
}

@media(max-width:768px){
    .search_form{
        width: 370px;
        margin-left: auto;
    }
}
@media(max-width:550px){
        .search_form{
        width: 100%;
    }
}
/*Ads section*/
.ads_baner{
    margin-top: 18px;
    display: flex;
}
.ads_baner .baner{
    height: 156px;
    width: 49%;
    background-color: gray;
}
.ads_baner .space{
    margin: 0px 10px;
}
@media(max-width:550px){
    .ads_baner{
        display: block;
    }
    .ads_baner .baner{
        width: 100%;
    }
}
/*Recomendation*/
.recomendation{
  margin-top: 10px;
}
.recomendation label{
    font-size: 40px;
    font-family: Arial;
}
.recomendation .items{
    min-height: 500px;
    background-color: #F0F0F0;
    margin-top: 15px;
    padding: 27px;
}

.recomend_item{
    width: 340px;
    background-color: white;
    border-radius: 3px;
    display: inline-block;
    margin: 0px 11px;
    margin-bottom: 11px;
    box-shadow: 1px 3px 4px #00000078;
}

.recomend_item .image{
        width: 100%;
        border-radius: 3px;
    background-color: black;
    cursor: pointer;
}
.recomend_item .image a picture img{
width: 100%;
    height: 100%;
    margin: 0px auto;
    object-fit: cover;
    border-radius: 3px;
}
.recomend_item .decription{
padding: 0px 10px;
}
.recomend_item .decription .title{

    padding: 5px 0px;
}
.recomend_item .decription .title a{
    font-size: 18px;
    font-family: Arial;
    font-weight: 600;
    cursor: pointer;
}
.recomend_item .decription ul{
    margin: 5px 0px;
    list-style-type: none;
    padding: 5px 0px;
    display: flex;
    flex-wrap: wrap;
}
.recomend_item .decription li{
    font-size: 18px;
    font-family: Arial;
    width: 50%;
    color: #363636;
}
.recomend_item .decription div .price{
    color: #35B708;
    font-weight: 600;
    margin-left: auto;
    font-size: 20px;
}
.recomend_item .save{
    position: relative;
    background-color: white;
    top: -50px;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-left: auto;
    margin-right: 10px;
    border-radius: 50%;
    padding: 2.5px;
}
.recomend_item .save svg{
    
}



@media(max-width:768px){
.recomendation .items {
    padding: 16px;
}
.recomend_item{
    width: 48%;
    margin: 0px 4px;
}
}
@media(max-width:550px){
    .recomend_item{
    width: 100%;
    margin: 2px 0px;
}
}

/*Button*/
.more_items {
        margin: 0px auto;
    display: block;
    font-size: 20px;
    padding: 10px;
    border: 0px solid;
    background-color: #35B708;
    color: white;
    border-radius: 5px;
}
@media(max-width:550px){
    .more_items{
        font-size: 15px;
        margin-top: 20px;
    }
}
/*Page 404 Not Found*/
 .nofound-container {
    width: 50%;
    margin: 0px auto;
    margin-top: 200px;
    padding: 10px;
}
.nofound-container .title span{
    font-size: 55px;

    text-align: center;
}

.nofound-container .textcontent span{
    font-size: 28px;
    text-align: center;
}
.nofound-container .buttons_area{
    display: flex;
    justify-content: space-around;
    width:60%;
    margin:0px auto;
    margin-top: 30px;
}
@media(max-width:550px){
    .nofound-container{
     width: 100%;
    }
    .nofound-container .buttons_area{
        width: 100%;
    }
}