

/* Start:/local/templates/pineapple-studio.ru/components/bitrix/sale.basket.basket/.default/style.css?15847822055274*/
h4.bx_ordercart_itemtitle {
	font-size: 16px;
}

.bx_ordercart_photo {
    background-repeat: no-repeat;
    background-position: 50% 50%;
	background-size: contain;
    width: 100%;
    padding-top: 100%;
}

.bx_ordercart_table_header {
	padding-top: .75rem;
	padding-bottom: .75rem;
	border-bottom: 2px solid #dee2e6;
	font-weight: bold;
}

.bx_ordercart_table_body:nth-of-type(even) {
    background-color: rgba(0,0,0,.05);
}

#basket_items > div {
    border-top: 1px solid #dee2e6;
	text-align: center;
}

.bx_ordercart_photo_container {
	padding: 10px;
}

#basket_items .old_price {
    color: #999999;
    font-size: 14px;
    font-weight: normal;
    text-decoration: line-through;
}

.basket_quantity_control {}

.basket_quantity_control a {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 28px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.basket_quantity_control a.minus {
	border-left: 1px solid #ddd;
}

.basket_quantity_control a.plus {
	border-right: 1px solid #ddd;
}

.basket_quantity_input {
    border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	height: 30px;
}

.basket_quantity_input input {
	text-align: center;
	background: none;
	border: 0;
	line-height: 30px;
	width: 100%;
}

.basket_checkout {
	padding: 2em 0;
}

.basket_checkout_sum {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 1em;
}

.basket_quantity_input input[type="text"] {
	padding-left: 0;
	padding-right: 0;
	max-width: 4em;
}

@media (max-width: 1199px) {
	.basket_quantity_control a {
		width: 26px;
	}
	.basket_delete {
		font-size: 0;
		display: block;
		background: url('/local/templates/pineapple-studio.ru/components/bitrix/sale.basket.basket/.default/../../../../images/sprites.png?6') -560px -80px no-repeat;
		width: 17px;
		height: 17px;
		margin: 0 auto;
	}
}

@media (max-width: 991px) {
	#basket_form_container {
		margin-top: -1em;
	}
	h4.bx_ordercart_itemtitle {
		font-size: 14px;
		padding-right: 30px;
	}
	.bx_ordercart_table_body {
		display: -ms-grid !important;
		display: grid !important;
		-ms-grid-columns: 20% 26% 26% 28%;
		grid-template-columns: 20% 26% 26% 28%;
		-ms-grid-rows: auto;
		grid-template-rows: auto;
		    grid-template-areas: 
			"image title title title"
			"image price amount total";
		padding: 10px 0;
		position: relative;
	}
	.bx_ordercart_table_body > div:nth-child(1) {
		grid-area: image;
	}
	.bx_ordercart_table_body > div:nth-child(2) {
		grid-area: title;
	}
	.bx_ordercart_table_body > div:nth-child(3) {
		grid-area: price;
		text-align: left;
	}
	.bx_ordercart_table_body > div:nth-child(4) {
		grid-area: amount;
		line-height: 30px;
	}
	.bx_ordercart_table_body > div:nth-child(5) {
		grid-area: total;
		text-align: left;
		font-weight: bold;
	}
	.bx_ordercart_table_body > div:nth-child(6) {
		position: absolute;
		top: 0;
		right: 0;
	}
	.basket_delete {
		position: absolute;
		top: 23px;
		right: 15px;
		margin-top: 0;
	}
	#basket_items .old_price {
		padding-left: 3em;
	}
}

@media (max-width: 991px) {
	.bx_ordercart_table_body > div:nth-child(1) {
		-ms-grid-row: 1;
		-ms-grid-row-span: 2;
		-ms-grid-column: 1;
	}
	.bx_ordercart_table_body > div:nth-child(2) {
		-ms-grid-row: 1;
		-ms-grid-column: 2;
		-ms-grid-column-span: 3;
	}
	.bx_ordercart_table_body > div:nth-child(3) {
		-ms-grid-row: 2;
		-ms-grid-column: 2;
	}
	.bx_ordercart_table_body > div:nth-child(4) {
		-ms-grid-row: 2;
		-ms-grid-column: 3;
	}
	.bx_ordercart_table_body > div:nth-child(5) {
		-ms-grid-row: 2;
		-ms-grid-column: 4;
	}
}

@media (max-width: 767px) {
	#basket_form_container {
		margin-top: -2em;
	}
	.bx_ordercart_table_body {
		-ms-grid-columns: 30% 70%;
		grid-template-columns: 30% 70%;
		-ms-grid-rows: auto;
		grid-template-rows: auto;
		    grid-template-areas: 
			"image title"
			"image price"
			"image amount"
			"image total";
		grid-row-gap: 5px;
	}
	.basket_delete {
		top: 12px;
	}
	#basket_items .old_price {
		padding-left: 0;
		display: inline-block;
	}
	.bx_ordercart_table_body > div:nth-child(1) {
		-ms-grid-row: 1;
		-ms-grid-row-span: 7;
		-ms-grid-column: 1;
	}
	.bx_ordercart_table_body > div:nth-child(2) {
		-ms-grid-row: 1;
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
	}
	.bx_ordercart_table_body > div:nth-child(3) {
		-ms-grid-row: 3;
		-ms-grid-column: 2;
	}
	.bx_ordercart_table_body > div:nth-child(4) {
		-ms-grid-row: 5;
		-ms-grid-column: 2;
	}
	.bx_ordercart_table_body > div:nth-child(5) {
		-ms-grid-row: 7;
		-ms-grid-column: 2;
	}
}

@media (max-width: 575px) {
	.bx_ordercart_table_body {
		-ms-grid-columns: 40% 60%;
		grid-template-columns: 40% 60%;
		-ms-grid-rows: auto;
		grid-template-rows: auto;
		    grid-template-areas: 
			"title title"
			"image price"
			"image amount"
			"image total";
	}
	.bx_ordercart_photo_container {
		padding: 0;
	}
	.basket_checkout_sum {
		font-size: 1.3em;
	}
	.bx_ordercart_table_body > div:nth-child(1) {
		-ms-grid-row: 2;
		-ms-grid-row-span: 3;
		-ms-grid-column: 1;
	}
	.bx_ordercart_table_body > div:nth-child(2) {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
	}
	.bx_ordercart_table_body > div:nth-child(3) {
		-ms-grid-row: 2;
		-ms-grid-column: 2;
	}
	.bx_ordercart_table_body > div:nth-child(4) {
		-ms-grid-row: 3;
		-ms-grid-column: 2;
	}
	.bx_ordercart_table_body > div:nth-child(5) {
		-ms-grid-row: 4;
		-ms-grid-column: 2;
	}
}
/* End */


/* Start:/local/templates/pineapple-studio.ru/components/bitrix/sale.basket.basket/.default/themes/blue/style.min.css?15847822128438*/
.bx_ordercart.bx_blue .bx_ordercart_order_pay_center .checkout{background:#00a2df;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTJkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#00a2df),color-stop(100%,#006fcb));background:-webkit-linear-gradient(top,#00a2df 0,#006fcb 100%);background:-moz-linear-gradient(top,#00a2df 0,#006fcb 100%);background:-ms-linear-gradient(top,#00a2df 0,#006fcb 100%);background:-o-linear-gradient(top,#00a2df 0,#006fcb 100%);background:linear-gradient(to bottom,#00a2df 0,#006fcb 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a2df',endColorstr='#006fcb',GradientType=0);color:#fff;text-shadow:0 1px 0 #0075b6}.bx_ordercart.bx_blue .bx_ordercart_order_pay_center .checkout:hover{background:#00a2df;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTJkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYTdkZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#00a2df),color-stop(100%,#0a7ddd));background:-webkit-linear-gradient(top,#00a2df 0,#0a7ddd 100%);background:-moz-linear-gradient(top,#00a2df 0,#0a7ddd 100%);background:-ms-linear-gradient(top,#00a2df 0,#0a7ddd 100%);background:-o-linear-gradient(top,#00a2df 0,#0a7ddd 100%);background:linear-gradient(to bottom,#00a2df 0,#0a7ddd 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a2df',endColorstr='#0a7ddd',GradientType=0)}.bx_ordercart.bx_blue .bx_ordercart_order_pay_center .checkout:active{background:#0a7ddd;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBhN2RkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGEyZGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#0a7ddd),color-stop(100%,#00a2df));background:-webkit-linear-gradient(top,#0a7ddd 0,#00a2df 100%);background:-moz-linear-gradient(top,#0a7ddd 0,#00a2df 100%);background:-ms-linear-gradient(top,#0a7ddd 0,#00a2df 100%);background:-o-linear-gradient(top,#0a7ddd 0,#00a2df 100%);background:linear-gradient(to bottom,#0a7ddd 0,#00a2df 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a7ddd',endColorstr='#00a2df',GradientType=0);box-shadow:inset 0 3px 2px 1px rgba(0,0,0,.22)}.bx_ordercart.bx_blue .bx_bt_button{background:#00a2df;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTJkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#00a2df),color-stop(100%,#006fcb));background:-webkit-linear-gradient(top,#00a2df 0,#006fcb 100%);background:-moz-linear-gradient(top,#00a2df 0,#006fcb 100%);background:-ms-linear-gradient(top,#00a2df 0,#006fcb 100%);background:-o-linear-gradient(top,#00a2df 0,#006fcb 100%);background:linear-gradient(to bottom,#00a2df 0,#006fcb 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a2df',endColorstr='#006fcb',GradientType=0);color:#fff;text-shadow:0 1px 0 #006cae}.bx_ordercart.bx_blue .bx_bt_button:hover{background:#21afe4;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxYWZlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#21afe4),color-stop(100%,#006fcb));background:-webkit-linear-gradient(top,#21afe4 0,#006fcb 100%);background:-moz-linear-gradient(top,#21afe4 0,#006fcb 100%);background:-ms-linear-gradient(top,#21afe4 0,#006fcb 100%);background:-o-linear-gradient(top,#21afe4 0,#006fcb 100%);background:linear-gradient(to bottom,#21afe4 0,#006fcb 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#21afe4',endColorstr='#006fcb',GradientType=0)}.bx_ordercart.bx_blue .bx_bt_button:active{background:#006fcb;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNmZjYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGEyZGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#006fcb),color-stop(100%,#00a2df));background:-webkit-linear-gradient(top,#006fcb 0,#00a2df 100%);background:-moz-linear-gradient(top,#006fcb 0,#00a2df 100%);background:-ms-linear-gradient(top,#006fcb 0,#00a2df 100%);background:-o-linear-gradient(top,#006fcb 0,#00a2df 100%);background:linear-gradient(to bottom,#006fcb 0,#00a2df 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#006fcb',endColorstr='#00a2df',GradientType=0);box-shadow:inset 0 3px 5px 0 rgba(0,0,0,.21)}.bx-retina .bx_ordercart.bx_blue .bx_item_detail_size_small_noadaptive ul li.bx_active .cnt{-webkit-border-image:url(/local/templates/pineapple-studio.ru/components/bitrix/sale.basket.basket/.default/themes/blue/images/x2border_active.png) 2 stretch;-moz-border-image:url(/local/templates/pineapple-studio.ru/components/bitrix/sale.basket.basket/.default/themes/blue/images/x2border_active.png) 2 stretch;-o-border-image:url(/local/templates/pineapple-studio.ru/components/bitrix/sale.basket.basket/.default/themes/blue/images/x2border_active.png) 2 stretch;border-image:url(/local/templates/pineapple-studio.ru/components/bitrix/sale.basket.basket/.default/themes/blue/images/x2border_active.png) 2 fill stretch}.bx-retina .bx_ordercart.bx_blue .bx_item_detail_scu_small_noadaptive .bx_scu ul li.bx_active .cnt{-webkit-border-image:url(/local/templates/pineapple-studio.ru/components/bitrix/sale.basket.basket/.default/themes/blue/images/x2border_active.png) 2 stretch;-moz-border-image:url(/local/templates/pineapple-studio.ru/components/bitrix/sale.basket.basket/.default/themes/blue/images/x2border_active.png) 2 stretch;-o-border-image:url(/local/templates/pineapple-studio.ru/components/bitrix/sale.basket.basket/.default/themes/blue/images/x2border_active.png) 2 stretch;border-image:url(/local/templates/pineapple-studio.ru/components/bitrix/sale.basket.basket/.default/themes/blue/images/x2border_active.png) 2 fill stretch}
/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?157019202751*/
font.errortext{color:red}font.notetext{color:green}
/* End */
/* /local/templates/pineapple-studio.ru/components/bitrix/sale.basket.basket/.default/style.css?15847822055274 */
/* /local/templates/pineapple-studio.ru/components/bitrix/sale.basket.basket/.default/themes/blue/style.min.css?15847822128438 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?157019202751 */
