<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.config-rows &gt; .row.elements:not(:first-child) &gt; .col-md-3:not(:empty) {
    margin-top: 36px;
}

.row.details {
    overflow: hidden;
    display: flex;
}

.amount &gt; label,
.page_count &gt; label,
.simple &gt; label,
.module &gt; label,
.option &gt; label,
.size &gt; label {
    margin-top: 10px;
}


/* NUMBER */
.sm-form-group {
    display: flex;
    width: 100%;
    overflow: hidden;
}

.sm-form-group input {
    border: 2px solid #DDD;
    border-right: none;
    float: left;
    display: inline;
    flex: 1 1 0;
    min-width: 0;
    /*flex: 2;*/
}

.sm-form-group .input-group-append {
    padding: 8px 14px;
    color: #555555;
    background-color: #ededed;
    height: 41px;
    border: 2px solid #DDD;
    border-radius: 0 3px 3px 0;
    border-left: none;
    line-height: 1.42857143;
    font-size: 15px;
    float: left;
    cursor: pointer;
    /*flex: 1;*/
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
    flex: 0 1 0;
    /*width: 50px;*/
}

/* PAGE COUNT */

.page_count .sm-form-group input {
    flex: 1 1 0;
    min-width: 0;
}

.page_count .sm-form-group .input-group-append {
    flex: 0 1 auto;
    white-space: nowrap;
    max-width: none;
    width: auto;
}

.sm-form-group input:focus + .input-group-append {
    background-color: #e0e0e0;
    border-color: #AAA;
}

/* SIMPLE */

.dynamic-select,
.dynamic-module-select,
.dynamic-option-select,
.dynamic-size-select {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
    flex: 1;
}

.dynamic-select .label,
.dynamic-module-select .label,
.dynamic-option-select .label,
.dynamic-size-select .label {
    padding: 0;
    color: #555555;
    height: 41px;
    border: 2px solid #DDD;
    border-radius: 3px !important;
    line-height: 1.42857143;
    font-size: 15px;
    cursor: pointer;
    display: flex;
}

.dynamic-select .options,
.dynamic-size-select.simple .options {
    padding: 0;
    color: #555555;
    border: 2px solid #DDD;
    border-top: none;
    border-radius: 0 0 3px 3px;
    line-height: 1.42857143;
    font-size: 15px;
    cursor: pointer;
    display: none;
    width: 100%;
    position: absolute;
    z-index: 150;
}

.dynamic-select.open .options,
.dynamic-size-select.simple.open .options {
    display: block;
}

.dynamic-select .options .option,
.dynamic-size-select.simple .options .option {
    margin: 0;
    vertical-align: top;
    width: 100%;
    padding: 8px 14px;
    color: #555555;
    background-color: #fff;
    /*height: 37px;*/
    display: inline-block;
    text-align: left;
    overflow: auto;
}

.dynamic-select .options .option:hover,
.dynamic-size-select.simple .options .option:hover {
    background-color: #ededed;
}

.dynamic-select .options .option.selected,
.dynamic-size-select.simple .options .option.selected {
    background-color: #DDD;
}

.dynamic-select .options .option.selected:hover,
.dynamic-size-select.simple .options .option.selected:hover {
    background-color: #cccccc;
}

.dynamic-select .label .text,
.dynamic-module-select .label .text,
.dynamic-option-select .label .text,
.dynamic-size-select .label .text {
    width: 100%;
    padding: 8px 14px;
    color: #555555;
    background-color: #fff;
    height: 37px;
    float: left;
    display: block;
    text-align: left;
    overflow: hidden;
}

.dynamic-select .label .append,
.dynamic-module-select .label .append,
.dynamic-option-select .label .append,
.dynamic-size-select .label .append {
    padding: 12px 14px;
    color: #555555;
    background-color: #ededed;
    width: 50px;
    height: 37px;
    float: left;
    display: block;
}

.dynamic-select .label .append .fa-caret-up,
.dynamic-module-select .label .append .fa-caret-up,
.dynamic-option-select .label .append .fa-caret-up,
.dynamic-size-select .label .append .fa-caret-up {
    display: none;
}

.dynamic-select.open .label .append .fa-caret-up,
.dynamic-module-select.open .label .append .fa-caret-up,
.dynamic-option-select.open .label .append .fa-caret-up,
.dynamic-size-select.open .label .append .fa-caret-up {
    display: inherit;
}

.dynamic-select .label .append .fa-caret-down,
.dynamic-module-select .label .append .fa-caret-down,
.dynamic-option-select .label .append .fa-caret-down,
.dynamic-size-select .label .append .fa-caret-down {
    display: inherit;
}

.dynamic-select.open .label .append .fa-caret-down,
.dynamic-module-select.open .label .append .fa-caret-down,
.dynamic-option-select.open .label .append .fa-caret-down,
.dynamic-size-select.open .label .append .fa-caret-down {
    display: none;
}

.dynamic-select select,
.dynamic-module-select select,
.dynamic-option-select select,
.dynamic-size-select select {
    display: none;
}

.dynamic-size-select input {
    display: none;
}

/* MODULE */

.dynamic-module-select.open .arrow-open,
.dynamic-option-select.open .arrow-open,
.dynamic-size-select.open:not(.simple) .arrow-open {
    width: 30px;
    height: 15px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #DDD;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 0;
}

.dynamic-module-select.open .arrow-open:before,
.dynamic-option-select.open .arrow-open:before,
.dynamic-size-select.open:not(.simple) .arrow-open:before {
    content: "";
    margin-left: -15px;
    margin-top: 3px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #ededed;
    position: absolute;
    z-index: 10;
}

.col-md-3:not(:first-child) .dynamic-module-select.open .arrow-open:before,
.col-md-3:not(:first-child) .dynamic-option-select.open .arrow-open:before,
.col-md-3:not(:first-child) .dynamic-size-select.open:not(.simple) .arrow-open:before {
    border-bottom: 15px solid #fff;
}

.module-select,
.option-select,
.size-select {
    border: 2px solid #DDD;
    height: 500px;
    display: none;
    padding: 0;
    margin: 0 15px;
    border-radius: 3px;
}

.module-select.open,
.option-select.open,
.size-select.open {
    display: block;
}

.size-select .wrapper {
    display: flex;
}

.module-select .menu,
.option-select .menu,
.size-select .menu {
    /*width: 30%;*/
    /*min-width: 240px;*/
    /*max-width: 340px;*/
    height: 100%;
    background-color: #ededed;
    float: left;
    position: relative;
    display: flex;
}

@media (max-width: 767px) {
    .option-select {
        height: auto;
        min-height: 500px;
    }

    .current_price_inline_block {
        display:inline-block;
    }


    .module-select .menu,
    .option-select .menu {
        height: auto;
    }

    .config-rows &gt; .row.elements:not(:first-child) &gt; .col-md-3:not(:empty) {
        margin-top: 12px;
    }
}

.module-select .select,
.option-select .select,
.size-select .select {
    float: left;
    margin: 8px 12px 8px 12px;
    overflow-y: scroll;
    flex: 1;
}

.module-select .select::-webkit-scrollbar,
.option-select .select::-webkit-scrollbar,
.size-select .select::-webkit-scrollbar {
    display: none;
}

.galleries {
    /*width: 70%;*/
    padding: 0;
    height: 100%;
    display: block;
    float: left;
    overflow: hidden;
}

.galleries .gallery {
    width: 100%;
    height: 100%;
    display: none;
    position: relative;
}

.size-select .form {
    padding: 8px 12px;
    background-color: #ededed;
}

.size-select .form .description {
    padding: 8px 0 18px 0;
    display: block;
}

.galleries .gallery.open {
    display: flex;
    flex-direction: column;
}

.galleries .gallery .slider {
    height: 100%;
    background-color: #AAA;
    display: block;
    flex: 3;
    overflow: hidden;
    position: relative;
}

.galleries .gallery .slider,
.galleries .gallery .slider .slider-wrap,
.galleries .gallery .slider .slider-wrap .slide {
    width: 100%;
    height: 100%;
}

.galleries .gallery .slider .arrow {
    width: 40px;
    display: block;
    position: absolute;
    top: 50%;
    z-index: 20;
}

.gallery .slider .arrow .arrow-btn {
    width: 40px;
    height: 40px;
    background-color: #ededed;
    display: block;
    position: absolute;
    top: -20px;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    opacity: 0.6;
}

.gallery .slider .arrow .arrow-btn:hover {
    opacity: 1;
}

.gallery .slider .arrow.left {
    left: 12px;
}

.gallery .slider .arrow.right {
    right: 12px;
}

.galleries .gallery .slider .slider-wrap {
    display: block;
}

.galleries .gallery .slider .slider-wrap .slide {
    vertical-align: middle;
    text-align: center;
    display: block;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    position: absolute;
}

.gallery .slider .slider-wrap .slide.active {
    /*display: block;*/
    z-index: 20;
    opacity: 1;
}

.galleries .gallery .slider .slider-wrap .slide img {
    max-width: 100%;
    max-height: 100%;
}

.galleries .gallery .content {
    width: 100%;
    min-height: 120px;
    max-height: 240px;
    padding: 8px 12px;
    display: block;
    overflow-y: scroll;
    /*position: absolute;*/
    flex: 2;
    bottom: 0;
}

.galleries .gallery .content:first-child {
    height: 100%;
    top: 0;
    max-height: none;
}

.gallery .content::-webkit-scrollbar {
    display: none;
}

.module-select .gallery .slide,
.option-select .gallery .slide,
.size-select .gallery .slide {
    /*height: auto;*/
}

.module-select .gallery .slide img,
.option-select .gallery .slide img,
.size-select .gallery .slide img {
    /*width: auto;*/
    /*height: 100%;*/
    /*margin: auto;*/
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.module-select .select .group,
.option-select .select .group,
.size-select .select .group {
    width: 100%;
}

.module-select .select .group label,
.option-select .select .group label,
.size-select .select .group label {
    padding: 16px 0 4px 30px;
}

.module-select .select .group .options .option,
.option-select .select .group .options .option,
.size-select .select .group .options .option {
    padding: 4px 12px 4px 30px;
    cursor: pointer
}

.module-select .select .group .options .option:hover,
.option-select .select .group .options .option:hover,
.size-select .select .group .options .option:hover {
    background-color: #DDD;
}

.module-select .select .group .options .option.selected,
.option-select .select .group .options .option.selected,
.size-select .select .group .options .option.selected {
    background-color: #ccc;
}

.module-select .select .group .options .option.selected:hover,
.option-select .select .group .options .option.selected:hover,
.size-select .select .group .options .option.selected:hover {
    background-color: #bbb;
}

/** ALETS **/

.product-config .alert {
    padding: 5px;
    cursor: help;
    display: none;
    margin: 0;
    position: relative;
    z-index: 100;
}

.product-config .alert.active {
    display: inline-block;
}

.product-config .alert i {
    color: #ef7d00;
    font-size: 20px;
    z-index: 110;
}

.product-config .alert.alert-motivation i {
    color: #59BA41;
}

.product-config .alert .alert-details {
    width: 420px;
    position: absolute;
    border: 1px solid #ef7d00;
    background-color: #f5f5f5;
    border-radius: 12px;
    top: -2px;
    left: -8px;
    padding: 32px 16px 12px 32px;
    display: none;
}

.product-config .alert.alert-motivation .alert-details {
    border: 1px solid #59BA41;
}

.product-config .alert.active:hover {
    z-index: 200;
}

.product-config .alert.active:hover i {
    z-index: 210;
}

.product-config .alert.active:hover .alert-details {
    display: block;
}

@media (min-width: 768px) {
    .product-config .col-md-3:last-child .alert .alert-details {
        left: inherit;
        right: -4px;
    }
}

.product-config .alert .alert-details ul {
    list-style: none; /* Remove default bullets */
    margin: 0;
}

.product-config .alert .alert-details ul li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #ef7d00; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.product-config .alert.alert-motivation .alert-details ul li::before {
    color: #59BA41;
}

.express_info_wrapper,
.in_stock_info_wrapper,
.production_info_wrapper,
.delivery_info_wrapper {
    margin-top: 12px;
    height: 35px;
}

.discount_info_wrapper {
    margin-top: 36px;
    height: 35px;
}

/* .discount_info_wrapper.small {
    margin-top: 12px;
    float: initial;
} */

.express_info_wrapper .express_available,
.discount_info_wrapper .discount {
    float: left;
}

.production_info_wrapper .production_date,
.delivery_info_wrapper .delivery_date,
.in_stock_info_wrapper .in_stock_available {
    display: block;
}

.product-config:not(.loading) .express_info_wrapper .express_available,
.product-config:not(.loading) .delivery_info_wrapper .delivery_days,
.product-config:not(.loading) .delivery_info_wrapper .delivery_date,
.product-config:not(.loading) .production_info_wrapper .production_date,
.product-config:not(.loading) .discount_info_wrapper .discount,
.product-config:not(.loading) .in_stock_info_wrapper .in_stock_available {
    font-size: 18px;
    /*border-bottom: 1px dashed #DDD;*/
    cursor: help;
    position: relative;
    z-index: 100;
}

.product-config:not(.loading) .express_info_wrapper .express_available:hover,
.product-config:not(.loading) .in_stock_info_wrapper .in_stock_available:hover,
.product-config:not(.loading) .delivery_info_wrapper .delivery_days:hover,
.product-config:not(.loading) .delivery_info_wrapper .delivery_date:hover,
.product-config:not(.loading) .production_info_wrapper .production_date:hover {
    z-index: 200;
}

.product-config.loading .in_stock_info_wrapper .in_stock_available .available,
.product-config.loading .in_stock_info_wrapper .in_stock_available .not,
.product-config.loading .in_stock_info_wrapper .in_stock_available .details,
.product-config.loading .express_info_wrapper .express_available .available,
.product-config.loading .express_info_wrapper .express_available .not,
.product-config.loading .express_info_wrapper .express_available .details,
.product-config.loading .delivery_info_wrapper .delivery_days .days,
.product-config.loading .delivery_info_wrapper .delivery_days .details,
.product-config.loading .delivery_info_wrapper .delivery_date .date,
.product-config.loading .delivery_info_wrapper .delivery_date .details,
.product-config.loading .production_info_wrapper .production_date .date,
.product-config.loading .production_info_wrapper .production_date .details,
.product-config.loading .discount_info_wrapper .discount .value,
.product-config.loading .discount_info_wrapper .discount .details {
    display: none;
}

.product-config:not(.loading) .in_stock_info_wrapper .in_stock_available  &gt; .available,
.product-config:not(.loading) .express_info_wrapper .express_available  &gt; .available {
    display: none;
    color: #59BA41;
    z-index: 110;
    position: absolute;
}

.product-config:not(.loading) .in_stock_info_wrapper .in_stock_available.available &gt; .available {
    display: inline-block;
}

.product-config:not(.loading) .in_stock_info_wrapper .in_stock_available.available &gt; .available.medium {
    /* font-size: 15px; */
    position: relative;
}

.product-config:not(.loading) .in_stock_info_wrapper .in_stock_available.available &gt; .available.small {
    /* font-size: 14px; */
    position: relative;
}

.product-config:not(.loading) .in_stock_info_wrapper .in_stock_available .details .available {
    display: none;
}

.product-config:not(.loading) .in_stock_info_wrapper .in_stock_available.available .details .available {
    display: inline;
}

.product-config:not(.loading) .in_stock_info_wrapper .in_stock_available.available:hover &gt; .available {
    z-index: 210;
}

.product-config:not(.loading) .in_stock_info_wrapper .in_stock_available &gt; .not {
    display: inline-block;
    color: #dc3545;
    z-index: 110;
    position: absolute;
}

.product-config:not(.loading) .in_stock_info_wrapper .in_stock_available .details .not {
    display: inline;
}

.product-config:not(.loading) .in_stock_info_wrapper .in_stock_available.available .details .not {
    display: none;
}

.product-config:not(.loading) .express_info_wrapper .express_available.available &gt; .available {
    display: inline-block;
}

.product-config:not(.loading) .express_info_wrapper .express_available .details .available {
    display: none;
}

.product-config:not(.loading) .express_info_wrapper .express_available.available .details .available {
    display: inline;
}

.product-config:not(.loading) .express_info_wrapper .express_available.available:hover &gt; .available {
    z-index: 210;
}

.product-config:not(.loading) .delivery_info_wrapper .delivery_days .days,
.product-config:not(.loading) .delivery_info_wrapper .delivery_date .date,
.product-config:not(.loading) .production_info_wrapper .production_date .date,
.product-config:not(.loading) .in_stock_info_wrapper .in_stock_available .available {
    display: inline-block;
    color: #ef7d00;
    z-index: 110;
    position: absolute;
}

.product-config:not(.loading) .express_info_wrapper .express_available &gt; .not {
    display: inline-block;
    color: #dc3545;
    z-index: 110;
    position: absolute;
}

.product-config:not(.loading) .express_info_wrapper .express_available .details .not {
    display: inline;
}

.product-config:not(.loading) .express_info_wrapper .express_available.available .details .not {
    display: none;
}

.product-config:not(.loading) .discount_info_wrapper .discount .value {
    display: inline-block;
    color: #59BA41;
    z-index: 110;
    position: absolute;
}

.express_info_wrapper label,
.discount_info_wrapper label {
    float: left;
    padding: 6px 4px 6px 0px;
}

.delivery_info_wrapper label,
.production_info_wrapper label,
.in_stock_info_wrapper label {
    padding: 6px 4px 6px 0px;
    margin: 0;
}

.product-config:not(.loading) .express_info_wrapper .express_available.available &gt; .not {
    display: none;
}

.product-config:not(.loading) .express_info_wrapper .express_available.available:hover .not {
    z-index: 210;
}

.product-config:not(.loading) .in_stock_info_wrapper .in_stock_available .details,
.product-config:not(.loading) .express_info_wrapper .express_available .details,
.product-config:not(.loading) .delivery_info_wrapper .delivery_days .details,
.product-config:not(.loading) .delivery_info_wrapper .delivery_date .details,
.product-config:not(.loading) .production_info_wrapper .production_date .details {
    width: 420px;
    position: absolute;
    background-color: #f5f5f5;
    border: 1px solid #dc3545;
    border-radius: 12px;
    font-size: 14px;
    top: -10px;
    left: -16px;
    display: none;
    padding: 36px 16px 12px 16px;
}

/* .product-config:not(.loading) .in_stock_info_wrapper .in_stock_available.available .details, */
.product-config:not(.loading) .express_info_wrapper .express_available.available .details {
    border-color: #59BA41;
}

.product-config:not(.loading) .in_stock_info_wrapper .in_stock_available.available .details,
.product-config:not(.loading) .delivery_info_wrapper .delivery_days .details,
.product-config:not(.loading) .delivery_info_wrapper .delivery_date .details,
.product-config:not(.loading) .production_info_wrapper .production_date .details {
    border-color: #ef7d00;
}

.product-config:not(.loading) .in_stock_info_wrapper .in_stock_available:hover .details,
.product-config:not(.loading) .express_info_wrapper .express_available:hover .details,
.product-config:not(.loading) .delivery_info_wrapper .delivery_days:hover .details,
.product-config:not(.loading) .delivery_info_wrapper .delivery_date:hover .details,
.product-config:not(.loading) .production_info_wrapper .production_date:hover .details {
    display: block;
}

.total_price_wrapper {
    text-align: center;
    cursor: help;
    margin-top: 24px;
}

.total_price_wrapper label,
.total_price_wrapper span,
.total_price_wrapper i {
    pointer-events: none;
}

.total_price_wrapper label {
    width: 100%;
}

.total_price_wrapper .price_main {
    padding-bottom: 8px;
}

.total_price_wrapper .price_big {
    font-size: 30px;
    font-weight: 600;
}

.total_price_wrapper .price_per_request {
    font-size: 20px;
    color: #ef7d00;
}

.total_price_wrapper .price_small {
    white-space: nowrap;
}

.total_price_wrapper .price_additional_wrapper {
    width: 100%;
    max-width: 280px;
    position: absolute;
    left: 50%;
}

.total_price_wrapper .price_additional {
    width: 100%;
    max-width: 280px;
    position: absolute;
    left: -50%;
    z-index: 100;
}

.product-config:not(.loading) .total_price_wrapper .price_additional {
    padding: 12px 8px;
    border-top: 1px dashed #DDD;
}

.total_price_wrapper .help_wrapper {
    position: absolute;
    top: 0;
    left: 50%;
}

.total_price_wrapper .help {
    border: 1px solid #000;
    border-radius: 50%;
    font-size: 10px;
    color: #000;
    width: 15px;
    height: 15px;
    display: block;
    text-align: center;
    line-height: 14px;
    font-style: normal;
    background-color: #fff;
    position: absolute;
    top: -8px;
    left: -8px;
}

.total_price_wrapper .price_additional_text {
    display: none;
}

.product-config:not(.loading) .total_price_wrapper:hover .price_additional {
    background-color: #f5f5f5;
    border: 1px solid #ef7d00;
    border-radius: 10px;
}

.total_price_wrapper:hover .help {
    border: 1px solid #ef7d00;
    color: #fff;
    background-color: #ef7d00;
}


.total_price_wrapper:hover .price_additional_text {
    display: block;
}

.product-config {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.product-config-container .col_full {
    margin: 0;
}

.product-config.loading .total_price_wrapper .price_main,
.product-config.loading .total_price_wrapper .price_additional .help_wrapper,
.product-config.loading .total_price_wrapper .price_additional .price_additional_text {
    display: none;
}

.product-config.loading .express_info_wrapper .express_available,
.product-config.loading .delivery_info_wrapper .delivery_days,
.product-config.loading .delivery_info_wrapper .delivery_date,
.product-config.loading .production_info_wrapper .production_date,
.product-config.loading .discount_info_wrapper .discount,
.product-config.loading .in_stock_info_wrapper .in_stock_available {
    position: relative;
}

.product-config.loading .total_price_wrapper .price_additional,
.product-config.loading .in_stock_info_wrapper .in_stock_available .details,
.product-config.loading .express_info_wrapper .express_available .details,
.product-config.loading .delivery_info_wrapper .delivery_days .details,
.product-config.loading .delivery_info_wrapper .delivery_date .details,
.product-config.loading .production_info_wrapper .production_date .details,
.product-config.loading .discount_info_wrapper .discount .details {
    border-top: none;
    border-radius: 50%;
    width: 1.5em;
    height: 1.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
    color: #ef7d00;
    font-size: 10px;
    margin: auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.product-config.loading .in_stock_info_wrapper .in_stock_available .details,
.product-config.loading .express_info_wrapper .express_available .details,
.product-config.loading .delivery_info_wrapper .delivery_days .details,
.product-config.loading .delivery_info_wrapper .delivery_date .details,
.product-config.loading .production_info_wrapper .production_date .details,
.product-config.loading .discount_info_wrapper .discount .details {
    width: 1em;
    height: 1em;
    left: 16px;
    top: -14px;
    display: block;
}

.product-config.loading .total_price_wrapper .price_additional:before,
.product-config.loading .in_stock_info_wrapper .in_stock_available .details:before,
.product-config.loading .express_info_wrapper .express_available .details:before,
.product-config.loading .delivery_info_wrapper .delivery_days .details:before,
.product-config.loading .delivery_info_wrapper .delivery_date .details:before,
.product-config.loading .production_info_wrapper .production_date .details:before,
.product-config.loading .discount_info_wrapper .discount .details:before {
    border-radius: 50%;
    width: 1.5em;
    height: 1.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
    content: '';
    position: absolute;
    top: 0;
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.product-config.loading .in_stock_info_wrapper .in_stock_available .details:before,
.product-config.loading .express_info_wrapper .express_available .details:before,
.product-config.loading .delivery_info_wrapper .delivery_days .details:before,
.product-config.loading .delivery_info_wrapper .delivery_date .details:before,
.product-config.loading .production_info_wrapper .production_date .details:before,
.product-config.loading .discount_info_wrapper .discount .details:before {
    width: 1em;
    height: 1em;
    left: -15px;
}

.product-config.loading .total_price_wrapper .price_additional:after,
.product-config.loading .in_stock_info_wrapper .in_stock_available .details:after,
.product-config.loading .express_info_wrapper .express_available .details:after,
.product-config.loading .delivery_info_wrapper .delivery_days .details:after,
.product-config.loading .delivery_info_wrapper .delivery_date .details:after,
.product-config.loading .production_info_wrapper .production_date .details:after,
.product-config.loading .discount_info_wrapper .discount .details:after {
    border-radius: 50%;
    width: 1.5em;
    height: 1.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
    content: '';
    position: absolute;
    top: 0;
    left: 3.5em;
}

.product-config.loading .in_stock_info_wrapper .in_stock_available .details:after,
.product-config.loading .express_info_wrapper .express_available .details:after,
.product-config.loading .delivery_info_wrapper .delivery_days .details:after,
.product-config.loading .delivery_info_wrapper .delivery_date .details:after,
.product-config.loading .production_info_wrapper .production_date .details:after,
.product-config.loading .discount_info_wrapper .discount .details:after {
    width: 1em;
    height: 1em;
    left: 15px;
}

@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

.proceed_wrapper {
    margin-top: 24px;
    text-align: center;
}

/*.proceed_wrapper button.button.button-large {*/
#proceed_button,
#submit_button,
#price_request_button {
    margin-top: 30px;
    white-space: unset;
    line-height: inherit;
    height: auto;
    padding: 8px 20px 4px 20px;
}

#price_request_submit_button {
    float: right;
    margin-top: 30px;
    margin-bottom: 30px;
    white-space: unset;
    line-height: inherit;
    padding: 8px 20px 4px 20px;
}

#price_request_button {
    display: none;
}

.proceed_wrapper.disabled #proceed_button,
.proceed_wrapper.size-warning #proceed_button,
.proceed_wrapper.empty-warning #proceed_button,
.proceed_wrapper.quality-warning #proceed_button,
.proceed_wrapper.disabled #submit_button,
.proceed_wrapper.size-warning #submit_button,
.proceed_wrapper.empty-warning #submit_button,
.proceed_wrapper.quality-warning #submit_button,
.proceed_wrapper.enabled-price-request #proceed_button,
.proceed_wrapper.enabled-price-request #submit_button {
    display: none;
}

.proceed_wrapper.enabled-price-request #price_request_button {
    display: block;
}

.proceed_wrapper .not_allowed {
    color: #dc3545;
    border: 1px solid #dc3545;
    background-color: #f5f5f5;
    border-radius: 12px;
    padding: 38px 24px 12px 24px;
    display: none;
    position: relative;
}

.proceed_wrapper .not_allowed .icon {
    position: absolute;
    display: block;
    left: 50%;
    top: 8px;
}

.proceed_wrapper .not_allowed .icon i {
    font-size: 24px;
    position: absolute;
    display: block;
    left: -10px;
}

.proceed_wrapper.disabled .not_allowed,
.proceed_wrapper.size-warning .not_allowed,
.proceed_wrapper.quality-warning .not_allowed,
.proceed_wrapper.empty-warning .not_allowed {
    display: block;
}

.config-content {
    margin-top: 30px;
}

.config-content h2 {
    margin: 15px 0 15px 0;
}

.config-content:empty {
    border-top: none;
    border-radius: 50%;
    width: 1.5em;
    height: 1.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
    color: #ef7d00;
    font-size: 10px;
    margin: 80px auto 130px;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.config-content:empty:before {
    border-radius: 50%;
    width: 1.5em;
    height: 1.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
    content: '';
    position: absolute;
    top: 0;
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.config-content:empty:after {
    border-radius: 50%;
    width: 1.5em;
    height: 1.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
    content: '';
    position: absolute;
    top: 0;
    left: 3.5em;
}

.proceed_wrapper.loading .not_allowed,
.proceed_wrapper.loading #proceed_button,
.proceed_wrapper.loading #submit_button,
.proceed_wrapper.loading #price_request_button,
.product-config.loading .proceed_wrapper .not_allowed,
.product-config.loading .proceed_wrapper #proceed_button,
.product-config.loading .proceed_wrapper #submit_button,
.product-config.loading .proceed_wrapper #price_request_button {
    display: none;
}

.proceed_wrapper.loading,
.product-config.loading .proceed_wrapper {
    border-top: none;
    border-radius: 50%;
    width: 1.5em;
    height: 1.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
    color: #ef7d00;
    font-size: 10px;
    margin: 54px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.proceed_wrapper.loading:before,
.product-config.loading .proceed_wrapper:before {
    border-radius: 50%;
    width: 1.5em;
    height: 1.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
    content: '';
    position: absolute;
    top: 0;
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.proceed_wrapper.loading:after,
.product-config.loading .proceed_wrapper:after {
    border-radius: 50%;
    width: 1.5em;
    height: 1.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
    content: '';
    position: absolute;
    top: 0;
    left: 3.5em;
}

.size-select &gt; .row,
.module-select &gt; .row,
.option-select &gt; .row {
    margin: 0;
    height: 100%;
}

.express_info_wrapper label {
    max-width: 80%;
}

.dynamic-size-select .input-sizes {
    display: block;
    background-color: #fff;
    padding: 10px 4px;
}

.dynamic-size-select .input-sizes .input-size:not(:first-child) {
    padding-top: 10px;
}

.dynamic-size-select .input-sizes .input-size input {
    display: inherit;
}

.dynamic-size-select .input-sizes .input-size span {
    font-size: 11px;
}

@media (max-width: 991px) {
    .product-config:not(.loading) .express_info_wrapper .express_available .details {
        right: -46px;
        left: inherit;
    }

    .galleries .gallery .slider {
        flex: 2;
    }

    .module-select .select,
    .option-select .select,
    .size-select .select {
        margin: 8px 0;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    .product-config:not(.loading) .in_stock_info_wrapper .in_stock_available.available &gt; .available.medium {
        position: absolute;
    }

    .product-config:not(.loading) .in_stock_info_wrapper.newline &gt; label {
        margin-bottom: 0;
    }

    .product-config:not(.loading) .in_stock_info_wrapper.newline .in_stock_available &gt; .available {
        position: relative;
        padding: 6px 4px 6px 16px;
    }
}

@media (max-width: 1200px) and (min-width: 768px) {
    .product-config:not(.loading) .in_stock_info_wrapper .in_stock_available.available &gt; .available.small {
        position: absolute;
    }

    .product-config:not(.loading) .in_stock_info_wrapper .in_stock_available .details.small {
        padding: 50px 16px 12px 16px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {

    .product-config:not(.loading) .express_info_wrapper .express_available .details {
        left: -390px;
    }

    .express_info_wrapper label {
        max-width: 100%;
        width: 100%;
        text-align: center;
    }

    .product-config:not(.loading) .express_info_wrapper .express_available {
        position: absolute;
        left: 50%;
        top: 70px;
    }

    .product-config:not(.loading) .express_info_wrapper .express_available .available {
        left: -16px;
    }
}

@media (max-width: 767px) {
    .product-config .alert .alert-details {
        width: 220px;
    }

    .product-config:not(.loading) .in_stock_info_wrapper .in_stock_available .details,
    .product-config:not(.loading) .express_info_wrapper .express_available .details,
    .product-config:not(.loading) .delivery_info_wrapper .delivery_days .details,
    .product-config:not(.loading) .delivery_info_wrapper .delivery_date .details,
    .product-config:not(.loading) .production_info_wrapper .production_date .details {
        width: 220px;
    }

    .size-select {
        height: auto;
    }

    .size-select .menu {
        height: auto;
    }

    .size-select .slider {
        display: none !important;
    }

    .size-select .options .option {
        line-height: 2.5;
    }

    .size-select .galleries {
        height: auto;
        min-height: 0;
    }

    .size-select .gallery {
        height: auto;
    }

    .size-select .gallery.open {
        display: none !important;
    }

    .size-select .gallery[data-value="input_size"].open {
        display: block !important;
    }

    .express_info_wrapper, .in_stock_info_wrapper, .delivery_info_wrapper, .production_info_wrapper {
        margin-top: 12px;
    }

    .express_info_wrapper label {
        margin-bottom: 0;
    }

    .delivery_info_wrapper, .production_info_wrapper {
        /* float: left; */
    }

    .discount_info_wrapper {
        margin-top: 12px;
        /* float: right; */
    }

    .discount_info_wrapper .discount .value {
        position: relative !important;
    }

    .galleries .gallery .slider {
        flex: none;
    }

    .production_info_wrapper label,
    .delivery_info_wrapper label,
    .in_stock_info_wrapper label {
        float: left;
    }

    .production_info_wrapper .production_date,
    .delivery_info_wrapper .delivery_date,
    .in_stock_info_wrapper .in_stock_available {
        float: left;
    }

    .production_info_wrapper .production_date .date,
    .delivery_info_wrapper .delivery_date .date,
    .in_stock_info_wrapper .in_stock_available .available,
    .in_stock_info_wrapper .in_stock_available .not {
        font-size: 14px;
        position: relative !important;
    }
}

.discounted_price,
span[class^="current_price_"] {
    white-space: nowrap;
}

@media (max-width: 350px) {
    .product-config:not(.loading) .in_stock_info_wrapper .in_stock_available .details,
    .product-config:not(.loading) .express_info_wrapper .express_available .details,
    .product-config:not(.loading) .delivery_info_wrapper .delivery_days .details,
    .product-config:not(.loading) .delivery_info_wrapper .delivery_date .details,
    .product-config:not(.loading) .production_info_wrapper .production_date .details,
    .product-config .elements .alert .alert-details {
        width: 160px;
    }
}

.orange {
    color: #ef7d00;
}

#content {
    overflow: visible !important;
}

.size-own-size .col-xs-6:first-child {
    padding-right: 4px;
}

.size-own-size .col-xs-6:last-child {
    padding-left: 4px;
}

.unit-label .unit-label-small {
    font-size: 12px;
}

.size-own-size .unit-label {
    text-align: center;
}

.size-own-size .sm-form-group .input-group-append {
    padding: 0px 8px;
}

.sm-form-group.invalid input.sm-form-control,
.sm-form-group.invalid .input-group-append
{
    border-color: #dc3545 !important;
}

.sm-form-group.invalid .quantity-button.quantity-up,
.sm-form-group.invalid .quantity-button.quantity-down,
.sm-form-group.invalid .own-size-button.own-size-up,
.sm-form-group.invalid .own-size-button.own-size-down
{
    border-color: #dc3545 #dc3545 #dc3545 rgba(0, 0, 0, 0.08) !important;
}

.product-dates-col {
    margin-top: 24px;
}

@media (max-width: 1200px) and (min-width: 992px) {
    .product-config:not(.loading) .production_info_wrapper .production_date,
    .product-config:not(.loading) .delivery_info_wrapper .delivery_date,
    .product-config:not(.loading) .discount_info_wrapper .discount,
    .product-config:not(.loading) .in_stock_info_wrapper .in_stock_available {
        font-size: 16px;
    }

    .discount_info_wrapper {
        margin-top: 12px;
    }

    .discount_info_wrapper label {
        float: initial;
        margin: 0;
    }
}

@media (max-width: 991px) {
    .product-dates-col {
        margin-top: 0;
    }
}
</pre></body></html>