

* :focus { outline: 0; }

.blink { animation-duration: 1s; animation-name: blink; animation-iteration-count: infinite; animation-direction: alternate; animation-timing-function: ease-in-out; }
@keyframes blink { from { opacity: 1; } to { opacity: 0.15; } }
img.toggle-menu { border: 0px; outline: none; }

input[type=radio] {
  margin-top: 1px;
  -webkit-transform: scale(1.25);
     -moz-transform: scale(1.25);
      -ms-transform: scale(1.25);
       -o-transform: scale(1.25);
          transform: scale(1.25);
}

input[type="radio"]:focus { outline: none;}
input[type="radio"]:-moz-focusring { outline:none; }

#wsbreadcrumbs
{
  /*padding-left: 20px;
  padding-right: 20px;*/

  background-color: #FFFFFF;

  margin-left: 20px;
  margin-right: 20px;
}

#forgot-password-content
{
  display: none;
  width: 200px;
  z-index: 1000;
}

#forgot-success
{
  display: none;
}

/*.visible{overflow:visible!important}*/
.collapse.in {overflow:visible}

.popover .popover-title
{
  background-color: #fafafa;
  border-radius: 5px 5px 0px 0px;
  font-size: 12px;
  padding-left: 10px;
}

.popover .popover-content
{
  background-color: #ffffff;
  color: #777777}

#rs3ws-login h3 {
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #777777;

  padding-left: 20px;
  padding: 8px 14px;
  margin: 0px;
  line-height: 18px;
  border-bottom: 1px solid #EBEBEB;
}

#myModal
{
  background-color: #fff;
  padding: 1px;
}

#myModal .modal-header
{
  /* line-height: 18px; */
  background-color: #fafafa;
  border-radius: 5px 5px 0px 0px;
}

#myModal .modal-header h3
{
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;

  margin: 0px;
  color: #777777;
}

#myModal .modal-body
{
  background-color: #ffffff;
  color: #777777}

#myModal .modal-footer
{
  background-color: #fafafa;
  color: #777777;
  padding-bottom: 15px;
  padding-top: 25px;
}

.bootbox .modal-header
{
  /* line-height: 18px; */
  background-color: #fafafa;
  border-radius: 5px 5px 0px 0px;
  padding-top: 14px;
  padding-bottom: 13px;
}

.bootbox .modal-header h4
{
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;

  margin: 0px;
  color: #777777;
}

.bootbox .close
{
  font-size: 40px;
  margin-top: -5px;
  margin-right: -10px;
}

.rs3ws-btn-default,
.rs3ws-btn-default:hover,
.rs3ws-btn-default:active,
.rs3ws-btn-default:focus,

.rs3ws-btn-primary,
.rs3ws-btn-primary:hover,
.rs3ws-btn-primary:active,
.rs3ws-btn-primary:focus
{
  font-family: 'Roboto';
  font-size: 14px;
  background-image: none;
  background-color: #454545;
  color: #FFFFFF;
  padding: 10px 15px 10px 15px; !important;
  outline:none;
  border: 0;
  border-radius: 1px 1px 1px 1px;
}

.bootbox-body
{
  font-family: 'Roboto';
  font-size: 14px;
  color: #777;
}

.modal-header .pull-right
{
  margin-top: 3px;
}

.popover a,
.popover a:hover,
.popover a:active,
.popover a:focus,
#myModal a,
#myModal a:hover,
#myModal a:active,
#myModal a:focus
{
  text-decoration: none;
  outline: none;
}

.popover a.rs3ws-btn-popup,
.popover a.rs3ws-btn-popup:hover,
.popover a.rs3ws-btn-popup:focus,
.popover a.rs3ws-btn-popup:active,
#myModal a.rs3ws-btn-popup,
#myModal a.rs3ws-btn-popup:hover,
#myModal a.rs3ws-btn-popup:focus,
#myModal a.rs3ws-btn-popup:active
{
  font-family: 'Roboto';
  font-size: 14px;
  background-color: #454545;
  color: #FFFFFF;
  padding: 10px 15px 10px 15px;
  outline:none;
}

#myModal span.rs3ws-kosarbapopup-termeknev
{
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 16px;
  color: #777777;
}

#myModal span.rs3ws-kosarbapopup-termekar
{
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 12px;
  color: #777777;
}

div.rs3ws-box-container
{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;

  align-items: left;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}

div.rs3ws-csoport-box
{
  cursor: pointer;
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
}

div.rs3ws-csoport-box:hover,
div.rs3ws-csoport-box:active,
div.rs3ws-csoport-box:focus
{
  -webkit-box-shadow: 0px 0px 7px 1px rgba(68,68,68,0.31);
     -moz-box-shadow: 0px 0px 7px 1px rgba(68,68,68,0.31);
          box-shadow: 0px 0px 7px 1px rgba(68,68,68,0.31);
}

div.rs3ws-csoportkep
{
  display: table;
  margin: 0 auto;
  padding: 25px;
  position: relative;
}

div.rs3ws-csoportkep img
{
  width: 100%;
  display: block;

  -webkit-filter: grayscale(00%);
     -moz-filter: grayscale(00%);
       -o-filter: grayscale(00%);

  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}

div.rs3ws-csoportkep img:hover
{
  -webkit-transform: scale(1.25);
     -moz-transform: scale(1.25);
      -ms-transform: scale(1.25);
       -o-transform: scale(1.25);
          transform: scale(1.25);
}

input.rs3ws-csoportkep-nincs
{
  background: url('../images/r_nincscskep.png');
  width: 140px;
  height: 140px;
  border: 0px;
  cursor: pointer;
  z-index: 11;


  opacity: 0.4;
  -webkit-transition: opacity 0.75s ease-in-out;
     -moz-transition: opacity 0.75s ease-in-out;
          transition: opacity 0.75s ease-in-out;

}

input.rs3ws-csoportkep-nincs:hover
{
  opacity: 1;
}

div.rs3ws-csoportnev
{
  width: 180px;
  height: 38px;
  display: table;
  margin: 0 auto;
  padding: 10px;
  position: relative;
  text-align: center;
  background-color: #FFFFFF;
}

/* div.rs3ws-csoportnev a      { position: absolute; width: 100%; height: 100%; top: 0; left: 0; text-decoration: none; z-index: 10; background-color: #fff; opacity: 0; filter: alpha(opacity=1); } */
div.rs3ws-csoportnev a        { outline: 0; text-decoration: none; }
div.rs3ws-csoportnev a:hover,
div.rs3ws-csoportnev a:active,
div.rs3ws-csoportnev afocus   { outline: 0; text-decoration: none; }

div.rs3ws-csoportkep:hover,
div.rs3ws-csoportkep:active,
div.rs3ws-csoportkep:focus  {  }

div.rs3ws-csoportnev:hover,
div.rs3ws-csoportnev:active,
div.rs3ws-csoportnev:focus  {  }

span.rs3ws-csoportmegnevezes
{
  font-weight: bold;
  font-size: 17px;
  font-family: "Roboto", Helvetica, sans-serif;
  color: #000000;
  text-decoration: none;}

span.rs3ws-csoportmegnevezes:hover
{
  color: #777777;
  text-decoration: none;

	-webkit-transition: all 300ms ease-in-out;
     -moz-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out;

  text-decoration: none;}

span.rs3ws-termeknev-hspopup { font-weight: bold; font-size: 100%; }

div.rs3ws-termek-box
{
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
}

div.rs3ws-termek-box:hover,
div.rs3ws-termek-box:active,
div.rs3ws-termek-box:focus
{
  -webkit-box-shadow: 0px 0px 7px 1px rgba(68,68,68,0.31);
     -moz-box-shadow: 0px 0px 7px 1px rgba(68,68,68,0.31);
          box-shadow: 0px 0px 7px 1px rgba(68,68,68,0.31);
}

div.rs3ws-termekkep
{
  display: table-cell;
  text-align: center;
  vertical-align: middle;

  /*
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  float: left;
  */
}

div.rs3ws-termekkep img.rs3ws-termekkep
{
  border: 0px;
  outline: none;

  -webkit-transform: scale(1);
     -moz-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);

  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

div.rs3ws-termekkep img.rs3ws-termekkep:hover,
div.rs3ws-termekkep img.rs3ws-termekkep:focus,
div.rs3ws-termekkep img.rs3ws-termekkep:active
{
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

div.rs3ws-termeknev
{
  position: relative;
  cursor: pointer;
  background-color: #FFFFFF;
  z-index: 10;
  text-align: center;
  padding: 10px 10px 10px 10px;
  overflow:hidden;
}

div.rs3ws-termeknev a        { outline: 0; text-decoration: none; }
div.rs3ws-termeknev a:hover,
div.rs3ws-termeknev a:active,
div.rs3ws-termeknev afocus   { outline: 0; text-decoration: none; }

span.rs3ws-termeknev
{
  font-weight: normal;
  font-size: 14px;
  font-family: "Roboto", Helvetica, sans-serif;
  color: #000000;
  text-decoration: none;}

span.rs3ws-termeknev:hover
{
  color: #777777;
  text-decoration: none;

	-webkit-transition: all 300ms ease-in-out;
     -moz-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out;

  text-decoration: none;}

div.rs3ws-termekleiras
{
  position: relative;
  cursor: pointer;
  background-color: #FFFFFF;
  z-index: 11;
  text-align: center;
  padding: 10px 10px 10px 10px;
  overflow:hidden;
}

div.rs3ws-termekleiras-spacer
{
  height: 10px;
  background-color: #FFFFFF;
  z-index: 12;
}

div.rs3ws-termekleiras a        { outline: 0; text-decoration: none; }
div.rs3ws-termekleiras a:hover,
div.rs3ws-termekleiras a:active,
div.rs3ws-termekleiras afocus   { outline: 0; text-decoration: none; }

span.rs3ws-termekleiras
{
  font-weight: normal;
  font-size: 12px;
  font-family: "Roboto", Helvetica, sans-serif;
  color: #000000;
  text-decoration: none;
	-webkit-transition: all 750ms ease-in-out;
     -moz-transition: all 750ms ease-in-out;
          transition: all 750ms ease-in-out;
}

span.rs3ws-termekleiras:hover
{
  color: #777777;
  text-decoration: none;

	-webkit-transition: all 300ms ease-in-out;
     -moz-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out;

  text-decoration: none;}

div.rs3ws-termekregiar
{
  position: relative;
  background-color: #FFFFFF;
  z-index: 12;
  text-align: right;
  padding-right: 5px;
}

span.rs3ws-termekregiar
{
  font-family: Verdana, Tahoma, Arial;
  font-size: 8pt;
  color: #9B0010;
  text-decoration:line-through;
}

div.rs3ws-termekar,
div.rs3ws-termekar-akcio
{
  position: relative;
  height: 30px;
  z-index: 13;
  text-align: center;
  padding-top: 8px;
  padding-right: 3px;
  /* border-top: 1px dotted #d3d3d3; */
  border-top: 1px solid #DDDDDD;
}

span.rs3ws-termekar-label
{
  font-weight:  normal;
  font-size:  12px;
  font-family: "Roboto", Helvetica, sans-serif;
  color:  #777777;
  text-decoration: none;
	-webkit-transition: all 750ms ease-in-out;
     -moz-transition: all 750ms ease-in-out;
          transition: all 750ms ease-in-out;
}

span.rs3ws-termekar-label:hover
{
  color: #000000;

	-webkit-transition: all 300ms ease-in-out;
     -moz-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out;

  text-decoration: none;}

span.rs3ws-termekar-akcio-label
{
  font-weight:  normal;
  font-size:  12px;
  font-family: "Arial", Helvetica, sans-serif;
  color:  #777777;
  text-decoration: none;
	-webkit-transition: all 750ms ease-in-out;
     -moz-transition: all 750ms ease-in-out;
          transition: all 750ms ease-in-out;
}

span.rs3ws-termekar-akcio-label:hover
{
  color: #000000;

	-webkit-transition: all 300ms ease-in-out;
     -moz-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out;

  text-decoration: none;}

span.rs3ws-termekar
{
  font-weight:  normal;
  font-size:  16px;
  font-family: "Roboto", Helvetica, sans-serif;
  color:  #777777;
  text-decoration: none;
	-webkit-transition: all 750ms ease-in-out;
     -moz-transition: all 750ms ease-in-out;
          transition: all 750ms ease-in-out;
}

span.rs3ws-termekar:hover
{
  color: #000000;

	-webkit-transition: all 300ms ease-in-out;
     -moz-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out;

  text-decoration: none;}

span.rs3ws-termekar-akcio
{
  font-weight:  normal;
  font-size:  16px;
  font-family: "Roboto", Helvetica, sans-serif;
  color:  #777777;
  text-decoration: none;
	-webkit-transition: all 750ms ease-in-out;
     -moz-transition: all 750ms ease-in-out;
          transition: all 750ms ease-in-out;
}

span.rs3ws-termekar-akcio:hover
{
  color: #000000;

	-webkit-transition: all 300ms ease-in-out;
     -moz-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out;

  text-decoration: none;}

div.rs3ws-termekar a        { outline: 0; text-decoration: none; }
div.rs3ws-termekar a:hover,
div.rs3ws-termekar a:active,
div.rs3ws-termekar afocus   { outline: 0; text-decoration: none; }

div.rs3ws-termekar-akcio a        { outline: 0; text-decoration: none; }
div.rs3ws-termekar-akcio a:hover,
div.rs3ws-termekar-akcio a:active,
div.rs3ws-termekar-akcio afocus   { outline: 0; text-decoration: none; }

div.rs3ws-termekkosar
{
  position: relative;
  height: 55px;
  background-color: #FFFFFF;
  z-index: 13;
  text-align: center;
  /* border-top: 1px dotted #d3d3d3; */
  border-top: 1px solid #DDDDDD;
}

div.rs3ws-termekkosar-akcio
{
  position: relative;
  height: 55px;
  background-color: #FFFFFF;
  z-index: 13;
  text-align: right;
  border-top: 1px dotted #d3d3d3;
}

div.rs3ws-termekkosar a.rs3ws-termekkosarba-gomb
{
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 16px;
  background-color: #454545;
  color: #FFFFFF;
  border: 1px solid transparent;
  padding: 3px;
  border-radius: 1px;
  text-decoration: none;
  padding: 9px 20px 9px 20px;
}

div.rs3ws-termekkosar-akcio a.rs3ws-termekkosarba-gomb-akcio
{
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 16px;
  background-color: #454545;
  color: #FFFFFF;
  border: 1px solid transparent;
  padding: 3px;
  border-radius: 1px;
  text-decoration: none;
  padding: 9px 20px 9px 20px;
}

div.rs3ws-termekkosar a.rs3ws-termekkosarba-gomb:hover,
div.rs3ws-termekkosar a.rs3ws-termekkosarba-gomb:active,
div.rs3ws-termekkosar a.rs3ws-termekkosarba-gomb:focus
{
  background-color: #454545;
  color: #FFFFFF;
}

div.rs3ws-termekkosar-akcio a.rs3ws-termekkosarba-gomb-akcio:hover,
div.rs3ws-termekkosar-akcio a.rs3ws-termekkosarba-gomb-akcio:active,
div.rs3ws-termekkosar-akcio a.rs3ws-termekkosarba-gomb-akcio:focus
{
  background-color: #454545;
  color: #FFFFFF;
}

div.rs3ws-banner
{
  text-align: center;
  /* background-color: #FFFFFF;*/
  padding-top: 10px; padding-bottom: 10px;  /* padding-bottom: 1px; */
}

div.rs3ws-banner div.span12
{
  min-height: 1px;
  /*padding-top: 5px;
  padding-bottom: 5px;*/
}

div.rs3ws-banner span.rs3ws-bannertext
{
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 14px;
  color: #777777}

div.rs3ws-breadcrumb
{
  /* background-color: #FFFFFF; */
  padding-top: 10px; padding-bottom: 10px;  /* padding-bottom: 1px; */
}

.side_bar a.btn-belepes,
.side_bar a.btn-belepes:visited
{
	text-align: center;
	margin: 0 auto;
	display: block;
  font-family: 'Roboto';
  font-size: 14px;
	text-decoration: none;
  background-color: #454545;
  color: #FFFFFF;
	outline:none;
	padding: 8px 15px 8px 15px;
	cursor: pointer;
}

div.rs3ws-kereso-fixed
{
  top: 0;
  z-index: 1000;
  border-top: 1px dotted #d3d3d3;
  border-bottom: 1px dotted #d3d3d3;
  background-color: #fff;
}

#login .center {
  text-align: center;
}

#login .login {
  max-width: 300px;
	margin: 0 auto;
}

#login .login-form
{
  padding: 15px;
}

/* BEGIN rs3ws-product-details */
div.rs3ws-product-details
{
  padding: 20px;
}

table.rs3ws-productdetails-inner
{
  border-spacing: 2px;
  border-collapse: separate;
}

span.rs3ws-productdetails-termeknev
{
  font-family: 'Roboto';
  font-size: 20px;
  font-weight:400;
  color: #777777;
}

table.rs3ws-productdetails-price
{
  border: 1px solid #D3D3D3;
  height: 30px;
  border-spacing: 2px;
  border-radius: 3px;
  border-collapse: separate;
}

td.rs3ws-productdetails-termekbruttoar
{
  background-color: #777777;
  text-align: center;
  vertical-align: middle;
}

span.rs3ws-productdetails-termekbruttoar
{
  font-family: 'Roboto';
  font-size: 17px;
  font-weight:400;
  color: #FFFFFF;
}

span.rs3ws-productdetails-termeknettoar
{
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: normal;
  color: #000000;
}

span.labelinput    { font-family: 'Roboto'; font-weight: normal; font-size: 14px; color: #777777; }
span.nincskeszlet  { color: #FF0000; font-size: 11px; }
span.vankeszlet    { color: #0000FF; font-size: 12px; }
span.szamlaszam    { color: #551A8B; text-decoration: underline; }
span.penznem       { color: blue; text-decoration: none; }
span.termeknevlink { color: #551A8B; text-decoration: underline; }

span.wsbreadcrumblabel
{
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 14px;
  color: #777777}

div.rs3ws-productdetails-kosarmennyiseg { text-align: center; }
div.rs3ws-productdetails-kosarba        { text-align: left; }

span.rs3ws-productdetails-caption	     { font-family: 'Roboto'; font-size: 12px; color: #777777; font-weight: bold; }
span.rs3ws-productdetails-termekkod    { font-family: 'Roboto'; font-size: 12px; color: #777777; font-weight: normal; }
span.rs3ws-productdetails-termekleiras { font-family: 'Roboto'; font-size: 14px; color: #777777; font-weight: normal; }

div.t1dkep         { }

div.rs3ws-product-details a,
div.rs3ws-product-details a:hover,
div.rs3ws-product-details a:active,
div.rs3ws-product-details a:focus
{
  color: #777;
  text-decoration: none;
}

span.captionnagy      { font-family: 'Roboto'; font-size: 20px; color: #777777; font-weight: normal; }
span.captionkozepnagy { font-family: 'Roboto'; font-size: 17px; color: #777777; }
span.captionkozepes   { font-family: 'Roboto'; font-size: 14px; color: #777777; }

div.rs3ws-productdetails-termekkepnagy { border: 1px solid #f1f1f1; }

#kosardetails a,
#kosardetails a:hover,
#kosardetails a:active,
#kosardetails a:focus
{
  color: #777;
  text-decoration: none;
}

#kosardetails a.dropdown:hover,
#kosardetails a.dropdown:active,
#kosardetails a.dropdown:focus
{
  color: #fff;
}

#kosardetails a.cikkcsop:link          { font-size: 12px; color: #696969; text-decoration: none; }
#kosardetails a.cikkcsop:hover         {                  color: #696969; text-decoration:underline; }
#kosardetails a.cikkcsop:visited:hover {                  color: #696969; text-decoration:underline; }
#kosardetails a.cikkcsop:visited       { font-size: 12px; color: #696969; text-decoration: none; }
#kosardetails a.cikkcsop:active        {                  color: #696969; text-decoration:underline; }

#kosardetails span.rs3ws-cart-termeknev { font-family: 'Roboto'; font-size: 17px; font-weight: bold; color: #777777; }

#kosardetails input.rs3ws-cart-button  { background-repeat: no-repeat; width: 32px; border: none; height: 32px; cursor: pointer; outline: none; }

#kosardetails a.rs3ws-cart-control-button
{
  font-family: 'Roboto';
  font-size: 16px;
  background-color: #454545;
  color: #FFFFFF;
  border: 1px solid transparent;
  padding: 3px;
  border-radius: 1px;
  text-decoration: none;
  padding: 9px 20px 9px 20px;
}

#kosardetails div.rs3ws-cart-elvalaszto
{
  position:relative;
  top: 0px;
  left:0px;
  height: 1px;
  width:100%;
  margin-top:5px;
  margin-bottom:5px;
  float:left;
  padding:0px;
  border-bottom: 1px dotted #d3d3d3;
}

#kosardetails input.rs3ws-cart-input {
	font-family: 'Roboto', Arial, Tahoma;
	font-size: 12px;
	height:17px;
  border: 1px solid silver;
	padding: 3px 8px 3px 8px;
}

#kosardetails td.rs3ws-cart-fizmod-indent
{
  padding-left: 27px;
}

.rs3ws-product-details .box {
  /* width: 200px; height: 300px; */
  /* position: relative; */
  /*border: 1px solid #BBB;
  background: #EEE;*/
}

.rs3ws-product-details .ribbon,
.rs3ws-termek-box .ribbon {
  position: absolute;
  left: -6px;
  top: -6px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}

.rs3ws-product-details .ribbon span,
.rs3ws-termek-box .ribbon span {
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: linear-gradient(#DA542E 0%, #910000 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; left: -21px;
}

.rs3ws-product-details .ribbon span::before,
.rs3ws-termek-box .ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #910000;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #910000;
}

.rs3ws-product-details .ribbon span::after,
.rs3ws-termek-box .ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #910000;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #910000;
}

input.size8pt
{
  padding: 3px 10px 3px 10px;
  font-family: Arial, Tahoma;
  font-size: 12px;
  font-weight: normal;
}

div.rs3ws-product-details a.rs3ws-details-termekkosarba-gomb
{
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 16px;
  background-color: #454545;
  color: #FFFFFF;
  border: 1px solid transparent;
  padding: 3px;
  border-radius: 1px;
  text-decoration: none;
  padding: 9px 20px 9px 20px;
}

div.rs3ws-product-details a.rs3ws-details-termekkosarba-gomb:hover,
div.rs3ws-product-details a.rs3ws-details-termekkosarba-gomb:active,
div.rs3ws-product-details a.rs3ws-details-termekkosarba-gomb:focus
{
  background-color: #454545;
  color: #FFFFFF;
  text-decoration: none;
}

div.rs3ws-product-details-elvalaszto
{
  position:relative;
  top: 0px;
  left:0px;
  height: 1px;
  width:100%;
  margin-top:5px;
  margin-bottom:5px;
  float:left;
  padding:0px;

  border-bottom: 1px dotted #D3D3D3;
}

/* END rs3ws-product-details */

span.rs3ws-adat-kotelezo   { font-family: Arial, Verdana; font-size: 10pt; color: red; font-weight: bold; }

#rs3ws-kereso
{
  /* height: 39px; */
  border-top: 1px dotted #d3d3d3;
}

.search_icon {
	background: url(../images/search-32x32.png) 0 100% no-repeat;
	margin-top:5px;
	margin-left:-37px;
	width:32px;
	height:32px;
	cursor: pointer;
	border:0px;
	outline:none;
}

.reg-enabled {
  font-family: 'Roboto';
  font-size: 16px;
  background-color: #454545;
  color: #FFFFFF;
  border: 1px solid transparent;
  padding: 3px;
  border-radius: 1px;
  text-decoration: none;
  padding: 9px 20px 9px 20px;
  cursor: pointer;
}

.reg-disabled {
  font-family: 'Roboto';
  font-size: 16px;
  color: silver;
  border: 1px solid transparent;
  padding: 3px;
  border-radius: 1px;
  text-decoration: none;
  padding: 9px 20px 9px 20px;
  cursor: not-allowed;
}

.pagenav,
.pagenav_prev,
.pagenav_next,
.pagenavbar
{
  padding: 0 2px;
  padding: 2px 2px 2px 2px;
}

a.pagenav,
.pagenav_prev a,
.pagenav_next a,
.pagenavbar a
{
  display:inline-block;
  background: #fff;
  padding:5px 10px;
  color:#3e3e3e;
  text-decoration:none;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  border: 1px solid #ddd;
}
a.pagenav:hover,
a.pagenav:active,
a.pagenav:focus,
.pagenav_prev a:hover,
.pagenav_prev a:active,
.pagenav_prev a:focus,
.pagenav_next a:hover,
.pagenav_next a:active,
.pagenav_next a:focus,
.pagenavbar a:hover,
.pagenavbar a:active,
.pagenavbar a:focus
{
  text-decoration: none;
  background:#eee;
}

.pagenavbar
{
  padding-left: 14px;
}

.pagenavcounter
{
  padding: 8px 14px 0 14px;
}

a.pagenav:link          { font-weight: normal; font-size: 14px; font-family: "Roboto", Helvetica, sans-serif; color: #000; text-decoration: none; }
a.pagenav:hover         { font-weight: normal; font-size: 14px; font-family: "Roboto", Helvetica, sans-serif; color: #777; text-decoration: none; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; }
a.pagenav:visited:hover { font-weight: normal; font-size: 14px; font-family: "Roboto", Helvetica, sans-serif; color: #777; text-decoration: none; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; }
a.pagenav:visited       { font-weight: normal; font-size: 14px; font-family: "Roboto", Helvetica, sans-serif; color: #000; text-decoration: none; }
a.pagenav:active        { font-weight: normal; font-size: 14px; font-family: "Roboto", Helvetica, sans-serif; color: #000; text-decoration: none; }

span.pagenav            { font-weight: normal; font-size: 14px; font-family: "Roboto", Helvetica, sans-serif; color: #777; text-decoration: none; padding:2px 2px; }
span.pagenav2           { font-weight: normal; font-size: 14px; font-family: "Roboto", Helvetica, sans-serif; color: #777; text-decoration: none; }

#rs3ws-kereso .tt-menu  { z-index: 11; }

.bootstrap-switch
{
  border-radius: 2px;
}

/**on/off border**/
.bootstrap-switch .bootstrap-switch-handle-on , .bootstrap-switch-handle-off {
  border-radius: 2px !important;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-rs3ws-switch-on
{
  background-color: #454545;
  color: #FFFFFF;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-rs3ws-switch-off
{
  background-color: #454545;
  color: #FFFFFF;
}

a.listalink:link          { color: #696969; text-decoration: none; }
a.listalink:hover         { color: #696969; text-decoration: underline; }
a.listalink:visited:hover { color: #696969; text-decoration: none; }
a.listalink:visited       { color: #696969; text-decoration: none; }
a.listalink:active        { color: #696969; text-decoration: none; }

span.rs3ws-l-termeknev    { font-family: 'Roboto'; font-size: 15px; color: #777777; font-weight: bold; text-decoration: none; }
span.rs3ws-l-termekkod    { font-family: 'Roboto'; font-size: 13px; color: #C0C0C0; font-weight: normal; }
span.rs3ws-l-termekar             { color: #000000; }
span.rs3ws-l-termekarnetto        { color: #000000; }
span.rs3ws-l-termekar-akcio       { color: #000000; }
span.rs3ws-l-termekarnetto-akcio  { color: #000000; }
span.rs3ws-l-termekkeszlet        { color: #000000; }

.button-back {
  font-family: 'Roboto';
  font-size: 14px;
  background-color: #454545;
  color: #FFFFFF;
  border: 1px solid transparent;
  padding: 3px;
  border-radius: 1px;
  text-decoration: none;
  padding: 2px 10px 2px 10px;
  cursor: pointer;
}

#rs3ws-kereso .typeahead
{
  background-color: #FFFFFF;
  color: #777777;
}

div.rs3ws-l-container                 { border: 1px solid #F1F1F1; border-radius: 3px; }

/*@media screen and (max-width: 640px) {
	table {
		overflow-x: auto;
		display: block;
	}
}*/

div.rs3ws-l-kosarbagomb a.rs3ws-l-termekkosarba-gomb
{
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 16px;
  background-color: #454545;
  color: #FFFFFF;
  border: 1px solid transparent;
  padding: 3px;
  border-radius: 1px;
  text-decoration: none;
  white-space: nowrap;
}

div.rs3ws-l-kosarbagomb a.rs3ws-l-termekkosarba-gomb:hover,
div.rs3ws-l-kosarbagomb a.rs3ws-l-termekkosarba-gomb:active,
div.rs3ws-l-kosarbagomb a.rs3ws-l-termekkosarba-gomb:focus
{
  background-color: #454545;
  color: #FFFFFF;
  text-decoration: none;
}

th.rs3ws-order-header
{
  border: 1px solid #f1f1f1; border-bottom: 1px solid #0a0a0a;
  background-color: #C9C9C9;
}

tr.rs3ws-order-line
{
  border-bottom: 1px solid #C9C9C9;
}

input.rs3ws-login-editbox
{
  height: 18px;
  width: 200px;
}

/* okostelefon portrait */
@media (max-width: 479px) {
  #header_top, #hor_nav, #breadcrumbs, #footer
  {
    padding-left: 0px;
    padding-right: 0px;
  }

  #head, #main, #foot
  {
    padding-left: 0px;
    padding-right: 0px;
  }

  div.rs3ws-termekleiras
  {
    max-height: 47px;
  }

  div.rs3ws-box-container {
    align-items: center;

    -webkit-justify-content: center;
            justify-content: center;

    padding-left: 0px;
    /* background-color: red; */
  }

  div.rs3ws-csoport-box
  {
    width: 230px;
    height: 248px;
    flex-grow: 0;

    margin: 5px 0px 5px 0px;

    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
            transition: all 0.3s ease;
  }

  div.rs3ws-csoportnev
  {
    width: 210px;
  }

  div.rs3ws-termek-box {
    width: 230px;

    flex-grow: 0;

    margin: 5px 0px 5px 0px;

    -webkit-transition: all 0.8s ease;
       -moz-transition: all 0.8s ease;
         -o-transition: all 0.8s ease;
        -ms-transition: all 0.8s ease;
            transition: all 0.8s ease;
  }

  div.rs3ws-termekkep
  {
    width: 160px;
    height: 160px;
    /* overflow:hidden; */
    position:relative;
  }

  div.rs3ws-termekkep img.rs3ws-termekkep
  {
    width: 160px;
    padding: 10px 35px 10px 35px;
  }

  div.rs3ws-kosarbapopup-vasarlas-folytat { text-align: center; }
  div.rs3ws-kosarbapopup-tovabb-kosarhoz { text-align: center; }

  span.rs3ws-kosarbapopup-termeknev
  {
    /* font-size: 10px; */
  }

  #kosardetails .rs3ws-cart-controls-left  { text-align: center; padding-bottom: 30px; }
  #kosardetails .rs3ws-cart-controls-right { text-align: center; }

  a.rs3ws-keresobar-kosar-gomb,
  a.rs3ws-keresobar-kosar-gomb:visited
  {
    font-family: 'Roboto';
    font-size: 12px;
    background-color: #454545;
    color: #FFFFFF;
  	text-align: center;
  	display: block;
  	text-decoration: none;
  	z-index: 14;
  	outline:none;
  	padding: 8px 15px 6px 15px;
  }

  a.rs3ws-keresobar-regisztracio-gomb,
  a.rs3ws-keresobar-regisztracio-gomb:visited
  {
    font-family: 'Roboto';
    font-size: 12px;
    background-color: #454545;
    color: #FFFFFF;
  	text-align: center;
  	display: block;
  	text-decoration: none;
  	z-index: 14;
  	outline:none;
  	padding: 8px 15px 6px 15px;
  }

  a.rs3ws-keresobar-profil-gomb,
  a.rs3ws-keresobar-profil-gomb:visited
  {
    font-family: 'Roboto';
    font-size: 12px;
    background-color: #454545;
    color: #FFFFFF;
  	text-align: center;
  	display: block;
  	text-decoration: none;
  	z-index: 14;
  	outline:none;
  	padding: 8px 15px 6px 15px;
  }

  .search_icon {
  	background: url(../images/search-24x24.png) 0 100% no-repeat;
  	margin-top:5px;
  	margin-left:-29px;
  	width:24px;
  	height:24px;
  	cursor: pointer;
  	border:0px;
  	outline:none;
  }

  div.rs3ws-productdetails-kosarmennyiseg { text-align: center; height: 60px; padding-top: 17px; }
  div.rs3ws-productdetails-kosarba        { text-align: center; height: 60px; padding-top: 21px; }

  div.rs3ws-keresoadv { }

  div.rs3ws-keresoadv-kereso    { height: 45px;  padding-top: 4px; padding-left: 5px; padding-right: 5px; }
  div.rs3ws-keresoadv-gombok    { height: 80px;  padding-top: 7px; padding-left: 5px; padding-right: 5px; }

  div.rs3ws-keresoadv-spacer    { display: block; height: 5px; }
  div.rs3ws-separator-vertical  { display: none; }

  #rs3ws-kereso .empty-message { padding: 5px 10px; text-align: center; }

  #rs3ws-kereso .typeahead,
  #rs3ws-kereso .tt-query,
  #rs3ws-kereso .tt-hint {
    font-family: "Roboto", Helvetica, sans-serif;
    color: #777777;
    text-decoration: none;
    font-size: 12px;
    height: 28px;
    padding: 2px 5px 1px 5px;
    z-index: 1;
    width: 100%;
    margin-left: 5px;
    width: 250px;
  }

  /*#rs3ws-kereso .typeahead
  {
    background-color: #FFFFFF;
    color: #777777;
  }*/

  #rs3ws-kereso .typeahead:focus { /* border: 2px solid #0097cf; */ }

  #rs3ws-kereso .tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
       -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  }

  #rs3ws-kereso .tt-hint {
    color: #999
  }

  #rs3ws-kereso .tt-menu {
    width: 265px;
    margin: -5px 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
       -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
            box-shadow: 0 5px 10px rgba(0,0,0,.2);

    /*
    max-height: 300px;
    overflow-y: auto;
    */
  }

  #rs3ws-kereso .tt-suggestion {
    padding: 3px 20px;
    font-size: 10px;
  }

  #rs3ws-kereso .tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: #0097cf;
  }

  #rs3ws-kereso .tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;
  }

  #rs3ws-kereso .tt-suggestion p {
    margin: 0;
  }

  #rs3ws-kereso .tt-highlight { color: green; }

  span.rs3ws-kereso-termeknev
  {
    font-family: "Roboto", Helvetica, sans-serif;
    font-size: 12px;
  }

  span.rs3ws-kereso-termek-akcios
  {
    font-family: "Roboto", Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: red;
  }

  span.rs3ws-kereso-termekar
  {
    font-family: "Roboto", Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
  }

  div.rs3ws-termek-talalat-termekkep    { display: none;  }
  div.rs3ws-termek-talalat-termekadatok { display: table-cell; text-align: left;   vertical-align: middle; padding-top: 10px; width: 225px; }
  div.rs3ws-kereso-termekegyeb          { display: table-cell; text-align: left;   vertical-align: middle; padding-top: 10px; width: 120px; }
  div.rs3ws-kereso-termekar             { display: table-cell; text-align: left;   vertical-align: middle; padding-top: 10px; width:  80px; }

  div.rs3ws-l-container                 { float: left; width: 100%; }
  div.rs3ws-l-row                       { float: left; width: 100%; }
  div.rs3ws-l-termekkep                 { float: left; width: 0px; display: none; }
  div.rs3ws-l-termeknev                 { float: left; width: 95%; /* +5px padding */ padding-right: 5px; }
  div.rs3ws-l-termeknev-noprice         { float: left; width: 95%; /* +5px padding */ padding-right: 5px; }
  div.rs3ws-l-termeknev-nostock         { float: left; width: 95%; /* +5px padding */ padding-right: 5px; }
  div.rs3ws-l-termeknev-noprice-nostock { float: left; width: 95%; /* +5px padding */ padding-right: 5px; }
  div.rs3ws-l-termekar                  { float: left; width: 95%; /* +5px padding */ padding-right: 5px; text-align: right; }
  div.rs3ws-l-termekkeszlet             { float: left; width: 95%; padding-right: 2px; text-align: right;  }
  div.rs3ws-l-kosar                     { float: left; width: 100%; text-align: center; }
  div.rs3ws-l-kosarbagomb               { height: 45px; }

  div.rs3ws-l-kosarbagomb a.rs3ws-l-termekkosarba-gomb
  {
    padding: 7px 18px 7px 18px;
  }
  
  input.rs3ws-login-editbox
  {
    height: 18px;
    width: 170px;
  }
} /* okostelefon portrait */

@media (min-width: 360px) {
  #rs3ws-kereso .typeahead,
  #rs3ws-kereso .tt-query,
  #rs3ws-kereso .tt-hint {
    width: 285px;
  }

  #rs3ws-kereso .tt-menu {
    width: 305px;
  }

  div.rs3ws-termek-talalat-termekadatok { width: 260px; }
  div.rs3ws-kereso-termekegyeb          { width: 150px; }
  div.rs3ws-kereso-termekar             { width: 100px; }
}

/* okostelefon landscape */
@media (min-width: 480px) {
  div.rs3ws-box-container {
    align-items: center;

    -webkit-justify-content: center;
            justify-content: center;

    padding-left: 0px;
    /* background-color: yellow; */
  }

  div.rs3ws-csoport-box
  {
    width: 270px;
    height: 248px;
    flex-grow: 0;

    margin: 5px 0px 5px 0px;

    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
            transition: all 0.3s ease;
  }

  div.rs3ws-csoportnev
  {
    width: 250px;
  }

  div.rs3ws-termek-box {
    width: 270px;

    flex-grow: 0;

    margin: 5px 0px 5px 0px;

    -webkit-transition: all 0.8s ease;
       -moz-transition: all 0.8s ease;
         -o-transition: all 0.8s ease;
        -ms-transition: all 0.8s ease;
            transition: all 0.8s ease;
  }

  div.rs3ws-termekkep img.rs3ws-termekkep
  {
    width: 180px;
    padding: 20px 45px 20px 45px;
  }

  div.rs3ws-kosarbapopup-vasarlas-folytat { text-align: center; }
  div.rs3ws-kosarbapopup-tovabb-kosarhoz { text-align: center; }

  span.rs3ws-kosarbapopup-termeknev
  {
    /* font-size: 16px; */
  }

  #kosardetails .rs3ws-cart-controls-left { text-align: center; padding-bottom: 30px; }
  #kosardetails .rs3ws-cart-controls-right { text-align: center; }

  a.rs3ws-keresobar-kosar-gomb,
  a.rs3ws-keresobar-kosar-gomb:visited
  {
    font-family: 'Roboto';
    font-size: 14px;
  	background: url(../images/icon-cart.png) #454545 10px 7px no-repeat;
    color: #FFFFFF;
  	text-align: center;
  	display: block;
  	text-decoration: none;
  	z-index: 14;
  	outline:none;
  	padding: 8px 15px 6px 35px;
  	float: right;
  }

  a.rs3ws-keresobar-regisztracio-gomb,
  a.rs3ws-keresobar-regisztracio-gomb:visited
  {
    font-family: 'Roboto';
    font-size: 14px;
  	background: url(../images/icon-user.png) #454545 10px 7px no-repeat;
    color: #FFFFFF;
  	text-align: center;
  	display: block;
  	text-decoration: none;
  	z-index: 14;
  	outline:none;
  	padding: 8px 15px 6px 35px;
  	float: right;
  }

  a.rs3ws-keresobar-profil-gomb,
  a.rs3ws-keresobar-profil-gomb:visited
  {
    font-family: 'Roboto';
    font-size: 14px;
  	background: url(../images/icon-user.png) #454545 10px 7px no-repeat;
    color: #FFFFFF;
  	text-align: center;
  	display: block;
  	text-decoration: none;
  	z-index: 14;
  	outline:none;
  	padding: 8px 15px 6px 35px;
  	float: right;
  }

  div.rs3ws-separator-vertical {
  	margin-top:8px;
  	margin-left:15px;
  	margin-right:15px;
  	margin-bottom:0px;
  	height:21px;
  	width:2px;
  	background: url(../images/separator.png) no-repeat;
  	float: right;
  }

  button.rs3ws-kereso-button
  {
    height: 35px; width: 40px;
  }

  div.rs3ws-productdetails-kosarmennyiseg { text-align: center; height: 60px; padding-top: 17px; }
  div.rs3ws-productdetails-kosarba        { text-align: center; height: 60px; padding-top: 21px; }

  div.rs3ws-keresoadv { }

  div.rs3ws-keresoadv-kereso    { height: 45px; padding-top: 4px; padding-left: 5px; }
  div.rs3ws-keresoadv-gombok    { height: 45px; padding-top: 7px; padding-right: 5px; }

  #rs3ws-kereso .empty-message { padding: 5px 10px; text-align: center; }

  #rs3ws-kereso .typeahead,
  #rs3ws-kereso .tt-query,
  #rs3ws-kereso .tt-hint {
    font-family: "Roboto", Helvetica, sans-serif;
    color: #777777;
    text-decoration: none;
    font-size: 16px;
    height: 28px;
    padding: 3px 10px 0px 10px;
    width: 365px;
    z-index: 1;
  }

  #rs3ws-kereso .typeahead:focus { /* border: 2px solid #0097cf; */ }

  #rs3ws-kereso .tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
       -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  }

  #rs3ws-kereso .tt-hint {
    color: #999
  }

  #rs3ws-kereso .tt-menu {
    width: 385px;
    margin: -5px 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
       -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
            box-shadow: 0 5px 10px rgba(0,0,0,.2);

    /*
    max-height: 300px;
    overflow-y: auto;
    */
  }

  #rs3ws-kereso .tt-suggestion {
    padding: 3px 20px;
    font-size: 14px;
  }

  #rs3ws-kereso .tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: #0097cf;
  }

  #rs3ws-kereso .tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;
  }

  #rs3ws-kereso .tt-suggestion p {
    margin: 0;
  }

  #rs3ws-kereso .tt-highlight { color: green; }

  span.rs3ws-kereso-termeknev
  {
    font-family: "Roboto", Helvetica, sans-serif;
    font-size: 12px;
  }

  span.rs3ws-kereso-termek-akcios
  {
    font-family: "Roboto", Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: red;
  }

  span.rs3ws-kereso-termekar
  {
    font-family: "Roboto", Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
  }

  div.rs3ws-termek-talalat-termekkep    { display: none; }
  div.rs3ws-termek-talalat-termekadatok { display: table-cell; text-align: left;   vertical-align: middle; padding-top: 10px; width: 345px;  }
  div.rs3ws-kereso-termekegyeb          { display: table-cell; text-align: left;   vertical-align: middle; padding-top: 10px; width: 210px;  }
  div.rs3ws-kereso-termekar             { display: table-cell; text-align: left;   vertical-align: middle; padding-top: 10px; width: 120px;  }

  div.rs3ws-l-container                 { float: left; width: 100%; }
  div.rs3ws-l-row                       { float: left; width: 100%; }
  div.rs3ws-l-termekkep                 { float: left; width: 0px; display: none; }
  div.rs3ws-l-termeknev                 { float: left; width: 95%; /* +5px padding */ padding-right: 5px; }
  div.rs3ws-l-termeknev-noprice         { float: left; width: 95%; /* +5px padding */ padding-right: 5px; }
  div.rs3ws-l-termeknev-nostock         { float: left; width: 95%; /* +5px padding */ padding-right: 5px; }
  div.rs3ws-l-termeknev-noprice-nostock { float: left; width: 95%; /* +5px padding */ padding-right: 5px; }
  div.rs3ws-l-termekar                  { float: left; width: 95%; /* +5px padding */ padding-right: 5px; text-align: right; }
  div.rs3ws-l-termekkeszlet             { float: left; width: 95%; padding-right: 2px; text-align: right;  }
  div.rs3ws-l-kosar                     { float: left; width: 100%; text-align: center; }
  div.rs3ws-l-kosarbagomb               { height: 45px; }

  div.rs3ws-l-kosarbagomb a.rs3ws-l-termekkosarba-gomb
  {
    padding: 7px 18px 7px 18px;
  }
  
  input.rs3ws-login-editbox
  {
    height: 18px;
    width: 230px;
  }
} /* okostelefon landscape */

@media (min-width: 640px) and (max-width: 799px) and (orientation: landscape) {
  #rs3ws-kereso .typeahead,
  #rs3ws-kereso .tt-query,
  #rs3ws-kereso .tt-hint {
    width: 527px;
  }

  #rs3ws-kereso .tt-menu {
    width: 547px;
  }

  span.rs3ws-kereso-termeknev
  {
    font-size: 14px;
  }

  span.rs3ws-kereso-termek-akcios
  {
    font-size: 12px;
  }

  span.rs3ws-kereso-termekar
  {
    font-size: 12px;
  }

  div.rs3ws-termek-talalat-termekadatok { width: 500px; }
  div.rs3ws-kereso-termekegyeb          { width: 350px; }
  div.rs3ws-kereso-termekar             { width: 140px; }
}

/* tablet portrait 600x800 */
@media (min-width: 600px) and (orientation: portrait) {
  div.rs3ws-box-container {
    align-items: center;

    -webkit-justify-content: center;
            justify-content: center;

    padding-left: 0px;
    /* background-color: yellow; */
  }

  div.rs3ws-csoport-box
  {
    width: 270px;
    height: 248px;
    flex-grow: 0;

    margin: 5px 0px 5px 0px;

    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
            transition: all 0.3s ease;
  }

  div.rs3ws-termek-box {
    width: 270px;

    flex-grow: 0;

    margin: 5px 0px 5px 0px;

    -webkit-transition: all 0.8s ease;
       -moz-transition: all 0.8s ease;
         -o-transition: all 0.8s ease;
        -ms-transition: all 0.8s ease;
            transition: all 0.8s ease;
  }

  div.rs3ws-termekkep img.rs3ws-termekkep
  {
    width: 180px;
    padding: 20px 45px 20px 45px;
  }

  div.rs3ws-kosarbapopup-vasarlas-folytat { text-align: center; }
  div.rs3ws-kosarbapopup-tovabb-kosarhoz { text-align: center; }

  #kosardetails .rs3ws-cart-controls-left { text-align: center; padding-bottom: 30px; }
  #kosardetails .rs3ws-cart-controls-right { text-align: center; }

  button.rs3ws-kereso-button
  {
    height: 35px; width: 40px;
  }

  div.rs3ws-keresoadv { }

  div.rs3ws-keresoadv-kereso    { height: 45px; padding-top: 4px; }
  div.rs3ws-keresoadv-gombok    { height: 45px; padding-top: 7px; padding-right: 5px; }

  #rs3ws-kereso .empty-message { padding: 5px 10px; text-align: center; }

  #rs3ws-kereso .typeahead,
  #rs3ws-kereso .tt-query,
  #rs3ws-kereso .tt-hint {
    font-family: "Roboto", Helvetica, sans-serif; color: #777; text-decoration: none;
    font-size: 16px;
    height: 28px;
    padding: 3px 10px 0px 10px;
    width: 485px;
    z-index: 1;
  }

  #rs3ws-kereso .typeahead:focus { /* border: 2px solid #0097cf; */ }

  #rs3ws-kereso .tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
       -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  }

  #rs3ws-kereso .tt-hint {
    color: #999
  }

  #rs3ws-kereso .tt-menu {
    width: 505px;
    margin: -5px 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
       -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
            box-shadow: 0 5px 10px rgba(0,0,0,.2);

    /*
    max-height: 300px;
    overflow-y: auto;
    */
  }

  #rs3ws-kereso .tt-suggestion {
    padding: 3px 20px;
    font-size: 14px;
  }

  #rs3ws-kereso .tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: #0097cf;
  }

  #rs3ws-kereso .tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;
  }

  #rs3ws-kereso .tt-suggestion p {
    margin: 0;
  }

  #rs3ws-kereso .tt-highlight { color: green; }

  span.rs3ws-kereso-termeknev
  {
    font-family: "Roboto", Helvetica, sans-serif;
    font-size: 14px;
  }

  span.rs3ws-kereso-termek-akcios
  {
    font-family: "Roboto", Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: red;
  }

  span.rs3ws-kereso-termekar
  {
    font-family: "Roboto", Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
  }

  div.rs3ws-termek-talalat-termekkep    { display: table-cell; text-align: center; vertical-align: middle; padding-top: 10px; width: 70px;  }
  div.rs3ws-termek-talalat-termekadatok { display: table-cell; text-align: left;   vertical-align: middle; padding-top: 10px; width: 385px; }
  div.rs3ws-kereso-termekegyeb          { display: table-cell; text-align: left;   vertical-align: middle; padding-top: 10px; width: 250px; }
  div.rs3ws-kereso-termekar             { display: table-cell; text-align: left;   vertical-align: middle; padding-top: 10px; width: 120px; }

  td.rs3ws-bizonylat-tetel-1,
  th.rs3ws-bizonylat-tetel-1
  {
    text-align: left;
  }

  td.rs3ws-bizonylat-tetel-2,
  th.td.rs3ws-bizonylat-tetel-2
  {
    text-align: left;
  }

  div.rs3ws-l-container                 { float: left; width: 498px; }
  div.rs3ws-l-row                       { float: left; width: 100%; }
  div.rs3ws-l-termekkep                 { float: left; width: 0px; display: none; }
  div.rs3ws-l-termeknev                 { float: left; width: 218px; /* +5px padding */ padding-right: 2px; }
  div.rs3ws-l-termeknev-noprice         { float: left; width: 318px; /* +5px padding */ padding-right: 2px; }
  div.rs3ws-l-termeknev-nostock         { float: left; width: 298px; /* +5px padding */ padding-right: 2px; }
  div.rs3ws-l-termeknev-noprice-nostock { float: left; width: 398px; /* +5px padding */ padding-right: 2px; }
  div.rs3ws-l-termekar                  { float: left; width: 95px; /* +5px padding */  padding-right: 2px; text-align: right;  }
  div.rs3ws-l-termekkeszlet             { float: left; width: 78px;  text-align: right; padding-right: 2px; }
  div.rs3ws-l-kosar                     { float: left; width: 90px; text-align: center; }
  div.rs3ws-l-kosarbagomb               { height: 35px; }

  div.rs3ws-l-kosarbagomb a.rs3ws-l-termekkosarba-gomb
  {
    padding: 6px 12px 6px 12px;
  }

  .button-back {
    font-family: 'Roboto';
    font-size: 16px;
    background-color: #454545;
    color: #FFFFFF;
    border: 1px solid transparent;
    padding: 3px;
    border-radius: 1px;
    text-decoration: none;
    padding: 5px 15px 5px 15px;
    cursor: pointer;
  }
} /* tablet portrait 600x800 */

/* tablet portrait 768x1024 */
@media (min-width: 768px) and (max-width: 799px) {
  /* rem, baracsi, mobilnézethez hasonló tableten is */
  /*.row-fluid .rs3-module-width { width: 40% }
  .row-fluid .rs3-content-width { width: 57.87234042% }*/

  div.rs3ws-box-container {
    padding-left: 0px;
    align-items: left;

    -webkit-justify-content: flex-start;
            justify-content: flex-start;

    /* background-color: yellow; */
  }

  div.rs3ws-csoport-box
  {
    width: 270px;
    height: 248px;
    flex-grow: 0;

    margin: 10px 10px 20px 40px;

    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
            transition: all 0.3s ease;
  }

  div.rs3ws-termek-box {
    width: 270px;

    flex-grow: 0;

    margin: 10px 10px 20px 40px;

    -webkit-transition: all 0.8s ease;
       -moz-transition: all 0.8s ease;
         -o-transition: all 0.8s ease;
        -ms-transition: all 0.8s ease;
            transition: all 0.8s ease;
  }

  div.rs3ws-termekkep
  {
    width: 220px;
    height: 220px;
    overflow:hidden;
    position:relative;
  }

  div.rs3ws-termekkep img.rs3ws-termekkep
  {
    width: 180px;
    padding: 20px 45px 20px 45px;
  }

  div.rs3ws-kereso-fixed
  {
    position: fixed;
    top: 0;
  }

  #kosardetails .rs3ws-cart-controls-left { text-align: center; padding-bottom: 30px; }
  #kosardetails .rs3ws-cart-controls-right { text-align: center; }

  div.rs3ws-keresoadv { }

  div.rs3ws-keresoadv-kereso    { height: 45px; padding-top: 4px; }
  div.rs3ws-keresoadv-gombok    { height: 45px; padding-top: 7px; padding-right: 5px; }

  #rs3ws-kereso .empty-message { padding: 5px 10px; text-align: center; }

  #rs3ws-kereso .typeahead,
  #rs3ws-kereso .tt-query,
  #rs3ws-kereso .tt-hint {
    font-family: "Roboto", Helvetica, sans-serif;
    color: #777777;
    text-decoration: none;
    font-size: 16px;
    height: 28px;
    padding: 3px 10px 0px 10px;
    width: 650px;
    z-index: 1;
  }

  #rs3ws-kereso .typeahead:focus { /* border: 2px solid #0097cf; */ }

  #rs3ws-kereso .tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
       -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  }

  #rs3ws-kereso .tt-hint {
    color: #999
  }

  #rs3ws-kereso .tt-menu {
    width: 670px;
    margin: -5px 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
       -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
            box-shadow: 0 5px 10px rgba(0,0,0,.2);

    /*
    max-height: 300px;
    overflow-y: auto;
    */
  }

  #rs3ws-kereso .tt-suggestion {
    padding: 3px 20px;
    font-size: 14px;
  }

  #rs3ws-kereso .tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: #0097cf;
  }

  #rs3ws-kereso .tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;
  }

  #rs3ws-kereso .tt-suggestion p {
    margin: 0;
  }

  #rs3ws-kereso .tt-highlight { color: green; }

  span.rs3ws-kereso-termeknev
  {
    font-family: "Roboto", Helvetica, sans-serif;
    font-size: 14px;
  }

  span.rs3ws-kereso-termek-akcios
  {
    font-family: "Roboto", Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: red;
  }

  span.rs3ws-kereso-termekar
  {
    font-family: "Roboto", Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
  }

  div.rs3ws-termek-talalat-termekkep    { display: table-cell; text-align: center; vertical-align: middle; padding-top: 10px; width: 70px;  }
  div.rs3ws-termek-talalat-termekadatok { display: table-cell; text-align: left;   vertical-align: middle; padding-top: 10px; width: 550px; }
  div.rs3ws-kereso-termekegyeb          { display: table-cell; text-align: left;   vertical-align: middle; padding-top: 10px; width: 390px; }
  div.rs3ws-kereso-termekar             { display: table-cell; text-align: left;   vertical-align: middle; padding-top: 10px; width: 150px; }

  td.rs3ws-bizonylat-tetel-1,
  th.rs3ws-bizonylat-tetel-1
  {
    text-align: right;
  }

  td.rs3ws-bizonylat-tetel-2,
  th.td.rs3ws-bizonylat-tetel-2
  {
    text-align: center;
  }

  div.rs3ws-l-container                 { float: left; width: 666px; }
  div.rs3ws-l-row                       { float: left; width: 100%; }
  div.rs3ws-l-termekkep                 { float: left; width: 50px; display: block; padding-left: 5px; padding-right: 10px; } /* 40 -> 50 + 5 + 10 */
  div.rs3ws-l-termeknev                 { float: left; width: 330px; /* +5px padding */ padding-right: 5px; } /* 355 -> 330 */
  div.rs3ws-l-termeknev-noprice         { float: left; width: 440px; /* +5px padding */ padding-right: 5px; } /* 465 -> 440 */
  div.rs3ws-l-termeknev-nostock         { float: left; width: 410px; /* +5px padding */ padding-right: 5px; } /* 435 -> 410 */
  div.rs3ws-l-termeknev-noprice-nostock { float: left; width: 530px; /* +5px padding */ padding-right: 5px; } /* 555 -> 530 */
  div.rs3ws-l-termekar                  { float: left; width: 105px; /* +5px padding */ padding-right: 5px; text-align: right;  }
  div.rs3ws-l-termekkeszlet             { float: left; width: 80px;  text-align: right;  }
  div.rs3ws-l-kosar                     { float: left; width: 100px; text-align: center; }
  div.rs3ws-l-kosarbagomb               { height: 45px; }

  div.rs3ws-l-kosarbagomb a.rs3ws-l-termekkosarba-gomb
  {
    padding: 7px 18px 7px 18px;
  }

  .button-back {
    font-family: 'Roboto';
    font-size: 16px;
    background-color: #454545;
    color: #FFFFFF;
    border: 1px solid transparent;
    padding: 3px;
    border-radius: 1px;
    text-decoration: none;
    padding: 5px 15px 5px 15px;
    cursor: pointer;
  }
} /* tablet portrait 768x1024 */

/* tablet landscape 800x600 */
/* @media (min-width: 800px) and (orientation: landscape) { */
@media (min-width: 800px) {
  /*.row-fluid .rs3-module-width { width: 40% }
  .row-fluid .rs3-content-width { width: 57.87234042% }*/

  div.rs3ws-box-container {
    padding-left: 10px;
    align-items: left;

    -webkit-justify-content: flex-start;
            justify-content: flex-start;

    /* background-color: yellow; */
  }

  div.rs3ws-csoport-box
  {
    width: 270px;
    height: 248px;
    flex-grow: 0;

    margin: 10px 10px 20px 40px;

    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
            transition: all 0.3s ease;
  }

  div.rs3ws-termek-box {
    width: 270px;

    flex-grow: 0;

    margin: 10px 10px 20px 40px;

    -webkit-transition: all 0.8s ease;
       -moz-transition: all 0.8s ease;
         -o-transition: all 0.8s ease;
        -ms-transition: all 0.8s ease;
            transition: all 0.8s ease;
  }

  div.rs3ws-termekkep
  {
    width: 220px;
    height: 220px;
    overflow:hidden;
    position:relative;
  }

  div.rs3ws-termekkep img.rs3ws-termekkep
  {
    width: 180px;
    padding: 20px 45px 20px 45px;
  }

  div.rs3ws-kereso-fixed
  {
    position: fixed;
    top: 0;
  }

  #kosardetails .rs3ws-cart-controls-left { text-align: center; padding-bottom: 30px; }
  #kosardetails .rs3ws-cart-controls-right { text-align: center; }

  #rs3ws-kereso .typeahead,
  #rs3ws-kereso .tt-query,
  #rs3ws-kereso .tt-hint {
    width: 685px;
  }

  #rs3ws-kereso .tt-menu {
    width: 705px;
  }

  span.rs3ws-kereso-termeknev
  {
    font-size: 14px;
  }

  span.rs3ws-kereso-termek-akcios
  {
    font-size: 12px;
  }

  span.rs3ws-kereso-termekar
  {
    font-size: 12px;
  }

  div.rs3ws-termek-talalat-termekadatok { width: 665px; }
  div.rs3ws-kereso-termekegyeb          { width: 470px; }
  div.rs3ws-kereso-termekar             { width: 160px; }

  td.rs3ws-bizonylat-tetel-1,
  th.rs3ws-bizonylat-tetel-1
  {
    text-align: right;
  }

  td.rs3ws-bizonylat-tetel-2,
  th.td.rs3ws-bizonylat-tetel-2
  {
    text-align: center;
  }

  div.rs3ws-l-container                 { float: left; width: 698px; }
  div.rs3ws-l-row                       { float: left; width: 100%; }
  div.rs3ws-l-termekkep                 { float: left; width: 50px; display: block; padding-left: 5px; padding-right: 10px; } /* 40 -> 50 + 5 + 10 */
  div.rs3ws-l-termeknev                 { float: left; width: 332px; /* +5px padding */ padding-right: 5px; } /* 357 -> 332 */
  div.rs3ws-l-termeknev-noprice         { float: left; width: 442px; /* +5px padding */ padding-right: 5px; } /* 467 -> 442 */
  div.rs3ws-l-termeknev-nostock         { float: left; width: 412px; /* +5px padding */ padding-right: 5px; } /* 437 -> 412 */
  div.rs3ws-l-termeknev-noprice-nostock { float: left; width: 522px; /* +5px padding */ padding-right: 5px; } /* 547 -> 522 */
  div.rs3ws-l-termekar                  { float: left; width: 105px; /* +5px padding */ padding-right: 5px; text-align: right;  }
  div.rs3ws-l-termekkeszlet             { float: left; width: 80px;  text-align: right;  }
  div.rs3ws-l-kosar                     { float: left; width: 100px; text-align: center; }
  div.rs3ws-l-kosarbagomb               { height: 45px; }

  div.rs3ws-l-kosarbagomb a.rs3ws-l-termekkosarba-gomb
  {
    padding: 7px 18px 7px 18px;
  }

  .button-back {
    font-family: 'Roboto';
    font-size: 16px;
    background-color: #454545;
    color: #FFFFFF;
    border: 1px solid transparent;
    padding: 3px;
    border-radius: 1px;
    text-decoration: none;
    padding: 5px 15px 5px 15px;
    cursor: pointer;
  }

  input.rs3ws-login-editbox
  {
    height: 18px;
    width: 150px;
  }
} /* tablet landscape 800x600 */

@media (min-width: 800px) and (orientation: portrait) {
  #rs3ws-kereso .typeahead,
  #rs3ws-kereso .tt-query,
  #rs3ws-kereso .tt-hint {
    width: 685px;
  }

  #rs3ws-kereso .tt-menu {
    width: 705px;
  }

  span.rs3ws-kereso-termeknev
  {
    font-size: 14px;
  }

  span.rs3ws-kereso-termek-akcios
  {
    font-size: 12px;
  }

  span.rs3ws-kereso-termekar
  {
    font-size: 12px;
  }

  div.rs3ws-termek-talalat-termekadatok { width: 665px; }
  div.rs3ws-kereso-termekegyeb          { width: 470px; }
  div.rs3ws-kereso-termekar             { width: 160px; }
}

/* tablet landscape 1024x768 */
@media (min-width: 1000px) and (orientation: landscape) {
  .row-fluid .rs3-module-width { width: 30% }
  .row-fluid .rs3-content-width { width: 67.87234042% }

  div.rs3ws-box-container {
    padding-left: 0px;
    align-items: left;

    -webkit-justify-content: flex-start;
            justify-content: flex-start;

    /* background-color: lightblue; */
  }

  div.rs3ws-csoport-box
  {
    width: 270px;
    height: 248px;
    flex-grow: 0;

    margin: 5px 12px 15px 12px;

    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
            transition: all 0.3s ease;
  }

  div.rs3ws-termek-box {
    width: 270px;

    flex-grow: 0;

    margin: 5px 12px 15px 12px;

    -webkit-transition: all 0.8s ease;
       -moz-transition: all 0.8s ease;
         -o-transition: all 0.8s ease;
        -ms-transition: all 0.8s ease;
            transition: all 0.8s ease;
  }

  div.rs3ws-termekkep
  {
    width: 220px;
    height: 220px;
    overflow:hidden;
    position:relative;
  }

  div.rs3ws-termekkep img.rs3ws-termekkep
  {
    width: 180px;
    padding: 20px 45px 20px 45px;
  }

  div.rs3ws-kereso-fixed
  {
    position: fixed;
    top: 0;
  }

  #kosardetails .rs3ws-cart-controls-left { text-align: right; padding-bottom: 0px; }
  #kosardetails .rs3ws-cart-controls-right { text-align: left; }

  div.rs3ws-keresoadv { }

  div.rs3ws-keresoadv-kereso    { height: 45px; padding-top: 4px; }
  div.rs3ws-keresoadv-gombok    { height: 45px; padding-top: 7px; padding-right: 5px; }

  #rs3ws-kereso .empty-message { padding: 5px 10px; text-align: center; }

  #rs3ws-kereso .typeahead,
  #rs3ws-kereso .tt-query,
  #rs3ws-kereso .tt-hint {
    font-family: "Roboto", Helvetica, sans-serif;
    color: #777777;
    text-decoration: none;
    font-size: 16px;
    height: 28px;
    padding: 3px 10px 0px 10px;
    width: 500px;
    z-index: 1;
  }

  #rs3ws-kereso .typeahead:focus { /* border: 2px solid #0097cf; */ }

  #rs3ws-kereso .tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
       -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  }

  #rs3ws-kereso .tt-hint {
    color: #999
  }

  #rs3ws-kereso .tt-menu {
    width: 520px;
    margin: -5px 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
       -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
            box-shadow: 0 5px 10px rgba(0,0,0,.2);

    /*
    max-height: 300px;
    overflow-y: auto;
    */
  }

  #rs3ws-kereso .tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
  }

  #rs3ws-kereso .tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: #0097cf;
  }

  #rs3ws-kereso .tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;
  }

  #rs3ws-kereso .tt-suggestion p {
    margin: 0;
  }

  #rs3ws-kereso .tt-highlight { color: green; }

  span.rs3ws-kereso-termeknev
  {
    font-family: "Roboto", Helvetica, sans-serif;
    font-size: 14px;
  }

  span.rs3ws-kereso-termek-akcios
  {
    font-family: "Roboto", Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: red;
  }

  span.rs3ws-kereso-termekar
  {
    font-family: "Roboto", Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
  }

  div.rs3ws-termek-talalat-termekkep    { display: table-cell; text-align: center; vertical-align: middle; padding-top: 10px; width: 60px;  min-height: 60px; }
  div.rs3ws-termek-talalat-termekadatok { display: table-cell; text-align: left;   vertical-align: middle; padding-top: 10px; width: 415px; }
  div.rs3ws-kereso-termekegyeb          { display: table-cell; text-align: left;   vertical-align: middle; padding-top: 10px; width: 290px; }
  div.rs3ws-kereso-termekar             { display: table-cell; text-align: left;   vertical-align: middle; padding-top: 10px; width: 110px; }

  div.rs3ws-l-container                 { float: left; width: 619px; }
  div.rs3ws-l-row                       { float: left; width: 100%; }
  div.rs3ws-l-termekkep                 { float: left; width: 50px; display: block; padding-left: 5px; padding-right: 10px; } /* 40 -> 50 + 5 + 10 */
  div.rs3ws-l-termeknev                 { float: left; width: 253px; /* +5px padding */ padding-right: 5px; } /* 278 -> 253*/
  div.rs3ws-l-termeknev-noprice         { float: left; width: 363px; /* +5px padding */ padding-right: 5px; } /* 388 -> 363 */
  div.rs3ws-l-termeknev-nostock         { float: left; width: 333px; /* +5px padding */ padding-right: 5px; } /* 358 -> 333 */
  div.rs3ws-l-termeknev-noprice-nostock { float: left; width: 443px; /* +5px padding */ padding-right: 5px; } /* 468 -> 443 */
  div.rs3ws-l-termekar                  { float: left; width: 105px; /* +5px padding */ padding-right: 5px; text-align: right;  }
  div.rs3ws-l-termekkeszlet             { float: left; width: 80px;  text-align: right;  }
  div.rs3ws-l-kosar                     { float: left; width: 100px; text-align: center; }
  div.rs3ws-l-kosarbagomb               { height: 45px; }

  div.rs3ws-l-kosarbagomb a.rs3ws-l-termekkosarba-gomb
  {
    padding: 7px 18px 7px 18px;
  }

  .button-back {
    font-family: 'Roboto';
    font-size: 16px;
    background-color: #454545;
    color: #FFFFFF;
    border: 1px solid transparent;
    padding: 3px;
    border-radius: 1px;
    text-decoration: none;
    padding: 5px 15px 5px 15px;
    cursor: pointer;
  }
  
  input.rs3ws-login-editbox
  {
    height: 18px;
    width: 200px;
  }
} /* tablet landscape 1024x768 */

/* desktop min 1025x */
@media (min-width: 1025px) {
  .row-fluid .rs3-module-width { width: 22% }
  .row-fluid .rs3-content-width { width: 75.87234042% }

  div.rs3ws-box-container {
    padding-left: 7px;
    align-items: left;

    -webkit-justify-content: flex-start;
            justify-content: flex-start;

    /*background-color: lightblue;*/
  }

  div.rs3ws-csoport-box
  {
    width: 270px;
    height: 248px;
    flex-grow: 0;

    margin: 5px 5px 5px 5px;

    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
            transition: all 0.3s ease;
  }

  div.rs3ws-termek-box {
    width: 270px;

    flex-grow: 0;

    margin: 5px 5px 5px 5px;

    -webkit-transition: all 0.8s ease;
       -moz-transition: all 0.8s ease;
         -o-transition: all 0.8s ease;
        -ms-transition: all 0.8s ease;
            transition: all 0.8s ease;
  }

  div.rs3ws-termekkep
  {
    width: 270px;
    height: 270px;
    overflow:hidden;
    position:relative;
  }

  div.rs3ws-kereso-fixed
  {
    position: fixed;
    top: 0;
  }

  #kosardetails .rs3ws-cart-controls-left { text-align: right; padding-bottom: 0px; }
  #kosardetails .rs3ws-cart-controls-right { text-align: left; }

  div.rs3ws-productdetails-kosarmennyiseg { text-align: center; height: 60px; padding-top: 17px; }
  div.rs3ws-productdetails-kosarba        { text-align: left; height: 60px; padding-top: 21px; }

  div.rs3ws-l-container                 { float: left; width: 896px; }
  div.rs3ws-l-row                       { float: left; width: 100%; }
  div.rs3ws-l-termekkep                 { float: left; width: 50px; display: block; padding-left: 5px; padding-right: 10px; } /* 40 -> 50 + 5 + 10 */
  div.rs3ws-l-termeknev                 { float: left; width: 480px; /* +5px padding */ padding-right: 5px; } /* 505 -> 480 */
  div.rs3ws-l-termeknev-noprice         { float: left; width: 620px; /* +5px padding */ padding-right: 5px; } /* 635 -> 620 */
  div.rs3ws-l-termeknev-nostock         { float: left; width: 580px; /* +5px padding */ padding-right: 5px; } /* 605 -> 580 */
  div.rs3ws-l-termeknev-noprice-nostock { float: left; width: 700px; /* +5px padding */ padding-right: 5px; } /* 725 -> 700 */
  div.rs3ws-l-termekar                  { float: left; width: 115px; /* +5px padding */ padding-right: 5px; text-align: right;  }
  div.rs3ws-l-termekkeszlet             { float: left; width: 100px;  text-align: right;  }
  div.rs3ws-l-kosar                     { float: left; width: 110px; text-align: center; }
  div.rs3ws-l-kosarbagomb               { height: 45px; }

  div.rs3ws-l-kosarbagomb a.rs3ws-l-termekkosarba-gomb
  {
    padding: 9px 20px 9px 20px;
  }

  .button-back {
    font-family: 'Roboto';
    font-size: 16px;
    background-color: #454545;
    color: #FFFFFF;
    border: 1px solid transparent;
    padding: 3px;
    border-radius: 1px;
    text-decoration: none;
    padding: 5px 15px 5px 15px;
    cursor: pointer;
  }
} /* desktop min 1025x */

/* desktop min 1300x */
@media (min-width: 1300px) {
  .row-fluid .rs3-module-width { width: 25% }
  .row-fluid .rs3-content-width { width: 72.87234042% }

  div.rs3ws-box-container {
    padding-left: 7px;
    align-items: left;

    -webkit-justify-content: flex-start;
            justify-content: flex-start;

    /* background-color: red; */
  }

  div.rs3ws-csoport-box
  {
    width: 270px;
    height: 248px;
    flex-grow: 0;

    margin: 5px 8px 10px 8px;

    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
            transition: all 0.3s ease;
  }

  div.rs3ws-csoportnev
  {
    width: 250px;
  }

  div.rs3ws-termek-box {
    width: 270px;

    flex-grow: 0;

    margin: 5px 8px 10px 8px;

    -webkit-transition: all 0.8s ease;
       -moz-transition: all 0.8s ease;
         -o-transition: all 0.8s ease;
        -ms-transition: all 0.8s ease;
            transition: all 0.8s ease;
  }

  div.rs3ws-termekkep
  {
    width: 270px;
    height: 270px;
    overflow:hidden;
    position:relative;
  }

  div.rs3ws-kereso-fixed
  {
    position: fixed;
    top: 0;
  }

  div.rs3ws-kosarbapopup-vasarlas-folytat { text-align: left; }
  div.rs3ws-kosarbapopup-tovabb-kosarhoz { text-align: right; }
} /* desktop min 1300x */

/* desktop min 1400x */
@media (min-width: 1400px) {
  div.rs3ws-box-container {
    padding-left: 10px;
    align-items: left;

    -webkit-justify-content: flex-start;
            justify-content: flex-start;

    /* background-color: coral; */
  }

  div.rs3ws-csoport-box
  {
    margin: 5px 1% 20px 1%;
  }

  div.rs3ws-termek-box
  {
    margin: 5px 1% 20px 1%;
  }
} /* desktop min 1400x */

/* desktop min 1500x */
@media (min-width: 1500px) {
  .row-fluid .rs3-module-width { width: 23% }
  .row-fluid .rs3-content-width { width: 74.87234042% }

  div.rs3ws-box-container {
    align-items: left;

    -webkit-justify-content: flex-start;
            justify-content: flex-start;

    padding-left: 20px;
    /* background-color: orange; */
  }

  div.rs3ws-csoport-box
  {
    margin: 5px 10px 20px 10px;
  }

  div.rs3ws-termek-box
  {
    margin: 5px 10px 20px 10px;
  }
} /* desktop min 1500x */

/* desktop min 1601x */
@media (min-width: 1601px) {
  .row-fluid .rs3-module-width { width: 25% }
  .row-fluid .rs3-content-width { width: 72.87234042%; }

  div.rs3ws-box-container {
    align-items: left;

    -webkit-justify-content: flex-start;
            justify-content: flex-start;

    padding-left: 7px;
    /* background-color: green; */
  }

  div.rs3ws-csoport-box
  {
    margin: 5px 11px 20px 11px;
  }

  div.rs3ws-termek-box
  {
    margin: 5px 11px 20px 11px;
  }
} /* desktop min 1601x */