
.page-layout-1column .product-info-main {
    width: 100%;
}

.box-tocart .action.tocart {
    width: 100%;
}

#product-middle-block-in .box-tocart {
    margin-bottom: 0;
}

#product-middle-block-in .box-tocart .fieldset {
    margin-bottom: 0;
}

.type-tab {
    cursor: pointer;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.input-group .line, .nomanual .thimble_section {
    background-color: #f5f5f5;
    margin-bottom: 1rem;
}

.nomanual .thimble_section select {
	margin-top: 10px;
    margin-bottom: 10px;
}

.input-group .line.nomanual {
	background-color: transparent;
}

.input-group .line h3, .nomanual .thimble_section .name {
    display: flex;
    text-align: left;
    grid-column: 1/2;
    position: relative;
}

.input-group .line .parameter-box {
    grid-column: 2/5;
}

.flexcontainer {
    display: flex;
    flex-direction: row;
}

#sheet-options .parameters .flexcontainer {
    flex-wrap: wrap;
}

#cost_error, #width_error, #height_error, #sheets_error {
    font-size: 11px;
    position: relative;
    color: #df280a;
    font-weight: 600;
}

.hide {
    display: none !important;
}

#section-corner-type {
    padding-top: 0;
    grid-column: 1/4;
}

#section-corner-type .calc-input-flex {
    padding-top: 0;
    margin-top: 0;
    padding-left: 20px;
}

#section-corner-type label {
    font-weight: normal;
}

.flex-item, .flex-item label {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.line .flex-item img {
    max-height: 65px;
    padding-left: 1rem;
}

#carton_section select {
    width: auto;
}

#orientation {
    grid-column: 1/4;
}

#orientation label {
    margin-right: 1.5rem;
}

#winding_method_width, #winding_method_height {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.input-group #thimble-parameters .name, .input-group #carton_section .name {
    text-align: left;
}

#section-file-list .message {
    display: flex;
    justify-content: right;
}

#section-file-list .message p {
    max-width: 440px;
    border: 3px solid #E0E0E0;
    padding: 10px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

.file-item {
    display: flex;
    flex-direction: row;
    justify-content: right;
}

.file-item .name {
    width: 200px;
}

.file-item .name, .file-item .count {
    padding: 3px;
}

#section-theme-count {
    display: flex;
    flex-direction: row;
    justify-content: right;
    align-items: center;
    grid-column: 1/4;
}

#section-theme-count .control {
    width: auto;
}

#section-file-list {
    grid-column: 1/4;
}

#section-file-list .element-counter {
    text-align: right;
}

#file-list-header {
    display: flex;
    font-weight: 600;
    justify-content: right;
}

#section-theme-count .name {
    background-color: #e4e4e4;
    font-weight: 600;
    padding: 5px 20px;
    display: flex;
    align-items: center;
    margin: 3px;
}

#section-theme-count .name input {
    width: 300px;
}

#file-list .count input {
    width: 60px;
}

#file-list-header .head1 {
    width: 205px;
}

#file-list-header .head2 {
    width: 60px;
    padding: 3px;
}

#product-middle-block-in {
    text-align: center;
    z-index: 2;
    width: calc(100% - 40px);
}

#product-middle-block-in .product-options-wrapper label {
    display: none;
}

#label-price {
    font-weight: 500;
    font-size: 15px;
}

#label-price #price-netto {
    font-weight: 700;
    font-size: 22px;
}

#modal-form {
    display: none;
}

#material_info_link {
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-left: 5px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-transform: none;
    position: absolute;
    right: 0;
}

#material_info_link:hover {
    background: #EB6D0D;
}

#file-list .number, #section-theme-count .number {
    width: 12px;
    display: flex;
    align-items: center;
}

.section .control {
    padding: 3px;
}

.section.nomanual .control {
    padding: 0;
}

.section.nomanual #thimble-parameters .control {
    padding: 3px;
}

.section.disabled {
    display: none;
}

.type_overflow {
    display: flex;
    align-items: center;
}

.type_overflow.none {
    display: none;
}

.winding_none {
    display: none !important;
}

#label-price.error {
    border: 2px solid red !important;
}

#label-price-container {
    padding-bottom: 1px;
    font-size: 24px;
    position: relative;
}

#label-price-loader {
    display: none;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(255, 255, 255, 0.7);
}

#label-price-loader.active {
    display: block;
}

.price-box.price-final_price, label[for$=_text], .input-text.product-custom-option {
    display: none;
}

.field.qty {
    display: none;
}

.product-addto-links.add-to-links, .addit {
    display: none;
}

.define-header {
    color: #000;
    font-size: 17px;
    padding-bottom: 50px;
}

.product-info-main {
    float: none;
}

.product-info-main.product-shop {
    width: 100% !important;
}

.product-options-wrapper {
    padding-top: 0 !important;
}

.field.file label {
    width: 100%;
    text-align: center;
}

.input-item {
    display: flex;
    align-items: center;
}

.treatment-item.input-item {
    flex-wrap: wrap;
}

label[for=winding_method_0] {
    padding: 10px;
    text-transform: uppercase;
}

label[for=winding_method_1], label[for=winding_method_11], label[for=winding_method_12], label[for=winding_method_13], label[for=winding_method_14], label[for=winding_method_15], label[for=winding_method_16], label[for=winding_method_17] {
    display: inline-block;
    background-size: 100%;
    width: 100px;
    height: 100px;
}

#clear-product {
    clear: both;
}

.visible-mobile {
    display: none;
}

input.disabled, label.disabled {
    display: none;
}

.control.radio-buttons label {
    margin-right: 10px;
}

.treatment-sub {
    padding-left: 20px;
    width: 100%;
}

form .treatment-sub label {
    display: inline-block;
}

#product-middle-block .product-options-wrapper .label {
    text-transform: uppercase;
}

.counter_error {
    color: #df280a;
    font-weight: bold;
}

.blink_alert.counter_error {
    animation: blinker 0.7s linear 3 forwards;
}

input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #7a7a7a;
    font-size: 12px;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #7a7a7a;
    font-size: 12px;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #7a7a7a;
    font-size: 12px;
}

.input-group .name.full-line {
    grid-column: 1/4;
    text-align: left;
}

#price-proposal{
	font-size:14px;
	margin-top:16px;
}

#price-proposal .item, #price-proposal .header{
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
}

#price-proposal .header{
	text-transform:uppercase;
	font-weight:500;
	font-size:13px;
	margin-bottom:4px;
	text-align:right;
}

#price-proposal .header div:first-child{
	text-align:center;
}

#price-proposal .item{
    margin-top:1px;
    margin-bottom:1px;
    cursor:pointer;
    font-weight:600;
	font-variant-numeric: tabular-nums;
}
#price-proposal .item.active{cursor:default;}
#price-proposal .item.active, #price-proposal .item:hover{
    background:#e4e4e4;
}

#price-proposal .tax-info{
    text-align:right;
    font-weight:normal;
    font-size:10px;
}
#price-proposal .price-sum, #price-proposal .price-item{text-align:right;}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}

#old-price-netto, #old-price-brutto {
	text-decoration: line-through;
}

#promo-price #price-netto, #promo-price #price-brutto {
	color: #d50b0b;
	margin-right: 15px;
}

#promo-price {
	text-align: right;
}

#lowest-price {
	font-size: 10px;
    margin-top: 10px;
	font-weight: normal;
}


@media (max-width: 767px) {
    /* MOBILE */
    #product-middle-block-in {
        margin: auto;
    }

    .visible-mobile {
        display: block;
        height: 10px;
    }

    .control.radio-buttons input, .control.radio-buttons label {
        padding: 10px;
        padding-left: 5px;
        display: inline-block;
    }
}


@media (min-width: 600px) {

    #winding_method_width, #winding_method_height {
        display: flex;
    }

    #thimble-parameters {
        grid-column: 1/4;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
	
	.nomanual #thimble-parameters {
		display: block;
	}

}


@media (min-width: 768px) {

    .input-group .line, .nomanual .thimble_section {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 10px;
    }
	
	.nomanual .thimble_section .control {
		grid-column: 2/5;
	}
	
	.input-group .line.nomanual {
		display: block;
	}

    .input-group .line .parameters {
        grid-column: 2/5;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 10px;
    }
	
	.input-group .line.nomanual .parameters {
		display: block;
	}

    #section-theme-count .name {
        width: 313px;
    }

    #section-theme-count .control {
        width: 100px;
    }

    #file-list .count input {
        width: 100px;
    }

    .file-item .name {
        width: 325px;
    }

    #file-list-header .head1 {
        width: 300px;
    }

    #file-list-header .head2 {
        width: 100px;
    }

    #file-list .number, #section-theme-count .number {
        width: 25px;
    }

}


@media (min-width: 992px) {
    .product-add-form {
        float: left;
    }

    #product-middle-block {
        top: 10px;
        position: sticky;
        float: left;
    }

    #product-left-block {
        margin-bottom: 5rem;
    }

    #clear-product {
        display: block;
    }

}


@media (min-width: 1170px) {

    #clear-product {
        display: none;
        clear: none;
    }

}








.page-layout-1column .product-info-main {
    width: 100%;
}

.box-tocart .action.tocart {
    width: 100%;
}

#product-middle-block-in .box-tocart {
    margin-bottom: 0;
}

#product-middle-block-in .box-tocart .fieldset {
    margin-bottom: 0;
}

.type-tab {
    cursor: pointer;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.input-group .line, .nomanual .thimble_section {
    background-color: #f5f5f5;
    margin-bottom: 1rem;
}

.nomanual .thimble_section select {
    margin-top: 10px;
    margin-bottom: 10px;
}

.input-group .line.nomanual {
    background-color: transparent;
}

.input-group .line h3, .nomanual .thimble_section .name {
    display: flex;
    text-align: left;
    grid-column: 1/2;
    position: relative;
}

.input-group .line .parameter-box {
    grid-column: 2/5;
}

.flexcontainer {
    display: flex;
    flex-direction: row;
}

#sheet-options .parameters .flexcontainer {
    flex-wrap: wrap;
}

#cost_error, #width_error, #height_error, #sheets_error {
    font-size: 11px;
    position: relative;
    color: #df280a;
    font-weight: 600;
}

.hide {
    display: none !important;
}

#section-corner-type {
    padding-top: 0;
    grid-column: 1/4;
}

#section-corner-type .calc-input-flex {
    padding-top: 0;
    margin-top: 0;
    padding-left: 20px;
}

#section-corner-type label {
    font-weight: normal;
}

.flex-item, .flex-item label {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.line .flex-item img {
    max-height: 65px;
    padding-left: 1rem;
}

#carton_section select {
    width: auto;
}

#orientation {
    grid-column: 1/4;
}

#orientation label {
    margin-right: 1.5rem;
}

#winding_method_width, #winding_method_height {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.input-group #thimble-parameters .name, .input-group #carton_section .name {
    text-align: left;
}

#section-file-list .message {
    display: flex;
    justify-content: right;
}

#section-file-list .message p {
    max-width: 440px;
    border: 3px solid #E0E0E0;
    padding: 10px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

.file-item {
    display: flex;
    flex-direction: row;
    justify-content: right;
}

.file-item .name {
    width: 200px;
}

.file-item .name, .file-item .count {
    padding: 3px;
}

#section-theme-count {
    display: flex;
    flex-direction: row;
    justify-content: right;
    align-items: center;
    grid-column: 1/4;
}

#section-theme-count .control {
    width: auto;
}

#section-file-list {
    grid-column: 1/4;
}

#section-file-list .element-counter {
    text-align: right;
}

#file-list-header {
    display: flex;
    font-weight: 600;
    justify-content: right;
}

#section-theme-count .name {
    background-color: #e4e4e4;
    font-weight: 600;
    padding: 5px 20px;
    display: flex;
    align-items: center;
    margin: 3px;
}

#section-theme-count .name input {
    width: 300px;
}

#file-list .count input {
    width: 60px;
}

#file-list-header .head1 {
    width: 205px;
}

#file-list-header .head2 {
    width: 60px;
    padding: 3px;
}

#product-middle-block-in {
    text-align: center;
    z-index: 2;
    width: calc(100% - 40px);
}

#product-middle-block-in .product-options-wrapper label {
    display: none;
}

#label-price {
    font-weight: 500;
    font-size: 15px;
}

#label-price #price-netto {
    font-weight: 700;
    font-size: 22px;
}

#modal-form {
    display: none;
}

#material_info_link {
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-left: 5px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-transform: none;
    position: absolute;
    right: 0;
}

#material_info_link:hover {
    background: #EB6D0D;
}

#file-list .number, #section-theme-count .number {
    width: 12px;
    display: flex;
    align-items: center;
}

.section .control {
    padding: 3px;
}

.section.nomanual .control {
    padding: 0;
}

.section.nomanual #thimble-parameters .control {
    padding: 3px;
}

.section.disabled {
    display: none;
}

.type_overflow {
    display: flex;
    align-items: center;
}

.type_overflow.none {
    display: none;
}

.winding_none {
    display: none !important;
}

#label-price.error {
    border: 2px solid red !important;
}

#label-price-container {
    padding-bottom: 1px;
    font-size: 24px;
    position: relative;
}

#label-price-loader {
    display: none;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(255, 255, 255, 0.7);
}

#label-price-loader.active {
    display: block;
}

.price-box.price-final_price, label[for$=_text], .input-text.product-custom-option {
    display: none;
}

.field.qty {
    display: none;
}

.product-addto-links.add-to-links, .addit {
    display: none;
}

.define-header {
    color: #000;
    font-size: 17px;
    padding-bottom: 50px;
}

.product-info-main {
    float: none;
}

.product-info-main.product-shop {
    width: 100% !important;
}

.product-options-wrapper {
    padding-top: 0 !important;
}

.field.file label {
    width: 100%;
    text-align: center;
}

.input-item {
    display: flex;
    align-items: center;
}

.treatment-item.input-item {
    flex-wrap: wrap;
}

label[for=winding_method_0] {
    padding: 10px;
    text-transform: uppercase;
}

label[for=winding_method_1], label[for=winding_method_11], label[for=winding_method_12], label[for=winding_method_13], label[for=winding_method_14], label[for=winding_method_15], label[for=winding_method_16], label[for=winding_method_17] {
    display: inline-block;
    background-size: 100%;
    width: 100px;
    height: 100px;
}

#clear-product {
    clear: both;
}

.visible-mobile {
    display: none;
}

input.disabled, label.disabled {
    display: none;
}

.control.radio-buttons label {
    margin-right: 10px;
}

.treatment-sub {
    padding-left: 20px;
    width: 100%;
}

form .treatment-sub label {
    display: inline-block;
}

#product-middle-block .product-options-wrapper .label {
    text-transform: uppercase;
}

.counter_error {
    color: #df280a;
    font-weight: bold;
}

.blink_alert.counter_error {
    animation: blinker 0.7s linear 3 forwards;
}

input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #7a7a7a;
    font-size: 12px;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #7a7a7a;
    font-size: 12px;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #7a7a7a;
    font-size: 12px;
}

.input-group .name.full-line {
    grid-column: 1/4;
    text-align: left;
}

#price-proposal{
    font-size:14px;
    margin-top:16px;
}

#price-proposal .item, #price-proposal .header{
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
}

#price-proposal .header{
    text-transform:uppercase;
    font-weight:500;
    font-size:13px;
    margin-bottom:4px;
    text-align:right;
}

#price-proposal .header div:first-child{
    text-align:center;
}

#price-proposal .item{
    margin-top:1px;
    margin-bottom:1px;
    cursor:pointer;
    font-weight:600;
    font-variant-numeric: tabular-nums;
}
#price-proposal .item.active{cursor:default;}
#price-proposal .item.active, #price-proposal .item:hover{
    background:#e4e4e4;
}

#price-proposal .tax-info{
    text-align:right;
    font-weight:normal;
    font-size:10px;
}
#price-proposal .price-sum, #price-proposal .price-item{text-align:right;}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}

#old-price-netto, #old-price-brutto {
    text-decoration: line-through;
}

#promo-price #price-netto, #promo-price #price-brutto {
    color: #d50b0b;
    margin-right: 15px;
}

#promo-price {
    text-align: right;
}

#lowest-price {
    font-size: 10px;
    margin-top: 10px;
    font-weight: normal;
}


@media (max-width: 767px) {
    /* MOBILE */
    #product-middle-block-in {
        margin: auto;
    }

    .visible-mobile {
        display: block;
        height: 10px;
    }

    .control.radio-buttons input, .control.radio-buttons label {
        padding: 10px;
        padding-left: 5px;
        display: inline-block;
    }
}


@media (min-width: 600px) {

    #winding_method_width, #winding_method_height {
        display: flex;
    }

    #thimble-parameters {
        grid-column: 1/4;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    
    .nomanual #thimble-parameters {
        display: block;
    }

}


@media (min-width: 768px) {

    .input-group .line, .nomanual .thimble_section {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 10px;
    }
    
    .nomanual .thimble_section .control {
        grid-column: 2/5;
    }
    
    .input-group .line.nomanual {
        display: block;
    }

    .input-group .line .parameters {
        grid-column: 2/5;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 10px;
    }
    
    .input-group .line.nomanual .parameters {
        display: block;
    }

    #section-theme-count .name {
        width: 313px;
    }

    #section-theme-count .control {
        width: 100px;
    }

    #file-list .count input {
        width: 100px;
    }

    .file-item .name {
        width: 325px;
    }

    #file-list-header .head1 {
        width: 300px;
    }

    #file-list-header .head2 {
        width: 100px;
    }

    #file-list .number, #section-theme-count .number {
        width: 25px;
    }

}


@media (min-width: 992px) {
    .product-add-form {
        float: left;
    }

    #product-middle-block {
        top: 10px;
        position: sticky;
        float: left;
    }

    #product-left-block {
        margin-bottom: 5rem;
    }

    #clear-product {
        display: block;
    }

}


@media (min-width: 1170px) {

    #clear-product {
        display: none;
        clear: none;
    }

}