

/* 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 */
/* /local/templates/.default/components/bitrix/catalog.element/catalog/style.css?16800777321833 */
