

/* Start:/local/templates/furnitop/components/zebrus/sale.basket.basket/personal-cart/style.css?17588925175557*/
.js-personal-cart-notify-item.already-free-ship .js-personal-cart-notify-item-value {
	display: none;
}


.personal-cart {
	/*padding: 25px 0;*/
	background: #fff;
	margin-bottom: 20px;
}

.personal-cart-empty-message {
	
}

.personal-cart-empty-message-text {
	text-align: center;
	font-size: 24px;
	padding: 20px 0;
	font-weight: 300;
	color: #a4a4a4;
}

.personal-cart-items-block {

}

.personal-cart-items-block.close .personal-cart-items-block-item {
	display: none;
}

.personal-cart-items-block-title {
	font-size: 14px;
	color: #272727;
	font-weight: 400;
	padding: 20px 40px;
	background: url('/local/templates/furnitop/components/zebrus/sale.basket.basket/personal-cart/img/icon-caret-open.png') no-repeat 20px center;
	border-bottom: 1px solid #e8eaf7;
	cursor: pointer;
}

.personal-cart-items-block-title.close {
	background: url('/local/templates/furnitop/components/zebrus/sale.basket.basket/personal-cart/img/icon-caret-close.png') no-repeat 20px center;
}

.personal-cart-items-block-item {
	padding: 8px 0;
	display: flex;
	align-items: center;
}


.personal-cart-items-block-item-img {
	width: 57px;
	height: 57px;
	display: inline-block;
	border: 1px solid #f6f6f6;
	margin-right: 20px;
}
.personal-cart-items-block-item-img img {
	max-width: 100%;
}

.personal-cart-items-block-item-name {
	font-size: 15px;
	font-weight: 300;
	color: #272727;
    width: 500px;
    display: inline-block;
	margin-right: 40px;
}

.personal-cart-items-block-item-name.available:before {
    content: "";
    border-radius: 100%;
    background: #58b670;
    height: 8px;
    width: 8px;
    display: inline-block;
    margin-right: 5px;
}

.personal-cart-items-block-item-name.no-available:before {
	display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 5px;
    background: #fa7b59;
    border-radius: 100%;
    content: "";
}

.personal-cart-items-block-item-price {
	width: 120px;
	margin-right: 20px;
	text-align: center;
	display: inline-block;
	font-size: 16px;
	font-weight: 300;
	color: #272727;
}

.personal-cart-items-block-item-price span {
	font-size: 14px;
}

.personal-cart-items-block-item-quantity {
	display: inline-block;
	border: 1px solid #ccc;
	background-color: #fff;
}
.personal-cart-items-block-item-quantity:hover {
	border: 1px solid #2c2c2c;
}

.personal-cart-items-block-item-quantity input {
	display: inline-block;
	font-weight: 300;
	text-align: center;
	background-color: #fff;
	border: none;
	width: 70px;
	margin-top: 1px;
	font-size: 16px;
	color: #757575;
	position: relative;
	bottom: 1px;
	padding: 3px;
}

.personal-cart-items-block-item-quantity-minus {
	width: 25px;
	display: inline-block;	text-align: center;
	cursor: pointer;
	border-radius: 2px 0 0 2px;
	background-color: #fff;
	border: none;
	padding: 0;
	position: relative;
	bottom: 3px;
	font-weight: 500;
	font-size: 14px;
	color: #ccc;
	z-index: 1;
}
.personal-cart-items-block-item-quantity-minus:hover,
.personal-cart-items-block-item-quantity-plus:hover {
	color: #2c2c2c;
}

.personal-cart-items-block-item-quantity-plus {
	width: 25px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	border-radius: 2px 0 0 2px;
	background-color: #fff;
	border: none;
	padding: 0;
	position: relative;
	font-weight: 500;
	font-size: 22px;
	color: #ccc;
	z-index: 1;
}

.personal-cart-items-block-item-summa {
	width: 140px;
	margin-right: 20px;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #272727;
}

.personal-cart-items-block-item-summa span {
	font-size: 16px;
}

.personal-cart-items-block-item-remove {
	width: 39px;
	height: 13px;
	display: inline-block;
	text-indent: -9999px;
	background: url('/local/templates/furnitop/components/zebrus/sale.basket.basket/personal-cart/img/icon-cart-remove.png') no-repeat center center;
	cursor: pointer;
	opacity: 0.4;
}
.personal-cart-items-block-item-remove-coupons {
	width: 39px;
	height: 13px;
	display: inline-block;
	text-indent: -9999px;
	background: url('/local/templates/furnitop/components/zebrus/sale.basket.basket/personal-cart/img/icon-cart-remove.png') no-repeat center center;
	cursor: pointer;
	opacity: 0.4;
}
.personal-cart-items-block-item-remove-coupons:hover {
	opacity: 1;
}
.personal-cart-items-block-item-remove:hover {
	opacity: 1;
}

.personal-cart-action-block {
	padding: 20px 0;
	border-top: 1px solid #e8eaf7;
	margin-top: 20px;
}

.personal-cart-action-block-itogo {
	margin-right: 50px;
	display: inline-block;
	font-size: 20px;
	font-weight: 400;
	float: right;
	text-align: center;
}

.personal-cart-action-block-itogo span {
	font-size: 20px;
	font-weight: 300;
}

.personal-cart-action-block-itogo span.personal-cart-action-block-itogo-price {
	font-size: 26px;
	font-weight: 300;
}

.personal-cart-action-block-button-block {
	display: inline-block;
}

.personal-cart-head-block {
	padding: 20px;
	border-bottom: 1px solid #e8eaf7;
	text-align: center;
	font-size: 16px;
}

.personal-cart-head-block-prod {
    width: 500px;
    float: left;
    margin-right: 100px;
}

.personal-cart-head-block-price {
	width: 120px;
	float: left;
	text-align: center;
	margin-right: 20px;
}

.personal-cart-head-block-quantity {
	width: 100px;
	float: left;
	text-align: center;
	margin-right: 20px;
	margin-left: 10px;
}

.personal-cart-head-block-summa {
	width: 140px;
	float: left;
	text-align: center;
	margin-right: 20px;
}
.link_item_cart {
	display: flex;
	align-items: center;
}
.link_item_cart:hover div{
	color: #0b60c8;
}
.link_to_catalog {
	text-align: center;
	font-size: 16px;
}
.link_to_catalog:hover a{
	color: #2c2c2c;
}
/* End */
/* /local/templates/furnitop/components/zebrus/sale.basket.basket/personal-cart/style.css?17588925175557 */
