

/* Start:/basket/style.css?166548158010369*/
.basket .column-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 800px;
    flex: 0 0 800px;
    padding-right: 125px;
}
.basket_minPrice {
    background-color: #F8F8F8;
    border-radius: 8px;
    padding: 16px 16px 16px 52px;
    background-image: url(/basket/images/shape.svg);
    background-repeat: no-repeat;
    background-position: 16px 16px;
    background-size: 24px;
    margin-top: 32px;
}
.basket_minPrice-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #0C1329;
    margin-bottom: 4px;
}
.basket_minPrice-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #3F4457;
}

.basket__list {
    margin-top: 43px;
}
.basket__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 31px;
    margin-bottom: 31px;
}
.basket__list-image a {
    width: 100px;
    height: 100px;
    background: #F0F0F0;
    border-radius: 12px;
    display: block;
}
.basket__list-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    margin-right: 23px;
}
.basket__list-name{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 262px;
    flex: 0 0 262px;
}
.basket__list-name > a {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #0C1329;
    margin-bottom: 27px;
    display: block;
}
.basket__list-price {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
}
.basket__list-price .new {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #0C1329;
    margin-bottom: 4px;
}
.basket__list-price .old {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #B1B3BA;
}
.product__count-input {
    background: -webkit-gradient(linear, left bottom, left top, from(#F8F8F8), to(#F8F8F8)), #FFFFFF;
    background: -o-linear-gradient(bottom, #F8F8F8, #F8F8F8), #FFFFFF;
    background: linear-gradient(0deg, #F8F8F8, #F8F8F8), #FFFFFF;
    border: 1px solid rgba(133, 136, 147, 0.2);
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7px 8px;
    max-width: 114px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 14px 0 0 auto;
}
.product__count-input input[type="text"] {
    width: 50px;
    background: transparent;
    border: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #0B1126;
}
.product__count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 24px;
}

.product__count-minus, .product__count-plus {
    cursor: pointer;
    width: 16px;
    height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.basket__list-del {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #3F4457;
}
.basket__list-del span {
    margin-left: 11px;
}

.basket__picture .toggle {
    display: none;
}
.basket__picture .toggle,
.basket__picture .toggle:after,
.basket__picture .toggle:before,
.basket__picture .toggle *,
.basket__picture .toggle *:after,
.basket__picture .toggle *:before,
.basket__picture .toggle + .toggle-btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.basket__picture .toggle::-moz-selection, .basket__picture .toggle:after::-moz-selection, .basket__picture .toggle:before::-moz-selection, .basket__picture .toggle *::-moz-selection, .basket__picture .toggle *:after::-moz-selection, .basket__picture .toggle *:before::-moz-selection, .basket__picture .toggle + .toggle-btn::-moz-selection {
    background: none;
}
.basket__picture .toggle::selection,
.basket__picture .toggle:after::selection,
.basket__picture .toggle:before::selection,
.basket__picture .toggle *::selection,
.basket__picture .toggle *:after::selection,
.basket__picture .toggle *:before::selection,
.basket__picture .toggle + .toggle-btn::selection {
    background: none;
}
.basket__picture .toggle + .toggle-btn {
    outline: 0;
    display: block;
    width: 32px;
    height: 20px;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.basket__picture .toggle + .toggle-btn:after,
.basket__picture .toggle + .toggle-btn:before {
    position: relative;
    display: block;
    content: "";
    width: 16px;
    height: 100%;
}
.basket__picture .toggle + .toggle-btn:after {
    left: 0;
}
.basket__picture .toggle + .toggle-btn:before {
    display: none;
}
.basket__picture .toggle:checked + .toggle-btn:after {
    left: 45%;
}
.basket__picture .toggle-switch + .toggle-btn {
    background: #B1B3BA;
    border-radius: 999px;
    padding: 3px 2px 2px 3px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.basket__picture .toggle-switch + .toggle-btn:after {
    border-radius: 50%;
    background: #fff;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.basket__picture .group:nth-child(1) .toggle-switch:checked + .toggle-btn {
    background: #E00026;
}
.basket__picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.basket__picture > span {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #0C1329;
    margin-left: 12px;
}

.basket__gift {
    border: 1px solid #CBCCD1;
    border-radius: 8px;
    padding: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 32px;
}
.basket__gift-text {
    background-image: url(/basket/images/gift.svg);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 32px;
    font-weight: 400;
    font-size: 16px;
    color: #0C1329;
}
.basket__gift-link {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #0C1329;
    border-bottom: 1px solid #0C1329;
}
.basket__card {
    background-image: url(/basket/images/bg.png);
    border-radius: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 22px 32px;
    background-size: cover;
    background-position: center;
    margin-top: 32px;
}
.basket__card-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #0C1329;
}

.basket__total {
    width: 100%;
    background: #F8F8F8;
    border-radius: 16px;
    padding: 32px;
    position: sticky;
    top: 30px;
}
.basket__total ul {
    list-style: none;
    padding: 0 0 16px;
    margin: 0 0 16px;
    border-bottom: 1px dashed #CBCCD1;
}
.basket__total ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.basket .column-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.basket__total ul li {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #0C1329;
}
.basket__total ul li:not(:last-child){
    margin-bottom: 12px;
}
.basket__total ul li:first-child {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #0C1329;
    margin-bottom: 12px;
}
.basket__bonus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.basket__bonus span {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #0C1329;
}
.basket__bonus span:last-child {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #E00026;
}
.basket__total .btn {
    width: 100%;
    margin-top: 12px;
}
.basket__total input {
    border: 1px solid #CBCCD1;
    border-radius: 12px;
    width: 100%;
    height: 52px;
    margin: 20px 0;
    padding: 0 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #949494;
}
.basket_product{
    margin: 80px 0 0;
}

.basket__tab .tabs {
    margin-top: 40px;
}
.basket__tab .tabs .tab {
    margin-right: 24px;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #3F4457;
    border-bottom: 2px solid transparent;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    cursor: pointer;
}
.basket__tab .tabs .tab:hover,
.basket__tab .tabs .tab.active {
    border-color: #0C1329;
    color: #0C1329;
}
.tab_item { display: none; }
.tab_item:first-child { display: block; }
.product__count-input input[type="text"]:focus,
.product__count-input input[type="text"]:hover{
    border: none;
    outline: none;
}
.product__count-input input[type="text"] {
    height: auto;
}
/* End */


/* Start:/local/templates/cvetochek/components/bitrix/sale.basket.basket/basket/style.css?177151086823461*/
.basket .column-left {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 800px;
	flex: 1 1 800px;
	min-width: 0;
	padding-right: 125px;
}
.basket_minPrice {
	background-color: #F8F8F8;
	border-radius: 8px;
	padding: 16px 16px 16px 52px;
	background-image: url(/basket/images/shape.svg);
	background-repeat: no-repeat;
	background-position: 16px 16px;
	background-size: 12px;
	margin-top: 32px;
}
button.btn.btn_white.js-fast-order {
	display: none;
}
.basket_minPrice-title {
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #0C1329;
	margin-bottom: 4px;
}
.basket_minPrice-text {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #3F4457;
}

.basket__list {
	margin-top: 43px;
}
.basket__list-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #EBEBEB;
	padding-bottom: 31px;
	margin-bottom: 31px;
}
.basket__list-image a {
	width: 100px;
	height: 100px;
	background: #F0F0F0;
	border-radius: 12px;
	display: block;
}
.basket__list-image img{
	border-radius: 12px;
}
.basket__list-image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
	margin-right: 23px;
}
.basket__list-name{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 262px;
	flex: 0 0 262px;
}
.basket__list-name > a {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #0C1329;
	margin-bottom: 27px;
	display: block;
}
.basket__list-price {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: right;
}
.basket__list-price .new {
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #0C1329;
	margin-bottom: 4px;
}
.basket__list-price .old {
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	-webkit-text-decoration-line: line-through;
	text-decoration-line: line-through;
	color: #B1B3BA;
}
.product__count-input {
	background: -webkit-gradient(linear, left bottom, left top, from(#F8F8F8), to(#F8F8F8)), #FFFFFF;
	background: -o-linear-gradient(bottom, #F8F8F8, #F8F8F8), #FFFFFF;
	background: linear-gradient(0deg, #F8F8F8, #F8F8F8), #FFFFFF;
	border: 1px solid rgba(133, 136, 147, 0.2);
	border-radius: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 7px 8px;
	max-width: 114px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 14px 0 0 auto;
}
.product__count-input input[type="text"] {
	width: 50px;
	background: transparent;
	border: none;
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	color: #0B1126;
	padding: 0;
}
.product__count {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 24px;
}

.product__count-minus, .product__count-plus {
	cursor: pointer;
	width: 16px;
	height: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.basket__list-del {
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #3F4457;
	cursor: pointer;
	transition: all .2s linear;
}
.basket__list-del path{
	transition: all .2s linear;
}
.basket__list-del:hover{
	color: #E00026 !important;
}
.basket__list-del:hover path{
	fill: #E00026 !important;
}
.basket__list-del span {
	margin-left: 11px;
}

.basket__picture .toggle {
	display: none;
}
.basket__picture .toggle,
.basket__picture .toggle:after,
.basket__picture .toggle:before,
.basket__picture .toggle *,
.basket__picture .toggle *:after,
.basket__picture .toggle *:before,
.basket__picture .toggle + .toggle-btn {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.basket__picture .toggle::-moz-selection, .basket__picture .toggle:after::-moz-selection, .basket__picture .toggle:before::-moz-selection, .basket__picture .toggle *::-moz-selection, .basket__picture .toggle *:after::-moz-selection, .basket__picture .toggle *:before::-moz-selection, .basket__picture .toggle + .toggle-btn::-moz-selection {
	background: none;
}
.basket__picture .toggle::selection,
.basket__picture .toggle:after::selection,
.basket__picture .toggle:before::selection,
.basket__picture .toggle *::selection,
.basket__picture .toggle *:after::selection,
.basket__picture .toggle *:before::selection,
.basket__picture .toggle + .toggle-btn::selection {
	background: none;
}
.basket__picture .toggle + .toggle-btn {
	outline: 0;
	display: block;
	width: 32px;
	height: 20px;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.basket__picture .toggle + .toggle-btn:after,
.basket__picture .toggle + .toggle-btn:before {
	position: relative;
	display: block;
	content: "";
	width: 16px;
	height: 100%;
}
.basket__picture .toggle + .toggle-btn:after {
	left: 0;
}
.basket__picture .toggle + .toggle-btn:before {
	display: none;
}
.basket__picture .toggle:checked + .toggle-btn:after {
	left: 45%;
}
.basket__picture .toggle-switch + .toggle-btn {
	background: #B1B3BA;
	border-radius: 999px;
	padding: 3px 2px 2px 3px;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.basket__picture .toggle-switch + .toggle-btn:after {
	border-radius: 50%;
	background: #fff;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.basket__picture .group:nth-child(1) .toggle-switch:checked + .toggle-btn {
	background: #E00026;
}
.basket__picture {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.basket__picture > span {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #0C1329;
	margin-left: 12px;
}

.basket__gift {
	border: 1px solid #CBCCD1;
	border-radius: 8px;
	padding: 20px 20px 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 32px;
	overflow: hidden;
}
.basket__gift-text {
	background-image: url(/basket/images/gift.svg);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 32px;
	font-weight: 400;
	font-size: 16px;
	color: #0C1329;
}
.basket__gift-link {
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #0C1329;
	border-bottom: 1px solid #0C1329;
	cursor: pointer;
}
.product_slider  .product_slider_nav{
	display: none !important;
}
.basket__card {
	background-image: url(/basket/images/bg.png);
	border-radius: 12px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 22px 32px;
	background-size: cover;
	background-position: center;
	margin-top: 32px;
	margin-bottom: 17px;
}
.basket__card-title {
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #0C1329;
}
.basket__card-title.select {
	background-image: url(/local/templates/cvetochek/components/bitrix/sale.basket.basket/basket/images/select-card.svg);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 36px;
}


.basket__total {
	width: 100%;
	background: #F8F8F8;
	border-radius: 12px;
	padding: 32px;
	position: sticky;
	top: 30px;
}
.basket__total ul {
	list-style: none;
	padding: 0 0 16px;
	margin: 0 0 16px;
	border-bottom: 1px dashed #CBCCD1;
}
.basket__total ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.basket .column-right {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 376px;
	flex: 0 0 376px;
}
.basket__gift-slide > div {
	padding: 20px 0 40px;
	position: relative;
}
input.good{
	border-color: #066D4E !important;
	background-color: #F3F7F6;
}
input.bad {
	border-color: #E00026 !important;
	background-color: #F6EBED;
}
.bx_ordercart_coupon span {
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	margin-top: -15px;
	display: block;
	padding-left: 16px;
}
.bx_ordercart_coupon span.good{
	color: #066D4E;
}
.bx_ordercart_coupon span.bad{
	color: #E00026;
}
.coupon_delete.good path {
	fill: #066D4E;
}


.bx_ordercart_coupon {
	position: relative;
}
.basket__total input[type="text"]{
	color: #0C1329 !important;
	height: 44px;
}
.basket__total input[type="text"]::-webkit-input-placeholder{
	color: #B1B3BA !important;
}
.basket__total input[type="text"]::-moz-placeholder{
	color: #B1B3BA !important;
}
.basket__total input[type="text"]:-ms-input-placeholder{
	color: #B1B3BA !important;
}
.basket__total input[type="text"]::-ms-input-placeholder{
	color: #B1B3BA !important;
}
.basket__total input[type="text"]::placeholder{
	color: #B1B3BA !important;
}



.coupon_delete {
	position: absolute;
	top: 20px;
	right: 0;
	height: 44px;
	width: 44px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
}
.coupon_delete.good {
	border-left: 1px solid #066D4E !important;
}
.coupon_delete.bad {
	border-left: 1px solid #F5A7B4;
}

.gift__slide  .swiper-scrollbar-drag{
	cursor: pointer;
	background-color: #0B1126B2;
	height: 2px;
}
.gift__slide .swiper-slide {
	background: #FFFFFF;
	border-radius: 8px;
	padding: 8px;
}
.gift__slide-image img {
	border-radius: 8px;
}
.gift__slide-image span {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #0C1329;
	margin: 16px 0 12px;
	display: block;
}
.gift__slide .swiper-slide .btn {
	width: 100%;
	padding: 6px 0;
}
.basket__gift > .flex {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 -20px;
	padding: 0 20px 22px;
	border-bottom: 1px solid #E7E7E9;
}

.basket__total ul li {
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	color: #0C1329;
}
.basket__total ul li:not(:last-child){
	margin-bottom: 12px;
}
.basket__total ul li:first-child {
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	color: #0C1329;
	margin-bottom: 12px;
}
.basket__bonus {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.basket__bonus span {
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #0C1329;
}
.basket__bonus span:last-child {
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	color: #E00026;
}
.basket__total .btn {
	width: 100%;
	margin-top: 12px;
}
.basket__total input {
	border: 1px solid #CBCCD1;
	border-radius: 12px;
	width: 100%;
	height: 52px;
	margin: 20px 0;
	padding: 0 16px;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	color: #949494;
}
.basket__gift-slide {
	height: 0;
	overflow: hidden;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.gift__slide.swiper-horizontal>.swiper-scrollbar, .gift__slide.swiper-scrollbar.swiper-scrollbar-horizontal{
	position: static;
	height: 2px;
	max-width: calc(100% - 110px);
	bottom:38px;
}
.gift__slide .swiper-scrollbar {
	margin-top: 32px;
}
.gift__slide .swiper-scrollbar-drag{
	cursor: pointer;
	background-color: #0B1126B2;
	height: 2px;
}
.gift__nav.flex {
	position: absolute;
	bottom: 20px;
	right: 0;
}
.gift__nav.flex .gift-button-prev {
	margin-right: 12px;
}
.basket__gift.complete_gift {
	border-color: #066D4E;
	background-color: #F3F7F6;
	color: #066D4E !important;
}
.basket__gift.complete_gift .basket__gift-text {
	color: #066D4E;
	background-image: url(/local/templates/cvetochek/components/bitrix/sale.basket.basket/basket/images/gift_green.svg);
}
.basket__gift.complete_gift .basket__gift-link {
	color: #066D4E;
	border-color: #066D4E;
}


.base-timer {
	position: relative;
	width: 26px;
	height: 26px;
}

.base-timer__svg {
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}

.base-timer__circle {
	fill: none;
	stroke: none;
}

.base-timer__path-elapsed {
	stroke-width: 7px;
	stroke: grey;
}

.base-timer__path-remaining {
	stroke-width: 7px;
	stroke-linecap: round;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transition: 1s linear all;
	-o-transition: 1s linear all;
	transition: 1s linear all;
	fill-rule: nonzero;
	stroke: currentColor;
}

.base-timer__path-remaining.green {
	color: rgb(65, 184, 131);
}

.base-timer__path-remaining.orange {
	color: orange;
}

.base-timer__path-remaining.red {
	color: red;
}

.base-timer__label {
	position: absolute;
	width: 26px;
	height: 26px;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 14px;
}
.basket__list-delete-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.basket__list-delete_text {
	max-width: 340px;
	font-size: 14px;
	line-height: 20px;
	color: #0C1329;
}
.basket__list-delete.flex {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 24px 0;
}
.basket__list-delete_timer {
	margin-right: 20px;
}
.basket__list-delete_back {
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	color: #E00026;
	border-bottom: 1px solid;
	cursor: pointer;
}


.basket__card-form label {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #1C1C1C;
	display: block;
	margin-bottom: 6px;
}
.basket__card-form textarea {
	width: 100% !important;
	height: 200px !important;
	border: 1px solid #BBBBBB;
	border-radius: 4px;
	margin-bottom: 18px;
}
.basket__card-form {

	height: 0;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	overflow: hidden;
}
.basket__card-form > div{
	padding: 24px;
	background: #F5F5F5;
	border-radius: 12px;
}
.basket__card-form_title {
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #202020;
	margin-bottom: 18px;
}
.payment-bonus__count {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}
.payment-bonus__text {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	color: #0C1329;
}
.payment-bonus__count {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #3F4457;
	padding-left: 30px;
	margin-top: 4px;
}
.payment-bonus.flex {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 24px;
}
.basket_product{
	margin-top: 63px;
}
.basket__picture span{
	cursor: pointer;
}
.basket__tab .tabs {
	margin: 28px -12px -12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.basket__tab .tabs .tab{
	margin: 12px;
	display: block;
}

.basket__item-notation {
	margin: -20px 0 10px 0;font-size: 12px;
}

.slider-product-min {
	margin: 30px auto !important;
}
.slider-product-min .btn.p-in-cart {
	height: 36px;
}
.slider-product-min .product_slider .swiper-wrapper {
	margin-bottom: 30px;
}
.slider-product-min .buy-1-click {
	display: none;
}
.slider-product-min .product-list__info {
	padding: 0;
}
.slider-product-min .product-list__info .btn {
	padding: 5px 10px;
	font-size: 13px;
	margin-bottom: 0 !important;
}
.slider-product-min .product-list__info .btn svg {
	width: 15px;
}
.slider-product-min .b-title {
	font-size: 25px;
}
main .product_slider .product_slider_nav {
	display: flex !important;
}

.basket__item-notation.preorder {
	margin: -20px 0 10px 0;
	font-size: 12px;
	background: #e9e9e9;
	border-radius: 3px;
	padding-left: 3px;
}
@media (max-width: 1200px) {
	.basket .column-left {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 600px;
		flex: 1 1 600px;
		padding-right: 40px;
	}
	.basket__card{
		padding: 22px 20px;
	}
}
@media (max-width: 1050px) {
	.basket .column-right {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 320px;
		flex: 0 0 320px;
	}
}
@media (max-width: 1000px) {
	.breadcrumbs {
		padding: 32px 0 20px !important;
	}
	.breadcrumbs h1.h1 {
		margin-top: 0;
	}
	.basket_minPrice {
		margin-top: 0;
	}
	.basket .column-left {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		padding-right: 0;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.basket .column-right {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-top: 32px;
	}
	.basket__total{
		margin-top: 40px;
	}
	.basket_product {
		margin: 40px 0 0;
	}
	.basket_product.product-list {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
}
@media (max-width: 550px) {
	.basket__item-notation {
		flex: 0 100%;
		margin-top: -5px;
	}
	div#basket_form_container > .container {
		padding: 0;
	}
	.basket__list {
		margin-top: 0;
	}
	ul.breadcrumbs__list {
		display: none;
	}
	.basket__tab .tabs .tab{
		font-size: 14px;
		line-height: 20px;
	}
	.basket__gift-text{
		font-size: 14px;
		line-height: 20px;
	}
	.product_slider .swiper-wrapper {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
		margin: 0 !important;
	}
	.basket__tab .tabs {
		margin: 9px -12px -12px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		overflow: auto;
		white-space: nowrap;
	}
	.basket__card {
		padding: 0;
		background: none;
		border-bottom: 1px solid #E7E7E9;
	}
	.basket__card-title {
		display: none;
	}
	.basket__card {
		background: none;
		padding: 0;
		border-bottom: 1px solid #E7E7E9;
		margin-bottom: 0;
		border-radius: 0;
	}
	.basket__card > .btn:hover{
		background: none;
	}
	.basket__card > .btn {
		font-weight: 500;
		font-size: 16px;
		line-height: 22px;
		color: #0C1329;
		padding: 21px 0;
		width: 100%;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		border-radius: 0;
		background: none;
		border: none;
	}
	.basket__card-form > div {
		padding: 17px 0 0;
		background: transparent;
		border-radius: 12px;
	}
	.basket_product {
		margin: 0;
	}
	.basket_product.product-list > .b-title {
		font-weight: 500;
		font-size: 16px;
		line-height: 22px;
		color: #0C1329;
		padding: 21px 0;
		width: 100%;
		letter-spacing: normal;
		font-family: 'Vela Sans GX';
		border-bottom: 1px solid #E7E7E9;
	}
	.basket_product.product-list .basket__tab {
		-webkit-transition: all .2s linear;
		-o-transition: all .2s linear;
		transition: all .2s linear;
	}
	.basket__list-del span{
		display: none;
	}
	.basket__list-del {
		border: 1px solid #E7E7E9;
		border-radius: 12px;
		width: 40px;
		height: 40px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
        z-index: 99;
	}
	.basket__list-name {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0px;
		flex: 1 1 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.basket__list-name > a {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	.basket__total {
		margin-top: 0;
	}
	.basket__card > .btn:after, .basket__card > .btn:before,
	.basket_product.product-list > .b-title:after, .basket_product.product-list > .b-title:before {
		content: '';
		position: absolute;
		right: 0;
		width: 14px;
		height: 1.6px;
		background: #0C1329;
		top: 0;
		bottom: 0;
		margin: auto;
		-webkit-transition: all .2s linear;
		-o-transition: all .2s linear;
		transition: all .2s linear;
	}
	.basket__card > .btn,
	.basket_product.product-list > .b-title {
		position: relative;
	}
	.basket__card > .btn:before,
	.basket_product.product-list > .b-title:before {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.basket__card > .btn:after,
	.basket_product.product-list > .b-title:after {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		right: 9px;
	}
	.basket__card > .btn.active:before,
	.basket_product.product-list > .b-title.active:before {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.basket__card > .btn.active:after,
	.basket_product.product-list > .b-title.active:after{
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}
@media (max-width: 420px) {
	.basket__list-price {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		text-align: left;
		margin-left: -40px;
	}
	.basket__list-price .new {
		font-size: 16px;
	}
	.basket__list-name > a {
		font-size: 12px;
		line-height: 16px;
		margin-bottom: 16px;
	}
	.breadcrumbs {
		padding: 32px 0 20px !important;
	}
	.product-list__name {
		font-weight: 400;
		font-size: 12px;
		line-height: 18px;
		color: #0B1126;
	}
	.product-list__info {
		padding: 0;
	}
	.product-list__price .new {
		font-weight: 700;
		font-size: 16px;
		line-height: 22px;
		color: #0B1126;
	}
	.btn.btn_white.js-to-cart.to-cart {
		padding: 8px 0;
		font-size: 14px;
		font-weight: 500;
		line-height: 18px;
		margin: 8px 0 13px;
	}
}
/* End */


/* Start:/local/templates/cvetochek/components/bitrix/sale.basket.basket/basket/themes/blue/style.min.css?16545354518438*/
.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/cvetochek/components/bitrix/sale.basket.basket/basket/themes/blue/images/x2border_active.png) 2 stretch;-moz-border-image:url(/local/templates/cvetochek/components/bitrix/sale.basket.basket/basket/themes/blue/images/x2border_active.png) 2 stretch;-o-border-image:url(/local/templates/cvetochek/components/bitrix/sale.basket.basket/basket/themes/blue/images/x2border_active.png) 2 stretch;border-image:url(/local/templates/cvetochek/components/bitrix/sale.basket.basket/basket/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/cvetochek/components/bitrix/sale.basket.basket/basket/themes/blue/images/x2border_active.png) 2 stretch;-moz-border-image:url(/local/templates/cvetochek/components/bitrix/sale.basket.basket/basket/themes/blue/images/x2border_active.png) 2 stretch;-o-border-image:url(/local/templates/cvetochek/components/bitrix/sale.basket.basket/basket/themes/blue/images/x2border_active.png) 2 stretch;border-image:url(/local/templates/cvetochek/components/bitrix/sale.basket.basket/basket/themes/blue/images/x2border_active.png) 2 fill stretch}
/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?155289650451*/
font.errortext{color:red}font.notetext{color:green}
/* End */
/* /basket/style.css?166548158010369 */
/* /local/templates/cvetochek/components/bitrix/sale.basket.basket/basket/style.css?177151086823461 */
/* /local/templates/cvetochek/components/bitrix/sale.basket.basket/basket/themes/blue/style.min.css?16545354518438 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?155289650451 */
