#menudiv {
	display:        flex;
	align-items:    stretch;
	
	flex-direction: row-reverse;
}

#menudiv .dropdown {
	flex: 1;
}

.interest {
	position:        relative;
	
	float:           right;
	
	padding:         10px 12px 0;
	
	vertical-align:  middle;
	text-decoration: none;
	
	color:           #fff;
}

.interest i {
	font-size: 20px;
	
	transform: scale(1.1);
}

.interest.separator {
	background-image:    url(../design/menupipe.png);
	background-repeat:   no-repeat;
	background-position: top right;
}

.interest .number {
	position:              relative;
	right:                 6px;
	bottom:                0;
	
	display:               inline-block;
	font-size:             10px;
	font-weight:           700;
	
	line-height:           20px;
	
	width:                 20px;
	height:                20px;
	
	transform:             scale(.9);
	text-align:            center;
	
	color:                 #ee1c48;
	-moz-border-radius:    50%;
	-webkit-border-radius: 50%;
	border-radius:         50%;
	background:            #fff;
	box-shadow:            0 0 6px rgba(0, 0, 0, .5);
}

.margin-bottom-32 {
	margin-bottom: 32px;
}

.interest .text {
	font-family: Verdana;
	font-size:   11px;
	font-weight: 700;
	
	margin-left: -4px;
}

.interest:hover .number {
	background: #422528;
}

.interest-button {
	font-size:          10px;
	line-height:        26px;
	
	height:             32px;
	margin-bottom:      15px;
	
	cursor:             pointer;
	text-align:         center;
	
	background-color:   #e8e8e8;
	-moz-box-shadow:    2px 2px 4px #4d4d4d;
	-webkit-box-shadow: 2px 2px 4px #4d4d4d;
	box-shadow:         2px 2px 4px #4d4d4d;
}

.interest-button.summary {
	font-size:        10px;
	
	margin-top:       10px;
	margin-bottom:    20px;
	
	background-color: #e8e8e8;
	box-shadow:       1px 1px 5px #4d4d4d;
}

.interest-button input[type=number] {
	width:            35px;
	margin:           2px 5px 0 0;
	
	text-align:       center;
	
	color:            #3c3c3c;
	border:           0;
	background-color: #e8e8e8;;
}

.interest-button input[type=number]::-webkit-inner-spin-button,
.interest-page input[type=number]::-webkit-inner-spin-button {
	opacity: 1;
}

.interest-button a {
	display:         initial !important;
	
	text-decoration: none;;
}

.interest-page {
	position: relative;
}

.interest-page .main {
	margin:     0 0 20px;
	
	text-align: left;
	
	color:      #ee1c48;
}

.interest-page .info {
	display:     flex;
	
	align-items: center;;
	
	font-size:   11px;
	
	padding:     8px 15px;
	color:       #515151;
	border:      1px solid rgba(0, 0, 0, .1);
	
	background:  #ececec;
}

.interest-page .info .icon {
	font-size:    16px;
	
	margin-right: 10px;
	
	color:        #ee1c48;
}

.interest-page .item {
	position:            relative;
	
	width:               calc(100% - 2px);
	margin-bottom:       20px;
	
	border:              1px #ddd7db solid;
	background-image:    url(../design/rightbox-prechod.png);
	background-repeat:   repeat-x;
	background-position: top;
}

.interest-page .removeButton {
	position:         absolute;
	
	right:            10px;
	bottom:           10px;
	font-size:        18px;
	
	padding:          5px;
	
	cursor:           pointer;
	transition:       .24s;
	transform-origin: center;
	text-align:       center;
}

.interest-page .removeButton:hover {
	transform: scale(1.1);
}

.interest-page .item .left {
	float:  left;
	
	width:  calc(25% - 10px);
	margin: 0 5px 0 0;
}

.interest-page .item .left img {
	display: block;
	
	width:   100%;
	margin:  0 auto;
}

.interest-page .item .middle {
	float:   left;
	
	width:   calc(48% - 10px);
	margin:  0 5px;
	padding: 15px 0;
}

.interest-page .item .middle .name {
	font-size:     18px;
	font-weight:   700;
	
	margin-bottom: 5px;
	
	color:         #000;
}

.interest-page .item .middle .name a {
	color: inherit;
	text-decoration: none;
}
.interest-page .item .middle .name a:hover { color: #ee1c48 }

.interest-page .item .middle .code {
	font-size: 10px;
	
	color:     #787878;
}

.interest-page .item .right {
	float:   left;
	
	width:   calc(27% - 10px);
	margin:  0 5px;
	padding: 15px 0;
}

.interest-page .item .inputNumber {
	margin: 12px 0;
}

.interest-page .item .inputNumber input {
	min-width: 1px;
}

.interest-page .item .bprice,
.interest-page .item .inputNumber,
.interest-page .item .stock {
	display: flex;
}

.interest-page .item .bprice > *,
.interest-page .item .inputNumber > *,
.interest-page .item .stock > * {
	flex: 1;
}

.interest-page .item .bprice p,
.interest-page .item .inputNumber p,
.interest-page .item .price p,
.interest-page .item .stock p {
	margin-bottom: 4px;
}

.interest-page .item .bprice .text-right,
.interest-page .item .inputNumber .text-right,
.interest-page .item .stock .text-right {
	flex: 2;
}

.interest-page .item .bolder,
.interest-page .item .price .text-right {
	font-size:   14px;
	font-weight: 700;;
}

.interest-page .item .shadeoff {
	font-size: 11px;
	
	color:     #787878;
}

.interest-page .item .price .small {
	font-size: 12px;
}

.interest-page .item .right .price {
	font-size:     14px;
	font-weight:   400;
	
	margin-bottom: 25px;
}

.interest-page .item .right .stock {
	color: green;
}

.interest-page .cookie-bar {
	position: relative;
}
.interest-page .cookie-bar.must-be-filled {
	background: #d7d7d7;
	border: 1px solid #ee1c48;
}

.interest-page .cookie-bar .must-be-filled-error {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	left: 0;
	top: 100%;
	color: red;
	font-weight: bold;
	max-width: 180px;
	padding: 10px;
	line-height: 1.2;
	margin: 0;
}

.interest-page .cookie-bar.must-be-filled .must-be-filled-error {
	opacity: 1;
	pointer-events: all;
}

@media (max-width: 460px) {
	.interest-page .cookie-bar .must-be-filled-error {
		position: relative;
		left: auto
		top: auto;
		max-width: auto;
	}
}

.interest-page .buttons {
	display: flex;
	margin-bottom: 22px;
}

.interest-page .buttons a {
	display:         inline-flex;
	
	justify-content: center;
	align-items: center;
	
	font-size:       10px;
	
	font-weight:     700;
	float:           left;
	
	box-sizing:      border-box;
	width:           calc(100% / 3 - 10px);
	margin:          0 5px;
	padding:         7px 15px;
	
	transition:      .24s ease;
	text-align:      center;
	text-decoration: none;
	
	color:           #422528;
	border:          0;
	background:      #d7d7d7;
}

.interest-page .buttons a.interest_share {
	width: auto;
	font-size: 16px;
}

.interest-page .buttons a.interest_share i {
	display: inline-block;
	width: 24px;
	text-align: center;
}

.interest-page .buttons a.interest_share.success {
	background: #008c00;
	color: #fff;
}

.interest-page .buttons a.interest_share i.rotate {
	animation: icon-rotate 2s linear infinite;
}

@keyframes icon-rotate {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}

.interest-page .buttons .backButton {
	color:      #fff;
	background: #ee1c48;
}

.interest-page .buttons a.active,
.interest-page .buttons a.active:hover {
	transform: scale(1.07);
}

.interest-page .buttons a:hover {
	transform: scale(1.05);
}

.interest-page form {
	position: relative;
}

.interest-page .loader-wrapper {
	position:   absolute;
	top:        0;
	
	display:    none;
	
	width:      100%;
	height:     100%;
	
	background: rgba(255, 255, 255, .7);;
}

.interest-page .loader {
	position:        absolute;
	top:             50%;
	left:            50%;
	
	display:         flex;
	
	justify-content: center;
	
	flex-flow:       wrap row;
	transform:       translate(-50%, -50%);
}

.interest-page .loader-text {
	flex-basis:  100%;;
	font-family: Verdana, Tahoma, Helvetica, Arial;
	font-size:   14px;
	
	font-weight: 700;
	
	margin-top:  16px;
	
	text-align:  center;
	
	color:       #ee1c4b;
}

.lds-roller {
	position: relative;
	
	display:  inline-block;
	
	width:    64px;
	height:   64px;
}

.lds-roller div {
	transform-origin: 32px 32px;
	animation:        lds-roller 1.2s cubic-bezier(.5, 0, .5, 1) infinite;;
}

.lds-roller div:after {
	position:      absolute;
	
	display:       block;
	
	width:         6px;
	height:        6px;
	margin:        -3px 0 0 -3px;
	
	content:       ' ';
	
	border-radius: 50%;
	background:    #ee1c48;;
}

.lds-roller div:nth-child(1) {
	animation-delay: -36ms;
}

.lds-roller div:nth-child(1):after {
	top:  50px;
	left: 50px;
}

.lds-roller div:nth-child(2) {
	animation-delay: -72ms;
}

.lds-roller div:nth-child(2):after {
	top:  54px;
	left: 45px;
}

.lds-roller div:nth-child(3) {
	animation-delay: -108ms;
}

.lds-roller div:nth-child(3):after {
	top:  57px;
	left: 39px;
}

.lds-roller div:nth-child(4) {
	animation-delay: -144ms;
}

.lds-roller div:nth-child(4):after {
	top:  58px;
	left: 32px;
}

.lds-roller div:nth-child(5) {
	animation-delay: -.18s;
}

.lds-roller div:nth-child(5):after {
	top:  57px;
	left: 25px;
}

.lds-roller div:nth-child(6) {
	animation-delay: -216ms;
}

.lds-roller div:nth-child(6):after {
	top:  54px;
	left: 19px;
}

.lds-roller div:nth-child(7) {
	animation-delay: -252ms;
}

.lds-roller div:nth-child(7):after {
	top:  50px;
	left: 14px;
}

.lds-roller div:nth-child(8) {
	animation-delay: -288ms;
}

.lds-roller div:nth-child(8):after {
	top:  45px;
	left: 10px;
}

@keyframes lds-roller {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}

.interest-page .mail span {
	color: red;
}

.interest-page .mail .more {
	padding:         7px 10px;
	
	text-decoration: none;
	
	color:           #fff;
	background:      #ee1c48;;
}

.interest-page .mail .more:hover {
	cursor:          pointer;
	text-decoration: none;;
}

.interest-page .mail .more.active {
	transform: scale(1.05);
}

.interest-page .mail .more-shown {
	display:       none;
	
	margin-bottom: 25px;
}

.interest-page .mail input[type=checkbox] {
	margin:         0;
	
	vertical-align: middle;;
}

.interest-page .mail input:focus {
	border-color: rgba(219, 219, 219, 1);
}

.inputNumber input {
	line-height: 24px;
	padding:     0 0 0 10px;
	color:       #3c3c3c;
	border:      1px rgba(219, 219, 219, .6) solid;
}

.interest-page .mail input[type=number],
.interest-page .mail input[type=tel],
.interest-page .mail input[type=text],
.interest-page .mail textarea {
	box-sizing: border-box;
	width:      calc(100%);
	margin-top: 10px;
	padding:    0 0 0 10px;
	color:      #3c3c3c;
	border:     1px rgba(219, 219, 219, .6) solid;
}

.interest-page .mail input[type=number],
.interest-page .mail input[type=tel],
.interest-page .mail input[type=text] {
	line-height: 33px;
	
	height:      33px;
}

.interest-page .mail input[value=''] {
	color: #000;
}

.interest-page .mail button,
.interest-page .mail input[type=submit] {
	
	display:         inline-block;
	font-size:       10px;
	
	font-weight:     700;
	float:           left;
	
	box-sizing:      border-box;
	height:          40px;
	margin:          0 5px;
	
	margin-top:      10px;
	padding:         7px 32px;
	cursor:          pointer;
	transition:      .24s ease;
	transition:      .24s ease;
	text-align:      center;
	text-decoration: none;
	color:           #fff;
	border:          1px rgba(219, 219, 219, .6) solid;
	background:      #ee1c48;
}

.interest-page .mail input[type=submit]:hover {
	transform: scale(1.05);
}

.interest-page .mail textarea {
	height:  60px;
	padding: 10px 0 10px 10px;
}

.interestPopUp {
	position:      fixed;
	top:           45%;
	
	left:          50%;
	display:       none;
	font-size:     22px;
	font-weight:   700;
	
	z-index:       10000;
	
	margin:        0 auto;
	padding:       50px;
	
	transform:     translate(-50%, -50%);
	text-align:    center;
	
	color:         #000;
	border:        1px solid #ee1c48;
	border-radius: 4px;
	background:    #fff;
	box-shadow:    2px 2px 10px 3px rgba(0, 0, 0, .45);
	
	box-sizing: border-box;
	
	width: calc(100% - 30px);
	max-width: 600px;
}

.interestPopUp * {
	box-sizing: border-box;
}

.interestPopUp .popup_close {
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
}

.interestPopUp .popup_share {
	-webkit-font-smoothing: subpixel-antialiased;
	font-size: 13px;
}

.interestPopUp .copy_url {
	display: flex;
	align-items: center;
	font-size: 13px;
	position: relative;
	margin-top: 16px;
	border: 1px solid #212121;
	padding-right: 16px;
	cursor: pointer;
}

.interestPopUp h2 {
	color: #212121;
}

.interestPopUp .share_buttons {
	display: flex;
	flex-flow: wrap row;
}

.interestPopUp .share_buttons > div {
	flex: 1 0 240px;
	border: 1px solid #212121;
}

@media screen and (max-width: 640px) {
	.interestPopUp .share_buttons > div {
		margin-left: 0!important;
		margin-top: 16px;
	}
}

.interestPopUp .share_buttons > div i {
	width: 32px;
	height: 32px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 16px;
	background: #212121;
	color: #fff;
}

.interestPopUp .share_buttons > div a {
	color: #212121;
	text-decoration: none;
	display: flex;
	align-items: center;
}

.interestPopUp .share_buttons > div:hover a {
	color: #ee1c48;
}

.interestPopUp .share_buttons > div + div {
	margin-left: 16px;
}

.interestPopUp .copy_url.copied::before {
	content: attr(data-copy);
	position: absolute;
	top: calc(100% + 6px);
	left: 0;
}

.interestPopUp .copy_url:hover span {
	color: #ee1c48;
}

.interestPopUp .copy_url .copy_span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	margin-right: 16px;
	background: #212121;
	color: #fff!important;
}

.goodsboxdiv .interest-icon {
	display: none;
}

.detail .interest-icon.detail span,
.goodsboxdiv .interest-icon span {
	position:   absolute;
	
	top:        4px;
	right:      5px;
	display:    inline-block;
	
	font-size:  10px;
	
	width:      16px;
	height:     16px;
	
	text-align: center;
	
	color:      #fff;
}

.detail .interest-icon.detail,
.goodsboxdiv.loved .interest-icon {
	position:  absolute;
	
	top:       5px;
	right:     5px;
	display:   block;
	
	font-size: 26px;
	
	color:     #ee1c48;;
}

.detail .shopcart.detail,
.goodsboxdiv .shopcart {
	position: absolute;
	top:      4px;
	right:    5px;
	
	display:  none;;
}

.detail .shopcart.detail {
	display: block;
}

.detail .shopcart.detail i,
.goodsboxdiv .shopcart i {
	position:  absolute;
	
	top:       5px;
	right:     5px;
	display:   block;
	
	font-size: 26px;
	
	color:     #ee1c48;;
}

.detail .shopcart.detail span,
.goodsboxdiv .shopcart span {
	position:   absolute;
	
	top:        7px;
	right:      8px;
	display:    inline-block;
	
	font-size:  10px;
	
	width:      16px;
	height:     16px;
	
	text-align: center;
	
	color:      #fff;
}

.goodsboxdiv.shopcart .shopcart {
	display: block;
}

.goodsboxdiv.loved .goodsbox-headerclean,
.goodsboxdiv.shopcart .goodsbox-headerclean {
	width: 190px;
}

.backButton {
	display:         inline-block;
	font-size:       10px;
	
	font-weight:     700;
	
	box-sizing:      border-box;
	width:           calc(100% / 3 - 10px);
	margin:          0 5px 25px;
	padding:         7px 0;
	
	cursor:          pointer;
	transition:      .24s ease;
	text-align:      center;
	text-decoration: none;
	
	color:           #fff;
	border:          0;
	background:      #ee1c48;
}

.backButton:hover {
	transform: scale(1.05);
	
	color:     #fff;;
}

.interest-page .inputNumber input {
	width: 50px;
}

.clearbox {
	clear: both;
}

.formWithNumber {
	position:            relative;
	
	border:              1px #ddd7db solid;
	background-image:    url(../design/rightbox-prechod.png);
	background-repeat:   repeat-x;
	background-position: top;;
}

.formWithNumber input[type=number] {
	line-height: 24px;
	
	width:       35px;
	
	text-align:  center;
	
	color:       #3c3c3c;
	border:      0;
	background:  0 0;
}

.formWithNumber input[type=number]::-webkit-inner-spin-button {
	opacity: 1;
}

.formWithNumber input[type=submit] {
	height:     25px;
	
	cursor:     pointer;
	
	color:      #ee1c48;
	border:     0;
	background: 0 0;;
}

.formWithNumber:hover input[type=submit] {
	color: #3c3c3c;
}

@media screen and (max-width: 980px) {
	.interest.separator {
		background-image: none;
	}
	
	#menudiv {
		flex-flow:  wrap row;;
		
		min-height: 42px;
	}
	
	#menudiv .nav-toggle {
		flex:   1;
		
		order:  1;
		margin: 13px 0 9px 20px;
	}
	
	.interest.shopping-cart {
		order: 5;
	}
	
	.interest.demand {
		order: 4;
		margin-left: auto;
	}
	
	.actual-responsive {
		order: 2;
	}
	
	#menudiv .dropdown {
		flex:  1 1 100%;
		order: 5;
	}
	
	#stranka_vnitrek {
		padding: 10px 0;
	}
}

@media screen and (max-width: 620px) {
	#menudiv .nav-toggle {
		flex:   0;;
		
		margin: 13px 20px 9px 20px;
	}
	
	a.products {
		font-family:     Verdana;
		font-size:       12px;
		
		font-weight:     700;
		
		order:           2;
		
		padding:         13px 0 9px 20px;
		text-decoration: none;
		
		color:           #fff;
		background:      #ff0036;
	}
	
	a.menu-filter {
		order: 3;
	}
	
	a.products.active {
		background: #d4002e;
	}
}
