

/* Start:/local/components/elektro/cart.full_secret/templates/.default/style.css?174762993823279*/
.cart-page__wrapper {
    padding:20px 20px;
}
.cart-page {
	margin-top: 20px;
	background-color: #f2f3f5;
}

.cart_page__white_bg {
	background-color: #fff;
}

.cart-page .column_left_cart_order {
	margin-right: 20px;
	padding:10px 5px;
	border-radius: 5px;
}

.min_height_500 {
	min-height: 500px;
}

.cart-page .column_right_cart_order {
	width: 350px;
    min-width: 350px;
}
.cart-page .cart_list__final_scrolled {
	width: 350px;
}

.cart-page .cartTitle{
    margin:0px 0px 20px 0px;
}

.cart_total__order_confirm__text {
	margin-top: 10px;
	line-height: 1.25;
}

.cart_list .product.head {
    padding:0px;
    margin:0px;
    color:#999999;
    border:1px #fff solid;
}
.cart_list .product.head div.col{
    padding:0px;
    line-height:20px;
    font-size:13px;
}

.cart_list .product div.col{
    float:left;
    box-sizing:border-box;
    padding:30px 0px 10px;
}

.cart_list .product div.img{
    width:170px;
    padding:15px 0px;
    text-align:center;
}
.cart_list .product div.check{
    width:32px;
}
.cart_list .product div.content{
    width:495px;
}
.cart_list .product div.content2{
    width:470px;
    padding:0px;
}
.cart_list .product div.price{
    width:160px;
}
.cart_list .product div.price .old_price{
    font-size:12px;
    color: #ff8970;
    text-decoration: line-through;
}
.cart_list .product div.count{
    width:80px;
    padding:20px 0px;
}
.cart_list .product div.total_price{
    width:160px;
    font-size:18px;
}
.cart_list .product div.delete{
    width:20px;
    padding-left:0px;
}

.cart_list .product .img img{
    max-height:100px;
    max-width:100px;
}

.cart_list .product .bottom div.field{
    border:none;
    border-radius:3px;
}
.cart_list .product .bottom div.field input{
    width:50px;
    text-align:center;
    border:1px #ddd solid;
}

.cart_list .product .content .title{
    font-size:16px;
    line-height:20px;
    padding-right:40px;
}
.cart_list .product .content .title a{
    color:#333;
    text-decoration:none;
}

.cart_list .product .content .props{
    margin-top:10px;
    font-size:13px;
    color:#999999;
}
.cart_list .product .content .instock_link{
    margin-top:10px;
    margin-bottom:5px;
    font-size:13px;
    color:#4f6a96;
    cursor:pointer;
    display:inline-block;
}
.cart_list .product .content .instock_link.selected{
    color:#333;
}

.cart_list .product .content .analog{
    background: rgba(0, 0, 0, 0) url("/local/templates/elektro/images/product_icons_dual.png") no-repeat scroll -52px 0;
    cursor: pointer;
    padding-left:22px;
    line-height:16px;
    margin-top:10px;
    color:#4f6a96;
}

.cart_list .product .content .analog:hover{
    background-position: -52px -40px;
}

.product .line{
    margin-bottom:5px;
    overflow:hidden;
    width:85%;
    color:#666;
    line-height:30px;
}
.product .line:hover{
    overflow:visible;
}
.product .line table{
    width:100%;
}

.product .line table td {padding: 0;}

.product .line table tr {padding: 10px 0; line-height:30px;}

.product .line .col1{
    white-space:nowrap;
    padding-right:5px;
    width:10px;
}
.product .line .col2 div{
    min-width:20px;
    border-bottom:1px #dddddd dashed;
}
.product .line .col3{
    white-space:nowrap;
    padding-left:5px;
    width:10px;
}

.cart-page .total {

}
.cart-page .total .total_price{
    min-width:220px;
    height:70px;
    padding:0px 20px;
    float:left;
    border:1px #ddd solid;
    border-radius:3px 0px 0px 3px;
    border-right:none;
}
.cart-page .total .total_price .title{
    font-size:13px;
    color:#666;
    margin-top:10px;
}
.cart-page .total .total_price .price{
    font-size:31px;
    color:#333;
    margin-top:5px;
}

.cart-page .total .total_right .button{
    width:200px;
    height:70px;
    float:left;
    border:1px #999999 solid;
    border-radius:0px 3px 3px 0px;
    overflow:hidden;
    cursor:pointer;
}
.cart-page .total .button button{
    width:200px;
    height:70px;
    border:none;
    background-color:#f9f9fa;
    font-size:22px;
    cursor:pointer;
}

.cart-page .total .button button:hover{
    background-color:#fff;
}

.cart-page .total .order_noreg_link{
    margin-top:10px;
    text-align:right;
}
.cart-page .total .order_noreg_link a{
    color:#666;
}

.cart-page .total .total_left{
    display:none;
}
.cart-page .total .total_left._open{
    display:block;
}

.cart-page .total .total_right{
    padding-top:40px;
    display:block;
    float:right;
}

.cart-page .total .total_left .add_by_form{
    float:left;
    text-align:right;
    width:355px;
}

.cart-page .total .total_left .add_by_form textarea{
    width:100%;
    height:100px;
    text-align:center;
    resize: vertical;
}

.cart-page .total .total_left .add_by_file{
    float:left;
    width:250px;
    text-align:left;
    margin-left:30px;
}
.cart-page .total .total_left .add_by_file .button{
    margin-top:13px;
    margin-left:0px;
}


.cart-page .total .total_left .add_by_file .field_button{
    display:inline-block;
}

.cart-page .field_button .link{
    text-align:center;
    margin-top:0px;
}
.cart-page .field_button .link a{
    color:#1970b7;
}

.cart-page .total .total_left .add_by_file .field_file input[type="file"]{
    max-width:180px;
}

.cart-page .total .total_left  .title{
    height:40px;
    line-height:40px;
    font-size:22px;
}


.cart-page .bottom_controls {
    float:left;
    margin-bottom:20px;
}
.cart-page .bottom_controls div.button{
    border:1px #ddd solid;
    margin-right:10px;
    border-radius:3px;
    color:#666;
    height:30px;
    line-height:30px;
    padding:0px 10px;
    display:inline-block;
}
.cart-page .bottom_controls div.button input{
    border:none;
    background:none;
}
.cart-page .bottom_controls div.button.check_balance{
    color:#333;
}

.cart-page .bottom_controls div.button:hover{
    border:1px #999 solid;
}

.cart-page .bottom_controls a{
    text-decoration:none;
    width:100%;
    height:100%;
    line-height:30px;
    height:30px;
    display:block;
}

.cart-page input.button, .cart-page button.button{
    border:1px #ddd solid;
    margin-left:10px;
    border-radius:3px;
    color:#666;
    height:30px;
    padding:0px 10px;
}

.cart_list .product .delete .del_icon{
    opacity:0.5;
    cursor:pointer;
}
.cart_list .product .delete .del_icon:hover{
    opacity:1;
}

.cart_list .product.inStock .prod-exist{
    display:inline-block;
    width:16px;
    height:12px;
    background:url('/local/components/elektro/cart.full_secret/templates/.default/images/prod_exist.png') 0 0 no-repeat;
    margin-right:5px;
}

.cart_list .product.inStockRcOnly .prod-exist{
    display:inline-block;
    width:16px;
    height:16px;
    background:url('/local/components/elektro/cart.full_secret/templates/.default/images/instockrconly.png') 0 0 no-repeat;
    margin-right:5px;
}

/*-------------spisok2-------------*/
#product_list.spisok2 .legend{
    text-decoration:underline;
    margin-top:15px;
    margin-bottom:5px;
}
#product_list.spisok2 .product{
    position:relative;
    box-sizing:border-box;
    width:100%;
    margin-top:5px;
    margin-bottom:5px;
}

#product_list.spisok2 .product .head{
    width:720px;
    float:left;
    box-sizing:border-box;
    padding:0px;
}

#product_list.spisok2 .product .head .name{
    line-height:20px;
    padding-top:10px;
    color:#666666;
}

#product_list.spisok2 .product .head .name a{
    color:#333333;
    font-size:16px;
    text-decoration:none;
}

#product_list.spisok2 .product .bottom {
    float:right;
    width:400px;
    box-sizing:border-box;
}

#product_list.spisok2 .product .bottom .price{
    float:right;
    font-size:14px;
    line-height:40px;
    padding-right:20px;
}
#product_list.spisok2 .product .bottom .buy{
    float:right;
}

#product_list.spisok2 .product .bottom div.icons {
    position:absolute;
    top:18px;
    right:5px;
}

#product_list .product .bottom .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;
}
/*--------------------------------------*/


.file-upload {
     position: relative; /* Даем возможность делать позиционирование, внутри данного элемента */
     overflow: hidden; /* Все что выходит за пределы - скрываем */
     /*width: 100px;  Задаем ширину кнопки выбора файла */
     height: 20px; /* Задаем высоту кнопки выбора файла */
     background: #f9f9fa;
     border-radius: 3px;
     padding: 8px 5px;
     color: #666;
     border:1px #ddd solid;
     text-align: center;

}
.file-upload:hover {
     background: #fff;
}
.file-upload input[type="file"]{
    display: none; /* Обязательно скрываем настоящий Input File */
}
.file-upload label {
     /* Растягиваем label на всю возможную площадь блока .file-upload */
     display: block;
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     cursor: pointer;
}
.file-upload span {
     line-height: 36px; /* Делаем вертикальное выравнивание текста, который написан на кнопке */
}

.filename {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
}


.err-popup.hideTooMuch .data{
    overflow:hidden;
    max-height:200px;
}

.err-popup .bts{
    position:relative;
    display:none;
    text-align:center;
    padding:5px;
    margin-top:10px;
}

.err-popup .bts .hidable_bt{
    cursor:pointer;
    line-height:20px;
    color:#4f6a96;
}

.err-popup .bts .hidable_bt div:first-child{
    display:block;
}
.err-popup .bts .hidable_bt div:nth-child(2){
    display:none;
}

.err-popup .bts .hidable_bt.turn-off div:first-child{
    display:none;
}
.err-popup .bts .hidable_bt.turn-off div:nth-child(2){
    display:block;
}

.err-popup.hideTooMuch .bts .bg{
    display:block;
}

.err-popup .bts .bg{
    display:none;
    background: transparent url(/local/components/elektro/cart.full_secret/templates/.default/images/fade_bg.png) no-repeat 0px 0px;
    height: 40px;
    left: 0;
    top:-40px;
    position: absolute;
    width: 100%;
    z-index: 11;
}


/*---------------------------*/
.loader{
    width:100%;
    height:10px;
    margin-bottom:5px;
    background: url(/local/components/elektro/cart.full_secret/templates/.default/images/loader.GIF) no-repeat center center;
}
.analogAjax .loader{
    margin-top:20px;
    margin-bottom:20px;
}

.cart-page .popup.analogAjax{
    left: 50%;
    margin-left: -500px;
    top: 150px;
    width: 1000px;
    position:fixed;
    padding:0px;
    overflow:hidden;
    border-radius:10px;
    min-height: 300px;
}

.cart-page .analogAjax .pageTitle{
    background-color:#636570;
    color:#fff;
    margin:0px;
    padding:20px;
    font-size:25px;
}

.cart-page .analogAjax .contentBlock{
    margin:0px;
    padding:0px 20px 20px 20px;
    position:relative;
}

.cart-page .analogAjax .contentBlock .loader{
    position:absolute;
    top:10px;
}

.cart-page .analogAjax .contentBlock .product_list{
    max-height: 500px;
    overflow-y: auto;
}
.cart-page .analogAjax .contentBlock .product_list .product.caption{
    color:#999999;
}

.cart-page .analogAjax .contentBlock .product_list .product{
    margin:15px 0px;
    line-height:20px;
}

.cart-page .analogAjax .contentBlock .product_list .product .td{
    display:block;
    float:left;
}
.cart-page .analogAjax .contentBlock .product_list .product .name{
    width:650px;
    padding-right:10px;
}
.cart-page .analogAjax .contentBlock .product_list .product .name a{
    color:#333333;
    text-decoration:none;
}
.cart-page .analogAjax .contentBlock .product_list .product .name a:hover{
    text-decoration:underline;
}

.cart-page .analogAjax .contentBlock .product_list .product .price{
    width:110px;
}

.cart-page .analogAjax .contentBlock .product_list .product .link{
    width:85px;
    color:#4f6a96;
    cursor:pointer;
}
.cart-page .analogAjax .contentBlock .product_list .product .link:hover{
    text-decoration:underline;
}
.cart-page .pagen_wrap{
    margin-top:10px;
    margin-bottom:10px;
}

.cart-page .pagen_wrap .hidden_block{
    width:100px;
    height:40px;
    float:left;
}

.cart_list .product .prod-sale{
    display:inline-block;
    width:16px;
    height:16px;
    background:url('/local/templates/elektro/images/sale105.png') 0 0 no-repeat;
    margin:0px 5px;
}

.cart_list .product .field{
    position:relative;
}

.cart_list .product .alert{
    position:absolute;
    right:-5px;
    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;
}

.cart_list .product .field:hover .alert{
    display:block;
}

#promo_code_input{
    text-align:left;
    float:right;
    padding-top:0px;
}
#promo_code_input input{
    line-height:25px;
    padding:0px 5px;
}
.responce_mess{
    max-width:300px;
}
.responce_mess .error{
    color:#c30000;
}
.responce_mess .success{
    color:green;
}

/*-----------------------------------*/

.related_list.loading {
    opacity:0.6;
}

/*-------------plitka-------------*/
#product_list.plitka .product{
    position:relative;
    box-sizing:border-box;
    width:222px;
    height:390px;
    border:1px #ddd solid;
    border-radius:5px;
    float:left;
    margin-right: 10px;
    margin-bottom: 20px;
}

#product_list.plitka .product:hover {
    box-shadow: 0 0 20px #0072bc !important;
    border-color:#fff;
}

#product_list.plitka .product:nth-child(6n){
    margin-right:10px;
}

@media screen and (max-width:1460px){
	#product_list.plitka .product{
		margin-right:15px;
	}
	#product_list.plitka .product:nth-child(5n){
		margin-right:15px;
	}
	#product_list.plitka .product:nth-child(6n){
		margin-right:15px;
	}
}

#product_list.plitka .product.inStock .prod-exist{
    display:block;
    position:absolute;
    top:90px;
    right:5px;
    width:16px;
    height:12px;
    background:url('/local/components/elektro/cart.full_secret/templates/.default/images/prod_exist.png') 0 0 no-repeat;
}

#product_list.plitka .product .prod-sale{
    display:block;
    position:absolute;
    top:115px;
    right:5px;
    width:16px;
    height:16px;
    background:url('/local/templates/elektro/images/sale105.png') 0 0 no-repeat;
}

#product_list.plitka .product .is_filial_icon{
    display:block;
    position:absolute;
    top:115px;
    right:5px;
    width:16px;
    height:16px;
    background:url('/local/templates/elektro/images/is_filial_icon.png') 0 0 no-repeat;
}

#product_list.plitka .product.instockRcOnly .prod-exist{
    display:block;
    position:absolute;
    top:90px;
    right:5px;
    width:16px;
    height:16px;
    background:url('/local/components/elektro/cart.full_secret/templates/.default/images/instockrconly.png') 0 0 no-repeat;
}

#product_list.plitka .product .storeBalance {
    display:none;
    position:absolute;
    top:80px;
    left:5px;
    z-index:10000;

    border:1px #f2f2f2 solid;
    border-radius:5px;
    background-color:#fff;
    min-width:200px;
    padding:5px 10px;
    box-shadow:0px 0px 10px #999;
}

#product_list.plitka .product .head{
    position:absolute;
    top:0px;
    left:0px;
    background-color:#f9f9fb;
    border-bottom:1px #ddd solid;
    height:65px;
    width:220px;
    overflow:hidden;
    display:table-cell;
    vertical-align:middle;
    box-sizing:border-box;
    padding:10px;
    line-height:14px;
    border-radius:5px 5px 0px 0px;
}

#product_list.plitka .product .head .name{
    height:46px;
    overflow:hidden;
}

#product_list.plitka .product .head a{
    color:#333333;
    font-size:11px;
    text-decoration:none;
    line-height:14px;
}

#product_list.plitka .product .head .article_code{
    display:none;
}

#product_list.plitka .product .head .brand-logo{
    display:none;
}


#product_list.plitka .product div.image{
    box-sizing:border-box;
    position:absolute;
    top:89px;
    left:0px;
    width:220px;
    height:220px;
    line-height:218px;
    text-align:center;
}

#product_list.plitka .product:hover .article_code_middle {
}

#product_list.plitka .product .article_code_middle{
    display:block;
    opacity:1;
    position:absolute;
    top:179px;
    left:-1px;
    background-color: var(--color-gray);
    padding:0px 0px 0px 0px;
    z-index:1000;
    color:#fff;
    white-space:nowrap;
    box-sizing:border-box;
    line-height:14px;
    text-align:left;
}

#product_list.plitka .product .article_code_middle span{
    font-size:11px;
    display:block;
    margin-bottom:2px;
    padding-left:3px;
    padding-right:3px;
}

#product_list.plitka .product .article_code_middle{
    max-width:0px;
    overflow:hidden;
    -webkit-transition: max-width .5s;
    transition: max-width .5s;
}

#product_list.plitka .product:hover .article_code_middle{
    max-width:120px;
}

#product_list.plitka .product .article_code_middle:hover{
    max-width:220px;
}

#product_list.plitka .product .image .product-tile-picture-image{
    max-height:100%;
}

#product_list.plitka .product .bottom {
    position:absolute;
    bottom:8px;
    left:0px;
    width:220px;
    height:64px;
    box-sizing:border-box;
    font-family: Roboto Condensed;
}
#product_list.plitka .product .bottom .price{
    font-size:18px;
    height:28px;
    line-height:14px;
    margin-top:5px;
    margin-right:10px;
    text-align:right;
}

#product_list .product .price .price_top{
    display:block;
    font-size:16px;
}
#product_list .product .price .price_bottom{
    display:block;
    margin-top:5px;
    color:#999;
    padding-left:10px;
    font-size:16px;
}

#product_list.spisok .product .price .price_bottom, #product_list.spisok2 .product .price .price_bottom{
    display:none;
}

#product_list .product .price .price_bottom.fa-globe::before{
    margin-right:5px;
}
#product_list .product .price .price_bottom.store-alt::before{
    margin-right:5px;
    content:"";
    width:15px;
    height:12px;
    background:url('/local/templates/elektro/images/store-alt.png') 0 0 no-repeat;
    background-size:cover;
    display:inline-block;
}

#product_list.plitka .product .bottom .buy{
    position:absolute;
    right:10px;
    bottom:0;
}

#product_list.plitka .product .bottom .detail{
    position:absolute;
    right:10px;
    bottom:0;
}

#product_list.plitka .product .bottom .detail a, #product_list.spisok .product .bottom .detail a, #product_list.spisok2 .product .bottom .detail a{
    text-decoration:none;
    color:#666;
    display:inline-block;
    line-height: 38px;
    border: 1px #999 solid;
    padding:0px 5px;
    background-color:#f9f9fa;
    border-radius:2px;
}
#product_list.spisok .product .bottom .detail a, #product_list.spisok2 .product .bottom .detail a{
    margin-top:10px;
}
#product_list .product .bottom .detail a:hover{
    background-color:#fff;
}

#product_list.plitka .product .bottom .icons{
    position:absolute;
    left:10px;
    bottom:12px;
}

#product_list.plitka .product.inStock .prod-exist,
#product_list.plitka .product.instockRcOnly .prod-exist,
#product_list.plitka .product .prod-exist{
    display:none;
}

#product_list .product .in_stock_notice{
    display:none;
}

#product_list.plitka .product .in_stock_notice{
    position: absolute;
    top: 4px;
    right: 5px;
    color:#4e802d;
    border-bottom:#4e802d 1px dotted;
    cursor:pointer;
}

#product_list.plitka .product .in_stock_notice:hover{
    cursor:help;
}
#product_list.plitka .product.inStock .in_stock_notice{
    background-color:#fff;
    line-height:14px;
}
#product_list.plitka .product.inStock .in_stock_notice.type1{
    display:inline-block;
}
#product_list.plitka .product.instockRcOnly .in_stock_notice.type2{
    display:inline-block;
}
#product_list.plitka .product.pod_zakaz .in_stock_notice.type3{
    display:inline-block;
    color:#666;
    border-bottom:none;
	cursor:default;
}
#product_list.plitka .product.is_filial .in_stock_notice.type4{
    display:inline-block;
    color:#1970b7;
    border-bottom:#1970b7 1px dotted;
}




ul.tab_links {
    margin-bottom: 10px;
}

.related_list .tab_container_inner{
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding-top: 20px;
}

.tab_links__name{
    padding:10px 15px;
    font-size: 18px; 
    line-height: 18px;
    color:#999999;
    cursor: pointer;
}

.active .tab_links__name{
    color:#000000;
    cursor: default;
}

.share_cart__link {
	margin-left: 10px;
	margin-right: 10px;
    display:inline-block;
}
.share_cart__link. i.fa{
	display: none;
}
.share_cart__link._loading i.fa{
    display:inline-block;
}

.share_cart__input {
	padding: 5px 10px;
	border: 1px #333 solid;
}
.share_cart__clipboard{
	display: inline-block;
	margin-left: 10px;
	cursor: pointer;
	color:#666;
}
.share_cart__clipboard:hover {
	color:#000;
}
.share_cart__result {
	display: inline-block;
	margin-left: 10px;
	color:green;
	font-size:12px;
}

.related_list__hidden .related_list__title_toggle{
	transform: rotate(180deg);
}
.related_list__hidden .related_list__content_toggle{
	display: none;
}
.related_list__hidden .related_list i.fa{
	display: none;
}

.loading .related_list__title_wrap, .empty .related_list__title_wrap {
	display: none;
}

.related_list__title_wrap {
	background-color:#e7e7eb;
	padding: 5px 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	border-radius: 7px;
	border: 1px #ccc solid;
}
.related_list__title_wrap h3 {
	margin: 0px 0px;
}
.related_list__title_toggle {
	cursor: pointer;
}
.related_list__title_toggle i.fa{
	font-size: 20px;
}




.ua3 {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-bottom: 16px;
}
.u3a {
    color:#333;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4em;
}
.au4 {
    color:#999;
    font-size: 14px;
    line-height: 1.29em;
    text-align: end;
}

.au0 {
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    line-height: 18px;
    margin-bottom: 12px;
}
.au1 {
    font-weight: 700;
}

.a4u {
    border-top: 1px solid #ddd;
    color: #333;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    justify-content: space-between;
    line-height: 1.4em;
    margin-top: 16px;
    padding-top: 16px;
}



/* End */
/* /local/components/elektro/cart.full_secret/templates/.default/style.css?174762993823279 */
