#search_v2_window {
 position: absolute;
 top: 45px;
 left: -270px;
 width: 1050px;
 height: 500px;
 margin: 0;
 padding: 0;
 border: 1px solid #bababa;
 opacity: 1; 
 line-height: 1.8em; 
 z-index: 99999999001;
 text-align: left;
 border-radius: 15px;
 background: #fff;
 display: none;
 background: url(../images/2022/search_v2_bg.gif) repeat-y 0 0;  
}

#sv2_left_col {
 width: 300px;
 float: left;
}

#sv2_right_col {
 width: 700px;
 float: left;
}

#sv_left_part_1, #sv_left_part_2, #sv_left_part_3 {
 padding: 10px;
}

#sv_left_part_2, #sv_left_part_3 {

}

.sv2_right_content{
 padding: 10px;
}

.sv_title {
 margin-bottom: 10px;
 font-size: 18px;
 color: #999;
}

.sv_left_content {
 line-height: 2.5em;
}

.sv2_keyword_suggestion {
 font-size: 14px;
 padding: 5px;
 cursor: pointer;
}

.sv2_keyword_suggestion:hover {
 background: #fc7900;
 border-radius: 5px;
 color: #fff;
}

.sv2_keyword_suggestion a {
 display: block;
}

.sv2_keyword_suggestion:hover a {
 color: #fff !important;
}

.sv2_product_suggestion {
 font-size: 14px;
 padding: 5px;
 cursor: pointer;
}

.sug-img {
 width: 70px;
 height: 70px;
 overflow: hidden;
 float: left;
 position: relative;
}

.sv2_product_suggestion img {
 width: 60px;
 height: auto;
 margin-right: 10px;
 float: left;
 
 /* Ennek segitsegevel rendezzuk a tul magas kepeket vertikalisan kozepre */
 position: absolute;
 top: -9999px;
 bottom: -9999px;
 left: -9999px;
 right: -9999px;
 margin: auto;
}

.sv2_product_suggestion:hover {
 background: #fc7900;
 border-radius: 5px;
 color: #fff;
}

.sv2_product_suggestion:hover a {
 color: #fff !important;
}

.sv2_product_suggestion a {
  display: block;
}

.sv2_product_suggestion a:hover {
 color: #fff !important;
}

.sv2_onstock {
 padding: 0 5px 0 5px;
 color: #0a0;
 border: 1px solid #0a0;
 border-radius: 5px;
 background: #fff;
}

.sv2_nostock {
 padding: 0 5px 0 5px;
 color: #a00;
 border: 1px solid #a00;
 border-radius: 5px;
 background: #fff;
}





/* tablet size between 481px and 1199 */
@media screen and (min-width: 481px) and (max-width: 1199px) {

  #search_v2_window {
   position: absolute;
   top: 45px;
   left: 0;
   width: 100%;
   height: 600px;
   margin: 0;
   padding: 0;
   border: 1px solid #bababa;
   opacity: 1; 
   line-height: 1.8em; 
   z-index: 99999999001;
   text-align: left;
   border-radius: 15px;
   background: #fff;
   display: none;
   background: #fff;  
  }
  
  #sv2_left_col {
   display: none;
   width: 30%;
   float: left;
  }

  #sv2_right_col {
   width: 100%;
   float: left;
  }
    
}



/* mobile size for 480px or less */
@media screen and (max-width: 480px) {

  #search_v2_window {
   position: absolute;
   top: 45px;
   left: 0;
   width: 100%;
   height: 600px;
   margin: 0;
   padding: 0;
   border: 1px solid #bababa;
   opacity: 1; 
   line-height: 1.8em; 
   z-index: 99999999001;
   text-align: left;
   border-radius: 15px;
   background: #fff;
   display: none;
   background: url(../images/2022/search_v2_bg.gif) repeat-y -180px 0;  
  }
  
  #sv2_left_col {
   width: 30%;
   float: left;
  }

  #sv2_right_col {
   width: 70%;
   float: left;
  }
    
}