/* 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-oblique-webfont.woff2') format('woff2'),
	url('../Fonts/futura-oblique-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';
	font-style: oblique;
}
.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,
.additions-block-2,
.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: 15px;
	bottom:5px;
	background: url(../Images/focus-view.svg) no-repeat center;
	cursor: pointer;
	z-index: 21;
}
.switch-2d {
	position: absolute;
	width: 30px;
	height: 30px;
	left: 50px;
	bottom: 5px;
	border: 3px solid black;
	cursor: pointer;
	z-index: 21;
}
.switch-2d.checked::after {
	display: block;
	position: absolute;
	content: "";
	left: 3px;
	top: 3px;
	height: 18px;
	width: 18px;
	background-color: black;
}
.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,
.screenshot-icon-to-top {
	display: none;
}
.category-4 .screenshot-icon,
.page-shows-shapediver-object .screenshot-icon,
.three-d-print .screenshot-icon,
.page-shows-shapediver-object .screenshot-icon-to-top {
	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-object .screenshot-icon-to-top {
	background: url("../Images/kamera-white.svg") center center no-repeat transparent;
	background-size: contain;
	top: 40px;
}
.page-shows-shapediver-object .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-object .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;
	background-color: #EBEBEB;
}
.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,
.additions-block-2 {
	border: 1px solid #252525;
	padding: 25px 15px 15px;
	font-size: 10px;
}
.additions-block-2 {
	padding: 10px 15px;
	display: none;
}
.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: 6px;
	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, .additions-block-2, .bottom-nav {
	margin-bottom: 10px;
}
textarea.notes {
	margin-bottom: 10px;
	width: 100%;
	height: 100px;
	padding: 2px 6px;
}
.profile-outer,
.brilliant-outer,
.select-outer {
	flex-basis: 50px;
	padding: 4px 16px;
	cursor:pointer;
	align-self: center;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	line-height: 2;
}
.select-outer.is-edge {
	padding: 4px 8px;
}
.is-edge .flex-it {
	display: flex;
}
.is-edge .flex-it .select-outer {
	padding: 4px 2px;
}
.is-edge.select-outer:hover {
	background-color: transparent;
}
.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;
}
span.select-outer[data-name="_foundry_"] {
    cursor: default;
}
span.select-outer[data-name="_foundry_"]:hover {
    background-color: transparent;
}
.profile,
.brilliant {
	height: 30px;
	width: 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: inline-block;
}
.attribute-type-title {
	align-items: center;
	text-transform: none;
	padding: 0;
	flex-basis: 60px;
	border-right: 1px solid black;
	display: flex;
	justify-content: center;
	text-align: center;
    min-height: 60px;
}
.startborder {
	border-left: 1px solid black;
}
.attribute-type-title + .startborder,
.startborder + .startborder {
	display: none;
}
.category-41 .startborder {
	width: 100%;
}
.material-outer {
	height: auto;
	padding: 8px 16px;
	cursor: pointer;
	text-align: center;
	max-width: 58px;
	display: flex;
	flex-direction: column;
	align-items: center;
	line-height: 1.5;
}
.material {
	height: 24px;
	width: 24px;
	text-transform: uppercase;
	border-radius: 50%;
	text-align: center;
	display: block;
	margin-bottom: 6px;
}
.material:last-child {
	margin-right:0;
}
.dropdown-type-14 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.dropdown-type-14.active,
.dropdown-type-14:hover {
    background-color: white;
}
.dropdown-type-14 label {
    margin-bottom: 0;
    cursor: pointer;
    font-size: 12px;
}
.dropdown-type-14 select {
    align-self: center;
    padding: 5px;
    border: 1px solid black;
    margin: 0 3px;
    width: auto;
    max-width: 125px;
}
[data-name="_alloy_"]:hover {
    background-color: transparent;
    cursor: default;
}
.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;
	z-index: 1;
}
.tx-pnlocher .category-44 #userArea {
	display: none;
}
.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 > *,
.initially-hidden {
	display: none;
}
.is-dragover {
	background-color: rgba(255,255,255,0.3);
	transition: all 0.2s;
}
/* special text-color for Carbon and Damast */
.material-28 {
	color: white;
}
.material-25 {
	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: 100%;
	height: 100%;
}
.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,
.brilliant-fields .GrMm {
	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 [data-name="_GrMm_"] {
    text-align: left;
	width: 110px !important;
	padding-left: 25px;
}
.GrNr .unit-GrMm {
	top: unset;
	left: calc(50% + 12px);
}
.GrNr .unit-GrMm::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,
.sd_screenshot_toggle,
.sd_screenshot_winding,
.is_poured {
	display: none;
}
.page-shows-shapediver-object .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);
	aspect-ratio: 1;
	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%;
	aspect-ratio: 1;
}
.sd-grid-canvas-wrapper {
	width: calc(100% / 7 * 5);
	aspect-ratio: 1.68;
	max-width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	/*border: 1px solid #000;*/
}
.page-shows-shapediver-object .tx-pnlocher #userArea .rendered-img {
	position: absolute;
	width: 100%;
	height: 100%;
	max-width: unset;
	background: transparent;
}
.page-shows-shapediver-object .tx-pnlocher .rendered-img .canvas-container {
	width: 100%;
	height: 100%;
	position: absolute;
}
.page-shows-shapediver-object .shapediver-inputs > * {
	position: relative;
	bottom: unset;
	top: unset;
	left: unset;
}
.tx-pnlocher #userArea .sd-grid .rangeslider-wrapper,
#target-for-TextureScale .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,
#target-for-TextureScale input.rangeslider {
	margin: 0;
	width: 100%;
}
.tx-pnlocher #userArea .sd-grid .sd-grid-item-normal .rangeslider-wrapper::before,
#target-for-TextureScale .rangeslider-wrapper::before {
	left: 0;
}
.tx-pnlocher #userArea .sd-grid .sd-grid-item-normal .rangeslider-wrapper::after,
#target-for-TextureScale .rangeslider-wrapper::after {
	right: 0;
}
.tx-pnlocher #userArea .sd-grid label,
#target-for-TextureScale label {
	display: flex;
	min-height: 47px;
	align-items: flex-end;
	justify-content: center;
 }
#target-for-TextureScale label {
	 min-height: 0;
 }
.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-object .subsubnav > .link-item_side-nav,
.level-6 .page-shows-shapediver-object .subsubnav > .link-item_side-nav {
	display: none;
}
.level-5 .page-shows-shapediver-object .subsubnav .link-item_side-nav.active,
.level-6 .page-shows-shapediver-object .subsubnav .link-item_side-nav.active,
.page-shows-shapediver-object .subsubnav .link-item_side-nav {
	display: flex;
	height: 85px;
	border: 1px solid #333;
	border-top: none;
}
.level-5 .page-shows-shapediver-object .subsubnav > .link-item_side-nav.active,
.level-6 .page-shows-shapediver-object .subsubnav > .link-item_side-nav.active {
	height: auto;
	border-top: 1px solid #333;
}
.level-5 .page-shows-shapediver-object .subsubnav .link-item_side-nav.active:first-child,
.level-6 .page-shows-shapediver-object .subsubnav .link-item_side-nav.active:first-child,
.page-shows-shapediver-object .subsubnav .link-item_side-nav:first-child {
	border-top: 1px solid #333;
}
.level-5 .page-shows-shapediver-object .subsubnav .link-item_side-nav img,
.level-6 .page-shows-shapediver-object .subsubnav .link-item_side-nav img {
	display: none;
}
.level-5 .page-shows-shapediver-object .subsubsubnav .link-item_side-nav img,
.level-6 .page-shows-shapediver-object .subsubsubnav .link-item_side-nav img,
.page-shows-shapediver-object .subsubnav .link-item_side-nav img {
	display: block;
}
.info-page-nav-item-img {
	animation: pulseInfo 1.5s linear infinite;
}
.overlay-favoritename-inner,
.overlay-deputy-order-inner,
.overlay-amount-inner {
	padding: 15px 25px 20px;
	background: rgba(255,255,255,0.85);
	border-radius: 7px;
}
.overlay-favoritename-wrapper-buttons,
.overlay-deputy-order-wrapper-buttons,
.overlay-amount-wrapper-buttons {
	justify-content: space-between;
	align-items: center;
}
.overlay-favoritename-inner label,
.overlay-deputy-order-inner label,
.overlay-amount-inner label {
	display: block;
}
.overlay-favoritename-inner input,
.overlay-amount-inner input,
.overlay-deputy-order-inner input,
.overlay-deputy-order select {
	width: 300px;
	border: 1px solid black;
	display: block;
	margin-bottom: 12px;
}
.overlay-amount-inner input {
	width: 150px;
}
#dummy-shape-3d {
	display: none;
}
.rendered-img-3d {
	width: 520px;
	height: 520px;
	margin: 0 auto;
}
.shapediver-spinner {
	position: absolute;
	width: 60px;
	height: 60px;
	right: 50px;
	bottom: 50px;
	background: url(../Images/circle.svg) no-repeat center;
	z-index: 22;
	animation: pulseShapediver 1.5s linear infinite;
	opacity: 0.35;
}
.product-left .shapediver-spinner {
	right: 20px;
	bottom: 20px;
	width: 45px;
	height: 45px;
}

.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: 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;
}
[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);
}
.scaled {
	display: flex;
	width: auto;
	flex: auto;
}
.scaled > label {
	display: none;
}
.scaled label {
	margin-top: 0.5rem;
	cursor: pointer;
}

.tx-pnlocher .product-left #userArea input[type="number"][data-shortname="amount"] {
	width: 70px;
}
.category-44 #userArea .foundry,
.category-44 #userArea .foundry,
.category-44 .main-select.profile-outer,
.category-44 .main-select.material-outer {
	display: none;
}
.category-44 .bottom-nav {
	justify-content: flex-end;
}
.category-44 .checkbox-wrapper {
	display: flex;
	align-items: center;
    width: 100%;
    justify-content: space-evenly;
}
.checkbox-wrapper > * {
	width: 50px;
	text-align: center;
}
.category-44 .attribute-type-title {
    white-space: nowrap;
    padding: 10px;
}
.category-44 main {
    display: flex;
    flex-direction: column;
}
.category-44 .header-main_material {
    justify-content: center;
}
.category-44 .header-main_material > span:last-child {
    margin-right: auto;
}
.category-44 .header-main.header-main_form {
    display: none;
}

.engraving-form h4 {
	margin-top: 2rem;
	position: relative;
}
#engraving-form .bottom-nav {
	justify-content: flex-end;
}
#engraving-form .header-main_form {
	border-bottom: 1px solid #000;
}
.engraving-wrapper {
	display: flex;
	width: auto;
	flex: auto;
	justify-content: space-evenly;
}
#engraving-form .profile-outer{
	-ms-flex-preferred-size: unset;
	flex-basis: unset;
	margin-bottom: 0;
	font-size: 1rem;
	align-self: center;
}
#engraving-form .profile {
	height: unset;
	width: unset;
}
#engraving-form .profile-outer span {
	padding: 0 10px;
}
.engraving-type-input:checked + .engraving-type-selector,
.engraving-font-input:checked + .engraving-font-selector {
	background-color: white;
}
.engraving-type-selector img {
	height: 40px;
	width: auto;
}
.engraving-type-input,
.engraving-font-input {
	display: none;
}
.engraving-font-selector {
	display: inline-block;
	border: 1px solid black;
	padding: 5px 10px;
	margin-right: 10px;
	cursor: pointer;
}
.engraving-font-selector-row,
.engraving-font-selector-row2 {
	display: none;
}
.engraving-ring2-row {
	display: none;
}
.engraving-add-ring-2 {
	cursor: pointer;
	display: flex;
	position: absolute;
	left: -30px;
	top: 4px;
	border: 1px solid black;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 20px;
	justify-content: center;
	align-items: center;
	padding-bottom: 3px;
}
.engraving-cart-section {
	display: flex;
	justify-content: flex-end;
	margin-top: -173px;
}
.custom-file-input:lang(de) ~ .custom-file-label::after {
	content: "Datei wählen..";
}
.custom-file-label::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: block;
	height: calc(1.5em + .75rem);
	padding: .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	content: "Datei wählen..";
	background-color: #e9ecef;
	border-left: inherit;
	border-radius: 0 .25rem .25rem 0;
}
input.engrave-text {
	font-size: 1.5rem;
	line-height: 1;
	height: auto;
	padding: .25rem .75rem;
}
.special-character {
	font-size: 1.5rem;
	position: relative;
	top: 3px;
	padding: 0 4px;
	cursor: pointer;
}

.delivery-info-link {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url("../Images/info.svg") center center no-repeat transparent;
	background-size: contain;
	cursor: pointer;
	z-index: 10;
}
#delivery-info {
	display: none;
}
.generate-shortnames {
	cursor: pointer;
}
.print_pdf_offer,
.generate-shortnames,
.make-offer-button {
	background-color: #f6f6f6;
}
#price-helper {
	display: none;
}
.category-4 #price-helper,
.category-44 #price-helper{
	display: table-row;
}
#get-prices {
	font-style: unset;
	padding: 2px 8px;
	background-color: white;
	display: block;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	border-radius: 6px;
	margin: 0 auto;
	width: 150px;
	text-align: center;
}
#overwrite-wheight {
	width: 80px;
}

/* special BW */
.quality_brilliants_outside,
.quality_brilliants_side {
	display: flex;
	flex-direction: column;
	padding: 0 10px;
	align-items: center;
	font-size: 10px;
	border-right: 1px solid black;
}
.quality_brilliants_outside select,
.quality_brilliants_side select {
	font-size: 12px;
	border-radius: 4px;
}
#shapediver-2d-image-editor {
	width: 100%;
	aspect-ratio: 9.5;
}
#measurement-image-field {
	background-color: white;
	font-size: 14px;
    font-style: normal;
	padding: 3px;
	user-select: none;
    border: 2px solid black;
}
#configurator-form .tab-navigation {
	margin-top: 20px;
}
#configurator-form .tab-area {
	padding-top: 25px;
}
.tab-area #main-configurator .sd-grid-item-1,
.tab-area #main-configurator .sd-grid-item-2,
.tab-area #main-configurator .sd-grid-item-3,
.tab-area #main-configurator .sd-grid-item-4,
.tab-area #main-configurator .sd-grid-item-5,
.tab-area #main-configurator .sd-grid-item-6,
.tab-area #main-configurator .sd-grid-item-7 {
    aspect-ratio: 1.3;
}
.twoDImageEditor {
	margin-bottom: 20px;
}
.winding-button-row {
	text-align: center;
}
.winding-button-row .col-align-bottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.winding-button-row .attribute-title,
.winding-button-row label {
    white-space: nowrap;
    font-size: 11px;
}
.attribute-row {
    display: flex;
    justify-content: center;
}
.attribute-col .with-background-image {
    display: inline-block;
    width: 45px;
    aspect-ratio: 1;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer;
}
.attribute-col-2 .with-background-image {
    width: 30px;
}
.attribute-col-2 {
    padding-left: 5px;
    padding-right: 5px;
}
#image-border-original {
	background-image: url(../Images/Ringdesigner/Bildrand_Original.svg);
}
#image-border-soft {
	background-image: url(../Images/Ringdesigner/Bildrand_Verlauf.png);
}
#image-color-original {
	background-image: url(../Images/Ringdesigner/Invertieren.svg);
}
#image-color-inverted {
	background-image: url(../Images/Ringdesigner/Invertieren_Ein.svg);
}
#image-turn-left {
	background-image: url(../Images/Ringdesigner/Rotieren_L.svg);
}
#image-turn-right {
	background-image: url(../Images/Ringdesigner/Rotieren_R.svg);
}
#center-uploaded-image {
	background-image: url(../Images/Ringdesigner/center-image-icon.svg);
}
#gallery-images {
	background-image: url(../Images/Ringdesigner/Musterbilder.png);
}
#target-for-ringspiration_upload_outside-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#target-for-ringspiration_upload_outside-wrapper input,
#target-for-ringspiration_upload_outside-wrapper label {
    background-image: url(../Images/Ringdesigner/Kamera-Ringdesigner.svg);
    height: 51px;
    cursor: pointer;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 0;
}
#target-for-ringspiration_upload_outside-wrapper input {
    position: absolute;
    left: 50%;
    font-size: 0;
    opacity: 0;
}
#target-for-TextureScale input {
    margin: 0 auto 4px;
    width: 110px;
}
.select-gallery {
	display: none;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: white;
}
.select-gallery .inner-gallery {
	position: relative;
	margin: 70px auto 30px;
	width: 1200px;
	max-width: 90%;
	max-height: calc(90vh - 60px);
	overflow: scroll;
}
.close-gallery {
	position: fixed;
	left: 50%;
	top: 5px;
	cursor: pointer;
	display: inline-block;
	width: 58px;
	height: 58px;
	transform: translate(-50%);
	z-index: 5;
}
.gallery-images {
	display: flex;
	flex-wrap: wrap;
}
.select-gallery img {
	width: 16.66%;
	cursor: pointer;
}
.close-gallery::before, .close-gallery::after {
	position: absolute;
	width: 100%;
	height: 2px;
	top: 15px;
	background-color: black;
	display: block;
	content: "";
	transition: all 0.2s ease;
}
.inner-gallery .close-gallery::before, .inner-gallery .close-gallery::after {
	top: 29px;
	transform: rotate(45deg);
}
.inner-gallery .close-gallery::after {
	transform: rotate(-45deg);
}
.startborder[data-attrib-uid="291"] {
    display: none;
}

@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;
	}
	.category-4 .D {
		top: 173px;
		left: 0px;
	}
	.category-4 .D .rangeslider-wrapper.position-left {
		left: -39px;
		top: -86px;
	}
	.category-4 .GrNr .rangeslider-wrapper {
 		left: calc(50% - 130px);
	}
	.category-4 .ba,
	.category-4 .bk {
    	top: -80px;
    	right: 68px;
	}
	.category-4 .rangeslider-wrapper.position-right {
    	right: -48px;
    	top: 30px;
	}
	.category-4 .bi {
		top: 173px;
		right: 68px;
	}
	.category-4 .bi .rangeslider-wrapper.position-right {
    	right: -54px;
		top: 14px;
	}
	.category-4 .bi .unit {
		bottom: -6px;
	}
	.category-4 .k,
	.category-4 .bs, .brilliants_amount {
    	right: 68px;
	}
	.category-4 .distance {
    	left: 68px;
	}
	.category-4 .L2,
	.category-4 .brilliant_distance {
		left: 304px;
	}
	.P10 .L1, 
	.P12 .L1 {
		left: 214px;
	}
	.P11 .L1 {
		left: 373px;
	}
	.category-4 .H,
	.rondiste_height {
		right: -18px;
	}
	.category-4 .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;
	}
	main {
		margin-right: 25px;
	}
	.main-content {
		padding-left: 25px;
	}
	aside.product-left,
	.side-nav {
		position: fixed;
		bottom: 0;
		top: 176px;
		left: calc(100% - 33px);
		width: 317px;
		padding-left: 33px;
		padding-right: 5px;
		overflow-y: auto;
		background-color: #EBEBEB;
		transition: transform .3s ease-in-out, visibility .3s ease-in-out;
		z-index: 90;
		border: 1px solid black;
	}
	.side-nav {
		left: -100px;
		width: 135px;
		max-width: unset;
		padding-left: 0;
		padding-right: 33px;
	}
	aside.product-left.open {
		transform: translateX(calc(-1 * (100% - 33px)));
	}
	.engraving-form .product-left {
		display: none;
	}
	.side-nav.open {
		transform: translateX(100px);
	}
	.navbar-toggler-product-left,
	.navbar-toggler-side-nav {
		position: absolute;
		left: 2px;
		top: 2px;
	}
	.navbar-toggler-side-nav {
		left: unset;
		right: 2px;
		margin-right: 0;
	}
	.navbar-toggler-product-left .navbar-toggler-icon,
	.navbar-toggler-side-nav .navbar-toggler-icon {
		position: absolute;
		width: 26px;
		background: none;
		height: 35px;
	}
	.navbar-toggler-side-nav .navbar-toggler-icon {
		right: 0;
	}
	.navbar-toggler-product-left .navbar-toggler-icon {
		left: -7px;
	}
	.navbar-toggler-side-nav .navbar-toggler-icon::before,
	.navbar-toggler-side-nav .navbar-toggler-icon::after,
	.navbar-toggler-product-left .navbar-toggler-icon::before,
	.navbar-toggler-product-left .navbar-toggler-icon::after {
		content: "";
		position: absolute;
		width: 19px;
		height: 2px;
		transform: rotate(45deg);
		background-color: white;
		top: 11px;
		transition: all 0.4s ease;
	}
	.navbar-toggler-side-nav .navbar-toggler-icon::before,
	.navbar-toggler-side-nav .navbar-toggler-icon::after {
		left: 4px;
	}
	.navbar-toggler-side-nav .navbar-toggler-icon::after {
		transform: rotate(-45deg);
		top: 24px;
	}
	.navbar-toggler-product-left .navbar-toggler-icon::before,
	.navbar-toggler-product-left .navbar-toggler-icon::after {
		right: 4px;
	}
	.navbar-toggler-product-left .navbar-toggler-icon::before {
		transform: rotate(135deg);
	}
	.navbar-toggler-product-left .navbar-toggler-icon::after {
		transform: rotate(225deg);
		top: 24px;
	}
	.open > .navbar-toggler-side-nav .navbar-toggler-icon::before {
		transform: rotate(135deg);
	}
	.open > .navbar-toggler-side-nav .navbar-toggler-icon::after {
		transform: rotate(225deg);
	}
	.open > .navbar-toggler-product-left .navbar-toggler-icon::before {
		transform: rotate(45deg);
	}
	.open > .navbar-toggler-product-left .navbar-toggler-icon::after {
		transform: rotate(-45deg);
	}
	.rendered-img-wrapper-right {
		margin-top: 7px;
	}
	.confirm_engraving, .confirm_drill {
		position: static;
	}
	.page-shows-shapediver-object .tx-pnlocher #userArea {
		margin-top: 15px;
	}
	.engraving-cart-section {
		margin-top: -115px;
		margin-right: 40px;
	}
	.category-44 .product-left {
		align-self: flex-start;
	}
	.checkbox-wrapper > * {
		width: 150px;
	}
}
@keyframes pulseInfo {
	0% {
		transform: scale(1, 1);
	}
	50% {
		transform: scale(1.3, 1.3);
	}
	100% {
		transform: scale(1, 1);
	}
}
@keyframes pulseShapediver {
	0% {
		transform: scale(1, 1);
		opacity: 0.35;
	}
	50% {
		transform: scale(1.3, 1.3);
		opacity: 0.6;
	}
	100% {
		transform: scale(1, 1);
		opacity: 0.35;
	}
}