

/* Start:/local/templates/.default/components/bitrix/catalog.element/catalog/style.css?16800777321833*/
.sticky-content.fixed {
    position: fixed;
    top: 0;
    border-bottom: 2px solid #fe6700;
    z-index: 999999;
    width: 100%;
   max-width: 1280px;
   background-color: white;
}

.status_on {

    overflow: hidden;
    padding: 2px 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    cursor: pointer;
    background-color:#9bd99a;
    color:#333;
}

.status_err {

    overflow: hidden;
    padding: 2px 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    cursor: pointer;
    background-color:#db9393;
    color:#333;
}


.status_off {

    overflow: hidden;
    padding: 2px 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    cursor: pointer;
    background-color:#d9d7d7;
    color:#333
}

.stocks {
  width: 100%;
-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

@media (max-width: 768px) {
 .stocks {
  width: 100%;
-webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}


.favdiv {
    padding:0px 5px;
    position:relative;
}

.favorite_yes { 
     position: absolute;
     top: 0;
     width: 100%;
     height: 23px;
     background: url('/local/images/favorite_yes.png') no-repeat;
     z-index: 1000; 
}

.favorite_no { 
  position: absolute;
    top: 0px;
    z-index: 1000;
     width: 100%;
     height:23px;
     background: url('/local/images/favorite_no.png') no-repeat;
     display:none;
}

.favspan {
  display:none;
  padding-left: 25px;
  padding-bottom: 5px;
}

.element-left:hover .favspan{
  display:block;
}

.element-left:hover .favorite_no{
  display:inline-block;
}

.buttonfull {

    background-color: #0197F6;
    border: 1px solid #0197F6;
    color: white; /* White text */
}

.buttonfull:hover {
    background-color: #fff;
    color:#0197F6;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.section/top/style.css?17410106243782*/
.flag-sale {
  background:url('/local/images/flag-1.png') center center no-repeat;
  height: 15px;
  z-index: 1000;
  display:inline-block;
  width:50px;
}
.flag-new {
  background:url('/local/images/flag-2.png') center center no-repeat;
  height: 15px;
  z-index: 1000;
  display:inline-block;
  width:50px;
}
.flag-hit {
  background:url('/local/images/flag-3.png') center center no-repeat;
  height: 15px;
  z-index: 1000;
  display:inline-block;
  width:50px;
}

.favdiv {
    padding:0 5px;
    display:table-cell;
}



.favorite_yes { 
     position: absolute;
     top: 0;
     width: 15px; 
     height: 23px;
     background: url('/local/images/favorite_yes.png') no-repeat;
     z-index: 1000; 
}

.favorite_no { 
  position: absolute;
    top: 0px;

    z-index: 1000;


     width: 15px; 
     height: 23px; 
     background: url('/local/images/favorite_no.png') no-repeat;
     display:none;

}

.itemprice {

  display: table-cell;
  vertical-align:middle;
  text-align:right;
  max-width:280px;
  padding-left:5px;
  float:right;
}


.itemphoto {
position: relative;
display: table-cell;
vertical-align:middle;
max-width:80px;
margin: auto;
padding-right: 5px;
}

.itemname {
 display:table-cell;
 margin: auto;
 vertical-align:middle;
 width:100%;
 text-decoration: none;
}

.itemnamemobile {
 display:none;
 margin: auto;
 vertical-align:middle;
}

@media (max-width: 500px) {
.itemname {
 display:none;
 margin: auto;
 vertical-align:middle;
}

.itemnamemobile {
 display:table-row;
 margin: auto;
 vertical-align:middle;
}

}



.input-basket { 
  width: 65px;
  text-align: left;
  border: 1px solid #ccc;
  overflow: hidden; 
  background-color: transparent;
  height: 32px;
  line-height: 32px;
  margin-bottom: 10px;
  font-size: 16px;
  padding-left:10px;

}

.to-basket a { text-decoration: none; display: block; width: 32px; text-align: center; color: #fe6700; font-size: 14px; line-height: 32px; height: 32px; font-weight: 600; }
.to-basket a:hover { background-color: #fe6700; color: #ffffff; }

.to-basket  {
  display:table-cell;
  padding-left:10px;
  position: relative;
}

.to-basket .input-plus { position: absolute; top: 0; right: 0; }

.to-basket sup {
  color: #ffffff;
    background-color: #fe6700;

    height: 18px;
    border-radius: 1px;
    line-height: 18px;
    text-align: center;
    top: -7px;
 
    position: relative;
    display: inline-block;
    padding:0 5px;
}

.buttonfull {

    background-color: #0197F6;
    border: 1px solid #0197F6;
    color: white; /* White text */
    padding: 10px 3px 22px 8px; /* Some padding */
    font-size: 16px; /* Set a font size */
    cursor: pointer; /* Mouse pointer on hover */
    line-height: 1;
    right:13px;
    position:absolute;
}

.buttonfull:hover {
    background-color: #fff;
    color:#0197F6;
}

.buttonempty {

    background-color: #fe6700;
    border: 1px solid #fe6700;
    color: white; /* White text */
    padding: 10px 3px 22px 8px; /* Some padding */
    font-size: 16px; /* Set a font size */
    cursor: pointer; /* Mouse pointer on hover */
    line-height: 1;
    right:13px;
    position:absolute;
}

.buttonempty:hover {
    background-color: #fff;
    color:#fe6700;
}





div.search-item { margin: 0 0 1.5em; padding: 0 0 1.5em; border-bottom: 1px solid;}
div.search-item h4 { font-size: 140%; font-weight: normal; line-height: 1.2; margin: 1.3em 0 0.4em;}
div.search-item h4 a { text-decoration:none;}
div.search-item h4 img { border:0px;vertical-align:middle;}
div.search-item h4 span { vertical-align:middle;text-decoration:underline;}

div.search-item:hover { 
    background: lemonchiffon !important; 
}

div.search-item:hover .favorite_no{
    display:block;
}








/* COLORS */
div.search-item, table.search-filter td { border-color: #E9E9E9;}

/* End */
/* /local/templates/.default/components/bitrix/catalog.element/catalog/style.css?16800777321833 */
/* /local/templates/.default/components/bitrix/catalog.section/top/style.css?17410106243782 */
