/* CSS Document */
@font-face {
    font-family: 'Arial';
    src: url('../Fonts/arial-webfont.woff2') format('woff2'),
         url('../Fonts/arial-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Futura';
    src: url('../Fonts/futura-webfont.woff2') format('woff2'),
         url('../Fonts/futura-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Times New Roman';
    src: url('../Fonts/times-webfont.woff2') format('woff2'),
         url('../Fonts/times-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'Monotype Corsiva';
  src: url('../Fonts/MonotypeCorsiva.eot?#iefix') format('embedded-opentype'),  
	  url('../Fonts/MonotypeCorsiva.woff') format('woff'), 
	  url('../Fonts/MonotypeCorsiva.ttf')  format('truetype'), 
	  url('../Fonts/MonotypeCorsiva.svg#MonotypeCorsiva') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'English Vivace';
    src: url('../Fonts/english111viva-webfont.woff2') format('woff2'),
         url('../Fonts/english111viva-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.test1 {
	font-family: 'Arial';
}
.test2 {
	font-family: 'Futura';
}
.test3 {
	font-family: 'Times New Roman';
}
.test4 {
	font-family: 'Monotype Corsiva';
}
.test5 {
	font-family: 'English Vivace';
}

.opacity-0 {
	opacity: 0;
}

/*-----------------------------------------------------------------------------------*/
/*  aside
/*-----------------------------------------------------------------------------------*/
.rendered-img,
.additions-block,
.bottom-nav {
	position: relative;
}
.rendered-img img {
	width: 100%;
	height: auto;
}
.view-mode {
	position: absolute;
	width: 30px;
	height:30px;
	right:5px;
	top:5px;
	background: url(../Images/view-to-multiple.svg) no-repeat center;
	background-size: contain;
	cursor: pointer;
	z-index: 21;
}
.view-mode.multiple {
	background-image: url(../Images/view-to-single.svg);
}
.focus-view {
	position: absolute;
	width: 30px;
	height:30px;
	left:5px;
	bottom:5px;
	background: url(../Images/focus-view.svg) no-repeat center;
	cursor: pointer;
	z-index: 21;
}
.download-obj {
	position: absolute;
	width: 30px;
	height: 30px;
	left: 40px;
	top: 5px;
	background: url("../Images/download-3d-as-obj.svg") no-repeat center center;
	cursor: pointer; 
	z-index: 21;
}
.category-7 .download-obj,
.category-8 .download-obj {
	display: none;
}
.screenshot-icon {
	display: none;
}
.category-4 .screenshot-icon,
.page-shows-shapediver-opject .screenshot-icon,
.three-d-print .screenshot-icon {
	display: inline-block;
	background: url("../Images/kamera.svg") center center no-repeat transparent;
	background-size: contain;
	width: 30px;
	height: 30px;
	position: absolute;
	cursor: pointer;
	z-index: 21;
	left: 5px;
	top: 5px;
}
.page-shows-shapediver-opject .roundturn-icon {
	display: inline-block;
	background: url("../Images/Rotate.svg") center center no-repeat transparent;
	background-size: contain;
	width: 30px;
	height: 30px;
	position: absolute;
	cursor: pointer;
	z-index: 21;
	right: 40px;
	top: 5px;
}
.page-shows-shapediver-opject .zoom-to-icon {
	display: inline-block;
	background: url("../Images/zoom-to.svg") center center no-repeat transparent;
	background-size: contain;
	width: 30px;
	height: 30px;
	position: absolute;
	cursor: pointer;
	z-index: 21;
	right: 5px;
	top: 5px;
}
.autozoom-icon {
	display: none;
}
.autozoom-icon.enabled {
	display: inline-block;
	background: url("../Images/autozoom.svg") center center no-repeat transparent;
	background-size: contain;
	width: 30px;
	height: 30px;
	position: absolute;
	cursor: pointer;
	z-index: 21;
	right: 5px;
	bottom: 5px;
}
.show-hide-stones {
	position: absolute;
	width: 30px;
	height: 30px;
	right: 5px;
	bottom: 5px;
	background: url("../Images/diamond-correct.svg") no-repeat center center;
	cursor: pointer;
	z-index: 21;
}
.rendered-img .canvas-container {
	width: 260px; 
	height: 260px;
}
.category-44 .rendered-img .canvas-container {
	width: 520px;
	height: 520px;
}
.popup-focus-view {
	overflow: hidden;
}
.popup-focus-view .rendered-img {
	position: static;
}
.popup-focus-view .rendered-img .canvas-container {
	position: absolute; 
	z-index: 20;
	left: 0; 
	top: 0; 
	width: 100%; 
	height: 100%;
	background-color: rgba(0,0,0,0.3);
}
.popup-focus-view .rendered-img canvas {
	width: 100% !important;
	height: 100% !important;
}
.popup-focus-view #userArea {
	display: none !important;
}
.additions-block {
	border: 1px solid #252525;
	padding: 25px 15px 15px;
	font-size: 10px;
}
.additions {
	width: 100%;
	text-align: right;
}
.toggle-additions-block {
	position: relative;
	overflow: visible;
	transition: all 0.2s ease;
}
.toggle-additions-block.closed {
	padding-bottom: 30px;
}
.toggle-additions-block span {
	position: absolute;
	display: block;
	cursor: pointer;
	right: 4px;
	top: 14px;
	width: 12px;
	height: 12px;
	z-index: 2;
}
.toggle-additions-block span::before,
.toggle-additions-block span::after {
	position: absolute;
	display: block;
	width: 0;
	top: 0px;
	content: "";
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid black;
	right: 0;
}
.toggle-additions-block span::after {
	border-top: 7px solid black;
	border-bottom: none;
	top: 10px;
}
#calc-with-overwrite {
	line-height: 1;
	padding: 0 4px;
}
#calc-with-overwrite span {
	display: inline-block;
	border: 5px solid black;
	border-radius: 50%;
	padding: 4px;
	margin: 4px 0 3px;
}
.additions tfoot{
	border-top: 1px solid #333;
	border-bottom: double #333 4px;
}
.table-icon {
	padding-left:28px;
	width: 30px;
	height:30px;
}
.table-icon_weight {
	background: url(../Images/weight.svg) no-repeat left;
	background-size: 20px;
}
.table-icon_facon {
	background: url(../Images/facon.svg) no-repeat left;
	background-size: 20px;
}
.additions-block, .bottom-nav {
	margin-bottom: 10px;
}
textarea.notes {
	margin-bottom: 10px;
	width: 100%;
	height: 100px;
	padding: 2px 6px;
}
.profile-outer,
.brilliant-outer,
.select-outer {
	-ms-flex-preferred-size: 50px;
	flex-basis: 50px;
	padding: 4px 16px;
	cursor:pointer;
	-ms-flex-item-align: center;
	align-self: center;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	line-height: 2;
}
.select-outer.is-shapediver-select {
	-ms-flex-preferred-size: unset;
	flex-basis: unset;
}
.category-39 .select-outer,
.category-40 .select-outer,
.category-41 .select-outer {
	padding: 4px 12px;
}
.profile-outer:hover,
.profile-outer.active,
.material-outer:hover,
.material-outer.active,
.brilliant-outer:hover ,
.brilliant-outer.active,
.select-outer:hover,
.select-outer.active {
	background-color: #fff;
}
.profile,
.brilliant {
	height: 30px;
	width: 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: inline-block;
}
.attribute-type-title {
	-ms-flex-item-align: center;
	align-items: center;
	line-height: 40px;
	text-transform: none;
	padding: 0px 10px;
	flex-basis: 60px;
	border-right: 1px solid black;
	display: flex;
}
.category-41 .header-main_form .attribute-type-title,
.category-40 .header-main_form .attribute-type-title {
	display: none;
}
.startborder {
	border-left: 1px solid black;
}
.attribute-type-title + .startborder,
.startborder + .startborder {
	display: none;
}
.category-41 .startborder {
	width: 100%;
}
.material-outer {
	height: 40px;
	padding: 8px 16px;
	cursor: pointer;
	-ms-flex-item-align: center;
	align-self: center;
}
.material {
	height:24px;
	width: 24px;
	text-transform: uppercase;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
}
.material:last-child {
	margin-right:0;
}
.header-main.header-main_brilliant {
    border: none;
    justify-content: space-around;
	margin-bottom: 29px;
	border: 1px solid #000;
}
.brilliant-outer {
    flex-basis: 100px;
    background-color: #C3C3C3;
	font-size: 12px;
}
.brilliant {
    width: 90px;
    height: 45px;
    background-size: 90px;
}
.brilliant-outer[data-attrib-uid="43"] .brilliant {
    background-size: 33px;
}
.brilliant-outer[data-attrib-uid="44"] .brilliant,
.brilliant-outer[data-attrib-uid="45"] .brilliant {
    background-size: 44px;
}
.brilliant-fields .SVG {
    margin-top: 90px;
}

.tx-pnlocher .product-form {
	display: flex;
}
.tx-pnlocher .hidden-attribute {
	display: none;
}
.tx-pnlocher .product-form .relative {
	text-align: center;
	display: block;
}
.tx-pnlocher #userArea {
	position: relative;
	margin-top: 70px;
	margin-bottom: 70px;
	min-height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.tx-pnlocher .category-44 #userArea {
	margin-top: 20px;
	margin-bottom: 20px;
	min-height: unset;
	max-width: 260px;
}
.tx-pnlocher #userArea label {
	font-weight: bold;
	margin-bottom: 0;
}
.tx-pnlocher #userArea .fix_proportions label,
.tx-pnlocher #userArea .center-drill label {
	font-weight: normal;
}
.tx-pnlocher #userArea input[type=number],
.tx-pnlocher #userArea input[type=text] {
	margin: 0 auto 4px;
	width: 90px;
}
.nach-mass-form .main-content > * {
	display: none;
}
.is-dragover {
	background-color: rgba(255,255,255,0.3);
	transition: all 0.2s;
}
/* special text-color for Carbon */
.material-28 {
	color: white;
}
.profile-svg {
	width: 500px;
	height: 125px;
	fill-rule:evenodd;
	clip-rule:evenodd;
	stroke-linejoin:round;
}
#userArea svg * {
	fill: #000;
	stroke-width: 0.3px; 
	stroke: #000;
}
#userArea svg.custom_sheet * {
	stroke-width: 0;
}
#userArea .hidden {
	visibility: hidden;
	display: block !important;
	overflow: hidden;
	height: 0;
	width: 0;
}
.rendered-img-wrapper-right {
	overflow: hidden;
	width: 260px;
	height: 260px;
	margin-bottom: 10px;
}
.rendered-img {
	background: #000;
	width: 260px;
	height: 260px;
}
.unit {
    position: absolute;
    bottom: 4px;
    left: calc(50% - 4px);
    font-size: 0.75rem;
}

/* slider */
.rangeslider-wrapper {
	position: absolute;
}
.rangeslider-wrapper.position-below {
	width: 500px;
	left: 49px;
	bottom: -23px;
}
.rangeslider-wrapper::before,
.rangeslider-wrapper::after {
    content: "";
    height: 15px;
    width: 2px;
    display: block;
    position: absolute;
    background: black;
    top: 3px;
}
.rangeslider-wrapper::before {
	left: 0;
}
.rangeslider-wrapper::after {
	right: 0;
}
.B .rangeslider-wrapper.position-below::before,
.Dm .rangeslider-wrapper.position-below::before, 
.sheet_length_custom .rangeslider-wrapper.position-below::before,
.wirerod_length .rangeslider-wrapper.position-below::before {
    left: 162px;
}
.B .rangeslider-wrapper.position-below::after,
.Dm .rangeslider-wrapper.position-below::after,
.sheet_length_custom .rangeslider-wrapper.position-below::after,
.wirerod_length .rangeslider-wrapper.position-below::after {
	right: -162px;
}
.rangeslider-wrapper.position-none {
	display: none;
}
.rangeslider-wrapper.position-right {
	transform: rotate(90deg);
	right: 53px;
	left: unset;
	top: 21px;
	width: 75px;
	bottom: unset;
}
.rangeslider-wrapper.position-left {
	transform: rotate(-90deg);
}
.D .rangeslider-wrapper.position-left,
.sheet_width_custom .rangeslider-wrapper.position-left {
	left: 21px;
	top: 22px;
	width: 125px;
}
.rondiste_height .rangeslider-wrapper.position-right {
	right: 65px;
	transform: rotate(-90deg);
}
.rangeslider {
	-webkit-appearance: none;
	appearance: none;
	/*outline: none;
	opacity: 1;
	transition: opacity .2s;*/
	border: 1px solid transparent;
	width: 100%;
	background: transparent;
	cursor: pointer;
}
.rangeslider-wrapper.position-below .rangeslider {
	margin-left: 162px;
}
/* (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.rangeslider::-webkit-slider-runnable-track {
    width: 100%;
    height: 1px;
    background: #000;
    border: none;
	position: relative;
    top: -4px;
}
.rangeslider:focus::-webkit-slider-runnable-track {
    background: #333;
}
.rangeslider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
	width: 14px;
	height: 14px;
	background: #EBEBEB;
	cursor: pointer;
	border-radius: 50%;
	border: 4px solid #000;
	position: relative;
    top: -7px;
}
.rangeslider::-moz-range-track {
    width: 100%;
    height: 1px;
    background: #000;
    border: none;
}
.rangeslider::-moz-range-thumb {
	width: 6px;
	height: 6px;
	background: #EBEBEB;
	cursor: pointer;
	border-radius: 50%;
	border: 4px solid #000;
}
.rangeslider:focus {
   outline: none;
}
.rangeslider:-moz-focusring{
    outline: 1px solid white;
    outline-offset: -1px;
}
.rangeslider::-ms-track {
    width: 100%;
    height: 1px;
    background: transparent;
    border-color: transparent;
    border-width: 6px 0;
    color: transparent;
	cursor: pointer;
}
.rangeslider::-ms-fill-lower {
    background: #000;
    border-radius: 10px;
}
.rangeslider::-ms-fill-upper {
    background: #333;
    border-radius: 10px;
}
.rangeslider::-ms-thumb {
	border-radius: 50%;
	border: 4px solid #000;
    background: #EBEBEB;
	height: 8px;
	width: 8px;
}
.rangeslider:focus::-ms-fill-lower {
    background: #333;
}
.rangeslider:focus::-ms-fill-upper {
    background: #777;
}

.rendered-img .rangeslider-wrapper {
	position: absolute;
	bottom: 8px;
	right: 6px;
	width: 75px;
	z-index: 21;
}
.rendered-img .rangeslider::-webkit-slider-thumb {
	width: 10px;
	height: 10px;
	background: #d4d4d4;
	border: 3px solid #000;
    top: -4px;
}

.rendered-img .rangeslider::-moz-range-thumb {
	width: 4px;
	height: 4px;
	background: #d4d4d4;
	border: 3px solid #000;
}
.rendered-img .rangeslider::-ms-thumb {
	width: 6px;
	height: 6px;
	background: #d4d4d4;
	border: 3px solid #000;
}
.B,
.Dm,
.sheet_length_custom,
.GrNr,
.brilliant_diameter,
.carat,
.sheet_thickness_custom,
.wirerod_length,
.drill_position_length_custom_sheet {
	position: absolute;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	flex-flow: column;
	align-content: flex-start;
	align-items: center;
}
.B,
.Dm,
.sheet_length_custom {
	top: -80px;
}
.GrNr,
.brilliant_diameter,
.carat,
.sheet_thickness_custom,
.wirerod_length {
	bottom: -80px;
}
.D, .sheet_width_custom {
	position: absolute; 
	top: 64px; 
	left: 68px;
	display: flex;
	justify-content: center;
	flex-flow: column;
	align-content: flex-start;

}
.tx-pnlocher #userArea .D input[data-name="_D_"],
.tx-pnlocher #userArea .ba input[data-name="_ba_"],
.tx-pnlocher #userArea .bk input[data-name="_bk_"],
.tx-pnlocher #userArea .bi input[data-name="_bi_"],
.tx-pnlocher #userArea .H input[data-name="_H_"],
.tx-pnlocher #userArea .L1 input[data-name="_L1_"],
.tx-pnlocher #userArea .L2 input[data-name="_L2_"],
.tx-pnlocher #userArea .randa input[data-name="_randa_"],
.tx-pnlocher #userArea .randb input[data-name="_randb_"],
.tx-pnlocher #userArea .k input[data-name="_k_"],
.tx-pnlocher #userArea .bs input[data-name="_bs_"],
.tx-pnlocher #userArea .brilliant_distance input[data-name="_brilliant_distance_"],
.tx-pnlocher #userArea .brilliant_diameter input[data-name="_brilliant_diameter_"],
.tx-pnlocher #userArea .brilliants_amount input[data-name="_brilliants_amount_"],
.tx-pnlocher #userArea .sheet_length_custom input[data-name="_sheet_length_custom_"],
.tx-pnlocher #userArea .sheet_width_custom input[data-name="_sheet_width_custom_"],
.tx-pnlocher #userArea .sheet_thickness_custom input[data-name="_sheet_thickness_custom_"] {
	width: 72px;
}
.tx-pnlocher #userArea .rondiste_height input[data-name="_rondiste_height_"] {
	width: 90px;
}
.carat {
	bottom: -170px;
}
.carat .unit {
    left: calc(50% + 10px);
}
.brilliant_diameter {
	bottom: -73px;
}
.GrNr > input {
    text-align: right;
}
.GrNr > .unit {
	top: 24px;
	left: calc(50% - 37px);
}
.GrNr > input ~ input {
    text-align: left;
	width: 110px !important;
	padding-left: 25px;
}
.GrNr > .unit ~ .unit {
	top: unset;
	left: calc(50% + 12px);
}
.GrNr > .unit ~ .unit::before {
    content: "Ø";
    display: inline-block;
    position: absolute;
    left: -60px;
}
.GrNr .rangeslider-wrapper,
.sheet_thickness_custom .rangeslider-wrapper {
    width: 260px;
	left: calc(50% - 130px);
}
.GrNr .rangeslider-wrapper.position-below .rangeslider,
.sheet_thickness_custom .rangeslider-wrapper.position-below .rangeslider {
    margin-left: 0;
}
.ba, .bk {
	position: absolute; 
	top: -20px;
	right: 60px;
	display: flex;
	justify-content: center;
	flex-flow: column;
	align-content: flex-start;
}
.bi {
	position: absolute; 
	bottom: -2px;
	right: 60px;
	display: flex;
	justify-content: center;
	flex-flow: column;
	align-content: flex-start;
}
.bi .rangeslider-wrapper.position-right {
	transform: rotate(-90deg);
	z-index: 12;
	right: 47px;
}
.bi .rangeslider-wrapper.position-right:not(*:root) {
    right: 50px;
}
.H,
.rondiste_height {
	position: absolute; 
	top: 65px;
	right: 60px;
	display: flex;
	justify-content: center;
	flex-flow: column;
	align-content: flex-start;
}
.rondiste_height {
	right: 42px;
}
.rondiste_height label {
    position: relative;
    width: 72px;
	white-space: nowrap;
}
.rondiste_height .addon {
	position: absolute;
	right: 40px;
	top: 47px;
}
.reset-rondiste-height {
    position: absolute;
    top: 47px;
    left: 0;
	cursor: pointer;
}
.L1, .L2, .randa, .randb, .brilliant_distance {
	position: absolute;
	top: -16px;
	left: 425px;
	display: flex;
	justify-content: center;
	flex-flow: column;
	align-content: flex-start;
}
.P10 .L1 {
	left: 366px;
}
.brilliant-fields .L1 {
    top: -90px;
    left: 298px;
}
.L2 {
	left: 485px;
}
.P13 .L1 {
    left: 382px;
}
.P13 .L2 {
    left: 466px;
}
.P13 .randa {
    left: 227px;
}
.P13 .randb {
    left: 627px;
}
.brilliant-fields .L2 {
	left: 550px;
	top: -90px;
}
.brilliant-fields .randa {
    left: 181px;
    top: -90px;
}
.brilliant-fields .randb {
    top: -90px;
    left: 667px;
}
.L1 label, 
.L2 label, 
.randa label, 
.randb label {
    margin-right: 4px;
}
.L1 .rangeslider-wrapper.position-below,
.L2 .rangeslider-wrapper.position-below,
.randb .rangeslider-wrapper.position-below,
.brilliant_distance .rangeslider-wrapper.position-below {
    bottom: 5px;
	left: -155px;
    width: 145px;
	transform: rotate(180deg);
}
.L2 .rangeslider-wrapper.position-below,
.brilliant_distance .rangeslider-wrapper.position-below {
	left: 81px;
}
.P10 .L1 .rangeslider-wrapper.position-below,
.P13 .L1 .rangeslider-wrapper.position-below {
    transform: rotate(0);
	bottom: 0;
}
.P11 .L1 {
    left: 542px;
}
.P12 .L1 {
    left: 366px;
}
.P11 .L1 .rangeslider-wrapper.position-below {
    transform: rotate(0);
    bottom: 0;
}
.P13 .L1 .rangeslider-wrapper.position-below {
    width: 70px;
	left: -75px;
}
.P11 .L1 .rangeslider-wrapper.position-below:not(*:root),
.P10 .L1 .rangeslider-wrapper.position-below:not(*:root),
.P13 .L1 .rangeslider-wrapper.position-below:not(*:root),
.P13 .randa .rangeslider-wrapper.position-below:not(*:root),
.P13 .randb .rangeslider-wrapper.position-below:not(*:root) {
    bottom: 4px;
}
.P13 .L2 .rangeslider-wrapper.position-below {
    width: 70px;
}
.P13 .randa .rangeslider-wrapper.position-below {
    bottom: 0;
    left: -61px;
	width: 55px;
}
.P13 .randb .rangeslider-wrapper.position-below {
    left: 77px;
    width: 55px;
}
/*.P12 .L1 .rangeslider-wrapper.position-below {
    transform: rotate(0);
    bottom: 10px;
}*/
.P12 .L2 .unit,
.brilliant_distance .unit {
    left: 32px;
}
.L1 .rangeslider-wrapper.position-below .rangeslider,
.L2 .rangeslider-wrapper.position-below .rangeslider,
.randa .rangeslider-wrapper.position-below .rangeslider,
.randb .rangeslider-wrapper.position-below .rangeslider,
.k .rangeslider-wrapper.position-below .rangeslider,
.bs .rangeslider-wrapper.position-below .rangeslider,
.brilliant_distance .rangeslider-wrapper.position-below .rangeslider,
.brilliant_diameter .rangeslider-wrapper.position-below .rangeslider,
.drill .rangeslider-wrapper.position-below .rangeslider,
.brilliant_angle .rangeslider-wrapper.position-below .rangeslider {
	margin-left: 0;
}
.L2 .unit {
    left: 32px;
}
.k, .bs, .distance, .brilliants_amount, .drill, .brilliant_angle {
    position: absolute;
	z-index: 13;
    bottom: -73px;
	right: 228px;
	display: flex;
	justify-content: center;
	flex-flow: column;
	align-content: flex-start;
}
.brilliant-fields .B {
	top: -90px;
}
.distance {
	bottom: -126px;
	right: 217px;
}
.brilliant_angle {
    right: 100px;
    bottom: -126px;
}
.brilliant_angle .unit {
	left: 68%;
}
.k .rangeslider-wrapper.position-below,
.bs .rangeslider-wrapper.position-below {
    width: 90px;
    left: 0;
	transform: rotate(180deg);
	bottom: -24px;
}
.brilliant_diameter .rangeslider-wrapper.position-below, 
.drill .rangeslider-wrapper.position-below,
.brilliant_angle .rangeslider-wrapper.position-below {
    width: 90px;
    left: calc(50% - 47px);
	bottom: -30px;
}
.drill .rangeslider-wrapper.position-below {
	left: -10px;
}
.distance_unit {
	display: none;
}
.distance_unit_wrapper {
	display: none;
    bottom: -18px;
    width: 100px;
    left: 50%;
    margin-left: -50px;
    position: absolute;
}
.distance_unit_wrapper span {
    display: inline-block;
    background-color: #C3C3C3;
    width: 34px;
    height: 21px;
    font-size: 11px;
    line-height: 11px;
    padding: 5px;
    margin: 3px;
	cursor: pointer;
}
.distance_unit_wrapper span.active {
	background-color: white;
}
.drill {
    bottom: unset;
    top: -90px;
    right: 54px;
}
.tx-pnlocher #userArea .drill input[type="number"] {
    width: 70px;
}
.drill .unit {
    left: 26px;
}

.GrNr [data-name=_D_] ~ .rangeslider-wrapper {
	left: calc(50% - 110px);
}
.GrNr [data-name=_D_] ~ .rangeslider-wrapper .rangeslider {
	width: 75px;
}
#outer-diameter {
    position: absolute;
    left: 68px;
	top: -16px;
    width: 72px;
	display: flex;
	justify-content: center;
	flex-flow: column;
}
#outer-diameter input {
	width: 100%;
}
#outer-diameter .unit {
    bottom: 1px;
    left: 47px;
}
.placeholder-fileupload {
	position: relative;
	width: 200px;
	margin: 0 auto;
}
.minusmargintop .canvas-container {
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
.engraving-select, .engraving-select {
	display: inline-block;
	width: 88px;
	height: 64px;
	margin: 10px;
	margin-bottom: 50px;
	cursor: pointer;
}
.engraving-select-font {
	background: url("../Images/engraving-select-font.svg") center center no-repeat;
	background-size: 70% auto;
	background-color:  #C3C3C3;
}
.engraving-select-file {
	background: url("../Images/engraving-select-file.svg") center center no-repeat;
	background-size: 70% auto;
	background-color:  #C3C3C3;
}
.engraving-select.selected {
	background-color:  #fff;
}
.engraving-fields {
	text-align: left;
}
.engraving-fields .row {
	margin-top: 2px;
	margin-bottom: 2px;
}
.engraving-fields input,
.engraving-fields select,
.tx-pnlocher #userArea .text_height input[type="number"] {
	width: 100%;
	padding: 2px 5px;
}
.engraving-fields input[type="file"],
.engraving-fields input[type="checkbox"] {
	width: auto;
}
.engraving-canvas-container {
	z-index: 200;
	position: relative;
}
.only-canvas .canvas-container canvas:first-child {
	/* opacity: 0; */
}
.tx-pnlocher #userArea .text_engraving input {
	margin: 0;
	width: 100%;
}
.text_height {
	position: relative;
}
.text_height .unit {
	left: unset;
	right: 43px;
}
.text_height_label {
    text-align: right;
}
.set_engraving, .set_brilliants {
	visibility: hidden;
}

/* favorites */
.favorites .new-folder {
    margin-bottom: 30px;
    font-size: 1.1rem;
}
.favorites .new-folder i {
    margin-right: 10px;
}
.favorite-folder > div {
	padding: 7px 0;
}
.favorite-folder > div:hover {
    background-color: white;
}
.favorite-folder .title {
	cursor: pointer;
	border-bottom: 1px solid #C1C1C1;
}
.favorite-folder .favorite-product {
	border-bottom: 1px solid #C1C1C1;
}
.favorite-folder ul,
.favorite-folder .favorite-product {
	display: none;
}
.favorite-folder.open > ul,
.favorite-folder.open > .favorite-product {
	display: block;
}
.favorites .title {
	font-size: 1.1rem;
}
.favorites .form-inline > div {
	display: inline;
}
.favorites ul {
    padding: 0;
    list-style: none;
}
.favorite-folder .favorite-folder .title {
    padding-left: 40px;
}
.favorite-folder .favorite-folder .favorite-folder .title {
    padding-left: 80px;
}
.favorite-folder .favorite-folder .favorite-folder .favorite-folder .title {
    padding-left: 120px;
}
.favorite-folder .fas {
    padding-right: 10px;
}
.favorite-folder .favorite-product {
    padding-left: 40px;
	position: relative;
}
.favorite-product input[type='checkbox'] {
	position: absolute;
	right: 40px;
	top: 12px;
}
.favorite-folder .favorite-folder .favorite-product {
    padding-left: 80px;
}
.favorite-folder .favorite-folder .favorite-folder .favorite-product {
    padding-left: 120px;
}
.favorites .fa-list {
    float: right;
	position: relative;
	cursor: pointer;
	margin-top: 2px;
}
.favorites .favorite-product .fas.fa-list {
    font-size: 1.1rem;
}
.favorite-popup {
	position: absolute;
	background-color: #D2D2D2;
	display: none;
	z-index: 2;
	min-width: 275px;
	top: 20px;
	right: 8px;
	padding: 0;
	border-left: 1px solid white;
	border-right: 1px solid white;
}
.open > .favorite-popup {
	display: block;
}
.favorite-popup a {
    display: block;
    font-weight: 300;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 1rem;
	border-bottom: 1px solid white;
	padding: 7px 10px;
}
.favorite-popup a:first-child {
    border-top: 1px solid white;
}
.multiple-selected .favorite-popup .config-link,
.multiple-selected .favorite-popup .rename-link {
	display: none;
}

.modal label {
    margin-bottom: 0;
    margin-top: .5rem;
}
.modal input, .modal textarea, .modal select {
    display: block;
    border: 1px solid #333;
    border-radius: 3px;
    width: 100%;
}
.custom-fa-configurator {
	background: url("../Images/config.svg") center 6px no-repeat;
	width: 18px;
	height: 16px;
	display: inline-block;
	margin-right: 10px;
}
.custom-fa-configurator.big {
	width: 27px;
	height: 24px;
	margin-right: 0;
}


.btn-center-engraving,
.btn-delete-engraving {
	background: url("../Images/center-engraving.svg") center top no-repeat;
	border: none;
	background-size: 30px;
	padding-top: 34px;
	font-size: 11px;
	margin-right: 5px;
}
.btn-center-engraving {
    margin-right: 28px;
}
.btn-delete-engraving {
	background: url("../Images/delete-engraving.svg") center top no-repeat;
	background-size: 27px;
	float: right;
}
.btn-export-as-svg {
	float: left;
	display: none;
}
select[data-name="_font_"] [value="0"] {
	font-family: 'Arial';
}
select[data-name="_font_"] [value="1"] {
	font-family: 'Futura';
}
select[data-name="_font_"] [value="2"] {
	font-family: 'Times New Roman';
}
select[data-name="_font_"] [value="3"] {
	font-family: 'Monotype Corsiva';
}
select[data-name="_font_"] [value="4"] {
	font-family: 'English Vivace';
}


/***************************************************/
/*
/* Checkout
/***************************************************/
.cart,
.cart-table {
	width: 100%;
}
.cart-table, .shopping-cart-totals-table {
    border: 1px solid #C3C3C3;
	min-width: 33.33%;
}
.cart-table th, .shopping-cart-totals-table th, 
.cart-table td, .shopping-cart-totals-table td {
    border-bottom: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
	padding: 5px;
}
.product-title {
	font-size: 1.15rem;
	font-weight: bold;
}
.shopping-cart-totals {
    display: flex;
    justify-content: space-between;
	margin-top: 10px;
}
.shopping-cart-totals textarea {
    width: 60%;
	padding: 2px 10px;
}
.cart-contact-form {
    margin-top: 30px;
}

.confirm_engraving, 
.confirm_drill {
    position: absolute;
    left: -90px;
    height: 85px;
}

.responsibility-mark {
    width: 60px;
    height: auto;
    background: white;
    padding: 6px;
}
.confirm_responsibility_mark, 
.confirm_carbon_wrapping,
.margin-calculator {
	display: flex;
	width: 64px;
	flex-direction: column;
	justify-content: center;
	min-height: 72px;
	align-items: center;
	float: right;
	cursor: pointer;
	line-height: 0.9;
	font-size: 11px;
}
.confirm_responsibility_mark .image,
.confirm_carbon_wrapping .image,
.margin-calculator .image {
	background-color: #C3C3C3 !important;
	padding: 4px 0;
	height: 58px;
	width: 58px;
	margin-bottom: 10px;
}
.confirm_responsibility_mark.active .image,
.confirm_carbon_wrapping.active .image,
.margin-calculator.active .image {
	background-color: white !important;
}
.respMarkImage {
	background: url("../Images/VM750.svg") center center no-repeat transparent;
	background-size: 50px auto;
}
.confirm_carbon_wrapping {
	position: absolute;
	right: -22px;
	top: -77px;
	z-index: 3;
	font-size: 8px;
}
.confirm_carbon_wrapping .image.carbonWrappingImage {
	background: url("../Images/carbon-wrapping.svg") center center no-repeat #C3C3C3;
	background-size: 42px auto;
    width: 50px;
    height: 50px;
}

.margin-calculator {
	float: none;
	margin: -30px auto 0 auto;
	font-size: 14px;
	width: 140px;
	flex-direction: row;
	justify-content: flex-start;
	min-height: 0;
}
.margin-calculator .image.marginCalcImage {
	background: url("../Images/percent.svg") center center no-repeat transparent;
	background-size: 50px auto;
	margin-bottom: 0;
	margin-right: 10px;
}
#margin-calculator-checkbox {
	visibility: hidden;
}
.margin-calculator-table td {
	text-align: left;
	padding-right: 10px;
	margin-bottom: 10px;
}
.margin-calculator-table .bold {
	font-weight: bold;
}
.margin-calculator-table .margins-field-wrapper {
	width: 100px;
	position: relative;
}
.margin-calculator-table .percent-absolute {
	position: absolute;
	right: 35px;
	top: 15px;	
}
.margin-calculator-table .currency-absolute {
    position: absolute;
    left: -40px;
    top: 8px;
}

.hide-rangeslider .rangeslider-wrapper {
	display: none;
}
input[disabled],
input[readonly]{
    background-color: #DBDBDB;
}
input.rangeslider[readonly]{
    background-color: transparent;
}

/* Locher Service Plus */
.if-with-margin-calc-1 .d-none-with-margin-calc {
	display: none;
}
/* manual */
.if-with-margin-calc-1 #page-id-45,
.if-with-margin-calc-1 #page-id-24,
.if-with-margin-calc-1 #page-id-150,
.if-with-margin-calc-1 .top-nav > ul > li,
.if-with-margin-calc-1 .header-middle a,
.if-with-margin-calc-1 #telefon-in-header,
.if-with-margin-calc-1 .nav-menu_submenu > li {
	display: none;
}
/* hide content of page "Ring" => only the subpage ring configurator should be usable */
.if-with-margin-calc-1#pid-7 .main-content {
	display: none;
}
/* ring configurator */
.if-with-margin-calc-1 .top-nav > ul > li:first-child,
.if-with-margin-calc-1 .nav-menu_submenu > li:first-child {
	display: block;
}
img.locherservice-plus {
	max-width: 80%;
	height: auto;
	margin-bottom: 20px;
}
.text-activate-locherservice-plus {
	display: none;
	padding-bottom: 20px;
}
.btn-activate-locherservice-plus .second-state {
	display: none;
}

/* sheets */
.category-8 .profile-svg,
.category-7 .profile-svg,
.category-6 .profile-svg {
    width: 200px;
    height: 200px;
}
.category-8 .focus-view,
.category-7 .focus-view,
.category-6 .focus-view,
.category-8 .view-mode,
.category-7 .view-mode,
.category-6 .view-mode {
	display: none;
}
#SVG-engraving-custom-sheet .profile-svg {
	width: 100%;
	height: 100%;
}
.sheet_thickness input,
.sheet_thickness .unit
{
	display: none;
}
.sheet_thickness {
    display: flex;
    align-items: center;
}
.sheet_thickness .chooser {
    display: flex;
	align-items: center;
}
.sheet_thickness .choose {
    display: inline-block;
	margin-left: 50px;
}
.sheet_thickness .choose label {
    display: block;
}
.sheet_thickness .shape {
    display: inline-block;
    width: 100px;
    background-color: #C3C3C3;
	cursor: pointer;
}
.sheet_thickness .shape.active {
	background-color: #fff;
}

/* blech nach mass */
.product-form.category-6 .profile-outer .attribute-name {
	display: none;
}
.fix_proportions,
.center-drill {
    position: absolute;
    left: 99px;
    top: -78px;
    width: 100px;
}
.drill_position_width_custom_sheet {
	position: absolute;
	left: 620px;
	top: 41px;
	width: 100px;
}
.drill_position_width_custom_sheet .rangeslider-wrapper {
	top: 44px;
	right: 40px;
	width: 150px;
}
.drill_custom_sheet {
	position: absolute;
	left: 52px;
	width: 100px;
	z-index: 3;
}
.drill_custom_sheet .rangeslider-wrapper {
	width: 150px;
	left: -28px;
}
.drill_custom_sheet .rangeslider-wrapper.position-below .rangeslider {
	margin-left: 0;
}

.drill_position_length_custom_sheet .rangeslider-wrapper.position-below {
	width: 300px;
	left: 308px;
}
.drill_position_length_custom_sheet .rangeslider-wrapper.position-below .rangeslider {
	margin-left: 0;
}
.category-6 .btn-center-engraving {
	margin-left: 90px;
}

/* ShapeDiver */
.sd_screenshot,
.sd_screenshot_3d,
.is_poured {
	display: none;
}
.page-shows-shapediver-opject .tx-pnlocher #userArea {
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-top: -25px;
}
.sd-grid {
	width: 100%;
}
.sd-grid::before, .sd-grid::after {
	clear: both;
	display: block;
	content: "";
}
.sd-grid-item-normal {
	float: left;
	width: calc(100% / 7);
	padding-bottom: calc(100% / 7);
	position: relative;
}
.sd-grid-item-normal > * {
	position: absolute;
	top: unset;
	left: unset;
	right: unset;
	bottom: 10px;
	width: 100%;
	text-align: center;
}
.tx-pnlocher #userArea .sd-grid .sd-grid-item-normal input {
	margin: 0 auto 4px;
	width: 80%;
}
.sd-grid-vertical-item-wrapper {
	float: left;
	width: calc(100% / 7);
}
.sd-grid-vertical-item-wrapper .sd-grid-item-normal {
	float: none;
	width: 100%;
	padding-bottom: 100%;
}
.sd-grid-canvas-wrapper {
	width: calc(100% / 7 * 5);
	padding-bottom: calc(99% / 7 * 3);
	max-width: 100%;
	height: 0;
	float: left;
	position: relative;
	overflow: hidden;
	/*border: 1px solid #000;*/
}
.page-shows-shapediver-opject .tx-pnlocher #userArea .rendered-img {
	position: absolute;
	width: 100%;
	height: 100%;
	max-width: unset;
	background: transparent;
}
.page-shows-shapediver-opject .tx-pnlocher .rendered-img .canvas-container {
	width: 100%;
	height: 100%;
	position: absolute;
}
.page-shows-shapediver-opject .shapediver-inputs > * {
	position: relative;
	bottom: unset;
	top: unset;
	left: unset;
}
.tx-pnlocher #userArea .sd-grid .rangeslider-wrapper {
	position: relative;
	bottom: unset;
	top: unset;
	left: 10%;
	width: 80%;
	transform: none;
	right: unset;
}
.tx-pnlocher #userArea .sd-grid .sd-grid-item-normal input.rangeslider {
	margin: 0;
	width: 100%;
}
.tx-pnlocher #userArea .sd-grid .sd-grid-item-normal .rangeslider-wrapper::before {
	left: 0;
}
.tx-pnlocher #userArea .sd-grid .sd-grid-item-normal .rangeslider-wrapper::after {
	right: 0;
}
.tx-pnlocher #userArea .sd-grid label {
	 display: flex;
	 min-height: 47px;
	 align-items: flex-end;
	justify-content: center;
 }
.tx-pnlocher #userArea .sd-grid .unit {
	bottom: unset;
	top: 48px;
	left: unset;
	right: 36px;
}
.tx-pnlocher #userArea .sd-grid .GrNr > .unit {
	right: unset;
	left: 16px;
}
.tx-pnlocher #userArea .sd-grid .GrNr > .unit ~ .unit {
	top: unset;
	bottom: 31px;
	left: calc(50% - -13px);
}
.tx-pnlocher #userArea .sd-grid .brilliant_diameter > .unit ~ .unit {
	top: 78px;
}
.product-left .minus-margin-top {
	margin-top: -10px;
}
.sd-grid .B, .sd-grid .Dm, .sd-grid .sheet_length_custom, .sd-grid .GrNr,
.sd-grid .brilliant_diameter, .sd-grid .carat {
	align-items: unset;
}
/* respect levels */
.level-5 .page-shows-shapediver-opject .subsubnav > .link-item_side-nav,
.level-6 .page-shows-shapediver-opject .subsubnav > .link-item_side-nav {
	display: none;
}
.level-5 .page-shows-shapediver-opject .subsubnav .link-item_side-nav.active,
.level-6 .page-shows-shapediver-opject .subsubnav .link-item_side-nav.active,
.page-shows-shapediver-opject .subsubnav .link-item_side-nav {
	display: flex;
	height: 85px;
	border: 1px solid #333;
	border-top: none;
}
.level-5 .page-shows-shapediver-opject .subsubnav > .link-item_side-nav.active,
.level-6 .page-shows-shapediver-opject .subsubnav > .link-item_side-nav.active {
	height: auto;
	border-top: 1px solid #333;
}
.level-5 .page-shows-shapediver-opject .subsubnav .link-item_side-nav.active:first-child,
.level-6 .page-shows-shapediver-opject .subsubnav .link-item_side-nav.active:first-child,
.page-shows-shapediver-opject .subsubnav .link-item_side-nav:first-child {
	border-top: 1px solid #333;
}
.level-5 .page-shows-shapediver-opject .subsubnav .link-item_side-nav img,
.level-6 .page-shows-shapediver-opject .subsubnav .link-item_side-nav img {
	display: none;
}
.level-5 .page-shows-shapediver-opject .subsubsubnav .link-item_side-nav img,
.level-6 .page-shows-shapediver-opject .subsubsubnav .link-item_side-nav img,
.page-shows-shapediver-opject .subsubnav .link-item_side-nav img {
	display: block;
}
.overlay-favoritename-inner,
.overlay-deputy-order-inner {
	padding: 15px 25px 20px;
	background: rgba(255,255,255,0.85);
	border-radius: 7px;
}
.overlay-favoritename-wrapper-buttons,
.overlay-deputy-order-wrapper-buttons {
	justify-content: space-between;
	align-items: center;
}
.overlay-favoritename-inner label,
.overlay-deputy-order-inner label {
	display: block;
}
.overlay-favoritename-inner input,
.overlay-deputy-order-inner input,
.overlay-deputy-order select {
	width: 300px;
	border: 1px solid black;
	display: block;
	margin-bottom: 12px;
}
#dummy-shape-3d {
	display: none;
}
.rendered-img-3d {
	width: 520px;
	height: 520px;
	margin: 0 auto;
}

.go-to-contactform label {
	display: block;
}
#selectShAdrNr {
	width: 100%;
}
.address-result-wrapper,
#textShAdrNr {
	position: relative;
	width: 60%;
}
.address-results {
	position: absolute;
	z-index: 10;
	background: white;
	top: 24px;
	padding: 5px;
	left: 0;
	border: 1px solid #c3c3c3;
	border-top: none;
	width: 100%;
	background: #f7f7f7;
}
.address-results-starter {
	display: inline-block;
	position: absolute;
	right: 0;
	top: -29px;
	width: 44px;
	height: 33px;
	transform: rotate(180deg);
}
.address-results.open .address-results-starter {
	transform: rotate(0deg);
}
.address-results-starter::before, .address-results-starter::after {
	content: "";
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 16px;
	width: 12px;
	height: 1.5px;
	background: black;
	transform: rotate(45deg);
}
.address-results-starter::after {
	transform: rotate(-45deg);
	right: 12px;
}
.address-results:empty {
	opacity: 0;
}
.address-results-link {
	display: inline-block;
	width: 100%;
	padding: 7px 10px;
	border-top: 1px solid #C5C5C5;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
	font-size: 0.7rem;
	line-height: 1;
	color: var(--black);
}
.address-results-link:hover {
	background-color: rgba(0,0,0,0.2);
	border-radius: 2px;
}

.upload_3d {
	width: calc(100% - 260px);
}
.filename_3d_upload {
	display: none;
}
.product-left label {
	display: block;
}
.product-left input, .product-left select, .tx-pnlocher .product-left #userArea input[type="number"] {
	border-radius: 0;
	width: 100%;
}
.product-left .checkbox-wrapper {
	display: flex;
	justify-content: center;
	text-align: center;
}
.scaled {
	margin-bottom: 30px;
}
[name='scaled-copy'] ~ label {
	width: 100%;
	cursor: pointer;
}
[name='scaled-copy'] ~ label .box {
	display: inline-block;
	width: 22px;
	height: 22px;
	border: 2px solid #000;
	margin: 0 20px;
	position: relative;
}
[name='scaled-copy']:checked ~ label .box::before,
[name='scaled-copy']:checked ~ label .box::after {
	content: "";
	display: block;
	width: 28px;
	height: 1px;
	position: absolute;
	background-color: #000;
	transform: rotate(45deg);
	top: 9px;
	left: -5px;
}
[name='scaled-copy']:checked ~ label .box::after {
	transform: rotate(135deg);
}
.foundry {
	margin-bottom: 20px;
}
[name='foundry-copy'] ~ label img {
	width: 90%;
	margin: 0 5%;
	cursor: pointer;
	border: 2px solid transparent;
}
[name='foundry-copy']:checked ~ label img {
	border: 2px solid #000;
}
.alloy_altmanncasting,
.alloy_brogioli {
	margin-bottom: 20px;
}
.tx-pnlocher .product-left #userArea input[type="number"][data-shortname="amount"] {
	width: 70px;
}
.category-44 .bottom-nav {
	justify-content: flex-end;
}

@media (max-width: 1199px) {
	.profile-outer, .brilliant-outer {
		flex-basis: 40px;
    	padding: 4px 6px;
	}
	.material-outer {
    	padding: 8px 6px;
	}
	
	#outer-diameter {
	    left: 0;
    	top: -80px;
	}
	.rangeslider-wrapper.position-below {
    	left: 0px;
		width: 260px;
	}
	.D {
		top: 173px;
		left: 0px;
	}
	.D .rangeslider-wrapper.position-left {
		left: -39px;
		top: -86px;
	}
	.GrNr .rangeslider-wrapper {
 		left: calc(50% - 130px);
	}
	.ba, .bk {
    	top: -80px;
    	right: 68px;
	}
	.rangeslider-wrapper.position-right {
    	right: -48px;
    	top: 30px;
	}
	.bi {
		top: 173px;
		right: 68px;
	}
	.bi .rangeslider-wrapper.position-right {
    	right: -54px;
		top: 14px;
	}
	.bi .unit {
		bottom: -6px;
	}
	.k, .bs, .brilliants_amount {
    	right: 68px;
	}
	.distance {
    	left: 68px;
	}
	.L2, .brilliant_distance {
		left: 304px;
	}
	.P10 .L1, 
	.P12 .L1 {
		left: 214px;
	}
	.P11 .L1 {
		left: 373px;
	}
	.H, .rondiste_height {
		top: 17px;
		right: -18px;
	}
	.tx-pnlocher #userArea .H input[type="number"],
	.tx-pnlocher #userArea .rondiste_height input[type="number"] {
   	 	width: 55px;
	}
	.H .rangeslider-wrapper.position-right,
	.rondiste_height .rangeslider-wrapper.position-right {
    	top: 76px;
   		right: -8px;
	}
	
	
	.brilliant-outer {
		flex-basis: 84px;
		font-size: 9px;
	}
	.brilliant {
		width: 64px;
		height: 50px;
		background-size: 60px;
	}
}






