/*Temporary style before child theme is set*/
:root {
    --responsive--aligndefault-width: min(calc(100vw - 2 * var(--global--spacing-horizontal)), 1200px) !important;
    --global--color-background: #FFFFFF !important;
}

/*Temporary style before child theme is set - END*/
:root {
    --mamut--step-icon-width: 50px;
    --mamut--options-width: 25%;
    --mamut--options-width-tablet: 33%;
    --mamut--options-width-mobile: 50%;
    --mamut--options-color-width: 16%;
    --mamut--options-color-width-mobile: 50%;
    --mamut--options-height: 200px;
    --mamut--options-padding: 5px;
    --mamut--option-selected-border-width: 2px;
    --mamut--option-selected-border-color: #999999;
}

/*BASE*/
.mamut_flex_wrapper.row {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.mamut_flex_wrapper.row-flex-end {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
}

.mamut_flex_wrapper.col {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-evenly;
}

.mamut-section {
    margin-bottom: 65px;
}

.mamut-section-header {
    margin-bottom: 50px;
}

.mamut_flex_wrapper > div {

}

.mamut-order-builder-wrapper h1,
.mamut-order-builder-wrapper h2,
.mamut-order-builder-wrapper h3,
.mamut-order-builder-wrapper h4,
.mob-h1,
.mob-h2,
.mob-h3,
.mob-h4 {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    word-break: break-word;
}

.mamut-order-builder-wrapper h1, .mob-h1 {

}

.mamut-order-builder-wrapper h2,
.mob-h2 {
    font-size: 35px;
    letter-spacing: 0.88px;
    line-height: 47px;
    text-align: center;

}

.mamut-order-builder-wrapper h3,
.mob-h3 {
    font-size: 24px;
    letter-spacing: 0.6px;
    line-height: 33px;
}

.mamut-order-builder-wrapper p {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    letter-spacing: 0.35px;
    line-height: 19px;
}

.mamut-options-row {

}

.mamut-options-row--no-gutter {
    margin-left: calc(var(--mamut--options-padding) * -1);
    margin-right: calc(var(--mamut--options-padding) * -1);
}

.mamut-option {
    width: 100%;
    height: var(--mamut--options-height);
    max-width: calc(var(--mamut--options-width) - (var(--mamut--options-padding) * 2));
    margin: var(--mamut--options-padding);
}

.mamut-option.mamut-option--color {
    max-width: calc(var(--mamut--options-color-width) - (var(--mamut--options-padding) * 2));
}

.mamut-option.mamut-option--color.mamut-option--popup {
    max-width: 90%;
}

.mamut-option-card,
.mamut-box-shadow {
    transition: transform 0.25s cubic-bezier(.25, .8, .25, 1), box-shadow 0.25s cubic-bezier(.25, .8, .25, 1);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    background-color: #FFFFFF;
    position: relative;
}

.mamut-option-card:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.grow.mamut-option-card:not(.mamut-option--popup):hover {
    transform: scale(1.04);
}

.mamut-option-card:hover input.mamut-option-select-color {
    visibility: visible;
}

.mamut-option--popup {
    position: fixed;
    top: 14%;
    left: 5%;
    max-width: 90%;
    max-height: 77%;
    height: 100%;
    z-index: 999;
}

.mamut-option--popup-close {
    position: absolute;
    top: 0;
    right: 0;
}

.mamut-option--popup .mamut-option__img {
    max-width: 100%;
}

.mamut-option--popup .mamut-hidden {
    max-width: 10%;
}

.mamut-option:not(.mamut-option--popup) .mamut-hidden {
    visibility: hidden;
    max-width: 0;
}

h1.main-title.entry-title,
.breadcrumb.breadcrumbs.avia-breadcrumbs {
    z-index: revert;
}

.mamut-options-row .mamut-option-card .mamut-option-card-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
    box-sizing: content-box;
}


input[type="radio"].mamut-option__input + div {
    padding: 0;
}

.mamut-option-card.selected,
input[type="radio"]:checked.mamut-option__input + div {
    outline: var(--mamut--option-selected-border-width) solid var(--mamut--option-selected-border-color);
}

input[type="radio"]:checked.mamut-option__input + div .mamut-option__label-text {
    opacity: 1;
}

input[type="radio"].mamut-checkbox,
input[type="radio"].mamut-checkbox:checked,
input[type="checkbox"].mamut-checkbox,
input[type="checkbox"].mamut-checkbox:checked {
    border-radius: 0;
    border: 1px solid #000000;
    margin: 0px 10px 0px 5px;
    width: 16px;
    height: 16px;
}

input[type="radio"].mamut-checkbox:focus,
input[type="checkbox"].mamut-checkbox:focus {
    outline: 0;
}

input[type="radio"].mamut-checkbox:after,
input[type="checkbox"].mamut-checkbox:after {
    display: block;
    left: 1px;
    top: 1px;
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 0;
    background-color: #000000;
    transform: none;
}

.mamut-option-card-inner .mamut-option__img {
    display: block;
    max-width: none;
    max-height: none;
    line-height: 0;
    margin: 0 auto;
    object-fit: cover;
}

.mamut-option-card-inner .mamut-option__label-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #000000;
    font-size: 16px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 2px 5px;
    transition: opacity .25s ease-in-out;
    opacity: 0;
}

.mamut-option-card:hover .mamut-option__label-text {
    opacity: 1;
}


.mamut-2col-settings-img-wrapper {
    width: 50%;
}

.mamut-2col-settings-img-wrapper > img,
.mamut-2col-img {

}

.mamut-2col-settings {
    width: 50%;
    margin: 30px 0;
}

.mamut-2col-settings {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

@media all and (max-width: 991px) {
    :root {
        --mamut--options-width: 25%;
        --mamut--options-height: 100px;
        --mamut--options-padding: 5px;
    }

    .mamut-option__label-text {
        font-size: 13px;
    }
}

@media all and (max-width: 768px) {
    .mamut-2col-settings-img-wrapper {
        width: 100%;
    }

    .mamut-2col-settings-img-wrapper > img,
    .mamut-2col-img {
        max-height: 400px;
        margin: 0 auto;
        display: block;
    }

    .mamut-2col-settings {
        width: 100%;
        margin: 20px 0;
    }
}

@media all and (max-width: 480px) {

}

.mamut-hover-cursor:hover {
    cursor: pointer;
}

.mamut-select {
    width: 250px;
    border: 2px solid #F2F2F2;
}

.mamut-option-card .mamut-input-border,
#step_10 .mamut-input-border,
#step_11 .mamut-input-border,
#step_12 .mamut-input-border {
    border: 2px solid #F2F2F2;
}

.mamut-title-top {
    margin-top: 25px;
}

.mamut-bottom {
    margin-top: 25px;
    margin-bottom: 25px;
}

.mamut-align-center {
    text-align: center;
}

.mamut-amount-width input {
    width: 130px;
}

@media all and (max-width: 480px) {
    button.mamut_product_button {
        margin-right: 0 !important;
    }
}

#step_10, #step_11, #step_12 {
    background-color: #f9f9f9;
    padding: 25px;
}

.mamut-row-flex {
    padding: 10px 0;
    display: flex;
}

.mamut-row-flex > div {
    width: 100%;
}

.mamut-row-flex > div.mamut-vendor-card {
    width: calc(33.3333% - 10px);
    display: flex;
    flex-flow: column wrap;
    justify-items: center;
    background: #fff;
    margin: 5px;
    padding: 7px;
    gap: 7px;
}

.mamut-row-flex > div input {
    max-width: 300px;
    width: 100%;
}

.mamut-row-flex > div input.mamut-vendor-select {
    max-width: unset;
    width: 100%;
}
input[type=submit].mamut-vendor-select.selected:not(:hover):not(:active):not(.has-background),
.mamut-vendor-select.selected {
    background-color: transparent !important;
    color: #28303d !important;
    border: 2px solid #28303d !important;
}

.mamut-send {
    margin: 25px 0;
}

.gdpr-text {
    font-size: 13px;
}

#step_10 input[type=text], #step_10 textarea, #step_10 input[type=email], #step_10 input[type=tel],
#step_11 input[type=text], #step_11 textarea, #step_11 input[type=email], #step_11 input[type=tel],
#step_12 input[type=text], #step_12 textarea, #step_12 input[type=email], #step_12 input[type=tel] {
    margin: 0;
}

@media all and (max-width: 767px) {
    .mamut-row-flex:nth-child(2), .mamut-row-flex:nth-child(3) {
        padding: 0;
    }

    .mamut-row-flex:nth-child(4) {
        padding: 0 0 15px 0;
    }

    .mamut-mobile-order {
        flex-flow: row wrap;
    }

    .mamut-mobile-order > .left {
        order: 1;
    }

    .mamut-mobile-order > .center {
        order: 2;
    }

    .mamut-mobile-order > .right {
        order: 3;
    }

    .mamut-mobile-order .mamut-row-flex {
        padding: 10px 0 0 0;
    }
}

/*BASE - END*/


/*STEPS*/
.mamut_steps {
    margin-bottom: 100px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
}

.mamut_steps.mamut-section {
    margin-bottom: 100px;
}

.mamut_steps .mamut_step {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    flex: 1 1 0px;
    min-width: 10%;
    margin-bottom: 20px;
}

.mamut_steps .mamut_step .mamut_step__number,
.mamut_steps .mamut_step .mamut_step__name,
.mamut_steps .mamut_step .mamut_step__img {

}

.mamut_steps .mamut_step .mamut_step__number {
    display: block;
    color: #A3A5AD;
    font-size: 14px;
    letter-spacing: 1.4px;
    line-height: 16px;
    text-align: center;
    margin-bottom: 5px;
    padding: 0 10px;
    word-break: break-word;
}

.mamut_steps .mamut_step .mamut_step__name {
    display: block;
    color: #343538;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 32px;
    margin-bottom: 30px;
    text-align: center;
    padding: 0 10px;
    word-break: break-word;
}

.mamut_steps .mamut_step .mamut_step__img {
    --mamut--step-icon-height: min(8vw, var(--mamut--step-icon-width));
    position: relative;
    width: 100%;
    height: 50px;
    height: var(--mamut--step-icon-height);
    text-align: center;
    display: block;
    margin: 0 auto;
}

.mamut_steps .mamut_step:not(.done) .mamut_step__img {
    background: url("../images/circle-thin.svg") no-repeat center;
    background-size: contain;
}

.mamut_steps .mamut_step.done .mamut_step__img {
    background: url("../images/check-mark-7.svg") no-repeat center;
    background-size: contain;
}

.mamut_steps .mamut_step:not(:last-child) .mamut_step__img:before,
.mamut_steps .mamut_step:not(:first-child) .mamut_step__img:after {
    display: inline-block;
    content: '';
    border-top: 2px solid #F5F7FA;
    width: 50%;
    width: calc(50% - 25px);
    width: calc(50% - min(8vw, calc(var(--mamut--step-icon-height) / 2)));
    margin: 0 auto;
    z-index: -1;
}

.mamut_steps .mamut_step:not(:last-child).done .mamut_step__img:before,
.mamut_steps .mamut_step:not(:first-child).done .mamut_step__img:after {
    border-top: 2px solid #343538;
}

.mamut_steps .mamut_step .mamut_step__img:before {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.mamut_steps .mamut_step .mamut_step__img:after {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

@media all and (max-width: 991px) {
    .mamut_steps .mamut_step {
        min-width: 20%;
    }

    .mamut_steps .mamut_step .mamut_step__number {
        font-size: 12px;
    }

    .mamut_steps .mamut_step .mamut_step__name {
        font-size: 18px;
    }
}

@media all and (max-width: 768px) {
    .mamut_steps {
        margin-bottom: 50px;
    }

    .mamut_steps .mamut_step {
        min-width: 25%;
    }

    .mamut_steps .mamut_step .mamut_step__number {
        font-size: 10px;
    }

    .mamut_steps .mamut_step .mamut_step__name {
        font-size: 16px;
    }
}

@media all and (max-width: 480px) {
    .mamut_steps .mamut_step {
        min-width: 50%;
    }

    .mamut_steps .mamut_step .mamut_step__number {
        font-size: 10px;
    }

    .mamut_steps .mamut_step .mamut_step__name {
        font-size: 16px;
    }
}

/*STEPS - END*/


/*STEP COLOR*/
.mamut-option--color.mamut-option-card .mamut-option__input[type="radio"] {
    position: absolute;
    z-index: 9;
    top: 25px;
    left: 25px;
}

/*STEP COLOR - END*/


/*STEP SHAPE*/

.mamut-option--shape {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: end;
    height: auto;
    justify-content: center;
}

.mamut-option__text-beside-input {
    font-size: 14px;
    letter-spacing: 0.35px;
    line-height: 19px;
    flex-grow: 1;
    font-weight: normal;
}

.mamut-options-row .mamut-option-card.mamut-option--shape .mamut-option-card-inner {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    height: auto;
    padding: 25px;
}

.mamut-option--shape .mamut-option-card-inner .mamut-option__img {
    object-fit: contain;
    width: 100%;
}

.mamut-option--shape .mamut-option-card-inner .mamut-option__label-text {
    position: relative;
    background: transparent;
    opacity: 1;
    width: 100%;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.35px;
    line-height: 19px;
    font-weight: normal;
}

/*STEP SHAPE - END*/


/*STEP SIZE*/
.mamut-side-length-setting {
    align-items: baseline;
    margin-bottom: 5px;
}

.mamut-side-name,
.mamut-side-length-unit {
    color: #343538;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.4px;
    line-height: 26px;
}

.mamut-side-name {
    margin-right: 10px;
    min-width: 20px;
}

.mamut-side-length-unit {

}

input[type=number].mamut-side-length-input {
    color: #737680;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.35px;
    line-height: 24px;
    margin-right: 10px;
    border: 2px solid #F2F2F2;
    background-color: #FFFFFF;
    max-width: 120px;
    text-align: center;
}

input[type=number].mamut-side-length-input:focus {
    outline: 0;
}

/* Chrome, Safari, Edge, Opera */
input[type=number].mamut-side-length-input::-webkit-outer-spin-button,
input[type=number].mamut-side-length-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number].mamut-side-length-input[type=number] {
    -moz-appearance: textfield;
}

@media all and (max-width: 991px) {

}

@media all and (max-width: 768px) {

}

@media all and (max-width: 480px) {

}

/*STEP SIZE - END*/


/*STEP WALL*/
.mamut-wall-setting {
    align-items: center;
    margin-bottom: 5px;
}

.mamut-side-input {

}

/*STEP WALL - END*/


/*STEP BACKBOARD*/
.mamut-backboard-setting {
    align-items: center;
    margin-bottom: 5px;
}

/*STEP BACKBOARD - END*/


/*ENFOLD CHILD-THEME*/
#mamut_order_builder_wrapper span {
    font-size: 15px !important;
    font-weight: 500 !important;
    padding: 0 2px !important;
}

.entry-content > p {
    font-size: 20px;
    line-height: 34px;
    font-weight: 400;
}

.mamut-option-card-inner .mamut-option__label-text {
    color: #000000 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}

.mamut-option--color.mamut-option-card .mamut-option__input {
    background-color: white;
}

.mamut-option__text-beside-input {
    font-size: 14px !important;
    line-height: 20px;
    font-weight: normal !important;
}

.mamut-option--shape .mamut-option-card-inner .mamut-option__label-text {
    font-size: 14px !important;
    font-weight: normal !important;
}

.mamut-select {
    width: 250px !important;
    border: 2px solid #F2F2F2 !important;
    background-color: #ffffff !important;
    background-image: none !important;
    display: inline-block !important;
    padding: 10px 30px 10px 10px !important;
    -webkit-appearance: auto !important;
    margin: 0 !important;
}

.mamut-side-name,
.mamut-side-length-unit {
    color: #343538 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    letter-spacing: 0.4px !important;
    line-height: 26px !important;
}

.mamut-side-name {
    margin-right: 10px !important;
    min-width: 20px !important;
}

input[type=number].mamut-side-length-input[type=number] {
    -moz-appearance: textfield !important;
    margin-bottom: 0px !important;
    border: 2px solid #F2F2F2 !important;
    background-color: #ffffff !important;
    margin-right: 10px !important;
}

#mamut_order_builder_wrapper #step_6 label {
    display: flex !important;
    align-items: center !important;
    margin-bottom: 20px !important;
}

.mamut-amount-width input {
    width: 130px !important;
    border: 2px solid #F2F2F2 !important;
    background-color: #ffffff !important;
}

.mamut-align-center {
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.mamut-align-center.mamut-bottom span {
    margin: 0 0 0 auto !important;
}

.mamut-align-center.mamut-bottom input {
    margin: 0 auto !important;
}

.mamut_flex_wrapper.row {
    overflow-x: auto;
    align-items: center !important;
}

.mamut_flex_wrapper.row.stretch-items {
    align-items: stretch !important;
}

.mamut_flex_wrapper.row.mamut-side-length-setting,
.mamut_flex_wrapper.row.mamut-backboard-setting {
    margin: 0 0 20px 0;
}

input[type=submit]:not(:hover):not(:active):not(.has-background) {
    border: 2px solid #28303d !important;
    background-color: #28303d !important;
}

input[type=submit]:hover {
    background-color: transparent !important;
    color: #28303d !important;
    border: 2px solid #28303d !important;
}

input[type=radio]:checked:focus {
    outline-offset: 4px !important;
    outline: 2px dotted #39414d !important;
    z-index: 1 !important;
}

input[type=radio]:after {
    content: "";
    opacity: 0;
    display: block;
    background: var(--form--color-text);
}

#step_2 input[type="radio"].mamut-checkbox:after, input[type="checkbox"].mamut-checkbox:after {
    display: block;
    margin-left: 1px !important;
    margin-top: 1px !important;
    position: inherit !important;
    width: 12px !important;
    height: 12px !important;
}

input[type="radio"].mamut-checkbox,
input[type="radio"].mamut-checkbox:checked,
input[type="checkbox"].mamut-checkbox,
input[type="checkbox"].mamut-checkbox:checked {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
}

input[type="radio"].mamut-checkbox:focus:after, input[type="checkbox"].mamut-checkbox:focus:after {
    background-color: #000000;
}

input[type="checkbox"].mamut-checkbox:after {
    content: '';
    opacity: 0;
}

input[type="radio"]:checked:after, input[type="checkbox"]:checked:after {
    opacity: 1;
}

#step_10 input[type=text], #step_10 input[type=email], #step_10 input[type=tel], #step_10 textarea,
#step_11 input[type=text], #step_11 input[type=email], #step_11 input[type=tel], #step_11 textarea,
#step_12 input[type=text], #step_12 input[type=email], #step_12 input[type=tel], #step_12 textarea {
    background-color: #ffffff !important;
    color: #28303d !important;
    border: 2px solid #F2F2F2 !important;
}

.input-text,
input[type="text"],
input[type="input"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="search"],
textarea,
select {
    font-size: 17px !important;
    color: #444444 !important;
}

.mamut-option.mamut-option--popup > input {
    display: none;
}

.mamut-option__input.mamut-option-select-color.mamut-hover-cursor,
.mamut-option--popup-close {
    color: white;
    font-size: 16px !important;
    padding: 10px 25px !important;
    border: 2px solid #28303d !important;
    background-color: #28303d !important;
}

.mamut-option-card-inner.mamut-option__label.mamut-hover-cursor {
    outline: none !important;
}

.mamut-main {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
    box-sizing: content-box;
}

.mamut-button {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

@media (max-width: 1023px) {

    input.mamut-option-select-color {
        visibility: visible;
    }

    .mamut-mobile {
        flex-direction: column;
    }

    .mamut-hidden-mobile {
        display: flex;
        justify-content: center;
    }
}
#step_10 .mamut-left label, #step_11 .mamut-left label {
    display: flex;
    align-items: center;
}

#step_10 .mamut-left label span {
    margin-right: 10px;
}

#step_10 #skip_postcode {
    border: 1px solid #000000;
    margin-right: 10px;
    width: 16px;
    height: 16px;
}

.mamut-option-card-inner__text {

}

@media (min-width: 768px) and (max-width: 991px) {
    .mamut-options-row .mamut-option-card.mamut-option--shape .mamut-option-card-inner {
        padding: 25px 11px;
    }
    .mamut-align-center.mamut-title-top span {
        height: 50px;
    }
    #step_12 .mamut-row-flex span {
        padding: 20px 2px 0 2px !important;
    }
    .mamut-row-flex > div.mamut-vendor-card {
        width: calc(50% - 10px);
    }
    .mamut_flex_wrapper.row-flex-end {
        margin-top: 25px;
    }
    #step_1 .mamut-option {
        height: 200px;
        max-width: calc(33.3333% - (var(--mamut--options-padding) * 2));
    }
    #step_1 .mamut-option.mamut-option--popup {
        height: 64vh;
        max-width: calc(90% - (var(--mamut--options-padding) * 2));
    }
    .mamut-option {
        max-width: calc(var(--mamut--options-width-tablet) - (var(--mamut--options-padding) * 2));
    }
}


@media (max-width: 767.98px) {
    .mamut-options-row .mamut-option-card.mamut-option--shape .mamut-option-card-inner {
        padding: 25px 11px;
    }
    .mamut-align-center.mamut-title-top span {
        height: 50px;
    }
    #step_12 .mamut-row-flex span {
        padding: 20px 2px 0 2px !important;
    }
    .mamut-row-flex > div.mamut-vendor-card {
        width: calc(50% - 10px);
    }
    .mamut_flex_wrapper.row-flex-end {
        margin-top: 25px;
    }
    #step_1 .mamut-option {
        height: 200px;
        max-width: calc(33.3333% - (var(--mamut--options-padding) * 2));
    }
    #step_1 .mamut-option.mamut-option--popup {
        height: 64vh;
        max-width: calc(90% - (var(--mamut--options-padding) * 2));
    }
    .mamut-option {
        max-width: calc(var(--mamut--options-width-mobile) - (var(--mamut--options-padding) * 2));
    }
}


.mamut-vendor-card h4 {
    height: 60px;
}

.mamut-option-card-inner__text {
    height: 50px;
}

#step_11 input[type="radio"].mamut-checkbox:after {
    position: relative;
}
#step_1 .mamut-option__label-text {
    top: 44%;
    align-items: start;
    justify-content: center;
    display: flex;
    padding-top: 5px!important;
}
#step_1  .mamut-option--popup .mamut-option__label-text {
    padding-top: 5px!important;
}
@media (max-width: 1023px) {
    #step_1 .mamut-option__label-text {
        opacity: 1;
    }
    #step_1  .mamut-option--popup {
        top: 17%;
        left: 5%;
    }
    #footer {
        z-index: 0;
    }
}

button.mamut_product_button {
    width: 40px;
    height: 40PX;
    font-size: 25PX;
    color: white;
    border: #28303d 2px solid;
    background-color: #28303d;
    text-align: center;
    margin-right: 15px;
    line-height: 0;
}
button.mamut_product_button:hover {
    cursor: pointer;
    color: #28303d;
    background-color: white;
}
.mamut_sub_product {
    background-color: red;
    left: 5px;
}
.mamut_add_product {
}

.mamut-option-card:hover > button.mamut_product_button {
    visibility: visible;
}

#footer {
    z-index: 0;
}

#step_1 .mamut-option--popup .mamut-option__label-text {
    display: none;
}

.mamut-option--popup .mamut-option-card-inner .mamut-option__img {
    max-width: 100%;
}

a.mamut-read_more {
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}

a.mamut-read_more.collapsed {

}

div.mamut-read_more.collapsed {
    display: none;
}


body #scroll-top-link {
    right: 10px;
    bottom: 10px;
}
.mamut-option--popup .mamut-option-popup-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 0;
}
.mamut-option--popup .mamut-option-popup-inner .mamut-option-popup-inner__gallery {
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.mamut-option--popup .mamut-option-popup-inner .mamut-option-popup-inner__gallery > img {
    padding: 2px;
}

@media (max-width: 1023px) {
    .responsive body#top #main > .container_wrap > .container{
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding-left: 10px;
        padding-right: 10px;
    }
    .mamut-option--popup .mamut-option-popup-inner {
        padding: 0 80px;
        max-width: none;
        flex: 1 1 0%;
        max-width: 100%;
    }
    .mamut-option--popup .mamut-option-popup-inner .mamut-option-popup-inner__gallery {

    }
    .mamut-option--popup .mamut-option-popup-inner .mamut-option-popup-inner__gallery > img {
        max-width: 90px;
    }
}

@media (max-width: 767px) {
    .mamut-option--popup .mamut-option-popup-inner {
        padding: 0 0 50px 0;
    }
    .mamut-option--popup .mamut-option-popup-inner .mamut-option-popup-inner__gallery {
        max-height: 60px;
        max-width: 100%;
        overflow-y: hidden;
        overflow-x: auto;
        width: 100%;
        display: flex;
        flex-flow: row nowrap;
    }
    .mamut-option--popup .mamut-option-popup-inner .mamut-option-popup-inner__gallery > img {
        max-width: 60px;
    }

    #mamut_order_builder_wrapper span {
        font-size: 15px !important;
    }
}

@media all and (max-width: 480px) {
    #mamut_order_builder_wrapper span {
        font-size: 13px !important;
    }
    .mamut-select {
        width: 200px !important;
    }
    .mamut-select,
    .mamut-side-length-input {
        font-size: 15px !important;
    }

    #step_7 .mamut-bottom,
    #step_8 .mamut-bottom,
    #step_9 .mamut-bottom {
        display: block !important;
    }
    #step_7 .mamut-option label .mamut-align-center,
    #step_8 .mamut-option label .mamut-align-center,
    #step_9 .mamut-option label .mamut-align-center {
        display: flex;
        flex-direction: column;
    }
    .mamut-align-center.mamut-title-top span {
        height: 60px;
    }
    .mamut-title-top {
        margin-top: 15px;
        word-break: break-word;
    }
}

ul.menu-item.cart_dropdown {
    display: none !important;
}

#step_99 .mamut-order-total-wrapper {
    position: sticky;
    display: inline-block;
    right: 0;
}

.mamut-option-image {
    max-height: 205px;
}

.mamut-row-vendors {
    flex-wrap: wrap;
}

.mamut-vendor-title,
.mamut-vendor-address,
.mamut-vendor-postcode,
.mamut-vendor-email,
.mamut-vendor-phone {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

#mamut_order_builder_wrapper .required-star {
    color: red !important;
    top: -2px;
    position: relative;
    padding: 0 5px !important;
}

/* Reset btn */
#mamut-reset-input {
    display: none;
}
#mamut-reset-btn-fixed {
    display: inline-block;
    position: fixed;
    bottom: 5px;
    right: 5px;
    z-index: 10;
    width: 138px;

    font-size: 14px !important;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    padding: 10px 25px !important;
    border: 2px solid #28303d !important;
    background-color: #28303d !important;
}
#mamut-reset-btn-fixed > span {
    font-size: 14px !important;
}
#mamut-reset-btn-fixed:hover {
    background-color: #ffffff !important;
    color: #28303d !important;
    border: 2px solid #28303d !important;
}
#mamut-reset-btn-fixed i {
    margin-left: 0.5em;
    font-size: 0.9em;
}
#scroll-top-link {
    display: none;
}
@media all and (max-width: 1024px) {
    #mamut-reset-btn-fixed {
        bottom: 50px;
    }
}
@media all and (min-width: 1200px) {
    #mamut-reset-btn-fixed {
        left: 50%;
        right: 50%;
        transform: translate(-50%, 0);
    }
}
/* END - Reset btn */

/* MATERIAL + WOOD */
.mamut-material-tabs {
    display: flex;
    gap: 10px;
    margin: 0 0 30px;
    flex-wrap: wrap;
}

.mamut-material-tab {
    border: 2px solid #28303d !important;
    background-color: #ffffff !important;
    color: #28303d !important;
    padding: 10px 22px !important;
    cursor: pointer;
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 0.35px;
}

.mamut-material-tab.is-active,
.mamut-material-tab:hover {
    background-color: #28303d !important;
    color: #ffffff !important;
}

.mamut-wood-options {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.mamut-wood-option-label {
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
}

.mamut-wood-option-choices {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.mamut-wood-chip {
    display: inline-flex;
    align-items: center;
    border: 2px solid #F2F2F2;
    padding: 8px 14px;
    cursor: pointer;
    background: #ffffff;
}

.mamut-wood-chip input {
    margin-right: 8px;
}

.mamut-wood-duo {
    margin-top: 16px !important;
}