

/* Start:/local/components/elektro/compare/templates/.default/style.css?167628748312802*/
.select2-results__option{
    line-height:20px;
}

.no-wrap{
    white-space:no-wrap;
}
/*---------------------*/
.compare_controls{}

.compare_controls select {
    padding:0px 10px;
    margin: 0;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;

    background: #fff;
    color:#333;
    border:1px #dddddd solid;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
    width: 208px;
    line-height:40px;
    height:40px;
}

.compare_controls option {
    line-height:30px;
    height:30px!important;
    /*padding:10px!important;*/
    box-shadow:none;
}

.compare_controls label {position:relative}

.compare_controls .group2{}

.compare_controls .group2 .push{
    color:#4f6a96;
    cursor:pointer;
    margin-left: 20px;
}
.compare_controls .group2 .push.active{
    color:#333333;
    cursor:default;
}

.compare_content__prop_list__prop_name {
    background-color: #f9f9fa;
}

/*******************************/

/*---------STYLES FOR ANALOG-COMPARE BLOCK---------*/
.compare_wrapper__wrapper {
    position:relative;
}
.compare-swiper-prev{
    position:absolute;
    top:200px;
    left:-20px;
}

.compare-swiper-next{
    position:absolute;
    top:200px;
    right:-20px;
}
.compare-swiper-prev-button, .compare-swiper-next-button{
    z-index:10;
    border: 0;
    border-radius: 4px;
    position: relative;
    border-radius: 50%;
    padding: 0;
    width: 52px;
    height: 52px;
    line-height: 52px;
    background-color: #fff;
    box-shadow: 0 1px 8px rgba(0,0,0,.06),0 2px 4px rgba(0,0,0,.12);
    color:#999;
    font-size:20px;
    cursor:pointer;
}

.compare-swiper-prev-button:hover, .compare-swiper-next-button:hover{
    color:#333;
}

.compare-swiper-prev-button i{
    margin-right:3px;
}
.compare-swiper-next-button i{
    margin-left:3px;
}

.compare-swiper-prev.swiper-button-disabled{
    display:none;
}
.compare-swiper-next.swiper-button-disabled{
    display:none;
}

#analog_list__wrapper{}

.compare_category_list{
    padding:5px;
    margin-bottom:20px;
}

.compare_category_list a{
    display:block;
    padding:15px 20px;
    color:#057bbe;
    background-color:#f4f5f7;
    margin-bottom:5px;
    text-decoration:none;
    font-size:16px;
}

.sticky_top_panel {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky!important;
  top: 0px;
  z-index:9;
}

.sticky_top_panel{
    background-color:#fff;
    top:75px!important;
}

.sticky_top_panel .product{
    display:inline-block;
    width:140px;
    padding:10px 0px;
    margin:0px;
    height:120px;
}

.compare_wrapper {
    margin-top:10px;
    height: 770px;
    overflow: hidden;
    position:relative;
}

.compare_wrapper.compact {
    height: auto;
    overflow-x: auto;
    padding-bottom: 50px;
}

.compare_wrapper__gradient_hide {
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 1) 100%);
    cursor: pointer;
    z-index:1;
}

.compact .compare_wrapper__gradient_hide{
    height: 50px;
}

.compare_wrapper__gradient_hide .fa {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    font-size: 50px;
    color: grey;
}

.compare_wrapper__gradient_hide .fa-angle-up {
    display: none;
}

.compact .compare_wrapper__gradient_hide .fa-angle-up {
    display: inline;
}

.compact .compare_wrapper__gradient_hide .fa-angle-down {
    display: none;
}


.compare__first_coll {
    width:195px;
    float:left;
}

.h_scroll{
    width: 100%;
    overflow-x:auto;
    overflow-y: hidden;
}
#preview_compare .h_scroll {
    overflow-x: hidden;
}

.h_scroll.dragscroll{
    cursor:move;
}

.compare{
    position:relative;
}
.no-wrap{
    white-space:no-wrap;
}
.div_table_cell {
    display: table-cell;
    box-sizing: border-box;
    vertical-align: top;
    text-align: left;
}

.compare_content{
    position:relative;
}

.compare_content__product_list{
    padding:0px;
    color:#333333;
}
.compare_content__product_list__product, #preview_compare .compare_content__product_list__product{
    box-sizing:border-box;
    float:left;
    width:195px;
    position:relative;
    padding:10px;
    border-top:1px #dbdcdd  solid;
    border-right:1px #dbdcdd  solid;
}
.compare_wrapper .compare_content__product_list__product{
    box-sizing:border-box;
    float:left;
    width:195px;
    position:relative;
    padding:10px;
    border-top:1px #dbdcdd  solid;
    border-right:1px #dbdcdd  solid;
	min-height: 346px;
}

#preview_compare .compare_content__product_list__product {
    border-top:none;
}

.compare_content__product_list__product.analogs_parent {
    background-color:#fff;
	border-left: 1px #ddd solid;
}

#preview_compare{
    border-bottom:1px #dbdcdd  solid;
}

#preview_compare .compare_content__product_list__product__img{
    text-align:center;
}

#preview_compare .compare_content__product_list__product__title{
    font-size:11px;
    line-height:14px;
    text-align:left;
    max-height:42px;
    overflow:hidden;
    margin-top:0px;
}

.compare_content__product_list__product a {
    color: #057bbe;
    text-decoration: none;
}
.compare_content__product_list__product a:hover {
    color: #cf2526;
}

.compare_content__product_list__product__img{
    height:120px;
    padding:10px 0px;
    box-sizing:border-box;
    text-align:center;
    border-radius:3px;
}

.compare_content__product_list__product__title{
    color:#333;
    font-size:14px;
    line-height:18px;
    margin-top:20px;
    height:70px;
    overflow:hidden;
}

.compare_content__product_list__product__title__stiky {
    font-size:12px;
    line-height:12px;
    overflow:hidden;
	height:24px;
}

.compare_content__product_list__product__price {
    line-height:24px;
    overflow:hidden;
    white-space:nowrap;
    text-align:center;
	margin-top: 10px;
}

.compare_content__product_list__product__price__stiky {
    text-align:center;
	margin-top: 5px;
	color:#333;
	font-weight:600;
}

.compare_content__product_list__product__buy{
    margin-top:10px;
    height:36px;
}

.compare_content__prop_list{
    padding:0px;
}
.compare_content__prop_list__li{
    line-height:18px;
    padding: 0px 0px;
    border-top:1px #dbdcdd solid;
}

.compare_content__prop_list__li__span {
    text-align:left;
    width:195px;
    float:left;
    box-sizing:border-box;
    margin:0;
    font-size:13px;
    padding-left:20px;
    border-right:1px #dbdcdd solid;
    color:#666;
    height:30px;
    line-height:13px;
    padding-top:0px;
    padding-bottom:0px;
    overflow:hidden;
}

.compare_content__prop_list__li__span:hover {
    overflow:visible;
}

.compare_content__prop_list__li__span.diff {
    background-color:#c6e6ff;
}

.compare_content__prop_list__li__span.parent {
    background-color:#dae9ed;
}

.secondary .compare_content__prop_list__li__span {
    color:#999;
}

.compare_content__prop_list__prop_name{
    margin-left:0px;
    text-align:left;
    font-size:14px;
    font-weight:600;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:20px;
    color:#666;
    border-bottom:1px #dbdcdd solid;
    white-space:nowrap;
	position: relative;
	height: 30px;
	box-sizing: border-box;
}

.compare_content__prop_list__prop_name__text{
	position: relative;
}


.secondary .compare_content__prop_list__prop_name {
    color:#999;
}

.compare_content__buy__input__input[type='text']{
    height:42px;
    line-height:42px;
    text-align:center;
    padding:0px 10px;
    box-sizing:border-box;
    width:100%;
    border:none;
    overflow:hidden;
    outline: none;
-webkit-box-shadow: inset 0px 3px 2px 1px rgba(220, 220, 220, 0.8);
-moz-box-shadow:    inset 0px 3px 2px 1px rgba(220, 220, 220, 0.8);
box-shadow:         inset 0px 3px 2px 1px rgba(220, 220, 220, 0.8);
    font-size:20px;
    color:#666;
}

.compare_content__buy__input{
    border:1px #ddd solid;
    border-left:none;
    border-right:none;
    width:60%;
    text-align:center;
}
.compare_content__buy__less{
    border:1px #ddd solid;
    min-width:32px;
    width:20%;
    background:#fff url('/local/templates/mobile/images/less-icon.png') no-repeat center center;
}
.compare_content__buy__more{
    border:1px #ddd solid;
    min-width:32px;
    width:20%;
    background:#fff url('/local/templates/mobile/images/more-icon.png') no-repeat center center;
}

.compare_content__buy__button{
    width:100%;
    text-align:center;
    margin-top:0px;
    background:none;
    font-size:13px;
    line-height: 22px;
    font-family: Arial;
    border:none;
    box-sizing:border-box;
    margin-bottom:10px;
}

.inCart .compare_content__buy__button {
    color:#333;
}

a.in_cart_link {
    text-decoration:underline;
}

.compare_content__product__buy__button__normal{
    padding: 5px 10px;
    color: #fff;
    font-weight: 600;
    background-color: #50a6da;
    box-shadow: 3px 3px 3px #666;
    border-radius: 3px;
    position: relative;
    cursor:pointer;
}
.compare_content__product__buy__button__normal:active{
    position:relative;
    top:1px;
    box-shadow:none;
}


.compare_content__product__buy__button__alert{
    position:absolute;
    right:-5px;
    top:-30px;
    line-height:14px;
    font-size:14px;
    border:1px #ddd solid;
    border-radius:3px;
    background-color:#f9f9fa;
    padding:5px;
    display:none;
}

.compare_content .product .buy.saled .field{
    display: none;
}

.compare_content .product .buy.saled .button.saled{
    width: 100%;
    border-radius: 3px;
    pointer-events: none;
}

.compare_content .product .button.saled {
    opacity:0.6;
    cursor:default!important;
}
.compare_content .product .button{
    text-align:center;
}
.compare_content .product .button span.normal{
    display:block;
}
.compare_content .product .button span.saled{
    display:none;
}
.compare_content .product .button.saled span.normal{
    display:none;
}
.compare_content .product .button.saled span.saled{
    display:block;
}

.compare_content .product .prod-sale{
    margin-top:5px;
    width:16px;
    height:16px;
    background:url('/local/templates/elektro/images/sale105.png') 0 0 no-repeat;
}


.compare_content .product .is_filial{
    margin-top:5px;
    width:16px;
    height:16px;
    background:url('/local/templates/elektro/images/is_filial_icon.png') 0 0 no-repeat;
}

.compare_content__product__detail{
    margin-top:20px;
}
.compare_content__product__detail a{
    text-decoration:none;
    color:#666;
    display:block;
    text-align:center;
    line-height: 38px;
    border: 1px #999 solid;
    padding:0px 5px;
    background-color:#f9f9fa;
    border-radius:2px;
}
.compare_content__product__detail a:hover{
    background-color:#fff;
}

.compare_content__product__buy__button__saled{
    display: none;
}
.saled .compare_content__product__buy__button__saled{
    display: block;
    color:#333;
}

.compare_content__not_supplied-note{
    display: none;
}
.not_supplied .compare_content__not_supplied-note{
    display: block;
}

.not_supplied.compare_content__product_list__product__buy, .not_supplied.compare_content__product_list__product__price {
	display: none;
}


.not_supplied .compare_content__buy__button{
    width: 100%;
    pointer-events: none;
    border-radius: 3px;
}

.compare_content .product .buy.not_supplied .field{
    display: none;
}

.saled .compare_content__product__buy__button__normal,
.not_supplied .compare_content__product__buy__button__normal,
.not_supplied .compare_content__product__buy__button__saled {
    display: none;
}

.compare_content__product__field__alert{
    position:absolute;
    left:-1px;
    bottom:-30px;
    line-height:14px;
    font-size:14px;
    border:1px #ddd solid;
    border-radius:3px;
    background-color:#f9f9fa;
    padding:5px;
    display:none;
    white-space:nowrap;
}

.compare_content .product .field:hover .alert{
    display:block;
}

.append_div{
    margin-top:10px;
    margin-bottom:10px;
}

.red-text{
    color:#ff8970;
}

.compare_content__product__not-produced-note{
    font-size: 11px;
    margin-top: 10px;
}

.button-replacement{
    width: 100%;
    height: 40px;
    line-height: 38px;
    border: 1px #999 solid !important;
    float: left;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    box-sizing: border-box;
    background: #ffffff;
}

.compare__delete_button {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 12px;
    height: 14px;
    background: url(/local/templates/elektro/images/icon_del.png) 0 0 no-repeat;
    opacity: 0.5;
    cursor: pointer;
}

/*---------/STYLES FOR ANALOG-COMPARE BLOCK---------*/

/*******************************/
/* End */
/* /local/components/elektro/compare/templates/.default/style.css?167628748312802 */
