html,body {
   margin: 0;
   padding: 0;
   overflow-x: hidden;
}

/*Felesleges elemek eltűntetése mobilon a főoldalon*/
#headarea, #topbar, #fixed_fb, #fixed_basket, #left, #footer, #content_container, #flashbanner01, #top ul#menu01, #facebook_connect, #posta_div{
    display: none;
}
/*eof Felesleges elemek eltűntetése mobilon a főoldalon*/

.displaymenu{
    display: block !important;
}

#content #notleft .content_area table{
    width: 100% !important;
}

#content #notleft .content{
    margin: 0;
    width: 100%;
}

#container{
    width: 100%;
}

#content, #content2{
    width: 100%;
}

#content2{
    padding-top: 10px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

#top, #top2{
    width: 100%;
    position: fixed;
    height: 40px !important;
    z-index: 100;
}
#content #notleft{
    padding-top: 38px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    float: none;
    padding-left: 0;
}
#content #notleft .content .title{
    margin-bottom: 30px;
}
#content #notleft .nyito{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}
/*Reklámokat tartalmazó divek*/
#content #notleft .ajanlat{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.bannerslide{
    width: 100% !important;
    height: auto !important;
    padding-top: 34% !important;
}

.bannerslide > img{
    width: 100%;
    height: auto;
}
#content #notleft .nyito .banner01 a{
    left: 72%;
    top: 71%;
    width: 26%;
    line-height: 1;
    height: 12%;
    background: none;
    background-color: #e51b22;
    border-radius: 30px;
    font-size: 56%;
}
@media screen and (min-width: 425px){
    #content #notleft .nyito .banner01 a{
        font-size: 68%;
    }
}
@media screen and (min-width: 767px){
    #content #notleft .nyito .banner01 a{
        font-size: 12px;
        font-weight: normal;
        top: 72%;
        padding-top: 3px;
    }
}

/*eof Reklámokat tartalmazó divek*/

/*Képek szélessége a nyitón ne fix px legyen*/
#content #notleft .nyito .banner01{
    width: 100%;
    background: none;
    height: auto;
    margin: 0;
}
#content #notleft a img{
    width: 100%;
}
/*eof Képek szélessége a nyitón ne fix px legyen*/

/*Hamburger divek*/
#hamburger_left{
    display: block;
    left: 5px;
    top: 5px;
    position: absolute;
    cursor: pointer;
}
#hamburger_right{
    display: block;
    right: 0px;
    top: 5px;
    position: absolute;
    cursor: pointer;
}
/*eof Hamburger divek*/

/*Hamburger ikonok melletti szöveg*/
#hamburger_left span{
    color: white;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    top: 4px;
    left: 35px;
}
#hamburger_right span{
    color: white;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    top: 4px;
    right: 45px;
}
/*eof Hamburger ikonok melletti szöveg*/

/*Jobb oldali hamburger menü kialakítása*/
#hamburgermenu_right{
   position: absolute;
   margin-top: 39px;
   width: 100%;
   background-color: #e51b22;
   color: white;
   list-style: none;
   overflow-y: scroll !important;
   height: 100%;
}
#hamburgermenu_right ul{
   margin: 0 !important;
   padding: 0;
}
#hamburgermenu_right a{
   text-decoration: none;
   color: white;
   font-size: 18px;
   font-weight: normal;
}
#hamburgermenu_right li{
   font-size: 19px;
   list-style: none;  
   margin: 0;
   display: table;
   width: calc(100% - 40px);
   padding-left: 40px;
   height: 30px;
   position: relative;
   padding-top: 8px;
}
#hamburgermenu_right li a{
   height: 100%;
   width: 90%;
   display: inline-block;
}
#hamburgermenu_right li:nth-child(odd), #ham_right_user_content li:nth-last-child(1){
   background-color: rgba(255,255,255,0.1);
}

/*Ha be vagyunk jelentkezve csak akkor kell, ezért jquery segítségével van hozzáadva a megfelelő li-hez*/
.third_list_element{
   padding: 0 !important;
   height: 0 !important;
}

#hamburgermenu_right li span span{
  padding-left: 15px;
  display: inline;
}
#hamburgermenu_right li span:first-letter{
   padding-top: 12px;
}
#facebook_connect{
    display: none;
}
#hamburgermenu_right img{
    height: 35px;

}
#hamburgermenu_right img:first-child{
    margin-left: 35px;

}

.fixed_left{
    margin-top: 10px;
}
.fixed_middle p{
    display: none;
}
.fixed_right, #hamburgermenu_right li#fb_osszefuz{
    display: none !important;
}
#footer_cart_bg, #footer_gar_bg, #footer_contact_bg{
    display: none;
}
#hamburgermenu_right h6{
    font-size: 23px;
    margin-top: 5px;
    margin-bottom: 0;
    border-bottom: solid 2px rgba(255,255,255,0.4);
}
#hamburgermenu_right h6:first-child{
   margin-top: 10px;
}
#hamburgermenu_right h6:not(:first-child){
   margin-top: 20px;
   padding-left: 30px;
}
img#footer_cart_icon{
   position: absolute;
   top: 262px;
}
img#footer_gar_icon{
   position: absolute;
   left:0;
   top:464px;
}
img#footer_contact_icon{
   position: absolute;
   left:0;
   top:588px;
}
.searchbox{
   padding-left: 40px;
   height: 30px;
   padding-top: 8px;
   padding-bottom: 8px
}
.searchbox input[type=text] {
   width: 100px;
   height: 0;
   border: 2px solid #ccc;
   border-radius: 4px;
   background-color: white;
   background-image: url('http://pgsuae.info/emcredit/html/images/search-icon.png');
   background-position: left;
   background-repeat: no-repeat;
   padding: 12px 20px 12px 26px;
   -webkit-transition: width 0.4s ease-in-out;
   transition: width 0.4s ease-in-out;
}
.searchbox input[type=text]:focus {
    width: 75%;
}
.searchbox form{
   position: relative;
}
.searchbox input[type="submit"]{
   background: transparent;
   background-position: right;
   border: 0;
   width: 29px;
   height: 30px;
   margin: 0;
   position: absolute;
   left: 0;
}
/*eof Jobb oldali hamburger menü kialakítása*/

/*Bal oldali hambuger menü kialakítása*/
#hamburgermenu_left{
    position: absolute;
    margin-top: 40px;
    padding-top: 4px;
    width: 100%;
    background-color: #e51b22;
    color: white !important;
    position: absolute;
    list-style: none;
    overflow-y: scroll !important;
    padding-left: 5px;
    height: 200px;
}
#hamburgermenu_left > a{
    margin-top: 5px;
    margin-bottom: 5px;
}
#menu02 li a{
    background: none;
    font-size: 18px;
    line-height: 1.3;
    min-height: 0;
    padding: 0;
}

#hamburgermenu_left a{
    font-size: 19px;
    line-height: 36px;
    color: white;
    text-decoration: none;
    display: block;
}
#menu02 li a:hover, #menu02 li.active > a{
    color: white;
}
#menu02 > li > ul > li, #menu02 > li > ul > li > ul > li{
    background-color: transparent;
}

/*smartmenu css-e a bal hamburgermenüben*/
.sm{position:relative;z-index:9999;}
.sm,.sm ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-align:left;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.sm-rtl,.sm-rtl ul,.sm-rtl li{direction:rtl;text-align:right;}
.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6{margin:0;padding:0;}
.sm ul{display:none;}
.sm li,.sm a{position:relative;}
.sm a{display:block;}
.sm a.disabled{cursor:not-allowed;}
.sm:after{content:"\00a0";display:block;height:0;font:0px/0 serif;clear:both;visibility:hidden;overflow:hidden;}
.sm,.sm *,.sm *:before,.sm *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}

.sm li ul li{
    padding-left: 10px;
}
.sm li ul li ul li{
    padding-left: 20px;
}
a span.sub-arrow{
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: auto;
    right: 7px;
    width: 34px;
    height: 34px;
    overflow: hidden;
    font: bold 25px/34px monospace !important;
    text-align: center;
    text-shadow: none;
    background: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
a.highlighted span.sub-arrow::before{
    display: block;
    content: "-";
}
/*eof smartmenu css-e*/

/*eof Bal oldali hambuger menü kialakítása*/

/*Termékek (kazánok) oldal kialakítása*/
div.list_lines{
    width: 100%;
}
#head_inner, #head_inner2{
    width: 100%;
    background: none;
    height: 20px;
    display: none;
}
#head_inner ul#menu01{
    display: none;
}
#notleft .listtop .listtype{
    display: none !important;
}
#content #notleft .listtop, #content #notleft .listbottom{
    width: 100% !important;
    height: auto;
    background-color: white;
}
#content #notleft .listfilter{
    width: 100%;
    height: auto;
    background-color: white;
    margin-top: 125px;
}
#content #notleft .pagination {
    font-size: 17px;
    position: absolute;
    width: 90% !important;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    white-space: normal;
    line-height: 40px;
}
#content #notleft .listbottom .pagination{
   margin-top: 45px;
}
#content #notleft .pagination a{
   border: 1px solid black;
   padding: 5px;
}
#content #notleft form{
    float: none !important;
}
.listtop form:first-child{
    position: absolute;
    top: 122px;
}
#category_tree{
    background: none;
    height: auto;
    padding:  0;
    width: 100%;
    text-align: center;
}
#category_tree p b{
    font-size: 20px;;
}
div.listtop form{
    position: absolute;
    top: 140px;
}
#content #notleft form{
    padding: 0 !important;
    margin-top: 45px;
}
#content #notleft .listfilter #filtersubmit{
    margin-left: 2px;
}
@media screen and (min-width: 321px){
    #content #notleft .listfilter .filter_item:nth-child(odd){
        margin-left: 5px;
    }
    #content #notleft .listfilter .filter_item:nth-child(even){
        margin-left: 0;
    }
}
/*A szűrő select-ek egy sorban kettesével elférnek*/
@media screen and (max-width: 320px){
    #content #notleft .listfilter .filter_item, #content #notleft .listfilter .filter_item.first{
        margin-left: 3px;
    }
}

.listfilter form select{
    width: 150px !important;
    margin-bottom: 10px;
    margin-left: 1px;
}
#content #notleft .listarea{
    width: 100% !important;
    margin-bottom: 5px;
    margin-top: 15px;
}
#content .listarea .list_line{
    background: none !important;
    height: 75px;
    margin-top: 0 !important;
}
@media screen and (max-width: 320px){
   #content .listarea .list_line{
       height: 60px;
   }
}

@media screen and (min-width: 425px){
   #content .listarea .list_line{
      background: none;
      height: 85px;
   }
}

#content .listarea .list_line .image{
    width: 10%;
}
#content .listarea .list_line .image img{
   max-height: 95px;
   width: auto !important;
}
@media screen and (max-width: 500px){
   #content #notleft .listarea a img{
      width: 100% !important;
   }
   #content .product .more_products .images img{
      width: auto !important;
   }
}
@media screen and (min-width: 500px){
   div.notimage{
      padding-left: 15px;
   }
}
div.notimage{
    margin-left: 10px !important;
    width: 80% !important;
}
#content .listarea .list_line .name{
    font-size: 11px;;
    width: 76%;
    margin: 0;
}
#content .listarea .list_line .descr{
    font-size: 10px;
    margin-top: 1px;
    width: 80%;
}
#content .listarea .list_line .price{
    width: 25%;
    top: 30px;
    right: -9px;
    position: absolute;
}
.details, #content .listarea .list_line .oldprice{
    display: none;
}
/*Ingyenes szállítás címke*/
#notleft .list_lines .listarea .extra2icon, #notleft .listarea .extraicon{
   pointer-events: none;
   background-size: contain !important;
   height: 20px !important;
}

/*
#notleft .listarea .extraicon.type_1, #notleft .listarea .extra2icon.type_17 {
    display: none;
}
#notleft .listarea .extra2icon.type_10, #content .listarea .list_line .oldprice, #notleft .product .extra2icon2.type_17{
    display: none;
}
#notleft .product.extra2icon.type_10, #content .product .oldprice, #notleft .list_line .extra2icon2.type_17{
    display: none;
}
#notleft .list_lines .listarea .extra2icon.type_4, #notleft .product .extra2icon2.type_4{
    display: none;
}*/

#content #notleft .listtotal{
    width: auto;
    margin: 0;
}
#content #notleft .pagination a.next, #content #notleft .pagination a.prev, .footnote{
    margin: 0;
}
/*eof Termékek (kazánok) oldal kialakítása*/

/*Egy termék nézetének kialakítása*/
#content .product{
    width: 100%;
}
#content .product .product_top .name{
    width: 100%;
}
#content .product .product_top .image{
    width: 100%;
}
#content .product .product_top .notimage{
    float: none;
    width: 100% !important;
    margin: 0;
}
#content .product .product_top .price{
    left: 0;
}
@media screen and (min-width: 320px){
   #content .product .product_top .oldprice{
      left: 16px;
   }
}
#content .product .product_top .kosar{
    width: 100%;
    margin-left: 10px;
}
#container #content #content2 #notleft .product #similar_selector_container #similar_selector p a{
    line-height: 17px;
    height: auto;
}
#content .product .product_top .price img{
    width: 100%;
    height: auto;
}
#container #content #content2 #notleft .product #similar_selector_container #similar_selector{
    width: 100%;
    height: auto;
    font-size: 15px;
    background: none;
    white-space: normal;
}
#content .product .product_top .descr, #content .product .product_top .descr2{
    width: 99%;
}
.descr2 .boxtopleft, .descr2 .boxbottomleft{
   display: none;
}
.descr2 .boxmiddle{
   border-radius: 15px;
   border: 1px solid #e51b22;
}
#container #content #content2 #notleft .product #similar_selector_container #similar_selector p{
    margin: 0;
}
#content .product .tabs{
    width: 100%;
}
#content .product .tabs .tabbar{
    padding-left: 0;
}
#content .product .tabs .tab .tabmiddle{
    font-size: 12px;
    padding: 0;
}

@media screen and (max-width:320px){
   #content .product .tabs .tab .tabmiddle{
       font-size: 11px;
       padding: 0;
   }
}

#content .product .tabs .tabcontents{
   padding-left: 10px;
   padding-right: 10px;
}
#content .product .tabs .tabcontents ul{
    margin-left: 0;
}
.tabcontent p > img{
    width: 100%;
    height: 80px;
}
/*eof Egy termék nézetének kialakítása*/

/*Tárolók fül tartalmának megjelenése egy termék kinézetén belül*/
#content .product .tabcontent .more_products .more_line{
   position: relative;
   margin-bottom: 30px;
}
#content .product .tabcontent .more_products .images{
   width: 70px;
}
#content .product .more_products .images .image_0{
   margin-left: 0;
}
#content .product .tabcontent .more_products .oldprice{
    margin: 0;
    position: absolute;
    left: 86px !important;
    bottom: 20px !important;
    right: 0px !important;
}
#content .product .tabcontent .more_products .oldprice img{
   height: 28px !important;
}
#content .product .tabcontent .more_products .price{
   float: none;
   position: absolute;
   right: 0px !important;
   bottom: 42px !important;
}
#content .product .tabcontent .more_products .price img{  
   height: 34px !important;
}
#content .product .tabcontent .more_products .basket{
    margin: 0;
    bottom: 15px !important;
    position: absolute;
    float: none;
    width: 65px;
    right: 0 !important;
}
#content .product .tabs .tabcontents img{
   width: 100%;
   height: auto;
}
#content .product .tabs .tabcontents table td{
   display: block;
}
#content .product .tabs .tabcontents table td img{
   width: 57% !important;
   height: auto;
}
/*eof Tárolók fül tartalmának megjelenése egy termék kinézetén belül */

/*Ajánlott kiegészítők tartalmának megjelenése egy termék kinézetén belül*/
#content .product .more_products .names{
   width: 70%;
   margin-top: 0;
}
#content .product .more_products tr.more_line .names{
   width: 100% !important;
}
#content .product .more_products .more_line{
   position: relative;
}
#content .product .more_products .more_line:nth-child(even){
   background: rgb(238,238,238);
}
#content .product .more_products .more_line .images{
   width: 70px;
   margin: 0;
   position: relative;
}
#content .product .more_products .more_line .basket{
   margin: 0;
   position: absolute;
   right: 2px;
   bottom: 10px;
}
/*radiátorok, szivattyuknál a további termékek táblája*/
#content .product .more_products table .more_line .price{
   margin: 0;
   position: absolute;
   height: 45px;
   top: 36px;
}

#content .product .more_products .price{
   float: none;
   margin: 0;
   position: absolute;
   bottom: 10px;
   right: 73px;
}
#content .product .more_products .more_line .price img, #content .product .more_products .more_line .oldprice img{
   height: 40px;
}
#content .product .more_products .images .plus{
   margin-top: 0;
   margin-left: 10px;
}
#content .product .more_products .images .image_2{
   margin-left: 10px;
}
#content .product .more_products .more_line .oldprice{
   float: none;
   position: absolute;
   right: 185px;
   bottom: 17px;
}
#content #notleft .more_line img{
   width: auto;
}
#content #notleft .more_line .oldprice img{
   width: 70px;
   height: auto;
}
@media screen and (max-width: 320px){
   #content #notleft .more_line table .names{
      width: 100px !important;
   }
   /*#content .product .more_products .more_line .oldprice{
      left: 13px;
   }*/
}

@media screen and (max-width: 500px){
   /*#content .product .more_products .more_line .oldprice{
      left: 20px;
   }*/
}

/*Radiátotoknál az ajánlott kiegészítők*/
#content .product .more_products table{
   table-layout: auto;
   width: 100%;
   border-collapse: collapse;
}
#content .product .more_products tr.more_line td{
   position: relative;
   padding: 0 !important;
   vertical-align: top;
   margin-top: 5px;
   height: 80px;
}
#content .product .more_products tr.more_line .basket{
   right: 14px;
}
#content .product .more_products tr.more_line .price{
   right: 77px;
}
/*eof Radiátotoknál az ajánlott kiegészítők*/

/*eof Ajánlott kiegészítők tartalmának megjelenése egy termék kinézetén belül*/

#container #content #content2 #notleft .product #labels{
    width: 100%;
    line-height: 20px;
    padding: 0;
    margin-bottom: 5px;

}
/*eof Egy termék nézetének kialakítása*/

/*Kosár felugróabalak kialakítása*/
#basket_modal{
    width: 90%;
}
#basket_modal #modal_content_closearea + div img{
    width: 100%;
}
#basket_modal #modal_content_product{
    width: 90%;
}
#basket_modal #modal_content_product #modal_content_product_right{
    width: 80%;
}
#basket_modal #modal_content_mainarea h6{
    font-size: 25px;
    line-height: 26px;
    margin-top: 20px;
}
#basket_modal #modal_content_descr{
    margin-bottom: 18px;
}
#basket_modal #modal_content_buttons{
    float: none;
    width: 68%;
}
#basket_modal #modal_content_buttons > div{
    width: 70%;
    margin-bottom: 10px;
}
/*eof Kosár felugróabalak kialakítása*/

/*Kosár tartalmának összegzése*/
#argarancia{
    display: none;
}
#content .basket .title{
    margin-bottom: 15px;
    margin-top: 15px;
}
#content .basket .basket_text h3{
    margin-bottom: 10px;
    margin-top: 10px;
}
#content .basket table.basketlist{
    width: 100%;
    margin-top: 10px;
}
#content .basket table.basketlist .name{
    padding-left: 7px;
    padding-right: 7px;
}
#content .basket table.basketlist .quantity {
    width: 50px;
    padding: 0 2px;
}
#content .basket table.basketlist .price{
    text-align: center;
}
#content .basket table.basketlist .remove {
    width: 90px;
}
#content .basket table.basketlist .remove a{
    width: 90%;
    background: #cdcccd;
    border: solid gray 1px;
    color: black;
    font-size: 13px;
    padding-top: 3px;
    font-weight: bold;
}
@media screen and (max-width: 320px){
   #content .basket table.basketlist .edit1 input, #content .basket table.basketlist .edit2 input{
      width: 65px !important;
   }
   #content .basket table.basketlist .edit1,  #content .basket table.basketlist .edit2 {
      width: 78px;
      float: none;
   }
   #content .basket table.basketlist .remove a{
      font-size: 12px;
   }
    #content #notleft .fizetes .block1 .formitem label{
        float: none;
    }
    #content #notleft .fizetes .formitem .inputtext{
        margin-bottom: 17px;
    }
    #content #notleft .fizetes .formitem .inputtext#cim_1_box,#content #notleft .fizetes .formitem .inputtext#cim_2_box{
        margin-left: 0 !important;
        margin-bottom: 10px !important;
        margin-top: 0 !important;
    }
    #content .basket table.basketlist .remove{
      width: 70px;
    }
}

#content .basket table.basketlist .edit1 input, #content .basket table.basketlist .edit2 input{
    background: #cdcccd;
    color: black;
    font-weight: bold;
    border: solid black 1px;
    margin-top: 10px;
    margin-bottom: 5px;
    width: 88px;
}
#content #notleft .basket .listbottom{
    height: 50px;
}
#content #notleft .basket .listbottom a#done {
    top: 5px;
    right: 18px;
}
#content #notleft .basket .listbottom a#continue{
    top: 5px;
    left: 18px;
}
.szallitas1 .price, .szallitas2 .price, .szallitas3 .price{
   padding-right: 10px;
}
#content .basket table.basketlist tr.szallitas{
   display: table-row;
}
#mass_row{
   padding: 0;
}
/*eof Kosár tartalmának összegzése*/

/*Regisztrációs űrlap kinézetet*/
#facebookregister{
    display: none;
}
.regisztracio #kiemelt #kotelezo{
    padding-left: 0;
}
.regisztracio #kiemelt{
    width: 100%;
    margin: 0;
}
.regisztracio #urlap .cim{
    width: 100%;
}
.regisztracio #urlap .label{
    display: block;
}
.szallitas{
    display: block;
}
.szallitas:first-child{
   margin-top: 10px;
}
.regisztracio #urlap .cim{
    padding-bottom: 10px;
}
.sz_cim{
    margin-top: 25px;
}
.regisztracio #urlap .cim span{
    display: block;
}
.regisztracio{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}
.regisztracio #urlap .label{
    padding: 0;
}
#content #notleft .fizetes .formitem .selectarea.error select{
    margin-top: 5px;
}
.regisztracio #urlap #egyeb{
    width: 100%;
    margin: 0;
    margin-top: 8px;
    background: none;
    padding: 0;
}
.regisztracio #urlap #egyeb #pipak{
    width: 110%;
    line-height: 20px;
}
.regisztracio #urlap #egyeb #pipak #elfogad, .regisztracio #urlap #egyeb #pipak #rogzit{
    height: 15px;
    width: 15px;
    padding: 0;
}
.mobile_table{
    display: block !important;
}
.regisztracio #urlap #egyeb #elkuld{
   height: auto;
}
.regisztracio #urlap #egyeb #elkuld #gomb{
   height: auto;
   margin-bottom: 16px;
}
.regisztracio #kiemelt #kotelezo #hiba p{
   margin-left: 0;
}
.regisztracio #kiemelt #kotelezo #siker, .regisztracio #kiemelt #kotelezo #hiba{
    background: none;
    padding-left: 0;
    position: absolute;
    left: 18px;
    top: 110px;
}
#content #notleft #urlap2{
   position: relative;
}
/*eof Regisztrációs űrlap kinézetet*/

/*Garanciális szakszervizek lap kinézete*/
#content #notleft .garancia{
    width: 100% !important;
    margin-left: 0;
}
#content .garancia .garancia_area{
    width: 100%;
}
#content .garancia .garancia_area{
    margin-bottom: 15px;
}
/*eof Garanciális szakszervizek lap kinézete*/

/*Kazánválasztó kinézete*/
#content .valaszto{
    width: 100%;
}
#content .valaszto table.egy a .title{
    padding-top: 10px;
}
#content .valaszto table.egy a .img{
    height: 100px;
}
#content .valaszto table.egy a .text{
    width: 100%;
    text-align: center;
}
#content .valaszto #breadcrumb{
    padding-left: 2px;
}
#content .valaszto #breadcrumb a.last{
    display: none;
}
#content .valaszto table.egy td{
    width: 160px;
    height: 150px;
    display: inline-block;
}
@media screen and (max-width: 320px){
    #content .valaszto table.egy td{
        width: 100%;
        height: 80px;
        margin-bottom: 10px;
    }
    #content .valaszto table.egy a .text{
        text-align: center;
    }
    #content .valaszto #bottomnote{
        bottom: -495px !important;
    }
}
#content .valaszto table.egy td.line div{
    display: none;
}

#content .valaszto #bottomnote{
    bottom: -110px;
    left: 0px;
    position: absolute;
    width: 100%;
    padding-left: 1px;
}
/*eof Kazánválasztó kinézete*/

/*Vásárálás befejezésénél lévő űrlap kinézete*/
#content #notleft .fizetes{
    width: 100%;
    margin: 0;
}
#content #notleft .fizetes br{
    display: none;
}
#content #notleft .fizetes .block1 .formitem label{
    text-indent: 5px;
}
#content #notleft .fizetes #szallitas .inputblock2{
   margin-top: 10px;
}
#content #notleft .fizetes #szallitas{
    background: none;
    padding-left: 0;
}
#content #notleft .fizetes .block1{
    width: auto;
}
#content #notleft .fizetes .block2{
    width: auto;
    padding-top: 5px;
}
#content #notleft .fizetes .block2 .formitem.checkbox label{
    margin: 0;
    width: auto;
}
#content #notleft .fizetes .inputblock1{
    margin-top: 10px;
}
#content #notleft .fizetes .formitem .inputtextarea#megj_box{
    width: 76%;
    background: none;
    border: 1px solid black;
}
#content #notleft .fizetes .formitem .inputtextarea#megj_box textarea{
    width: 97%;
    margin: 0;
    height: 66px;
}
#content #notleft .fizetes .block2 .formitem label{
    width: auto;
    text-indent: 0;
}
#content #notleft .fizetes .inputblock2{
   margin-bottom: 5px;
}
.szallitas_szallitascim{
   height: 120px;
}
#content #notleft .fizetes .block3{
    width: auto;
    margin: 0;
    margin-top: 10px;
}
#content #notleft .fizetes .block3 .submit{
    top: 130px;
    margin-bottom: 25px;
    right: 0;
    height: 40px;
}
#content #notleft .fizetes .block3 .formitem.checkbox label{
    margin-left: 0;
    width: auto;
    text-overflow: clip;
}
#content #notleft .fizetes .block3 .formitem.checkbox{
    height: auto;
}
#mas_futarszolgalat{
   margin-left: 0;
}
#pp-map-canvas, #nomobile_string{
   display: none;
}
/*eof Vásárálás befejezésénél lévő űrlap kinézete*/

/*Megrendelt termékszámla kinézete*/
#content #notleft .fizetes table{
    width: 100% !important;
}

#content #notleft .fizetes table tbody tr td > table{
    margin-left: 0px !important;
}
#content #notleft .fizetes table tbody tr td {
    font-size: 11px !important;
    width: 20% !important;
    line-height: 20px;
}
@media screen and (min-width: 340px){
   #content #notleft .fizetes table tbody tr td{
      font-size: 13px !important;
   }
}
#content #notleft .fizetes table tbody tr input[type="checkbox"]{
    margin: 5px !important;
}
#content #notleft .fizetes .listbottom{
    padding: 0 !important;
    margin: 0 !important;
    height: 80px !important;
}
#content #notleft .fizetes .listbottom a#continue{
    left: 0;
}
#content #notleft .fizetes .listbottom a#done{
    top: 30px;
    right: 0;
}
/*Megrendelt termékszámla kinézete*/

/*Füstcsövek megjelenítése*/
#content .list_fustcso{
    width: auto;
    margin-bottom: 10px !important;
}
#content .list_fustcso .rows{
    width: auto !important;
    float: none;
}
#content .list_fustcso .rows .onerow{
   position: relative;
}
#content .list_fustcso .rows .onerow:nth-child(even){
   background-color: #eee;
}
#content .list_fustcso .toprow{
    margin-top: 50px;
    line-height: 1;
}
#content .list_fustcso .name{
    width: 100% !important;
}
#content .list_fustcso .image{
    width: auto;
}
#content #notleft .list_fustcsovek .listtop{
    height: 20px;
}
#content #notleft .list_fustcsovek form select{
    margin-bottom: 0;
}
#content #notleft .list_fustcsovek .listtop form:first-child{
    position: absolute;
    top: 30px;
}
#content #notleft .list_fustcsovek .listfilter{
    margin-top: 0;
}
#content .list_fustcso .rows .onerow .darab select{
    width: auto !important;
    position: absolute;
    right: 90px;
}
#content .list_fustcso .rows .onerow .size{
   width: auto;
}
#content .list_fustcso .rows .onerow .price_box .price{
   position: absolute;
   right: 137px;
   bottom: 0;
}
#content .list_fustcso.kemenyrendszer, #content .list_fustcso.kaszkadrendszer{
    width: auto;
    margin: 0;
}
#content .list_fustcso .bottomrow{
    float: none;
    width: 100% !important;
    margin-top: 5px;
    font-size: 10px;
}
#content #notleft .list_fustcsovek .listarea{
   margin-top: 0;
}
#content .list_fustcso .rows .onerow .kosargomb{
    float: right;
    margin-right: 4px;
}
/*eof Füstcsövek megjelenítése*/

/*Elfelejtett jelszó oldal kinézete*/
#content #notleft .password{
    width: auto;
    margin: 0;
    text-align: center;
}
#content #notleft .password .formitem{
    height: 70px;
    margin-left: 15%;
}
@media screen and (min-width: 321px) and (max-width:375px){
    #content #notleft .password .formitem{
        margin-left: 22%;
    }
}
@media screen and (min-width: 425px){
    #content #notleft .password .formitem{
        margin-left: 0;
    }
}
#content #notleft .password .formitem .submit input{
    margin-top: 20px;
}
/*eof Elfelejtett jelszó oldal kinézete*/

/*Mobilos bejelentkező ablak kinézete*/
.hidden{
    display: none !important;
}
#loginbutton{
   display: none !important;
}
#mobil_loginbox{
    font-size: 15px;
    color: white;
    background-color: #e51b22;
    text-align: center;
    width: 100%;
    padding-bottom: 10px;
}
#mobil_loginbox input{
    margin: 10px;
}
#mobil_loginbox input[type="checkbox"]{
    margin: 2px;
    height: 15px;
    width: 15px;
}
#mobil_loginbox input[type="text"], #mobil_loginbox input[type="password"]{
    height: 20px;
    width: 180px;
}
#mobil_loginbox input[type="submit"]{
    border-radius: 15px;
    background-color: #404041;
    color: white;
}
#mobil_loginbox a{
    color: white;
    text-decoration: none;
    margin-bottom: 10px;
}
#top_mobile{
   display: block;
}
.mobil_loginbutton_li_item{
		display: block !important;
}
/*eof Mobilos bejelentkező ablak kinézete*/

/*Adatmódosító lap kinézete megoldva a regisztrációs lapnál*/

/*Rendelés lap kinézete*/
#content .rendeles{
   width: 100%;
   margin: 0;
}
#content .rendeles table,#content .rendeles table table{
   width: 100% !important;
}
@media screen and (max-width:550px){
   #content .rendeles table tr td:nth-child(3){
      width: 97% !important;
   }
   
   #content .rendeles table tbody table tr:nth-last-child(4) td:first-child{
      line-height: 1.5;
   }
}
/*eof Rendelés lap kinézete*/