.product {
	padding-top: 6.4em;
}

.product-title {
	margin-bottom: .1em;
}

.product-desc {
	color: #EA8A31;
	text-align: center;
	font-size: 1.06em;
}

.product .dropdowns {
	padding-top: .7em;
}

.product .dropdown-content-inner {
	padding-top: 1.1em;
	padding-bottom: 1.9em;
}

.indi__button {
	padding-left: 1.5em;
	padding-right: 1.3em;
}

/*for old dimensions*/

.dropdown-size .indi__button {
	padding-left: .8em;
}

/**/

/* for indi and geo only */

.dropdown-content-inner {
	position: relative;
}

.dropdown-content-iconturn {
	position: absolute;
	top: 50%;
	margin-top: -.75em;
	right: .75em;
	width: 1.5em;
	height: 1.5em;
	cursor:  pointer;
	background-image: url(/static/img/smile-icon.png);
	background-size: contain;
	background-position: center;
}

.dropdown-bottom-icons {
	display: flex;
	align-items: center;
	flex-wrap:  wrap;
	transition: height ease-in-out .5s;
	overflow: hidden;
}

.dropdown-bottom-icons span {
	font-size: 1.3em;
	width: 3em;
	flex:  0 0 16%;
	height: 2em;
	line-height: 2em;
	text-align: center;
	cursor:  pointer;
}

.dropdown-bottom-icons span:first-child {
	font-size: 0.9em;
}

.product-left-inner {
	position: sticky;
	position: -webkit-sticky;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.product-left-inner.mobile {
	display: none;
}

.dropdown-content-sideinput {
	display: none;
}

.dropdown-content-sideinput.active {
	display: block;
}

.indi__tight, .indi__wide, .indi__example {
	width: 31.5em;
	margin-top: 1em;
	-webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
	font-size: 20px;
	align-items: center;
	font-family: "BNGL", "Calibri", sans-serif;
	text-align: center;
	color: #2B2B2A;
}

.indi__tight span, .indi__tight.indi__back span {
	font-size: .58em;
	display: block;
}

.indi__wide span, .indi__wide.indi__back span {
	font-size: .58em;
	display: block;
}

.indi__tight {
 	height: 1em;
 	line-height: 1em;
 	background-image: url("/static/img/bracelet_140.svg");
}

.mobile .indi__tight {
 	background-image: url("/static/img/mobile_bracelet_140.svg");
}

.indi__tight.indi__back {
 	height: 1em;
 	line-height: 1em;
 	background-image: url("/static/img/bracelet_inside_140.svg");
}

.mobile .indi__tight.indi__back {
 	background-image: url("/static/img/mobile_bracelet_inside_140.svg");
}

.indi__wide {
 	line-height: 2em;
	height: 2em;
 	background-image: url("/static/img/bracelet_wise_140.svg");
}

.mobile .indi__wide {
 	background-image: url("/static/img/mobile_bracelet_wise_140.svg");
}

.indi__wide.indi__back {
 	line-height: 2em;
	height: 2em;
 	background-image: url("/static/img/bracelet_wise_inside_140.svg");
}

.mobile .indi__wide.indi__back {
 	background-image: url("/static/img/mobile_bracelet_wise_inside_140.svg");
}


.indi__button-big {
	width: auto;
	margin-right: .6em;
}

.indi__row-face, .indi__row-back {
	display: none;
}

.indi__row-face.active, .indi__row-back.active {
	display: block;
}

/*for old dimensions*/

.dropdown-size .indi__button-big {
	width: 1.5em;
	margin-right: .4em;	
}

/**/

.indi__button-right {
	flex-grow: 1;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.indi__bracelet {
	display: none;
}

.indi__bracelet.active {
	display: block;
}

/*new inputs coming*/

.indi__input {
	border: 1.5px solid #CACACA;
	margin-top: .6em;
	box-shadow: none;
	width: 100%;
	padding-left: 1em;
	border-radius: 5px;
	font-weight: 600;
	font-family: 'BNGL', 'Calibri', sans-serif;
	text-transform: uppercase;
	padding-right: 2em;
	line-height: 3.3em;
	font-size: 0.9em;
}

.indi__input::placeholder {
	color: #CACACA;
	font-weight: 500;
	text-transform: none;
	font-family: 'Calibri', Arial, sans-serif;
}

.indi__input:focus, .indi__input.active, .indigeo__coords-wrap.active {
	outline: none;
	border-color: #3B7DC2;
	color: #000;
}


@media(max-width: 768px){

	.custommenu__inner-sub {
		display: none;
	}

	.product > .inner {
		flex-direction: column;
	}

	.product-left {
		/*position: fixed;*/
		position: fixed;
		top:45px;
		left: 0;
		width: 100%;
		padding: 1em 0;
		/*height: 7.3em;*/
		height: 5.3em;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		background-color: #fff;
		border-bottom: 1px solid #898989;
		z-index: 900;
	}

	.product-left:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #fff
	}

	/* для закгруженного контента  */
	.loaded .product-left:after {
		display: none
	}

	.product-right {
		padding-top: 12.8em;
	}

	/*vizualizer*/
		.product {
			padding-top: 0px;
		}	
		.product-left-inner.mobile {
			position: static;
			width: 100%;
			height:150px;
		}/*vizualizer*/

	.indi__bracelet {
		font-size: 10.5px;
	}

	.product-title {
		display: none;
	}

	#indi .product-left-inner, #geo .product-left-inner {
		display: none;
	}

	#indi .product-left-inner.mobile, #geo .product-left-inner.mobile {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}

	/*.indi__tight {
		line-height: .8em
	}*/

	.indi__tight span, .indi__tight.indi__back span {
		font-size: 0.55em
	}

	.indi__tight:first-child, .indi__wide:first-child, .indi__example:first-child {
		margin-top: 0
	}
/*
	.indi__bottom.fixed .indi__sum-fixed {
		padding-right: 8px;
		background-color: #fff;
	}

	.indi__bottom.fixed .indi__price {
		margin-top: 0;
	}*/

	/*.indi__bracelet {
		font-size: 17px;
	}

	.indi__title {
		font-size: 1.7em;
	}

	.indi__button {
		font-size: 16px;
		margin: 0 .5em;
	}

	.indi__row-xs-1, .indi__row-xs-2 {
		flex-wrap: wrap;
	}

	.indi__row > div {
		flex: 0 0 100%;
		margin: 0;
		margin-top: .5em;
	}*/

}
/*
@media(max-width: 600px){

	.indi__bracelet {
		font-size: 14px;
	}

}

@media(max-width: 500px){

	.indi__bracelet {
		font-size: 12px;
	}

	.indi__right {
		font-size: 12px;
	}

}

@media(max-width: 420px){

	.indi__bracelet {
		font-size: 10px;
	}

	.indi__right {
		font-size: 10px;
	}

}*/