.basket{margin:0 0 55px;}
.basket .clearfix{display:block;height:0;clear:both;}
.basket .items{border:1px solid #eaf0f2;}
.basket .items .box{display:table-cell;padding:0 15px;vertical-align:top;}
.basket .items .head{display:table;width:100%;margin:0 0 -1px;border-bottom:1px solid #eaf0f2;}
.basket .items .head .box{vertical-align:middle;padding-top:10px;padding-bottom:10px;}
.basket .items .head .title.prices{width:150px;}
.basket .items .head .title.prices.summ{width:175px;}
.basket .items .head .title.counter_t{width:185px;}
.basket .items .head .title{font-size:15px;line-height:16px;color:#fff;font-weight:500;}
.basket .items .head .title:first-of-type{padding-left:169px;}
.basket .items .item>.wrap{display:table;width:100%;border-spacing:0;border-collapse:collapse;}
.basket .items .item{border-top:1px solid #eaf0f2;}
.basket .items .item .box{padding-top:29px;padding-bottom:29px;}
.basket .items .item .box:first-of-type{padding-left:29px;}
.basket .items .item .box.buy_block{width:185px;}
.basket .items .item .image{float:left;width:110px;height:110px;line-height:110px;}
.basket .items .item .description{margin:14px 0 0;padding:0 0 0 140px;}
.basket .items .item .description .name{font-size:16px;font-weight:500;line-height:22px;}
.basket .items .item .description .label{margin-right:10px;}
.basket .items .item .description .article{color:#777777;display: inherit;font-size:12px;line-height:21px;vertical-align:top;}
.basket .items .item .description .article>span{color:#2f383d;}
.basket .items .item .description .props{margin:8px 0 0;}
.basket .items .item .prices{width:150px;}
.basket .items .item .summ{width:170px;}
.basket .items .item .price_new{margin:14px 0 0;font-size:16px;font-weight:500;line-height:22px;color:#333333;}
.basket .items .item .price_old{margin:-1px 0 0;font-size:13px;line-height:18px;color:#777777;text-decoration:line-through;}
.basket .items .item .counter{display:block!important;margin:9px 25px 0 0;width:100px;}
.basket .items .remove_bl{width:0;height:0;padding:0;}
.basket .items .item .remove_bl>.wrap{position:relative;float:right;}
.basket .items .item .remove{top:-19px;right:10px;}
.basket.default .items .item>.clearfix{display:none;}
.basket .buttons .btn.print{position:relative;margin-right:20px;}
.basket .buttons .btn.print:not(:hover){color:#333!important;}
.basket .buttons .btn.print>span{position:relative;padding-left:27px;}
.basket .buttons .btn.print>span:before{content:"";position:absolute;left:0;top:50%;margin-top:-6px;width:16px;height:14px;}
.basket .buttons .btn.print:hover>span:before{background-position:-141px 0;}
.basket .foot{margin:0 0 35px;padding:32px 0 28px;border-bottom:1px solid #eaf0f2;}
.basket .foot .remove{margin:-2px 0 0 ;padding-left:12px;font-size:12px;cursor:pointer;}
.basket .foot .remove:not(:hover){background:transparent;border-color:transparent;color:#333333!important;}
.basket .foot .remove>span{position:relative;padding:0 0 0 18px;}
.basket .foot .remove>span:before{content:"";position:absolute;left:0;top:50%;margin:-4px 0 0;width:8px;height:8px;}
.basket .foot .remove:hover>span:before{background-position:-58px -9px;}
.basket .foot .total{font-size:20px;font-weight:500;width:236px;}
.basket .foot .total>span{margin:0 0 0 12px;}
.basket .buttons .btn{margin:0;padding: 0px 10px;}
.basket .basket_empty{padding:44px;min-height:178px;border:1px solid #ebeef1;}
.basket .basket_empty>.wrap{position:relative;padding:2px 0 0 134px;}
.basket .basket_empty>.wrap:before{content:"";position:absolute;left:0;top:0;width:90px;height:90px;}
.basket .basket_empty .description{margin:0 0 25px;font-size:14px;}
.basket .basket_empty h4{margin-bottom:17px;}
.basket .basket_empty .btn{margin:0;}

.ajax_basket{opacity:0;transition:opacity ease-in-out 0.15s;-moz-transition:opacity ease-in-out 0.15s;-ms-transition:opacity ease-in-out 0.15s;-o-transition:opacity ease-in-out 0.15s;-webkit-transition:opacity ease-in-out 0.15s;}
.ajax_basket.ready{opacity:1;}
.basket.fly{position:fixed;width:710px;display:block!important;right:-710px;top:185px;background:#FFF;z-index:100;transition:right ease-in-out 0.3s;-moz-transition:right ease-in-out 0.3s;-ms-transition:right ease-in-out 0.3s;-o-transition:right ease-in-out 0.3s;-webkit-transition:right ease-in-out 0.3s;}
.ajax_basket.opened .basket.fly{right:0;}
.basket.fly>.wrap{-webkit-box-shadow:0px 3px 10px 0px rgba(0, 0, 0, 0.15);-moz-box-shadow:0px 3px 10px 0px rgba(0, 0, 0, 0.15);box-shadow:0px 3px 10px 0px rgba(0, 0, 0, 0.15);}
.basket.fly .opener{position:absolute;left:-58px;top:0;width:58px;height:76px;-moz-border-radius-topleft:2px;-webkit-border-top-left-radius:2px;border-top-left-radius:2px;-moz-border-radius-bottomleft:2px;-webkit-border-bottom-left-radius:2px;border-bottom-left-radius:2px;cursor:pointer;border-right:none;}
.basket.fly .opener i{content:"";position:absolute;left:50%;top:18px;margin:0 0 0 -10px;width:18px;height:17px;color:#fff;}
.basket.fly .opener .count{position:absolute;left:50%;top:40px;margin:0 0 0 -9px;width:19px;height:18px;line-height:18px;white-space:nowrap;font-size:12px;color:#FFF;border-radius:100%;text-align:center;background: #3b3b3b;}
.basket.fly .opener .count.empted{background:#969ba5;}
.basket.fly .opener:hover{box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);}
.basket.fly.DARK .opener{background:#424f60;border-color:#424f60;}
.basket.fly.DARK .opener:before{background-position:-105px 0;}
.basket.fly.DARK .opener:hover{background:#556170;border-color:#556170;}
.basket.fly.COLOR .opener:before{background-position:-105px 0;}
.basket.fly.COLOR .opener .count{background:#FFF;color:#333;}
.basket.fly>.wrap>h4{margin:0;padding:27px 30px 28px;border-bottom:1px solid #eaf0f2;}
.basket.fly .items_wrap{max-height:258px;overflow-y:auto;}
.basket.fly .items{border-top:none;}
.basket.fly .items .item .image{width:70px;height:70px;line-height:70px;}
.basket.fly .items .item .description{padding-left:90px;width:258px;}
.basket.fly .items .head .title:first-of-type{padding-left:109px;}
.basket.fly .items .item .box{padding-top:20px;padding-bottom:20px;}
.basket.fly .items .item .box:first-of-type{padding-left:20px;}
.basket.fly .items .item .description{margin-top:9px;}
.basket.fly .items .item .description .name{font-size:14px;font-weight:normal;line-height:20px;}
.basket.fly .items .item .description .props{margin-top:6px;}
.basket.fly .items .head .title.prices{width:115px;}
.basket.fly .items .head .title.prices.summ{width:150px;}
.basket.fly .items .item .prices{width:115px;}
.basket.fly .items .item .summ{width:150px;}
.basket.fly .items .item .price_new{margin-top:7px;}
.basket.fly .items .item .counter{margin-top:6px;margin-right:15px;width:78px;}
.basket.fly .items .item .remove{top:-10px;}
.basket.fly .foot{margin:-1px 0 30px;padding:25px 19px 22px;border-top:1px solid #eaf0f2;background:#fcfcfd;}
.basket.fly .foot .total{font-size:16px;width:188px;}
.basket.fly .buttons{padding:0 30px 30px;}
.basket.fly .buttons .btn{margin:0 30px 0 0;padding: 0px 10px;}
.basket.fly .buttons .btn:first-of-type{margin-right:0;}
.basket.fly .basket_empty{padding:28px 30px 40px;border-top:none;}
.basket.fly .basket_empty h4{font-size:18px;}
.basket.fly .basket_empty>.wrap{padding-left:120px;}
.basket.fly .basket_empty>.wrap:before{top:1px;}
.basket.fly .items .item .buy_block{width:133px;}
.basket.fly .items .head .title.counter_t{width:133px;}
.basket.fly .items .head{border-bottom}
.bx-firefox .basket.fly .opener .count{line-height:16px;}

.form.order{margin:0 80px 0 0;padding:38px 44px 44px;}
.form.order .btn{margin-bottom:0;}
.basket_order{margin:0 0 55px;border:1px solid #ebeef1;}
.basket_order .clearfix{display:block;}
.basket_order .description{position:relative;margin:0 0 33px;padding:0 0 0 27px;font-size:14px;line-height:22px;}
.basket_order .description:before{content:"";position:absolute;left:0;top:6px;bottom:6px;width:2px;}
.basket_order .items{margin:-1px;border:1px solid #ebeef1;border-right:none;border-bottom:none;}
.basket_order .items>.head{padding:17px 20px;background:#fcfcfd;border-bottom:1px solid #ebeef1;}
.basket_order .items>.head .title{margin:2px 0 0;font-size:16px;font-weight:500;}
.basket_order .items>.head .btn{margin:0;font-size:10px;}
/*.basket_order .items>.head .btn:not(:hover){background:transparent;border-color:transparent;color:#333333!important;}*/
.order_head a.btn.color { padding: 0px 10px; float: right;}
.basket_order .items>.wrap{border-bottom:1px solid #ebeef1;}
.basket_order .items .item{margin:0 20px;padding:30px 0px;font-size:14px;line-height:20px;border-top:1px solid #eceff2;}
.basket_order .items .item:first-of-type{border-top:none;}
.basket_order .items .item .name{margin:0 0 3px;}
.basket_order .items .item .price{color:#666;}
.basket_order .items .foot{padding:18px 20px 30px;background:#fcfcfd;border-bottom:1px solid #ebeef1;}
.basket_order .items .foot .title{margin:1px 0 0;font-size:14px;line-height:20px;}
.basket_order .items .foot .summ{font-size:16px;font-weight:500;line-height:20px;}
.basket_order .confirm{padding:45px 44px 46px;}
.basket_order .confirm .description{margin:0;padding:0 0 0 135px;position:relative;}
.basket_order .confirm .description:before{content:"";position:absolute;left:0;top:-1px;width:90px;height:90px;}
.basket_order .confirm .description h4{margin-bottom:17px;line-height:24px;}
.basket_order .confirm .description p{margin-bottom:22px;}
.basket_order .confirm .description .btn{margin-bottom:0;}

.buy_block{display:block;}
.catalog.detail .head.wti .buy_block{max-width:338px;}
.buy_block .in_cart{display:none;}
.buy_block .counter { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; width: 49%; margin-bottom: 10px; }
.buy_block .counter>.wrap{position:relative;background:#edf0f3;border-radius:2px;}
.buy_block .counter .input{padding:0 24px;}
.buy_block .counter input{padding:3px 4px;width:100%;border:none;background:none;font-size:12px;text-align:center;}
.buy_block .counter .ctrl{position:absolute;top:0;bottom:0;width:24px;cursor:pointer;z-index:1;}
.buy_block .counter .minus{left:0;margin: 2px 0px 0px 7px;}
.buy_block .counter .plus{right: 0;margin: 2px -10px 0px 0px;}
.good .buy.to_cart {float: left; margin-right: 1%; }
.basket.default span.ctrl.bgtransition {margin-top: 8px;}
.buy_block.in .counter{display:none;}
.buy_block.in .to_cart{display:none;}
.buy_block.in .in_cart { display: inline-block; }
.buy_block.in .in_cart>span{position:relative;padding:0 0 0 20px;}
.buy_block.in .in_cart>span:before{content:"";position:absolute;left:0;top:50%;margin:-4px 0 0;width:11px;height:8px;}
.buy_block.lg .counter input{font-size:14px;padding:7px 8px;}
.buy_block.lg .counter .ctrl{width:30px;}
.right_col .buy_block.lg .counter .ctrl { width: 30px; padding-top: 6px; }
.order_head { position: fixed; top: 22%; right: 0; z-index: 100; width: 100%; max-width: 400px; box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15); }
