

/* Start:/local/templates/centerkrasok/components/art-fresh/catalog.section/.default/style.css?17447911614885*/
.cet_brends ul li{
	padding: 5px 0 0 5px!important;
}
.one_catalog img {
    max-height: 150px;
}
.cet_brends ul li.disabled a:hover,
.cet_brends ul li.disabled a.active {
    background:#fff;
    border:1px solid #bdc6ce;
    color:#17b7ff;
}


/*.cet_brends ul li.disabled label:hover, .cet_brends ul li.disabled label.active {background:#fff; border:1px solid #bdc6ce; color:#17b7ff;}*/


.cet_brends ul li label:hover {
    /*margin-bottom: 1px;*/
}
.cet_brends ul li label {
    /* background: #fff none repeat scroll 0 0;
    border: 1px solid #bdc6ce;
    border-radius: 3px;
    color: #17b7ff;
    display: block;
    line-height: 15px;
    padding: 3px 15px 3px;
    text-decoration: none;
    cursor: pointer;
    margin: 0;
		*/
		background: #f5f5f5 none repeat scroll 0 0;
    /* border: 1px solid #bdc6ce; */
    border-radius: 3px;
    color: #17b7ff;
    display: block;
    line-height: 15px;
    padding: 5px 14px 5px;
    text-decoration: none;
    cursor: pointer;
    margin: 0;
    border-right: 1px solid #c7d6dc;
    border-bottom: 1px solid #c7d6dc;
		
		
}

.cet_brends ul li label:hover span, .cet_brends ul li label.active span {
    border: medium none;
}
.cet_brends ul li label:hover, .cet_brends ul li label.active {
    background: #303ba5 none repeat scroll 0 0;
    border: 1px solid #303ba5;
    color: #fff;
}

.cet_brends,
.cet_brends:after,
.cet_brends ul li label,
.cet_brends ul.filter_subsection li label span,
.cet_brends .cet_brends-button{
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.cet_brends ul li label span {
    border-bottom: 1px dotted #17b7ff;
    display: inline-block;
    font-weight: normal;
}

.cet_brends.cet_sections ul li label:hover{
    margin-bottom: 0px;
}

.cet_brends.cet_sections ul li.disabled{
    opacity: 0.25;
    display: none;
}

.cet_brends.cet_sections ul.filter_section li label{
    font-weight: 400;
}

.cet_brends.cet_sections ul.filter_subsection{
    margin: 0;
    padding: 0;
}

.cet_brends.cet_sections ul.filter_subsection li{
    padding: 0;
}

.cet_brends.cet_sections ul.filter_subsection li label{
    border: 0;
    border-radius: 0;
    color: #040404;
    line-height: 24px;
    height: 24px;
    padding: 5px;
    margin-bottom: 3px;
    font-weight: 400;
    cursor: default;
}

.cet_brends.cet_sections ul.filter_subsection li label.active,
.cet_brends.cet_sections ul.filter_subsection li label:hover{
    background: transparent;
    border: 0;
    color: #040404;
}

.cet_brends.cet_sections ul.filter_subsection li label span{
    border: 0;
    /*text-decoration: underline;*/
    padding: 0px 10px;
    cursor: pointer;
}

.cet_brends.cet_sections ul.filter_subsection li label.active span,
.cet_brends.cet_sections ul.filter_subsection li label:hover span{
    border: 0;
    color: #040404;
    background: rgba(23, 183, 255, 0.4);
    text-decoration: none;
    border-radius: 8px;
}


.cet_brends{
    position: relative;
}

.cet_brends.collapsed{
    overflow: hidden;
    height: 100px;
}

.cet_brends:after{
    position: absolute;
    content: '';
    bottom: 0;
    height: 65px;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: -1;

    background-image: -moz-linear-gradient(   top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background-image: linear-gradient(        top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background-repeat: repeat-y;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, 0)', endColorstr='rgba(255, 255, 255, 1)', GradientType=0);
}

.cet_brends.collapsed:after{
    opacity: 1;
    z-index: 0;
}

.cet_brends.ignore_collapsed:after{
    opacity: 0 !important;
    z-index: -1 !important;
}

.cet_brends .cet_brends-button{
    opacity: 0;
    z-index: 1;
    position: absolute;
    bottom: 0;
    height: 10px;
    width: 100px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;

    background: #17b7ff;
    cursor: pointer;
}

.cet_brends .cet_brends-button:hover{
    background: #303ba5;
}

.cet_brends.ignore_collapsed .cet_brends-button{
    opacity: 0 !important;
    cursor: default !important;
    pointer-events: none;
}

.cet_brends.collapsed .cet_brends-button{
    opacity: 1;
}

.cet_brends .cet_brends-button i{
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); 

    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 6px 0 6px;
    border-color: #fff transparent transparent transparent;
}


/* End */


/* Start:/local/templates/centerkrasok/components/art-fresh/catalog.sections/.default/style.css?1570524798153*/
.catalog_drop.no_more{
    padding-right: 35px;
}
.catalog_drop.no_more ul li {
    width: 25%;
}
.catalog li.active .catalog_drop{
    display: block;
}
/* End */


/* Start:/local/templates/centerkrasok/components/art-fresh/sort.block/.default/style.css?1656930686200*/
.dDataFilterCount {
    color: #73787d;
    float: left;
    font-size: 13px;
    height: 28px;
    line-height: 28px;
    font-weight: 400;
	margin-right: 15px;
}
.view ul.fl_left {

	float: left;

}
/* End */


/* Start:/local/templates/centerkrasok/components/art-fresh/show.type/.default/style.css?1570524798709*/
.view {
  position: relative;
}
.view-type {
  display: flex;
  float: right;
  height: 28px;
  position: relative;
  align-items: center;
}
@media only screen and (min-width: 1px) and (max-width: 999px) {
  .view-type {
    display: none;
  }
}
.view-type span {
  margin-right: 15px;
}
.view-type a {
  width: 28px;
  height: 28px;
  background: #bdc6ce no-repeat 50% 50%;
  background-size: 14px;
  border-radius: 5px 0 0 5px;
}
.view-type a:last-child {
  border-radius: 0 5px 5px 0;
  border-left: 1px solid #73787d;
}
.view-type a.grid {
  background-image: url("/local/templates/centerkrasok/components/art-fresh/show.type/.default/images/grid.png");
}
.view-type a.list {
  background-image: url("/local/templates/centerkrasok/components/art-fresh/show.type/.default/images/list.png");
}
.view-type a.active {
  background-color: #303ba5;
}

/* End */


/* Start:/local/templates/centerkrasok/components/art-fresh/catalog.list/.default/style.css?157052479875*/
.cet_brends ul li a:hover, .cet_brends ul li a.active {padding-bottom:5px;}
/* End */


/* Start:/local/templates/centerkrasok/components/art-fresh/catalog.element/.default/style.css?1785599292396*/
.one_tovar .tovar_data_box li {
  height: 75px;
}
.one_tovar .tovar_data_box .name .visible-sm-block {
  height: 40px;
}
.one_tovar .stickers {
  bottom: 0;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 60px;
  text-align: right;
  width: 100%;
}
.one_tovar .stickers li {
  display: inline-block;
  padding: 0;
  position: relative;
  width: 20px;
}

/* End */
/* /local/templates/centerkrasok/components/art-fresh/catalog.section/.default/style.css?17447911614885 */
/* /local/templates/centerkrasok/components/art-fresh/catalog.sections/.default/style.css?1570524798153 */
/* /local/templates/centerkrasok/components/art-fresh/sort.block/.default/style.css?1656930686200 */
/* /local/templates/centerkrasok/components/art-fresh/show.type/.default/style.css?1570524798709 */
/* /local/templates/centerkrasok/components/art-fresh/catalog.list/.default/style.css?157052479875 */
/* /local/templates/centerkrasok/components/art-fresh/catalog.element/.default/style.css?1785599292396 */
