#cart {
	background: #fff;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 100px;
	position: fixed;
	bottom: -140px;
	left: 0px;
	z-index: 150;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #1d1c1a;
	box-shadow: 0px 8px 48px 0px rgba(0, 0, 0, 0.1);
}

#cart .left {
	display: inline-block;
	vertical-align: top;
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 0px 32px;
	text-align: left;
	width: 470px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
}

#cart .left:before {
	content: "";
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsSAAALEgHS3X78AAABzElEQVQ4y5XTPWgUURSG4WeX1UKEYGHlHwgRS8dOJDEEw23UTQoLCwkKtlEiFlNbDCIhha2ipBCRCGLlJP7ECNHugp1aaYK1iiiaGCz2LozLromnGfjunPeec893arpEUWbHcRpD2I0GXuUhDukRjQ5AP27jaJK+4wNW8dk/olaBDOIR+vAC1/A0D/FXr+SizA7iax7ip0YSDiTIdkzmIU7bIIoyO4EHWEBot3YrVbJZyEnMYh1TUEsPO4+XeYiD/wkZy0N8DPU0Hbi6CUgzQX5jtA1pgwbwM/WqKLO+osxGekDuJ8hYHmJZPa9jF5bzEFeTNoG5osymKpDRBFlLlZSdFzW0LLBa0W5jHJNFmdWxiHsJMpaHONdR6R0crmMF+4oy2wJ5iCtajn6PS2nEa2h2gdRwCjvreI1tKVkFNox3Wu5u5iE+6fL+R7ADS3XcbeenG6qwQ9jbAwKX03emlkpcTNObyEO8sZENUs5ZzOANsnrSL+ALposyu7gJyDncxDeM5yGudy7tw9TzAq5jvm2Losy24hiuYCRBmnmIz6hsf/q5X2vvBpL0Ax+TPfanocASzuchvm3n/gWqAIdxJlWwR8u4y3iO2W6G/ANBYqm48UEHUQAAAABJRU5ErkJggg==);
	position: absolute;
	top: 31px;
	left: 0px;
	width: 18px;
	height: 18px;
}

#cart .left .last-added {
	font-weight: 700;
}

#cart .right {
	display: inline-block;
	vertical-align: top;
	margin: 0px 0px 0px -20px;
	padding: 15px 0px 0px 0px;
	text-align: right;
	width: 500px;
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 0px;
}

#cart .right .btn[href="#cart"] {
	display: inline-block;
	vertical-align: top;
	width: 210px;
	height: 55px;
	font-size: 18px;
	border-radius: 500px;
	font-family: 'Raleway';
	line-height: 54px;
	font-weight: 600;
	margin-right: 0px;
	letter-spacing: 0px;
	padding: 0px 0px 0px 0px;
}

.slideCart.slideUp {
	display: inline-block;
	vertical-align: top;
	margin: 18px 50px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	cursor: pointer;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.slideCart.slideUp>span {
	display: inline-block;
	vertical-align: top;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	line-height: 17px;
	color: #342a1f;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
}

.slideCart.slideUp>span:before {
	content: "";
	display: block;
	position: absolute;
	bottom: -1px;
	left: 0px;
	width: 100%;
	height: 2px;
	background: #8abd82;
}

.slideCart.slideUp:hover>span {
	opacity: 0.7;
}

.slideCart.slideDown {
	display: inline-block;
	vertical-align: top;
	margin: 0px 0px 0px 0px;
	padding: 13px 0px 0px 0px;
	background: #e8e8e8;
	width: 180px;
	height: 40px;
	position: absolute;
	top: -40px;
	left: 50%;
	margin-left: -90px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: center;
	cursor: pointer;
	border-radius: 5px 5px 0px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.slideCart.slideDown:hover {
	background: #e0e0e0;
}

.slideCart.slideDown>span {
	display: inline-block;
	vertical-align: top;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 13px;
	line-height: 17px;
	color: #1d1c1a;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
}

#cart-opened {
	background: #fff;
	display: block;
	visibility: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	max-height: 470px;
	position: fixed;
	bottom: -140px;
	left: 0px;
	z-index: 150;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #1d1c1a;
	box-shadow: 0px 8px 48px 0px rgba(0, 0, 0, 0.1);
}

#cart-opened.active {
	visibility: visible;
}

#cart-opened>div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	overflow-y: auto;
	max-height: inherit;
}

#cart-opened>div::-webkit-scrollbar {
	width: 8px;
	background-color: #e4e4e4;
}

#cart-opened>div::-webkit-scrollbar-track {
	-webkit-box-shadow: none;
	background-color: #e4e4e4;
}

#cart-opened>div::-webkit-scrollbar-thumb {
	background-color: #87b931;
	cursor: pointer;
}

#cart-opened .wrapper {
	padding-top: 40px;
	padding-bottom: 35px;
}

#cart-opened .table {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#cart-opened .table .tr {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: none;
	min-height: 58px;
	border-bottom: 1px solid #f2f2f2;
	font-size: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#cart-opened .table .tr:after {
	content: "";
	display: block;
	clear: both;
}

#cart-opened .table .tr:nth-child(1) {
	background: none;
	min-height: inherit;
	padding-top: 0px;
	padding-bottom: 10px;
}

#cart-opened .table .tr .th,
#cart-opened .table .tr .td {
	display: inline-block;
	vertical-align: top;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 18px;
	line-height: 21px;
	font-weight: 500;
	color: #1d1c1a;
	min-height: inherit;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#cart-opened .table .tr .th {
	font-size: 17px;
	line-height: 21px;
	font-weight: 700;
	color: #000;
}

#cart-opened .table .tr .td>div {
	display: table;
	width: 100%;
	min-height: inherit;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	top: 0px;
	cursor: pointer;
}

#cart-opened .table .tr .td>div>div {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	min-height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	top: 0px;
}

#cart-opened .table .tr .td.title {
	padding: 0px 0px 0px 0px;
	width: 780px;
}

#cart-opened .table .tr .td.title>div {
	top: 1px;
}

#cart-opened .table .tr .td.price {
	padding: 0px 0px 0px 0px;
	width: 134px;
	opacity: 0;
}

#cart-opened .table .tr .td.price>div {
	top: 1px;
}

#cart-opened .table .tr .td.kol {
	padding: 0px 0px 0px 0px;
	width: 240px;
	margin-right: 120px;
}

#cart-opened .table .tr .td.th.kol {
	margin-top: 0px;
}

#cart-opened .table .tr .td.kol .minus,
#cart-opened .table .tr .td.kol .plus {
	display: inline-block;
	vertical-align: top;
	margin: 7px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 20px;
	height: 20px;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#cart-opened .table .tr .td.kol .minus:hover,
#cart-opened .table .tr .td.kol .plus:hover {
	opacity: 0.8;
}

#cart-opened .table .tr .td.kol .minus {
	margin-right: 10px;
}

#cart-opened .table .tr .td.kol .plus {
	margin-left: 10px;
}

#cart-opened .table .tr .td.kol .minus:before,
#cart-opened .table .tr .td.kol .plus:before {
	content: "";
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 50%;
	left: 50%;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#cart-opened .table .tr .td.kol .minus:before {
	width: 16px;
	height: 2px;
	margin-left: -8px;
	margin-top: -1px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAACCAYAAABR7VzxAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsSAAALEgHS3X78AAAAG0lEQVQI12Ns32l4mIGBwYaBPHCEiUyNMMAIAGmGAznHweyUAAAAAElFTkSuQmCC);
}

#cart-opened .table .tr .td.kol .plus:before {
	width: 16px;
	height: 16px;
	margin-left: -8px;
	margin-top: -8px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsSAAALEgHS3X78AAAAR0lEQVQ4y2NgwAPadxoead9peBifGhYG/MCagDwDEyEFowYQBozQaLIhU/8RSl3AiFe2fafh//adhv9pGgajBhDOjUcJGQAAuPYNnqtvwcsAAAAASUVORK5CYII=);
}

#cart-opened .table .tr .td.kol .count {
	display: inline-block;
	vertical-align: top;
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 0px 0px;
	/*width: 58px;*/
	width: 100%;
	height: 34px;
	background: #ececec;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	position: relative;
	top: 0px;
	font-size: 16px;
	cursor: pointer;
	line-height: 20px;
	text-align: center;
	cursor: default;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#cart-opened .table .tr .td.remove {
	padding: 0px 0px 0px 0px;
	width: 20px;
	float: right;
	text-align: right;
	line-height: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#cart-opened .table .tr .td.remove .delete {
	display: inline-block;
	vertical-align: top;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 50%;
	right: 0px;
	margin-top: -6px;
	width: 12px;
	height: 12px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsSAAALEgHS3X78AAAAuklEQVQoz3XQMU4DQQxG4W+HQG4AEvQUSBS00xGBBAW3RYJq0zkNBTS5QyKkvQKNV4yGxeXMe/ZvDxGxwxpPtdajhYqIS7xjKgnfYRsR5//AW9zirOAZe9z0UgNf4wsvQ35cYExpj3usOvih1vo9NN16adXDMHR5W0kPQ+l2PMnOc53mmz9CRFx1medDjDn5V0h4bDNjsyQNS/CceeEQm4K3hD/7BWuthzzxPOm1YMIOjy3cSMeUPjD9ACcvV5RVXrNNAAAAAElFTkSuQmCC);
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#cart-opened .table .tr .td.remove .delete:hover {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsSAAALEgHS3X78AAAAvElEQVQoz3XQMU4DMRBG4c9LgHobkKCnQMJSjkAEEhTcFgmqTZmGAlzkDkSRfAWaWWGZZUr7vZl/JtWcdzjH01jKwULVnK/wjjoEvMa25nzxD7zFHc4GPGOP215q4Bt84SXFxyWmkPa4x6qDH8ZSjqnp1kurHobU5W0lPQxDt+NJdJ7rNN78EWrO113m+RBTTP4VAp7azNgsSWkJnjMvHGIz4C3gz37BsZTvOPE86XVAxQ6PLdxIh5A+UH8AvmxRaiGlrtcAAAAASUVORK5CYII=);
}

#cart-opened .result {
	display: block;
	text-align: center;
	margin-top: 30px;
}

#cart-opened .result .btn-site-v1 {
	display: inline-block;
	vertical-align: top;
	width: 250px;
	height: 61px;
	border-radius: 500px;
	font-size: 19px;
	line-height: 61px;
	font-family: 'Montserrat';
	margin-right: 0px;
	letter-spacing: 0px;
	padding: 0px 0px 0px 0px;
}

#cart-opened .result .note {
	display: block;
	margin: 12px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 15px;
	line-height: 21px;
	font-weight: 400;
	color: #a0a0a0;
	text-align: center;
}

@media (min-width: 990px) and (max-width: 1199px) {
	#cart .left {
		width: 370px;
	}

	#cart .right {
		width: 370px;
	}

	#cart-opened .table .tr .td.title {
		width: 610px;
	}
}

@media (min-width: 500px) and (max-width: 989px) {
	#cart-opened .table .tr .td.title {
		width: 360px;
	}
}

@media (max-width: 989px) {
	#cart .left {
		display: none;
	}

	#cart .right {
		width: 100%;
		display: block;
		float: none;
		text-align: center;
		margin-left: 0px;
	}

	#cart .right:after {
		content: "";
		display: block;
		clear: both;
	}

	#cart .right .slideCart.slideUp {
		float: left;
	}

	#cart .right .btn[href="#cart"] {
		float: right;
	}
}

@media (max-width: 767px) {
	#cart-opened .table .tr:nth-child(1) {
		display: none;
	}

	#cart-opened .table .tr .td.price {
		display: none !important;
	}

	#cart-opened .table .tr .td.title {
		width: 340px;
	}

	#cart .right .btn[href="#cart"] {
		width: 180px;
		height: 41px;
		font-size: 14px;
		line-height: 47px;
	}

	#cart {
		height: 74px;
	}

	.slideCart.slideUp {
		margin: 14px 0px 0px 0px;
	}
}

@media (max-width: 570px) {
	#cart-opened .table .tr .td {
		width: 100% !important;
	}

	#cart-opened .table .tr .td.kol {
		margin-top: 8px;
		margin-right: 0px;
	}

	#cart-opened .table .tr:nth-child(1),
	#cart-opened .table .tr:nth-child(2) {
		margin-top: 0px;
	}

	#cart-opened .table .tr {
		margin: 20px 0px 0px 0px;
		padding: 18px 15px 18px 15px;
		min-height: inherit;
		border: 1px solid #f2f2f2;
		text-align: center;
		position: relative;
	}

	#cart-opened .wrapper {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	#cart-opened .table .tr .td>div {
		top: 0px !important;
	}

	#cart-opened .table .tr .td.remove {
		width: 12px !important;
		height: 12px !important;
		float: none !important;
		text-align: right;
		line-height: 16px;
		position: absolute;
		top: 12px;
		right: 12px;
	}

	#cart-opened .table .tr .td.remove .delete {
		margin-top: 0px;
	}
}

@media (max-width: 480px) {

	#cart .right .btn[href="#cart"],
	#cart-opened .result .btn-site-v1 {
		width: 180px;
		height: 41px;
		font-size: 14px;
		line-height: 47px;
	}
}

@media (max-width: 380px) {
	.slideCart.slideUp>span:after {
		content: " корзину";
	}

	#cart .right .btn[href="#cart"] {
		display: none;
	}

	#cart .right .slideCart.slideUp {
		float: none;
		margin-top: 0px;
	}

	#cart {
		height: auto;
	}

	#cart .right {
		padding: 18px 0px 19px 0px;
	}
}

@media (max-width: 330px) {
	#cart-opened .table .tr .td.remove {
		top: 8px;
		right: 8px;
	}

	#cart-opened .wrapper {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	#cart-opened .result {
		margin-top: 20px;
	}
}

.slide-btn1 {
	position: fixed;
	left: 0;
	bottom: 15%;
	width: 280px;
	height: 50px;
	transform: translate(-50%, -50%);
	transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: 99;
	background: #da1223;
	color: white;
	border: none;
	border-radius: 0 25px 25px 0;
	cursor: pointer;
	font-size: 18px;
	padding-left: 30px;
	text-align: left;
	white-space: nowrap;
}

.slide-btn1:hover {
	transform: translate(0, -50%);
}

.slide-btn1::after {
	content: "→";
	position: absolute;
	right: 20px;
	opacity: 0;
	transition: opacity 0.2s;
}

.slide-btn1:hover::after {
	opacity: 1;
}