.product {
	padding-bottom: 2em;
	font-family: 'Calibri', sans-serif;
}

.product .inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

.product-left {
	flex-grow: 1;
}

.product-right {
	padding-right: .5em;
	padding-left: 2em;
	width: 26.8em;
	max-width: 100%;
	padding-top: .8em;
}

.product .dropdowns, .product .dropdown {
	width: 100%;
}

.product .dropdown {
	border-bottom: 1px solid #CACACA;
	padding: 1.45em 0;
	/*padding-top: 1.35em;*/
}

.product .dropdown-top {
	width: 100%;
	position: relative;
	cursor: pointer;
	user-select: none;
}

.product .dropdown-top > * {
	vertical-align: middle;
}

.product .dropdown-top > span {
	font-size: 1.2em;
	font-weight: 600;
}

.product .dropdown-top:after {
	position: absolute;
	top: .2em;right: -.1em;
	content: "";
	display: block;
	width: 1em;
	height: 1.2em;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(/static/img/arrow-down.svg);
	transition: transform linear .3s;
	-webkit-transform: rotate(180deg);
	   -moz-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	     -o-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.product .dropdown-functional .dropdown-top:after {
	display: none;
}

.product .dropdown-top.active:after {
	-webkit-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	     -o-transform: rotate(0deg);
	        transform: rotate(0deg);
}

.product .dropdown-content {
	overflow: hidden;
}

.product .dropdown-content-inner {
	padding-top: .2em;
	padding-bottom: 1.8em;
}

.product .dropdown a {
	text-decoration: none;
	color: #3B7DC2;
}

.product-title {
	text-align: center;
	font-size: 1.25em;
	margin-bottom: .45em;
}

.indi__button {
	margin-top: .75em;
	border: 1.5px solid #CACACA;
	padding: .7em;
	padding-left: .8em;
	color: #CACACA;
	flex: 2px 1 1;
	cursor: pointer;
	border-radius: 5px;
	-webkit-user-select: none;
 	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; 
}

.indi__button > * {
	display: inline-block;
	vertical-align: middle;
}

.indi__button-small {
	font-size: .96em;
}

.indi__button-spread {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.indi__button-big {
	font-size: 1.2em;
	margin-right: .4em;
	font-weight: 600;
	width: 1.5em;
	text-align: center;
	display: inline-block;
}

.indi__button-big {
	width: auto;
	margin-right: .6em;
}

/*for old dimensions*/

.dropdown-size .indi__button-big {
	width: 1.5em;
	margin-right: .4em;	
}

.indi__button.active {
	border: 1.5px solid #3B7DC2;
	color: #2B2B2B;
}

.indi__title-link {
	font-weight: 600;
	display: block;
	color: #317CEA;
	text-decoration: none;
}

.product-caption {
	color: #EA8A31;
	font-size: .88em;
	margin-top: .6em;
}

.product .dropdown-desc {
	font-size: 1.08em;
	font-weight: 500;
	padding-right: 1em;
	margin-top: 1.1em;
	line-height: 1.3em;
}

.product__size-link {
	position: relative;
	color: #3B7DC2;
	text-decoration: none;
	display: inline-block;
	margin-left: 1.2em;
	font-size: 1.06em;
}

/*bottom price buttton stuff*/

.indi__bottom .indi__sum-fixed {
	display: none;
}

.indi__bottom.fixed .indi__sum-fixed {
	position: fixed;
	bottom: 0;left: 0;width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	z-index: 100;
}

.indi__bottom.fixed .indi__sum-main {
	opacity: 0;
}

.product .indi__price {
	margin-top: 1em;
	left: 0;width: 100%;
	text-align: right;
	justify-content: flex-end;
}

.indi__price-button {
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	justify-content: flex-end;
	align-items: center;
	border-radius: .7em;
	background-color: #fff;
	font-weight: 600;
}

.indi__price-button > * {
	white-space: nowrap;
}

.indi__value {
	font-size: 1.4em;
	border: 1px solid #898989;
	border-radius: 5px;
	padding: .43em 1.7em;
	padding-right: 2em;
	color: #2B2B2A;
}

.indi__currency {
	margin-left: .1em;
}

.indi__buy {
	padding: .67em 2.1em;
	border-radius: 5px;
	font-size: 1.2em;
	cursor: pointer;
	margin-left: -.6em;
	background-color: #3B7DC2;
	color: #fff;
	height: 2.6em;
}

.indi__price-rightwrapper {
	width: 24.3em;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	padding: 1em 0;
	background-color: rgba(255,255,255,.9);
}

.fixed .indi__price-rightwrapper {
	width: 25.3em;
}


.indi__bottom {
	position: sticky;
	position: -webkit-sticky;
	bottom: 0;
}

/*end popup*/

@media(max-width: 768px){

	.product-left, .product-right {
		padding: 0;
		flex: 0 0 100%;
		width: 100%;
	}

	.product-right {
		padding: 0 1.45em;
		padding-top: 4.8em;
	}

	#indi.product .dropdowns, #geo.product .dropdowns {
		padding-top: 0;
	}

	.indi__value {
		padding-right: 1.6em;
		padding-left: 1.6em;
	}
}

@media(max-width: 450px){

	.indi__price-rightwrapper, .indi__price-button {
		width: 100%;
	}

	.indi__value, .indi__buy {
		flex-grow: 1;
		text-align: center;
	}

}


@media(max-width: 350px){

	.indi__price-button {
		font-size: 14px;
	}
}
