


	header .mini-cart-btn{
    	position: relative;
		}
			header .mini-cart-btn .part{
				display: inline-block;
				vertical-align: middle;
				margin: 0 3px;
			}
			header .mini-cart-btn .icon {
				height: 23px;
    		line-height: 23px;
    		padding-left: 35px;
    		color: var(--color-black);
				background: url(images/icon-cart.png) no-repeat;
			  -webkit-transition: 0.3s;
			  -moz-transition:    0.3s;
			  -o-transition:      0.3s;
			  transition:         0.3s;
			}
			header .mini-cart-btn .cart-link a.icon{
				color: var(--color-pink);
			}
			header .mini-cart-btn .cart-link a.flat-btn{
				background: var(--color-pink);
				color: #fff;
			}
			header .mini-cart-btn .cart-link a.flat-btn:hover{
				background: var(--color-grey-light);
				color: var(--color-pink);
			}
			header .mini-cart-btn .cart-name{
				color: #fff;
				text-transform: uppercase;
				font-size: 13px;
				font-weight: 700
			}
			header .mini-cart-btn .cart-num{
				width:  27px;
				height: 27px;
				border-radius: 50%;
				line-height: 25px;
				border: 2px solid #f1141d;
				text-align: center;
				font-size: 12px;
				font-weight: 600;
			}
			header .mini-cart-btn .cart-sum{
				font-size: 12px;
			}
			header .mini-cart-btn .arrow-btn{
				width:  20px;
				height: 20px;
				position: absolute;
				top:  50%;
				right: 0;
				margin-top: -10px;
				background: #393939;
				line-height: 20px;
				font-size: 12px;
				border-radius: 2px;
				color: #fff;
				text-align: center;
				cursor: pointer;
			  -webkit-transition: 0.3s;
			  -moz-transition:    0.3s;
			  -o-transition:      0.3s;
			  transition:         0.3s;
			}
			.open-minicart header .mini-cart-btn .arrow-btn{
				background: #f1141d;
			}
		header .menu-wrapper .cat-menu {
			position: absolute;
			left:  15px;
			right: 15px;
			top: 100%;
	    background: #fff;
	    z-index: 999;
	    visibility: hidden;
	    -webkit-animation: fade-out .3s linear forwards;
	    animation: fade-out .3s linear forwards;
		}




.mini-basket-wrapper{
	position: absolute;
	left:  0;
	right: 0;
	top: 100%;
	background: #fff;
	border: 0;
	color: #2f2f2f;
	font-size: 11px;
	opacity: 0;
	visibility: hidden;
	z-index: 999;
	padding: 15px;
	transition: all 0.3s ease-in-out;
	    padding-top: 10px;
    margin-top: 16px;
  /*-webkit-animation: fade-out .3s linear forwards;
  animation: fade-out .3s linear forwards;*/
}
			header .mini-cart-btn:hover .cart-link .mini-basket-wrapper{
				opacity: 1;
				visibility: visible;
			}
.open-minicart .mini-basket-wrapper{
	visibility: visible;
  -webkit-animation: fade-in .3s linear forwards;
  animation: fade-in .3s linear forwards;
}
	.items-list-item-container{
		vertical-align: top;
	}
	.mini-basket-wrapper table{
		width: 100%;
	}
		.mini-basket-wrapper .minibasket-items-list a{
			display: block;
			position: relative;
			color: #2f2f2f;
		}
			.mini-basket-wrapper .minibasket-items-list .item-label-ring{
	    	display: block;
		    position: absolute;
		    top: 2px;
		    left: 2px;
		    bottom: auto;
		    right: auto;
		    background: #e8101a;
		    color: #fff;
		    padding: 2px 2px 0;
		    line-height: 1.1;
			}
		.mini-basket-wrapper .minibasket-items-list .price{
			font-size: 12px;
			color: #1c1c1c;
		}
		.mini-basket-wrapper .minibasket-items-list .amount{
			font-size: 9px;
			color: #3d3d3d;
		}
		.minibasket-items-list .item-block-properties{
			display: none;
		}
		.minibasket-items-list{
			padding: 0
		}
			.items-list-item-descriptions{
				padding: 10px 0;
				border-bottom: 1px solid #e0e0e0;
			}
			.minibasket-item-list-item {
				padding: 10px;
			}
			.minibasket-item-list-item > *{
				display: inline-block;
				vertical-align: top;
			}
			.minibasket-item-list-item .img {
				width: 78px;
			}
				.minibasket-item-list-item .img  img{
					max-width: 100%;
					height: auto;
				}
			.minibasket-item-list-item .name{
				width: calc(100% - 155px);
				/*min-height: 60px;*/
			}
				.minibasket-item-list-item .name a{
					font-size: 13px;
					line-height: 1.2;
					text-decoration: none;
    			padding-bottom: 5px;
					padding-left: 0
				}
			.minibasket-item-list-item .price-block{
		    min-width: 64px;
		    padding-right: 0px;
		    line-height: 1.2;
			}
				.minibasket-item-list-item .price-block > *{
					display: inline-block;
					vertical-align: bottom;
				}
				.items-list-item-price .price{
					font-weight: 700;
				}
	.mini-basket-wrapper .more-items{
		line-height: 1.2;
    padding: 10px 0;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    background: #f3f1f2;
    border-bottom: 1px solid #e0e0e0;
  }
  .mini-basket-wrapper .basket-total-block{
  	line-height: 1.2
  }
  .mini-basket-wrapper .btn-wrapper{
  	padding: 10px 5px 10px 7px;
  	text-align: left;
  }
  .mini-basket-wrapper .total-wrapper{
  	padding: 10px 30px 10px 5px;
  	text-align: left;
  	line-height: 30px;
  }
	/*.mini-basket-wrapper .items-list-item-container{
		max-height: 0;
		overflow: hidden;
		position: relative;
	  webkit-animation: fade-in 0.4s ;
	  -webkit-animation: fade-in 0.4s ;
	  animation: fade-in 0.4s ;
	}
	.mini-basket-wrapper .items-list-item-container.open,
	.mini-basket-wrapper .items-list-item-container:nth-child(1),
	.mini-basket-wrapper .items-list-item-container:nth-child(2),
	.mini-basket-wrapper .items-list-item-container:nth-child(3){
		max-height: 250px;
	}*/

@media (min-width: 992px){
	header .mini-cart-btn{
  	float: right;
	}
}
@media (min-width: 768px){
	.mini-basket-wrapper{
		left: -150px
	}
	  .mini-basket-wrapper .btn-wrapper{
	  	text-align: right;
	  }
	  .mini-basket-wrapper .total-wrapper{
	  	text-align: right;
	  }
}