﻿
body {
	font: 13px/19px "Open Sans", Arial, sans-serif !important;
	line-height: 1;
	margin: 0;
}

ol, ul {
	list-style: none;
}

html, body {
	min-height: 100%;
	min-height: 100vh;
}

.clearer {
	clear: both;
}

strong, b {
	font-weight: 700;
}

a, h2, h3 {
	color: #BF0060;
}

	a:hover {
		text-decoration: none;
	}

#content h1, h1, h2 {
	line-height: 32px;
	font-weight: 700;
	margin: 25px 14px;
	font-size: 32px;
}

h2, h3 {
	margin: 6Px 0 12Px;
}

h2 {
	font-size: 1.8Em;
	line-height: 1Em;
	font-weight: 700;
	color: #63B300;
}

h3 {
	font-size: 1.4Em;
}

p {
	margin-bottom: 12Px;
}

/* search */

.dropdown-content {
	margin-top: 10Px;
	background: #C39;
	border-radius: 6Px;
	padding: 12Px;
}

	.dropdown-content.empty-result {
		text-align: center;
		color: #FFF;
	}

	.dropdown-content a {
		color: #FFF;
		text-decoration: none;
	}

	.dropdown-content .dropdown-option {
		display: table-row;
		width: 100%;
	}

		.dropdown-content .dropdown-option .thumbnail-wrapper {
			display: table-cell;
			width: 50Px;
			padding: 0 0 6Px;
		}

			.dropdown-content .dropdown-option .thumbnail-wrapper img {
				width: 100%;
				border-radius: 3Px;
			}

		.dropdown-content .dropdown-option .label-wrapper {
			display: table-cell;
			vertical-align: middle;
			padding: 0 6Px 6Px;
			font-weight: 400;
			color: inherit;
			color: #fff;
		}

	.dropdown-content .more-link {
		display: block;
		text-align: center;
		background: #BF0060;
		border-radius: 3Px;
		padding: 6Px 0;
		color: #fff;
	}

	.dropdown-content a:hover span, .dropdown-content a:hover {
		color: #FF0 !important;
	}

	.dropdown-content a.selected span, .dropdown-content a.selected {
		color: #FF0 !important;
	}


#adaptiveSearch {
	display: none;
}

div.title {
	border: none;
	text-transform: none;
	text-align: center;
	margin-top: 1.5em;
	margin-left: 12px;
	line-height: 2em;
}

	div.title h6 {
		float: none;
		display: block;
		text-align: center;
		font-style: italic;
		text-transform: uppercase;
		display: inline-block;
		color: #CC0066;
		font-size: 2em;
		line-height: 1em;
		font-weight: bold
	}

	div.title .viewAll {
		position: absolute;
		top: 0;
		right: 0;
		text-decoration: none;
		font-size: 1.2em;
		font-weight: 400;
		padding-right: 12px;
		padding-right: 5px;
	}

.withRightSidebar div.title .viewAll {
	position: relative;
}

div.title a.viewAll:after {
	content: ' ';
	display: inline-block;
	width: 0;
	height: 0;
	border-top: solid transparent;
	border-bottom: solid transparent;
	border-left: solid #CC0066;
	border-width: 5px;
	margin-left: 7px;
}

#fixed-menu > .inner > .leftBlock .langWrapper {
	display: block;
}

.customer-srvice {
	margin-left: 100px;
}


.searchWrapper .searchLoupe {
	display: inline-block;
	width: 36px;
	height: 36px;
	background-color: #bf0060;
	background-image: url("/images/loupe.png");
	background-position: center center;
	background-repeat: no-repeat;
	text-decoration: none;
	position: absolute;
}

.searchWrapper .sys_product_search {
	line-height: 36px;
	height: 36px;
	padding-left: 16px;
	font-size: 1.5em;
	border: 1px solid #ccc;
	width: 230px;
	-webkit-appearance: textfield;
}

/* banner  */
#specials-carousel {
	max-height: 420px;
	overflow: hidden;
}

/* breadcrumbs */
.breadcrumbs {
	padding: 7px 0 8px;
	font-size: 13px;
	line-height: 16px;
	margin: 0 0 12px;
}

	.breadcrumbs li {
		display: inline-block;
	}

		.breadcrumbs li:not(:last-child):after {
			content: ">";
		}

	.breadcrumbs a {
		padding: 0 5px;
		color: #000;
	}


/* bottom menu */
.bottomMenu {
	background: #CC0066;
}

	.bottomMenu ul li {
		display: inline-block;
	}

		.bottomMenu ul li a {
			display: block;
			height: 80px;
			line-height: 80px;
			color: #f0f0f0;
			font-size: 1.5em;
			text-decoration: none;
			padding: 0 20px;
		}

			.bottomMenu ul li a:hover {
				background: #AF0055;
				color: #fff;
			}

.copyright {
	text-align: center;
	margin: 16px 0;
	color: #aaa;
}

/* support block */
.bottomSupportBlock {
	background: #fff;
	padding: 1em 0 7em 0;
}

	.bottomSupportBlock .bottomSupportBlockContainer {
		font-size: 1.7em;
		line-height: 80px;
	}

		.bottomSupportBlock .bottomSupportBlockContainer .column {
			float: left;
		}

			.bottomSupportBlock .bottomSupportBlockContainer .column:nth-child(1) {
				width: 29%;
			}

			.bottomSupportBlock .bottomSupportBlockContainer .column:nth-child(2) {
				width: 23%;
			}

			.bottomSupportBlock .bottomSupportBlockContainer .column:nth-child(3) {
				width: 15%;
				border-right: 1px solid #ccc;
			}


			.bottomSupportBlock .bottomSupportBlockContainer .column:nth-child(4) {
				width: 26%;
				text-align: right;
			}

			.bottomSupportBlock .bottomSupportBlockContainer .column.needHelpColumn {
				border-right: 1px solid #ccc;
				margin-right: 3%;
			}

				.bottomSupportBlock .bottomSupportBlockContainer .column.needHelpColumn strong {
					margin-left: 0.5em;
					color: #C90670;
				}


			.bottomSupportBlock .bottomSupportBlockContainer .column.customerServiceColumn span {
				background-image: url(/images/headsetBig.png);
				background-repeat: no-repeat;
				padding-left: 38px;
			}

/* lazy loading */

.lazy-load-container.product-grid-item img {
	min-height: 100%;
	max-width: 100%;
}

/* footer */

#footerColumnBlock {
	background: #ddd;
}


#footer {
	font-size: 12px;
	padding-bottom: 12Px;
}

	#footer .info {
		padding: 12Px 0 5Px;
	}

		#footer .info .cards {
			float: left;
		}

		#footer .info .chat {
			padding-top: 7Px;
			text-align: center;
		}

		#footer .info .tel {
			float: right;
			line-height: 48Px;
			font-size: 2Em;
			color: #B20056;
		}

			#footer .info .tel a {
				padding-left: 7px;
				color: #B20056;
				text-decoration: none;
			}

				#footer .info .tel a:hover {
					text-decoration: none;
				}

	#footer .footerCol {
		width: 25%;
		margin: 0 !important;
		padding: 0 !important;
		float: left;
	}

		#footer .footerCol .colHeader,
		#footer .footerCol ul,
		#footer .footerCol p {
			margin: 0 6Px;
		}

		#footer .footerCol .contacts-office {
			margin: 0;
		}

		.footerColAllWidth .colHeader, #footer .footerCol .colHeader {
			line-height: 1.2Em;
			margin-bottom: 12Px;
			padding-bottom: 6Px;
		}

		.footerColAllWidth a:hover, #footer .footerCol a:hover {
			text-decoration: underline;
		}

.footerColAllWidth ul {
	margin-bottom: 20px;
}

	.footerColAllWidth ul li {
		display: inline-block;
		min-width: 260px;
	}

.footerColAllWidth.occasionList,
.footerColAllWidth.readMoreAboutUs {
	border-top: 1px solid #aaa;
}

.footerColAllWidth.readMoreAboutUs {
	margin-top: 3em !important;
}

	.footerColAllWidth.occasionList ul,
	.footerColAllWidth.readMoreAboutUs ul {
		margin: 0;
	}

		.footerColAllWidth.occasionList ul.occasion-list li,
		.footerColAllWidth.readMoreAboutUs ul li {
			padding: 0;
		}

	.footerColAllWidth.readMoreAboutUs ul {
		display: flex;
		align-items: center;
	}

		.footerColAllWidth.readMoreAboutUs ul li {
			display: inline-block;
			min-width: 200px;
			min-height: 150px;
			text-align: center;
			border-right: 2px solid #ccc;
		}

			.footerColAllWidth.readMoreAboutUs ul li:before {
				border: none !important;
			}

			.footerColAllWidth.readMoreAboutUs ul li:last-child {
				border-right: none;
			}

			.footerColAllWidth.readMoreAboutUs ul li a {
				display: block !important;
				max-width: 100% !important;
				overflow: inherit !important;
				text-align: center;
			}

				.footerColAllWidth.readMoreAboutUs ul li a span {
					display: block;
				}

#footerColumnBlock .footerColAllWidth,
#footerColumnBlock .footerColumnBlockContainer {
	padding: 3em 0;
}

#footerColumnBlock .footerColumnBlockContainer {
	border-bottom: 1px solid #aaa;
}

#footerColumnBlock .footerColAllWidth .colHeader,
#footer .footerCol .colHeader,
#footer .colHeader,
#footerColumnBlock .colHeader {
	border: none;
	color: #000;
	font-size: 1.7em;
	font-weight: bold;
}

#footerColumnBlock .footerColAllWidth a {
	line-height: 1em;
}

#footer .footerCol a,
#footer .footerCol span {
	line-height: 2em;
}

#footerColumnBlock .footerColAllWidth a,
#footer .footerCol a,
#footer .footerCol span {
	color: #000;
	text-decoration: none;
	font-size: 1.2em;
}


#footerColumnBlock ul li a {
	padding-left: 12px;
}

#footerColumnBlock ul li:before {
	content: ' ';
	display: inline-block;
	width: 0;
	height: 0;
	border-top: solid transparent;
	border-bottom: solid transparent;
	border-left: solid #777;
	border-width: 5px;
}

#footerColumnBlock .footerColAllWidth ul li {
	vertical-align: text-top;
	max-width: 20%;
	height: 25px;
	line-height: 10px;
}

#contacts {
	border-bottom: 12Px solid #EAEEEA;
	padding-bottom: 12Px;
}

	#contacts .col-1,
	#contacts .col-2 {
		width: 50%;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	#contacts .col-1 {
		float: left;
		margin-top: 7Px;
	}

	#contacts .col-2 {
		float: right;
	}

	#contacts .follow {
		float: left;
		margin: 10Px 0 0 30Px;
	}

		#contacts .follow .sign {
			color: #906;
			font-size: 2Em;
			line-height: 40Px;
			float: left;
			margin: 0 12Px;
		}

		#contacts .follow a {
			display: inline-block;
			line-height: 0;
			width: 38Px;
		}

			#contacts .follow a img {
				width: 100%;
			}

	#contacts .tel {
		float: right;
	}

		#contacts .tel .sign,
		#contacts .tel .number {
			line-height: 25Px;
			font-size: 1.4Em;
			text-align: center;
		}

		#contacts .tel .sign {
			color: #6C0;
		}

		#contacts .tel .number {
			display: block;
			color: #C06;
		}

			#contacts .tel .number:hover {
				text-decoration: none;
			}

	#contacts .chat {
		float: left;
		margin: 21Px 0 0 30Px;
	}

		#contacts .chat a {
			line-height: 0;
			text-decoration: none;
			display: inline-block;
		}

			#contacts .chat a.skype img,
			#contacts .chat a.icq img {
				margin: 1Px 0;
			}

	#contacts .guarantee {
		float: right;
		height: 70Px;
		width: 250Px;
	}

		#contacts .guarantee > img {
			height: 100%;
			float: left;
			margin-right: 12Px;
		}

		#contacts .guarantee ul {
			font-weight: 700;
			line-height: 1.2Em;
			list-style-position: inside;
			list-style-image: url("/images/bullet-03.svg");
			-moz-min-width: 170Px;
			-ms-min-width: 170Px;
			-o-min-width: 170Px;
			-webkit-min-width: 170Px;
			min-width: 170Px;
		}

/* headers */

.one-column-product-grid-wrapper .h,
#body .products .h {
	clear: both;
	margin: 0 0 20px;
	padding: 10px 0 0;
	color: #b7b7b7;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 1px solid #e5e5e5;
}

	.one-column-product-grid-wrapper .h h1,
	#body .products .h h1 {
		position: relative;
		top: 8px;
		padding: 0 15px;
		background: #fff;
		font: inherit;
		overflow: inherit;
		margin: 0;
		display: inline;
	}


	.one-column-product-grid-wrapper .h h1 {
		font-size: 16px !important;
		line-height: 16px !important;
		font-weight: 400 !important;
	}

/* menu */
#fixed-menu {
	height: 37Px;
	position: fixed;
	width: 100%;
	z-index: 30;
	background: #EBEBEB;
	font-size: 1.2Em;
}

	#fixed-menu .inner {
		height: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}

	#fixed-menu .inner {
		min-width: 260Px;
		max-width: 1100Px;
	}

		#fixed-menu .inner .glyph-link {
			color: #000;
			padding: 0 0 0 25Px;
			background-image: url(/images/globe-headset-sprite.png);
			background-repeat: no-repeat;
			background-position-x: left;
		}

			#fixed-menu .inner .glyph-link.change-language {
				background-position-y: top;
				margin-right: 1Em;
			}

			#fixed-menu .inner .glyph-link.customer-srvice {
				background-position-y: bottom;
			}


		#fixed-menu .inner .glyph-link,
		#fixed-menu .inner .get-help,
		#fixed-menu .inner .panel-link {
			display: inline-block;
			height: 37Px;
			line-height: 40Px;
		}

		#fixed-menu .inner .get-help {
			margin-right: 28px;
		}

		#fixed-menu .inner a {
			text-decoration: none;
		}

		#fixed-menu .inner .panel-link.my-account,
		#fixed-menu .inner .panel-link.sign-out,
		#fixed-menu .inner .panel-link.register,
		#fixed-menu .inner .panel-link.sign-in {
			color: #fff;
			padding: 0 26px;
		}

		#fixed-menu .inner .panel-link.sign-out,
		#fixed-menu .inner .panel-link.sign-in {
			background: #bf0060;
		}

		#fixed-menu .inner .panel-link.my-account,
		#fixed-menu .inner .panel-link.register {
			background: #63b300;
		}

.langWrapper {
	position: absolute;
	margin-left: 5px;
}

.langLinkListWrapper {
	display: none;
}

	.langLinkListWrapper div {
		z-index: 10000;
		display: inline-block;
	}

		.langLinkListWrapper div a {
			background: #ccc;
			display: block;
			color: #fff;
			line-height: 40px;
			height: 40px;
			padding: 0 24px;
			text-align: center;
		}

			.langLinkListWrapper div a:hover {
				background: #aaa;
			}

.langSelectWrapper {
	background-image: url(/images/globe-headset-sprite.png);
	background-repeat: no-repeat;
	background-position-x: left;
}

	.langSelectWrapper a {
		height: 37px;
		line-height: 40px;
		padding: 0 0 0 25px;
		color: #000;
	}

.mainMenu .logo,
.mainMenu .searchIcon,
.mainMenu .menuIcon {
	display: none;
}

.mobileOnly {
	display: none;
}

.mainMenu .search .searchWrapper {
	padding-right: 86Px;
	width: 150Px;
	position: relative;
}

	.mainMenu .search .searchWrapper input {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border: none;
		-ms-border-radius: 10Px;
		border-radius: 10Px;
		padding: 3Px 6Px;
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0, rgba(255, 255, 255, 0.8) 100%);
		color: #B20056;
		outline: none;
	}

		.mainMenu .search .searchWrapper input:focus {
			-webkit-box-shadow: 0 0 1PX 2PX #B20056;
			-ms-box-shadow: 0 0 1PX 2PX #B20056;
			box-shadow: 0 0 1PX 2PX #B20056;
		}

.searchWrapper .dropdown-content {
	position: absolute;
	top: 60%;
	right: 0;
	z-index: 25;
	width: 100%;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.mainMenu .search input[type=submit] {
	position: absolute;
	right: 0;
	top: 10Px;
	background: none;
	border: none;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 700;
	color: #FFF;
	padding: 0;
	cursor: pointer;
}


.mainMenu.clone {
	position: fixed;
	top: 0;
	left: 50Px;
	right: 50Px;
	width: auto;
	z-index: 60;
	-ms-border-top-right-radius: 0;
	border-top-right-radius: 0;
}

.mainMenu > .nav > li.noChildrenItem ul {
	display: none !important;
}

.mainMenu > .nav > li.noChildrenItem > a,
.mainMenu > .nav > li.noChildrenItem:hover > a {
	padding: 0 6px;
	background: none;
}


#moveToTopButton,
#moveToBottomButton {
	position: fixed;
	background: #b20056;
	border-radius: 29px;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	opacity: 0.8;
	cursor: pointer;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	z-index: 2000;
}

#moveToBottomButton {
	bottom: 10px;
	right: 10px;
	display: block;
}

	#moveToBottomButton span {
		display: block;
		width: 0;
		height: 0;
		margin: 23px auto;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 10px solid #fff;
	}

#moveToTopButton {
	bottom: 70px;
	right: 10px;
	display: none;
}

	#moveToTopButton span {
		display: block;
		width: 0;
		height: 0;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 10px solid #fff;
		margin: 20px auto;
	}

.button-1 {
	display: inline-block;
	padding: 2Px 12Px 2Px 18Px;
	line-height: 1Em;
	-ms-border-radius: 10Px;
	border-radius: 10Px;
	color: #FFF;
	font-size: 16px;
	text-decoration: none;
	background: #C06 url("/images/bullet-02.svg") 9Px center no-repeat;
}

#page {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	min-height: inherit;
}


#headerContentWrapper {
	height: 100px;
	line-height: 100px;
	position: inherit;
}

#header {
	margin-bottom: 12Px;
	font-family: "Open Sans",Arial,Helvetica,sans-serif;
	padding-top: 50Px;
}


	#header .buttons {
		position: absolute;
		right: 0;
		top: 0;
		/*	width: 252Px; */
		padding: 12Px 0;
		text-align: center;
	}

	#header .links {
		position: absolute;
		right: 0;
		top: 53Px;
		font-size: 13px;
	}

		#header .links a {
			color: #000;
		}

			#header .links a:hover,
			#header .links a.cart:hover .cartLength {
				text-decoration: none;
				color: #CC0066;
			}

			#header .links a.cart {
				display: inline-block;
				padding: 0 0 0 31px;
				text-decoration: none;
				background: url("/images/icon-01.png") left center no-repeat;
			}

		#header .links li {
			float: left;
			padding: 0 6Px;
			border-left: 1Px solid #000;
		}

			#header .links li.linkCart {
				border: none;
				padding-left: 0;
			}

		#header .links a.cart .cartLength {
			color: #BF0060;
			font-weight: bold;
			text-decoration: underline;
		}

	#header .tel {
		position: absolute;
		right: 0;
		bottom: 5Px;
		font-size: 22px;
		line-height: 22px;
		color: #B20056;
	}

		#header .tel a {
			padding-left: 7px;
			color: #B20056;
			text-decoration: none;
		}

			#header .tel a:hover {
				text-decoration: none;
			}

#headerContentWrapper > .menuIcon {
	display: none;
}

.mainMenu,
#body,
#body.two-columns-2,
#home-products,
#headerContentWrapper,
#content,
#footerColumnBlock .footerColumnBlockContainer,
#footerColumnBlock .footerColAllWidth,
.bottomSupportBlockContainer,
.bottomMenu ul {
	max-width: 1100Px;
	margin: 0 auto;
}


.mainMenu {
	border-radius: 0;
	width: 100%;
	background: #C06;
	font-weight: 700;
	font-size: 17Px;
	position: relative;
}

	.mainMenu.clone {
		min-width: 260px;
	}

	.mainMenu:after {
		content: '';
		clear: both;
		display: block;
		width: 100%;
	}

	.mainMenu .search {
		float: right;
		bottom: 0;
		padding: 10Px 0;
		margin-right: 12Px;
		z-index: 30;
		position: relative;
	}


	.mainMenu > .nav {
		padding: 0;
		margin: 0;
		position: relative;
		display: block;
		left: 0;
		z-index: 20;
	}

		.mainMenu > .nav > li {
			float: left;
			position: relative;
			margin: 0;
			padding: 0;
			margin-right: 6Px;
			border-right: 1px solid #e6358d;
		}

			.mainMenu > .nav > li:last-child {
				border: none;
			}

			.mainMenu > .nav > li > a {
				line-height: 40Px;
				display: inline-block;
				padding: 0 12Px 0 21Px;
				z-index: 50;
				color: #FFF;
				text-decoration: none;
				background: url("/images/bullet-01.svg") 6Px center no-repeat;
			}

			.mainMenu > .nav > li > a {
				background: none;
				font-size: 1em;
				padding: 0 1.2em;
			}

			.mainMenu > .nav > li:hover > a {
				background-color: #C39;
				position: relative;
				-ms-border-top-left-radius: 6px;
				border-top-left-radius: 6px;
				-ms-border-top-right-radius: 6px;
				border-top-right-radius: 6px;
				color: #FF3;
				background-image: url("/images/bullet-01-yellow.svg");
			}

			.mainMenu > .nav > li:hover > .subNav {
				display: block;
			}

			.mainMenu > .nav > li > .subNav {
				position: absolute;
				background: #C39;
				padding: 12Px 0;
				-moz-min-width: 110%;
				-ms-min-width: 110%;
				-o-min-width: 110%;
				-webkit-min-width: 110%;
				min-width: 110%;
				display: none;
				-ms-border-top-right-radius: 6px;
				border-top-right-radius: 6px;
				-ms-border-bottom-right-radius: 6px;
				border-bottom-right-radius: 6px;
				-ms-border-bottom-left-radius: 6px;
				border-bottom-left-radius: 6px;
			}

				.mainMenu > .nav > li > .subNav > ul {
					display: flex;
				}

					.mainMenu > .nav > li > .subNav > ul > li {
						float: left;
						margin: 0 12Px;
					}

						.mainMenu > .nav > li > .subNav > ul > li > span,
						.mainMenu > .nav > li > .subNav > ul > li > a {
							display: block;
							color: #FFF;
						}

						.mainMenu > .nav > li > .subNav > ul > li > a {
							font-size: 14px;
							line-height: 24px;
							text-decoration: none;
							font-weight: normal;
							white-space: nowrap;
						}

							.mainMenu > .nav > li > .subNav > ul > li > a:hover {
								color: #FF3;
							}

				.mainMenu > .nav > li > .subNav.flowers {
					width: 585Px;
				}

				.mainMenu > .nav > li > .subNav.foodAndFruits {
					width: 450Px;
				}

				.mainMenu > .nav > li > .subNav.sweetGifts {
					width: 150Px;
				}

				.mainMenu > .nav > li > .subNav.occasion {
					width: 160Px;
				}

				.mainMenu > .nav > li > .subNav.otherGifts {
					width: 140Px;
				}



#page.rus .mainMenu > .nav > li > a {
	padding: 0 0.5em;
}

	#page.rus .mainMenu > .nav > li > a:first-child {
		padding: 0 10px;
	}

.mainMenu > .nav > li > a:after {
	content: ' ';
	display: inline-block;
	width: 0;
	height: 0;
	border-right: solid transparent;
	border-left: solid transparent;
	border-top: solid #E071B3;
	border-width: 6px;
	margin-left: 6px;
	margin-bottom: 3px;
}

.mainMenu > .nav > li:nth-child(6) > a:after,
.mainMenu > .nav > li:nth-child(7) > a:after,
.mainMenu > .nav > li:nth-child(8) > a:after {
	border: none;
}

.mainMenu > .nav > li:hover > a,
.mainMenu > .nav > li > a:hover {
	background: none;
}

.mainMenu > .nav > li > .subNav > li > a:hover {
	background: none;
}

.mainMenu > .nav > li:first-child > a:after {
	content: none;
}


.mainMenu > .nav > li > a.link-home {
	background-image: url(/images/homeIcon.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	height: 22px;
	margin: 9px 7px 7px;
	padding: 0 12px;
}

	.mainMenu > .nav > li > a.link-home span {
		display: none;
	}

	.mainMenu > .nav > li > a.link-home:hover {
		background-position-y: -27px;
	}


#logo {
	position: inherit;
	bottom: 0;
	display: inline-block;
}

#slogan {
	color: #B20056;
	font-size: 18Px;
	max-width: 303px;
	position: relative;
	left: 20px;
	bottom: 28px;
	margin: 0;
	padding: 0;
	line-height: 20Px;
	display: inline-block;
}

.mobileMenuShopcartContainer {
	float: right;
	margin-top: 4px;
}

	.mobileMenuShopcartContainer a {
		display: inline-block;
		text-decoration: none;
	}

.searchAndCartContainer {
	float: right;
	position: relative;
	top: 7px;
}

	.searchAndCartContainer .shopcartLinkContainer {
		display: inline-block;
		margin-left: 40px;
	}

		.searchAndCartContainer .shopcartLinkContainer a.cart {
			display: inline-block;
			position: relative;
			top: 12px;
		}

	.searchAndCartContainer .searchWrapper {
		line-height: 39px;
		display: inline-block;
	}

	.mobileMenuShopcartContainer .shopcartItemCount,
	.searchAndCartContainer .cartLength {
		background: #cc0066;
		padding: 2px 9px;
		border-radius: 15px;
		color: #fff;
		position: relative;
		text-decoration: none;
		top: -27px;
		left: -20px;
	}

.productItemHolder {
	display: inline-block;
	margin-bottom: 12px;
}

.one-column-product-grid-wrapper .productItemHolder {
	display: block;
}

.productItemHolder .productItemDescription {
	float: left;
	width: 100%;
	margin: 0 auto;
}

.productItemDescription.noDiscount {
	width: 100%;
}

.productItemHolder .productItemDescription.noDiscount {
	float: none;
}

.productItemHolder .productItemDescription .price,
.productItemHolder .productItemDescription .name {
	display: block;
}

.productItemHolder .utmDiscountIconHolder {
	float: right;
}

	.productItemHolder .utmDiscountIconHolder img {
		width: 40px;
		padding-left: 5px;
	}


.utm-wrapper {
	width: 1100px;
	margin: 0 auto 12px;
}

	.utm-wrapper .offer-countdown {
		padding: 6px;
	}

@media screen and (max-width: 1100Px) {
	.bottomSupportBlock .bottomSupportBlockContainer .column.needHelpColumn strong {
		margin: 0;
	}

	.utm-wrapper {
		width: auto;
	}

	.mainMenu > .nav > li > a {
		background: none;
		font-size: 1em;
		padding: 0 1.2em;
	}

	#fixed-menu {
		padding: 0;
	}


	#footerColumnBlock {
		padding: 0 12px;
	}
}

@media screen and (max-width: 1080Px) {
	#contacts .col-1,
	#contacts .col-2 {
		width: auto;
	}

	#contacts .follow {
		margin-left: 0;
		margin-right: 24Px;
	}

		#contacts .follow .sign {
			margin-left: 0;
		}

	#contacts .chat {
		margin-left: 0;
	}

	#contacts .guarantee {
		margin-left: 24Px;
	}

	.mainMenu .search input[type=submit] {
		font-size: 0;
		color: #C06;
		background: url("/images/search-icon.svg") left top no-repeat;
		width: 18Px;
		height: 18Px;
		margin: 2Px 0 0;
	}

	.mainMenu .search .searchWrapper {
		padding-right: 30Px;
	}

	.mainMenu > .nav > li > a {
		background: none;
		padding: 0 12Px;
	}

	.mainMenu > .nav > li:hover > a {
		background-image: none;
	}

	.mainMenu > .nav > li {
		margin: 0;
	}
}

@media screen and (max-width: 960Px) {
	#fixed-menu > .inner > .right {
		position: absolute;
		right: 0;
	}

	div.title h6 {
		float: none;
		display: block;
		position: initial;
		text-align: left;
	}

	div.title .viewAll {
		float: none;
		display: block;
		position: initial;
		float: right;
		margin: 12px 0 0;
	}

	#contacts .col-1,
	#contacts .col-2 {
		float: left;
		width: 100%;
		text-align: center;
	}

	#contacts .col-1 {
		margin-bottom: 12Px;
	}

	#contacts .follow,
	#contacts .tel,
	#contacts .chat,
	#contacts .guarantee {
		float: none;
		display: inline-block;
	}

	#contacts .chat {
		line-height: 0;
		margin-top: -40Px;
		vertical-align: middle;
	}

	#contacts .guarantee ul {
		text-align: left;
	}

	.mainMenu > .nav > li > a {
		background: none;
		font-size: 0.9em;
		padding: 0 0.8em;
	}

	.searchAndCartContainer {
		float: none;
		display: inline-block;
		position: absolute;
		top: 60px;
		right: 0;
	}

	.mainMenu > .nav > li > a {
		padding: 0 4Px;
	}

	.bottomSupportBlock {
		padding: 1em 0;
	}

		.bottomSupportBlock .bottomSupportBlockContainer .column {
			float: none;
		}

		.bottomSupportBlock .bottomSupportBlockContainer {
			line-height: 40px;
		}

			.bottomSupportBlock .bottomSupportBlockContainer .column.needHelpColumn strong {
				margin-left: 0.5em;
			}

			.bottomSupportBlock .bottomSupportBlockContainer .column:nth-child(1),
			.bottomSupportBlock .bottomSupportBlockContainer .column:nth-child(2),
			.bottomSupportBlock .bottomSupportBlockContainer .column:nth-child(3),
			.bottomSupportBlock .bottomSupportBlockContainer .column:nth-child(4) {
				width: 100%;
			}

			.bottomSupportBlock .bottomSupportBlockContainer .column:nth-child(4) {
				text-align: left;
				margin-top: -16px;
				border-left: none;
			}



			.bottomSupportBlock .bottomSupportBlockContainer .column:nth-child(2),
			.bottomSupportBlock .bottomSupportBlockContainer .column:nth-child(3) {
				display: inline-block;
				width: auto;
				border: none;
			}


	.bottomSupportBlockContainer {
		padding: 0 0px;
		width: 90%;
		margin: 0 5%;
	}

	.bottomSupportBlock .column.customerServiceColumn {
		padding-top: 12px;
	}

	.bottomSupportBlock .column.onlineSupportBlock {
		padding-bottom: 12px;
	}

	.bottomSupportBlock .column.customerServiceColumn,
	.bottomSupportBlock .column.onlineSupportBlock {
		display: block !important;
		width: 100% !important;
	}

	.bottomSupportBlock .bottomSupportBlockContainer .column.needHelpColumn {
		border-bottom: 1px solid #ddd;
		border-right: 0;
		padding-bottom: 12px;
	}

	.bottomSupportBlock .bottomSupportBlockContainer .sidebar-follow-us {
		border-top: 1px solid #ddd;
		margin-top: 20px;
	}


	#footerColumnBlock .footerColAllWidth, #footerColumnBlock .footerColumnBlockContainer {
		padding: 1em 0;
	}

	#footer .footerCol {
		margin-bottom: 0 !important;
	}
}

@media screen and (max-width: 880Px) {

	#slogan {
		display: none;
	}

	.mainMenu {
		font-size: 15Px;
	}
}


@media screen and (max-width: 850Px) {

	.mainMenu {
		font-size: 13Px;
	}
}

@media screen and (max-width: 780Px) {
	.mainMenu .search {
		margin-right: 0Px;
	}

		.mainMenu .search .searchWrapper {
			padding-right: 06Px;
		}

		.mainMenu .search .loupe {
			display: none;
		}

	.mainMenu > .nav > li > .subNav.flowers {
		left: -90px;
	}

	.mainMenu > .nav > li > .subNav.foodAndFruits {
		border-top-left-radius: 6px;
		left: -35px;
	}

	#adaptiveSearch {
		padding-bottom: 6Px;
	}
}


@media screen and (max-width: 750Px) {

	#header .tel {
		display: none;
	}

	#footer .footerCol {
		float: none;
		width: 100%;
		margin-bottom: 24px !important;
	}

	#fixed-menu .inner .get-help {
		display: none;
	}
}

@media screen and (max-width: 640Px) {
	.mainMenu.clone {
		border-radius: 0 0 10px 10px;
		left: 5Px;
		right: 5Px;
	}

	#fixed-menu .inner .panel-link.my-account, #fixed-menu .inner .panel-link.sign-out,
	#fixed-menu .inner .panel-link.register, #fixed-menu .inner .panel-link.sign-in {
		padding: 0 12px;
	}

	.bottomMenu {
		display: none;
	}

	#footer .footerCol .colHeader,
	#footer .colHeader,
	#footerColumnBlock .colHeader {
		margin-top: 12px;
	}

	#specials-carousel {
		max-height: 250px;
	}

	#content > p {
		padding: 6px 12px;
	}

	#content > ul {
		padding: 6px 0;
	}
}

@media screen and (max-width: 600Px) {


	#logo {
		display: none;
	}

	.products div.title:after {
		clear: both;
	}

	.mainMenu {
		background: linear-gradient(to top, #D7DED6 0, #FEFEFE 100%);
		-ms-border-bottom-left-radius: 6Px;
		border-bottom-left-radius: 6Px;
		-ms-border-bottom-right-radius: 6Px;
		border-bottom-right-radius: 6Px;
		-ms-border-top-right-radius: 0;
		border-top-right-radius: 0;
		padding: 6Px 0 5px;
	}

		.mainMenu > .nav > li > a.link-home {
			background: none;
		}

			.mainMenu > .nav > li > a.link-home span {
				display: block;
			}

		.mainMenu .nav,
		.mainMenu .search {
			display: none;
		}

		.mainMenu .logo,
		.mainMenu .menuIcon,
		.mainMenu .searchIcon {
			display: block;
			line-height: 0;
		}

		.mainMenu .logo {
			max-height: 40px;
			margin: 0 auto;
		}


	#fixed-menu {
		position: relative;
		margin: 0;
	}

		#fixed-menu .get-help {
			display: none !important;
		}

	.searchWrapper .sys_product_search {
		width: calc(100% - 36px);
	}

	#headerContentWrapper {
		height: 25px;
		line-height: 25px;
		position: inherit;
	}

	.mobileOnly.mobileTopHolder {
		display: block;
		text-align: center;
	}

	.mainMenu .logo {
		display: inline-block;
		position: relative;
		top: 6px;
	}

	.mainMenu .search {
		display: block;
		line-height: 40px;
	}

	.mainMenu .searchWrapper {
		float: left;
		margin-left: 12px;
	}

	#headerContentWrapper {
		display: none;
	}

	.mainMenu .menuIcon,
	.mainMenu .searchIcon {
		width: 10%;
		-moz-min-width: 42Px;
		-ms-min-width: 42Px;
		-o-min-width: 42Px;
		-webkit-min-width: 42Px;
		min-width: 24Px;
	}

	.mainMenu .menuIcon {
		float: left;
		margin-left: 6Px;
		width: 40px;
		border-right: 1px solid #aaa;
		padding: 15px 10px 0 10px;
		height: 32px;
	}

		.mainMenu .menuIcon img {
			width: 80%;
		}

	.mainMenu .searchIcon {
		float: right;
		margin-right: 12Px;
		background: #C80266;
		padding: 6px;
		width: 24px;
		margin-top: 5px;
	}

	#headerContentWrapper {
		height: auto;
	}

	#header {
		padding: 0;
		margin-bottom: 0;
		position: relative;
	}

		#header .buttons {
			position: static;
			width: 100%;
			margin-bottom: 12Px;
		}

		#header .links {
			position: static;
			margin-bottom: 12Px;
			text-align: center;
		}

			#header .links li {
				float: none;
				display: inline-block;
			}

	/* contacts */
	#contacts {
		font-size: 20Px;
	}

		#contacts .col-1,
		#contacts .col-2 {
			width: 100%;
			margin: 0;
		}

		#contacts .tel,
		#contacts .follow,
		#contacts .chat,
		#contacts .guarantee {
			float: none;
			margin: 12Px 0;
		}

		#contacts .follow {
			text-align: center;
		}

			#contacts .follow .sign {
				float: none;
				font-size: 1.5Em;
				line-height: 1Em;
				margin-left: 0;
				display: inline-block;
				vertical-align: middle;
			}

			#contacts .follow a {
				width: 9%;
				margin-right: 1%;
			}

				#contacts .follow a img {
					vertical-align: middle;
				}

		#contacts .tel {
			text-align: center;
		}

			#contacts .tel .sign,
			#contacts .tel .number {
				line-height: 1Em;
				display: inline;
			}

		#contacts .chat {
			text-align: center;
			width: 36%;
			margin-left: auto;
			margin-right: auto;
		}

			#contacts .chat:after {
				content: '.';
				font-size: 0;
				height: 0;
				display: block;
				clear: both;
			}

			#contacts .chat a {
				float: left;
			}

				#contacts .chat a.icq,
				#contacts .chat a.skype {
					width: 20%;
					margin-right: 2%;
				}

				#contacts .chat a.liveChat {
					width: 56%;
				}

				#contacts .chat a img {
					width: 100%;
				}

		#contacts .guarantee {
			height: 130Px;
			width: 390Px;
		}

			#contacts .guarantee img {
				height: 100%;
			}

			#contacts .guarantee ul {
				padding: 17Px 0;
			}

	#footerColumnBlock .footerColAllWidth a {
		height: 1.5em;
		line-height: 2em;
	}

	#footerColumnBlock .footerColAllWidth ul li {
		width: 100%;
		height: auto;
		max-width: 100%;
	}
}


@media screen and (max-width: 430Px) {
	#contacts .tel .sign,
	#contacts .tel .number {
		display: block;
	}

	#contacts .guarantee {
		height: 110Px;
		width: 330Px;
		font-size: 0.8Em;
	}

	#specials-carousel {
		max-height: 200px;
	}
}

@media screen and (max-width: 365Px) {
	#contacts .follow .sign {
		font-size: 1.2Em;
	}

	#contacts .guarantee {
		height: 77Px;
		width: 290Px;
	}

		#contacts .guarantee ul {
			padding: 0;
		}
}

@media screen and (max-width: 330Px) {
	#contacts .guarantee {
		font-size: 0.6Em;
		height: 58px;
		width: 230px;
	}
}
