.top_bars{
    pointer-events: all;
}

.new_btn{
background: #111;
display: table;
margin-top: 0;
color: white;
font-family: 'AvenirMedium';
font-size: 12px;
padding: 13px 25px;
line-height: 13px;
border-radius: 45px;
text-transform: uppercase;
cursor: pointer;
letter-spacing: 1px;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
}

.new_btn:hover{
    background: #DA291C;
}

.alth2 {
margin-bottom: 20px !important
}

.back_to{
    font-size: 14px;
    position: relative;
    padding-bottom: 0px;
    display: table;
    border-bottom: 1px solid #ccc;

    
}

.product_cards_2 .high_title{
        font-size: 40px;
line-height: 48px;
        margin-bottom: 10px;

}


    
.back_to:after {
position: absolute;
content: ""; /* This is necessary for the pseudo element to work. */ 
display: block; /* This will put the pseudo element on its own line. */
width: 0%; /* Change this to whatever width you want to have before hover. */
bottom: 0px; /* This creates some space between the element and the border. */
border-bottom: 1px solid #111; /* This creates the border. Replace black with whatever color you want. */
transition: .5s; /* This establishes the amount of time in seconds the animation should take from start to finish */
}

.back_to:hover:after {
width: 100%; /* This will be the new width of your border when on hover */
}

#slider2  h3{
font-family: 'Noe Display' !important;
    font-size: 20px !important;
    font-weight: normal;
}

#slider2 .owl-item{
    border-radius: 0 !important
}
.sin1 {
    width: 180px;
left: 10%;
bottom: 64%;
}

.birds1{
    width: 200px;
    left: 17%;
    transform: translate(-50%, -50%);
    top: 27%;
}

.ct1{
    width: 12%;
    max-width: 220px;
    bottom: 7%;
    left: 11%;
}

.mobile2,
.mobile3 {
display: none !important;
}

.text_blockk {
display: flex;
width: 100%;
flex-wrap: wrap;
justify-content: space-between;
}

.white_p strong {
color: #111;
font-size: 20px;
margin-bottom: 15px;
font-weight: normal;
display: block;
font-family: 'Noe Display';
}

.searchh{
position: absolute;
top: 65px;
max-height: 245px;
overflow: auto;	
color: #333;
font-size: 16px;
border-radius: 40px;
padding: 20px;
background: white;
left: 0;
width: 100%;
-webkit-transition:all .2s ease-in-out;
-moz-transition:all .2s ease-in-out;  
-o-transition:all .2s ease-in-out;
box-sizing: border-box;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);

}

.button_holder{
    width: 100%;
    margin-bottom: 40px;
}

.close {
    top: -75px;
}

@media screen and (max-width: 868px) and (orientation: landscape) {
 .close {
    top: -25px;
    }
}

.drop_arrow{
    -webkit-transition:all .2s ease-in-out;
-moz-transition:all .2s ease-in-out;  
-o-transition:all .2s ease-in-out;
}

.rotator{
        transform: rotate(90deg);

}

 .container{
        padding: 8px 5px 6px 15px;
    box-sizing: border-box;
    border-radius: 40px;
    margin-bottom: 5px;
    text-align: left;
    -webkit-transition:all .2s ease-in-out;
-moz-transition:all .2s ease-in-out;  
-o-transition:all .2s ease-in-out;
    cursor: pointer;
    font-size: 16px;
}

.beds_search_panel {
border-radius: 20px;
padding: 15px 10px 10px;
        width: 240px;

}

     .ons,  .blockactives{
background: #eee;
}

.container:first-child, .lable:first-child {
margin-bottom: 5px;
}

 .container:hover{
background: #eee;

}


.white_p {
font-size: 16px;
line-height: 24px;
}

.cat_section .texts {
max-width: none !important;
width: 100% !important;
overflow: visible;
}

.side-by-side {
display: flex;
width: 100%;
flex-wrap: wrap;
justify-content: space-between;
}

.side-by-side .texts {
width: 55% !important;
max-width: 660px !important;
}

.side-by-side .illustrations {
width: 45% !important;
}

.side-by-side .illustrations img {
max-width: 460px !important;
}

.product_cards_2 p{
    margin-top: 0;
    margin-bottom: 40px;
    font-family: 'Noe Text';
font-size: 21px;
line-height: 29px;
    width: 70%;
}

.price_lists{
    display: flex;
    box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: space-between;
    font-family: 'AvenirLTCom-Roman';
    font-size: 13px;
}

.pricers {
padding: 20px 30px 0px;
}

.price_lists div{
    width: 100%;
    margin-bottom: 10px;
    color: #888B8D;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    cursor: pointer;
    
}

.price_lists div:hover{
    color: #111;
}

.price_ac{
    color: #111 !important;
}

.s_bott{
    padding: 15px 15px;
    background: #f3f3f3;
    margin-bottom: 0 !important;
    box-sizing: border-box;
}

.apply_btn{
    background: #111;
display: table;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
color: white !important;
z-index: 10;
text-align: center;
font-family: 'AvenirMedium';
font-size: 12px;
padding: 15px 20px ;
line-height: 13px;
border-radius: 45px;
cursor: pointer;
letter-spacing: 0px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.apply_btn:hover{
    background: #DA291C;
}

.search_panel {
    top: 90px;
border-radius: 20px;
padding: 15px 10px 10px;
        width: 240px;

}

.s_top{
    background: #f3f3f3;
    padding: 15px 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-family: 'AvenirLTCom-Roman';
    font-size: 15px;
    align-items: center;
}	



.minmax{
    border: 1px solid #ccc;
    width: 100%;
    font-family: 'AvenirLTCom-Roman';
    font-size: 15px;
    padding: 10px 10px;
    box-sizing: border-box;
    background: white; 
}


.frists .texts {
width: 65% !important;
max-width: 680px !important;
position: relative;
}

.frists .illustrations {
width: 30%;
padding-top: 0px;
}

.cat_section {
display: flex;
margin-top: 40px;
width: 100%;
flex-wrap: wrap;
justify-content: space-between;
}

.cat_section .slides {
width: 30%;
font-size: 16px;
line-height: 24px;
}

.cat_section .slides:last-child {
margin-bottom: 0;
}

.slides:last-child .white_p {
margin-bottom: 0
}

.frists .illustrations img {
max-width: 360px !important;
}

.text_blockk .texts {
width: 80%;
max-width: 730px !important;
}

.whites a {
margin-top: 20px !important;
background: #DA291C !important;
color: white !important;
cursor: pointer;
display: table;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
font-family: 'AvenirMedium';
font-size: 12px;
padding: 13px 35px;
line-height: 13px;
border-radius: 45px;
text-transform: uppercase;
cursor: pointer;
letter-spacing: 1px;
}

.whites a:hover {
background: #111 !important;
}

#slider2{
    margin-bottom: 30px;
}

.prop_texts{
    font-size: 16px;
    line-height: 22px;
    height: 150px;
    font-family: 'AvenirLTCom-Roman';
}	

.search_bars{
    max-width: 800px;
    top: 200px;
}

.search_block{
    width: 25%;
}

.text_blockk a {
margin-top: 60px !important;
background: #FBD872 !important;
color: #111 !important;
cursor: pointer;
display: table;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
font-family: 'AvenirMedium';
font-size: 12px;
padding: 13px 35px;
line-height: 13px;
border-radius: 45px;
text-transform: uppercase;
cursor: pointer;
letter-spacing: 1px;
}

.text_blockk a:hover {
background: #111 !important;
color: white !important;
}

#prev-slide4 img {
margin-left: -2px;
transform: rotate(
180deg
);
}

@media screen and (max-width:1400px) {

.search_bars{
    top: 160px;
}


.birds1{
    
    left: 18%;
    top: 29%;
}
}
@media screen and (max-width:1280px) {

.prop_texts{
    height: 170px;
}
#item_carousel2 {
    max-height: 550px;
}

.product_cards_2 {
margin-top: 0px;
}
}
@media screen and (max-width:1068px) {

.product_cards_2 .high_title {
font-size: 32px;
line-height: 38px;
}



.search_bars{
    top: 160px;
}

.sin1 {
width: 180px;
left: 3%;
bottom: 55%;
}


}

@media screen and (max-width:968px) {

    .sin1 {
left: 17%;
bottom: 55%;
}

#home{
    background-position: bottom left !important;
}

    .ct1{
    
    left: 6%;
        width: 16%;
}
.frists .texts {
    width: 100% !important;
}
.frists .illustrations {
    margin-bottom: 0;
}
.frists .texts {
    top: auto;
}
.frists .illustrations {
    padding-top: 10px;
}
.text_blockk a {
    margin-top: 5px !important;
    font-size: 11px;
    padding: 15px 35px;
}
.yellows .images {
    margin-top: 0;
    margin-bottom: 40px;
}
#item_carousel2 {
    max-height: 520px;
}
.images {
    width: 100%;
    margin-top: 40px;
    max-height: 320px;
}

}

@media screen and (max-width:868px) {



.product_cards_2 p{
    width: 100%;
    margin-bottom: 20px;
}

.search_block {
width: 100%;
}

.badaja h3{
            font-family: 'Noe Display';
font-size: 20px;
margin-bottom: 5px;
    }

.sin1 {
width: 220px;
left: 31%;
bottom: 65%;
}

    .ct1{
    
    left: -1%;
        width: 16%;
}
.mobile3 {
    display: block !important;
}
.side-by-side .texts {
    width: 100% !important;
}
.side-by-side .illustrations {
    margin-bottom: 40px;
}
#item_carousel2 {
    max-height: 420px;
}
.hi2 .high_img {
    max-height: 280px !important;
}
.main_slidess .high_img {
    max-height: 280px !important;
}
.high_img {
    max-height: 280px !important;
}
::-webkit-scrollbar {
    display: none;
}
.inner_cards {
    display: block;
    width: 100%;
    overflow-x: scroll;
}
.contents {
    width: auto;
    white-space: nowrap;
    margin-left: 5%;
    margin-top: 35px;
}
.i_right {
    font-size: 16px;
    line-height: 22px;
    width: 100%;
    padding: 15px 20px 15px;
}



.i_right h2 {

margin-top: 10px;
}
.cards .i_right {
    white-space: normal;
}
.cards .item {
    vertical-align: top;
    border-radius: 10px;
    overflow: hidden;
    height: auto;
    margin-top: 0;
    margin-right: 30px;
    max-height: none;
    width: 43.5%;
    display: inline-block;
}
.high_block {
    margin-right: 30px;
    width: 43.5%;
    white-space: normal;
    vertical-align: top;
    display: inline-block;
}

.new_block {
    margin-right: 30px;
    width: 43.5%;
    white-space: normal;
    vertical-align: top;
    display: inline-block;
}
.high_block2 {
    margin-right: 4.5%;
    width: 90.5%;
    white-space: normal;
    vertical-align: top;
    display: inline-block;
}
.high_block2 .high_img {
    max-height: 380px !important;
}
.high_block:last-child,
.high_block2:last-child,
.new_block:last-child{
    margin-right: 5%;
}
.i_left {
    width: 100%;
    height: 100vh;
    max-height: 220px;
}
.cat_section .slides {
    width: 100%;
}

.hero_title {
font-size: 52px;
    top: 47%;
}
.bottomsearch{
    height: 85%;
    padding-bottom: 40px;
    
    }
    .bottomsearch-scroll{
        height: 100%;
        overflow: scroll;
    }
}

@media screen and (max-width:703px) {



.inner_content .texts h2 {
font-size: 24px;
line-height: 32px;
}

.inner_content .texts a {
font-size: 12px;
padding: 15px 25px;
}



    .product_cards_2 p{
        font-size: 18px;
line-height: 26px;
}

      .fixed_hero {
height: 100vh;
          max-height: 650px;
}

.prop_texts{
    height: 180px;
}

.back_to{
    background: none !important;
}

.i_right p{
    height: 120px;
}

.images{
    max-height: 220px;
}
.illustrations {
    margin-bottom: 40px;
}
.hero_title {
    font-size: 38px;
    line-height: 42px;
}
.text_blockk a {
    margin-top: 20px !important;
}
.white_p strong {
    color: #111;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: normal;
    display: block;
    font-family: 'Noe Display';
}
.cards .item:last-child {
    margin-right: 5%;
}
.cat_section h2 {
    margin-bottom: 30px !important;
}
.white_p {
    font-size: 16px;
    line-height: 22px;
}
.slides {
    margin-bottom: 30px;
}
.blacks a {
    margin-bottom: 5px;
}
.inner_content .texts p {
    margin-bottom: 0;
}
.desktop2 {
    display: none !important;
}
.mobile2 {
    display: block !important;
}
.alth2 {
    margin-bottom: 15px !important
}
::-webkit-scrollbar {
    display: none;
}
.inner_cards {
    display: block;
    width: 100%;
    overflow-x: scroll;
}


.contents {
    width: auto;
    white-space: nowrap;
    margin-left: 5%;
    margin-top: 35px;
}
.cards .i_right {
    white-space: normal;
}
.cards .item {
    vertical-align: top;
    border-radius: 10px;
    overflow: hidden;
    height: auto;
    margin-top: 0;
    margin-right: 30px;
    max-height: none;
    width: 285px;
    display: inline-block;
}
.high_block {
    margin-right: 30px;
    width: 285px;
    white-space: normal;
    vertical-align: top;
    display: inline-block;
}

.new_block {
    margin-right: 30px;
    width: 285px;
    white-space: normal;
    vertical-align: top;
    display: inline-block;
}
.high_block2 .high_img {
    max-height: 220px !important;
}

.product_cards_2 p{
    width: 100%;
}
}

@media screen and (max-width:503px) {
.i_right h2 {
margin-bottom: 10px;
}
      .fixed_hero {
height: 100vh;
          max-height: 450px;
}
  
.blacks .inner_content .texts a {
    margin-bottom: 20px;

}

.product_cards_2 .high_title {
font-size: 24px;
line-height: 30px;
}

.product_cards_2 p {
margin-bottom: 20px;
}

.i_right p, .i_right a{
    display: none;
}
.sin1 {
width: 220px;
left: 34%;
bottom: 69%;
}

.new_btn{
    margin-bottom: 20px;
}

.button_holder{
    margin-bottom: 0
}

.illustrations{
    width: 90% !important;
    margin-left: 0 !important;
    margin-right: auto;
}

.main_drawing{
    width: 65% !important;
    margin-left: auto !important;
}
.inputer{
    margin-top: 0;
}

.sign_up h3 {
margin-bottom: 10px;
}

.inner_content .texts a{
    margin-top: 20px;
}

.hero_title{
    top: 55%;
    font-size: 30px;
}
.hi2 .high_img {
    max-height: 180px !important;
}
.main_slidess .high_img {
    max-height: 180px !important;
}
.high_img {
    max-height: 180px !important;
}
}


/* Landscape */
@media only screen 
and (min-device-width: 375px) 
and (max-device-width: 667px) 
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) { 
  
 

#mobile_hero{
      background-position: center -400px !important;
       
  }
  
   .hero_title{
      top: 55%;
      font-size: 38px;
  }
  
  
  .fixed_hero {
height: 100vh;
          max-height: 550px;
}
  
  

}


@media only screen 
and (min-device-width: 375px) 
and (max-device-width: 812px) 
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: landscape) { 
  


#mobile_hero{
      background-position: center -550px !important;
       
  }
  
   .hero_title{
      top: 55%;
      font-size: 38px;
  }
  
  
  .fixed_hero {
height: 100vh;
          max-height: 550px;
}
}	

/* Landscape */
@media only screen 
and (min-device-width: 414px) 
and (max-device-width: 736px) 
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: landscape) { 
  


   #mobile_hero{
      background-position: center -450px !important;
       
  }
  
   .hero_title{
      top: 55%;
      font-size: 38px;
  }
  
  
  .fixed_hero {
height: 100vh;
          max-height: 550px;
}
}	