.breadcumb > span[data-pfd-state="active"] span {
    color: #222222;
}

.breadcumb > span[data-pfd-state="active"] span {
    color: #e72c4b;
}

.breadcumb > span:last-child > a::before {
    display: none !important;
}

.foto-dait__progress {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.foto-dait__progress-step {
    text-transform: uppercase;
    color: #272932;
    font-weight: bold;
    letter-spacing: .1em;
    display: flex;
    justify-content: center;
    padding: 1em;
    background-color: white;
    opacity: 0.5;
}

.foto-dait__progress {
    box-shadow: 0 10px 24px -15px rgba(0, 0, 0, 0.25), 0 -1px 25px -15px rgba(0, 0, 0, 0.25);
    margin-top: 1em;
    margin-bottom: 1em;
    position: relative;
}

.foto-dait__progress-step[disabled="disabled"] {
    pointer-events: none !important;
    opacity: 0.2;
}

.foto-dait__progress-step[data-pfd-state="active"] {
    opacity: 1;
    background-color: #e72c4b;
    color: white;
}

.foto-dait__progress-step[data-pfd-state="passed"],
.foto-dait__progress-step[data-pfd-state="active"][data-pfd-state-to="passed"],
.foto-dait__progress-step[data-pfd-state-to="passed"] {
    background-color: rgba(231, 44, 75, 0.4);
    color: white;
}

.foto-dait__progress-step[data-pfd-state="unavailable"][data-pfd-state-to="active"] {
    opacity: 1;
    cursor: default;
    background-color: #e72c4b;
    color: white;
}

.foto-dait__progress-step[data-pfd-state="unavailable"] {
    opacity: 0.2;
    cursor: not-allowed;
}

.foto-dait__progress-step[data-pfd-state="passed"], .foto-dait__progress-step[data-pfd-state="active"][data-pfd-state-to="passed"], .foto-dait__progress-step[data-pfd-state-to="passed"] {
    background-color: transparent;
    color: #7f7f7f;
}

.foto-dait__progress {
    grid-column-gap: 3%;
}

.foto-dait__progress {
    box-shadow: none;
}

.foto-dait__progress-step[data-pfd-state="active"] {
    background-color: transparent;
    color: #e72c4b;
    border-color: #e72c4b;
}

.foto-dait__progress-step[data-pfd-state="passed"]:hover {
    color: #e72c4b;
    border-color: #e72c4b;
}

.foto-dait__progress-step {
    border: 2px solid #272932;
}

.foto-dait__progress-step[data-pfd-state="passed"] {
    cursor: pointer;
}

.foto-dait__progress-step {
    opacity: 1;
}

.foto-dait__progress-step {
    border: 1px solid #868686;
    font-size: 33px;
}

.foto-dait__progress-step[data-pfd-state="passed"], .foto-dait__progress-step[data-pfd-state="active"][data-pfd-state-to="passed"], .foto-dait__progress-step[data-pfd-state-to="passed"] {
    color: #868686;
}


.foto-dait__heading {
    border-bottom: none;
}

.foto-dait__heading {
    color: rgb(33, 37, 41);
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    line-height: 1.5;
    letter-spacing: .1em;
    padding-bottom: 1em;
}

.foto-dait__container {
    grid-column: 1;
    grid-row: 1;
    position: relative;
}

.foto-dait__containers {
    display: grid;
    grid-template-columns: 1fr;
}

.foto-dait__container[data-pfd-state="inactive"] {
    display: none;
}

.foto-dait__container[data-pfd-state-to="inactive-prev"] {
    animation: foto-dait-slide-out-left;
    animation-duration: .5s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    opacity: .3;
}

.foto-dait__container[data-pfd-state-to="inactive-next"] {
    animation: foto-dait-slide-out-right;
    animation-duration: .5s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    opacity: .3;
}

.foto-dait__container[data-pfd-state="inactive"][data-pfd-state-to="active-prev"] {
    display: flex;
    animation: foto-dait-slide-in-right;
    animation-duration: .5s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    opacity: .3;
}

.foto-dait__container[data-pfd-state="inactive"][data-pfd-state-to="active-next"] {
    display: flex;
    animation: foto-dait-slide-in-left;
    animation-duration: .5s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}

.foto-dait__container[data-pfd-service-container="format-printing"].--is-disabled,
.foto-dait__container[data-pfd-service-container="format-printing"].--is-file-being-uploading {
    opacity: 0.2;
    pointer-events: none;
}


.--pfd.--arrow[data-pfd-state="disabled"] {
    display: none;
}

.--pfd.--arrow .--arrow-icon {
    font-size: 16px;
    width: 1em;
    display: flex;
    order: 1;
}

.--pfd.--arrow .--arrow-text {
    order: 2;
    margin-left: 1em;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #e72c4b;
}

.--pfd.--arrow .--arrow-icon > path {
    fill: #e72c4b;
}

.--pfd.--arrow .--arrow-text {
    margin-left: .5em;
    letter-spacing: .3em;
}

.--pfd.--arrow {
    position: absolute;
    display: flex;
    top: 0;
    transform: translateX(-50%) translateY(-300%);
    cursor: pointer;
    background: none;
    border: none;
    box-shadow: none;
    outline: none;
}

.--pfd.--arrow .--arrow-icon {
    font-size: 12px;
}


.foto-dait__button {
    font-size: 16px;
    font-weight: bold;
    color: #e72c4b;
    letter-spacing: 5px;
    text-transform: uppercase !important;
}

.foto-dait__button {
    color: #e72c4b !important;
    position: relative;
}

.foto-dait__button:hover {
    border-bottom: 1px solid #e72c4b !important;
}

.foto-dait__button:hover:before {
    width: 100%;
}

.foto-dait__button::before {
    bottom: -5px;
    content: '';
    width: 0;
    height: 1px;
    background: #e72c4b;
    position: absolute;
    left: 0;
    will-change: width;
    transition: width .5s ease-out;
}

.foto-dait__constructor > .foto-dait__button {
    margin-left: auto;
    display: flex;
    width: max-content;
    padding: 0;
    margin-bottom: 1em;
    margin-top: 1em;
}


.foto-dait__services {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 5%;
}

.foto-dait__service-name {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #e72c4b;
}

.foto-dait__service {
    box-shadow: 0 24px 24px -15px rgba(0, 0, 0, 0.25);
    transition: box-shadow 300ms ease-in-out;
}

.foto-dait__service[data-pfd-state="unavailable"] {
    opacity: 0.5;
    filter: grayscale(2);
    cursor: not-allowed !important;
}

.foto-dait__service-name {
    font-size: 16px;
    padding: 1em;
    display: flex;
    justify-content: center;
    letter-spacing: .1em;
}

.foto-dait__service:hover {
    scale: 1;
}

.foto-dait__services {
    grid-column-gap: 3%;
    grid-row-gap: 25px;
}

.foto-dait__service {
    transition: box-shadow 300ms ease-in-out, scale 250ms ease-out;
    scale: 0.98;
    filter: drop-shadow(0px 16px 8px rgba(0, 0, 0, 0.31));
    background: white;
}

.foto-dait__service-name {
    border-top: none;
    color: rgb(34, 34, 34);
    transition: color 250ms ease-out, border-color 250ms ease-out;
}

.foto-dait__service {
}

.foto-dait__service:hover > .foto-dait__service-name {
    color: #e72c4b;
    border-color: #e72c4b;
}

.foto-dait__service:hover {
    box-shadow: 0 24px 24px -15px rgba(0, 0, 0, 0.2);
}

.foto-dait__service-img {
    position: relative;
}

.foto-dait__service-img::after {
    position: absolute;
}

.foto-dait__constructor-total {
    display: grid;
    grid-template-columns: 80% 1fr;
    padding: 1.5%;
}

.foto-dait__constructor-total > .item {
    font-weight: 600;
    text-transform: uppercase;
    color: #272932;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
}

.foto-dait__constructor-total > .item {
    font-weight: normal;
    text-transform: capitalize;
}

.foto-dait__constructor-total {
    padding: 0;
    width: 100%;
    margin-top: 29px;
    margin-left: auto;
    margin-right: auto;
}

.foto-dait__constructor-total > .item:first-child {
    padding-top: 10px;
}

.foto-dait__constructor-total > .item:nth-last-child(2) {
    padding-bottom: 10px;
}

.foto-dait__constructor-total > .item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.foto-dait__constructor-total > .item-total {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.foto-dait__constructor-total > .item-total {
    font-weight: bold;
    color: rgb(231, 44, 75);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: underline;
    font-size: 22px;
    white-space: pre;
}

.foto-dait__constructor-total > .item.---accent {
    font-weight: bold;
    color: rgb(231, 44, 75);
    text-transform: uppercase;
}

.foto-dait__constructor-total > .item-total.---accent {
    font-weight: bold;
    color: rgb(231, 44, 75);
}

.foto-dait__constructor-total > .item-total {
    font-weight: normal;
    color: #272932;
    text-decoration: none;
}

.foto-dait__constructor-total {
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.foto-dait__constructor-total > .item {
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    padding: 15px;
}

.foto-dait__constructor-total > .item:first-child {
    padding-top: 8px;
    padding-bottom: 8px;
}

.foto-dait__constructor-total > .item {
    padding: 8px 10px;
}

.foto-dait__constructor-total > .item:nth-last-child(2) {
    padding-bottom: 8px;
}


.foto-dait__service-name {
    border-top: none;
}

.foto-dait__constructor-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 3%;
}

.image-uploader {
    grid-column: 1;
    grid-row: 1;
}

.foto-dait__constructor-form .card {
    padding: 15px;
    box-shadow: 0 10px 24px -15px rgba(0, 0, 0, 0.25);
}

.foto-dait__constructor-form .card:hover {
    z-index: 2;
}


.--card .--actions {
    display: flex;
}

.--card .--action {
    height: 1em;
    font-size: 10px;
}

.--card .--action > svg {
    height: 100%;
}

.--card .--action {
    font-size: 20px;
}

.--card .--action > svg {
    font-size: 20px;
    height: 1em;
    display: flex;
}

.--card .--action:hover > svg > path {
    fill: #e72c4b;
}

.--card .--action {
    cursor: pointer;
}

.--card .--actions {
    position: absolute;
    top: 0;
    right: 0;
}

.--card .--action + .--action {
    margin-left: 1em;
}

.--card .--actions {
    font-size: 20px;
    padding: 1em;
    background-color: rgba(33, 37, 41, 0.4);
}

.--card .--action {
    border: none;
    outline: none;
    background-color: transparent;
}


.foto-dait__constructor {
    margin-top: 0;
    width: 100%;
}

.foto-dait__constructor-form .card {
    border-radius: 0;
    border: 2px solid rgba(231, 44, 75, 0.05);
    border-top: 2px solid rgb(231, 44, 75);
}

.foto-dait-text__head {
    font-size: 16px;
    font-weight: bold;
}

.foto-dait-group.--select {
    display: flex;
    flex-direction: column;
}

.foto-dait-group.--horizontal {
    display: flex;
    flex-direction: row;
}

.foto-dait-group.--horizontal > .foto-dait-text__content {
    margin-left: 1em;
}

.foto-dait-text__content.--accent {
    color: #e72c4b;
    font-weight: bold;
}

.foto-dait-field__label {
    font-weight: bold;
    color: #272932;
    display: inline-flex;
    margin-right: 16px;
    margin-bottom: 0;
}

.foto-dait-group + .foto-dait-group {
    margin-top: 1.5em;
    font-size: 16px;
}


.foto-dait__field.--number {
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #d3d3d3;
    font-size: 18px;
    padding-bottom: .5em;
    color: rgb(109, 109, 109);
}

.foto-dait__field.--number::placeholder {
    color: #dbdbdb;
    opacity: 1;
}

.foto-dait-group.--number {
    display: flex;
    align-items: center;
}

.foto-dait__field.--number {
    color: #272932;
}

.foto-dait-group.--switcher {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.foto-dait-group + .foto-dait-group {
    margin-top: 1em;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 1em;
}

.foto-dait-group:first-child {
    margin-top: 1em;
}

.foto-dait__constructor .properties {
    border-top: 2px solid #e72c4b;
    margin-top: 20px;
    border-top: 2px solid rgb(33, 37, 41);
}

[data-pfdt-card][data-pfd-preview-state=hidden] > .properties {
    margin-top: 0 !important;
    border-top: none;
}

.foto-dait-preview {
    width: 100%;
    height: 186px;
}

.foto-dait__constructor-form .card {
    width: 340px;
    display: flex;
}

.foto-dait__constructor .properties {
    width: 100%;
}

.foto-dait-preview {
    margin-left: auto;
    margin-right: auto;
}

.foto-dait-preview__img {
    width: 100%;
    height: 100%;

    object-fit: contain;
}

.foto-dait-group.--switcher .foto-dait-field__label {
    word-wrap: break-word;
}

.foto-dait__field.--number {
    padding-bottom: .3em;
    width: 4em;
}

.foto-dait-group.--number > .foto-dait-field__label {
    max-width: calc(100% - 6em);
}


@keyframes foto-dait-slide-out-left {
    0% {
        left: 0;
    }
    100% {
        left: -100%;
    }
}

@keyframes foto-dait-slide-out-right {
    0% {
        left: 0;
    }
    100% {
        left: 100%;
    }
}

@keyframes foto-dait-slide-in-left {
    0% {
        left: 100%;
    }
    100% {
        left: 0;
    }
}

@keyframes foto-dait-slide-in-right {
    0% {
        left: -100%;
    }
    100% {
        left: 0;
    }
}


:root {
    /*--primary-light: hsl(200, 79%, 46%);*/
    --primary-light: white;
    --primary-dark: rgb(231, 44, 75);
    --ripple: rgba(231, 44, 75, 0.2);
    --focus: var(--primary-light);
    --color: hsl(220, 50%, 90%);
    /*--global-background: hsl(220, 25%, 10%);*/
    --global-background: #dbdbdb;
}

.foto-dait-switch:not(:last-of-type) {
    margin-right: 4rem;
}

.foto-dait-switch__label {
    position: relative;
    cursor: pointer;
}

.foto-dait-switch__input {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
}

.foto-dait-switch__input:focus + .foto-dait-switch__design {
    /*box-shadow: 0 0 0 0.1rem var(--global-background), 0 0 0 0.2rem var(--focus);*/
}

.foto-dait-switch {
    --width: 6em;
    --height: 3em;
    --font-size: 9px;
    --background: rgba(39, 41, 50, .1);
    --checked-background: var(--primary-dark);
    --thumb-size: 1.6em;
    --thumb-ripple-color: var(--ripple);
    --thumb-background: hsl(0, 0%, 65%);
    --checked-thumb-background: var(--primary-light);
    --thumb-space-between-edges: .6em;
    --thumb-out: var(--thumb-space-between-edges);
}

.foto-dait-switch__design {
    display: inline-block;
    width: var(--width);
    height: var(--height);
    font-size: var(--font-size);
    border-radius: 100rem;
    background: var(--background);
    position: relative;
    transition: .2s, box-shadow 0s;
}

.foto-dait-switch__design::before {
    content: '';
    position: absolute;
    left: var(--thumb-out);
    top: 50%;
    transform: translateY(-50%);
    width: var(--thumb-size);
    height: var(--thumb-size);
    border-radius: 100rem;
    background: var(--thumb-background);
    transition: inherit;
}

.foto-dait-switch--5 .foto-dait-switch__input:not(:checked) + .foto-dait-switch__design, .foto-dait-switch--7 .foto-dait-switch__input:not(:checked) + .foto-dait-switch__design {
    --thumb-ripple-color: hsla(0, 0%, 65%, .1);
}

.foto-dait-switch--6 .foto-dait-switch__design {
    transition: .3s, box-shadow 0s;
}

.foto-dait-switch__input:checked + .foto-dait-switch__design {
    border-color: transparent;
    background: var(--checked-background);
}

.foto-dait-switch__input:checked + .foto-dait-switch__design::before {
    left: calc(100% - (var(--thumb-size) + var(--thumb-out)));
    background: var(--checked-thumb-background);
}

.foto-dait-switch--6 .foto-dait-switch__input:checked + .foto-dait-switch__design::before {
    left: calc(100% - var(--thumb-out));
    transform: translate(-100%, -50%);
}

.foto-dait-switch--5 .foto-dait-switch__design:hover::before, .foto-dait-switch--7 .foto-dait-switch__design:hover::before, .foto-dait-switch--5 .foto-dait-switch__input:focus + .foto-dait-switch__design::before, .foto-dait-switch--7 .foto-dait-switch__input:focus + .foto-dait-switch__design::before {
    box-shadow: 0 0 0 0.9rem var(--thumb-ripple-color);
}

.foto-dait-switch--6 .foto-dait-switch__design:active::before {
    width: calc(var(--thumb-size) + .4rem);
}

.foto-dait-switch__label {
    margin-bottom: 0;
}


/*Uploader*/
.foto-dait-file-uploader .foto-dait-wrapper {
    margin: auto;
    max-width: 640px;
    padding-top: 60px;
    text-align: center;
}

.foto-dait-file-uploader .foto-dait-container {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    /*border: 0.5px solid rgba(130, 130, 130, 0.25);*/
    /*box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(0, 0, 0, 0.1);*/
}

.foto-dait-file-uploader .foto-dait-upload-container {
    background-color: rgb(239, 239, 239);
    border-radius: 6px;
    padding: 10px;
}

.foto-dait-file-uploader .foto-dait-border-container {
    border: 5px dashed rgba(198, 198, 198, 0.65);
    border-radius: 0;
    padding: 20px;
}

.foto-dait-file-uploader .foto-dait-border-container p {
    color: #130f40;
    font-weight: 600;
    font-size: 1.1em;
    letter-spacing: -1px;
    margin-top: 30px;
    margin-bottom: 0;
    opacity: 0.65;
}

.foto-dait-file-uploader .foto-dait-icons {
    color: #95afc0;
    opacity: 0.55;
}

.foto-dait-file-uploader .foto-dait-upload-container {
    background-color: rgba(200, 200, 200, 0.2);
}

.foto-dait-file-uploader .foto-dait-border-container p {
    color: rgb(33, 37, 41);
    font-size: 21px;
    max-width: initial;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 1.8;
}

.foto-dait-upload-container button {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: none;
    border: none;
    padding: 1em;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.3em;
    display: flex;
    background-color: #e72c4b;
    color: white;
}

.foto-dait-file-uploader .icon {
    width: 1em;
    font-size: 60px;
    margin-left: auto;
    margin-right: auto;
}

.foto-dait-file-uploader .icon > svg > path {
    fill: #e72c4b;
}

.dz-drag-hover.foto-dait-img-uploader__zone .foto-dait-border-container {
    border-color: #e72c4b;
}

.dz-drag-hover.foto-dait-img-uploader__zone .foto-dait-upload-container {
    background-color: white;
}

.foto-dait-file-uploader .foto-dait-border-container {
    will-change: border-color;
    transition: border-color 150ms ease-out;
    height: 100%;
}

.foto-dait-file-uploader .foto-dait-upload-container {
    will-change: background-color;
    transition: background-color 150ms ease-out;
}

.dz-preview.dz-processing.dz-image-preview.dz-success.dz-complete {
    display: none !important;
}

.cropit-image-zoom-input {
    margin-top: 20px;
}

.foto-dait-image-preview__content[data-bvb-state="inactive"] .cropit-image-zoom-input {
    display: none;
}

.foto-dait-image-preview[data-pfd-state="hidden"] {
    display: none;
}

.foto-dait-file-uploader .--desc {
    font-style: italic;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 1em;
    padding: 1em;
    color: rgb(33, 37, 41);
}

/*Spinner*/
.foto-dait__container.--awaiting {
    width: 100%;
    height: 200px;
}

.foto-dait__container .--spinner {
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: --pfd-rotate-forever;
    animation-timing-function: linear;
    height: 50px;
    width: 50px;
    border: 3px solid #e72c4b;
    border-right-color: transparent;
    border-radius: 50%;
    display: inline-block;
}

.foto-dait__container .--spinner {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 50%;
    margin: -15px 0 -15px;
}

@keyframes --pfd-rotate-forever {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*Temp*/

.foto-dait__constructor-form .card {
    width: 100%;
}

.foto-dait-preview__img {
    object-fit: cover;
}

.foto-dait__constructor-total {
    margin-top: 100px;
}

.foto-dait__actions {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1%;
    margin-top: 3em;
}

.foto-dait__actions {
    display: flex;
    justify-content: flex-end;
}


/*Delete Button*/
.foto-dait__action {
    position: relative;
}

.foto-dait__action-button.--warning {
    position: absolute;
    text-align: center;
    font-size: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.foto-dait__action-button.--delete {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pfd-action.foto-dait__action-button.--delete {
}

.foto-dait__action {
    margin-right: 10px;
}

@media (max-width: 768px) {
    .foto-dait__actions {
        width: 100%;
        grid-template-columns: 1fr max-content;
    }

    .foto-dait__actions {
        display: grid;
        grid-row-gap: 45px;
    }

    .foto-dait__action {
        grid-template-column: 1;
        grid-column-start: 1;
        grid-column-end: 3;
        margin-right: 0;
    }

    .foto-dait__actions > [data-pfd-printing-service-next] {
        grid-column: 1;
        grid-row: 2;
        width: calc(100% - 10px);
    }

    button.pfd-action.foto-dait__action-button.--delete {
        padding: .1em .4em;
    }

    .foto-dait__actions > [data-pfd-printing-service-next] {
        width: calc(100% - 10px) !important;
    }
}





button.pfd-action {
    display: flex;
    justify-content: center;
    margin: 0;
    box-shadow: none;
    border: none;
    padding: 1em;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.3em;
    display: flex;
    background-color: #e72c4b;
    color: white;
}

button.pfd-action[disabled] {
    opacity: 0.1;
    cursor: not-allowed;
}

button.pfd-action {
    background-color: white;
    color: #e72c4b;
    border: .1em solid #e72c4b;
}

.pfd-action.--type-add-to-cart {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pfd-action.--type-add-to-cart::before {
    font-size: 26px;
}

.pfd-action.--type-add-to-cart::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    font-size: 11px;
    color: #fff;
    border-radius: 50%;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    background: #e72c4b;
    left: 60%;
    top: 18%;
}

.pfd-action.--type-add-to-cart {
    padding-right: 1.5em;
}

.pfd-action.--type-add-to-cart > img {
    transform: translateX(-.1);
    font-size: 1em;
}

.pfd-action.--type-add-to-cart {
    padding-right: 1.3em;
    padding-left: .7em;
}

.pfd-action.--type-add-to-cart::before {
    left: 50%;
}

.pfd-action.--type-add-to-cart > .---icon-plus {
    width: 1em;
    position: absolute;
    display: flex;
}

.pfd-action.--type-add-to-cart > .---icon-plus > path {
    fill: white;
}

.pfd-action.--type-add-to-cart > .---icon-plus {
    top: 25%;
    left: 60%;
    z-index: 2;
    font-size: 9px;
}

.pfd-action.--type-add-to-cart::before {
    z-index: 1;
}


/*Cropper*/
.foto-dait-image-preview__content {
    width: 100%;
}

.foto-dait-image-card-image-to-crop {
    width: 100%;
    height: 100%;
    visibility: hidden;
}

.foto-dait-image-preview__content img.cropit-preview-image {
    height: auto;
    max-width: initial;
    display: block;
}


.foto-dait-image-preview__content img.cropit-preview-image {
    height: auto;
    max-width: initial;
    display: block;
}


.foto-dait-image-preview__content .cropper-bg {
    background: white !important;
}

.foto-dait-image-preview__content .cropper-crop-box {
    pointer-events: none !important;
}

.foto-dait-image-preview__content .cropper-crop-box {
    pointer-events: none;
}

.foto-dait-image-preview__content .cropper-view-box {
    outline: none;
}

.foto-dait-image-preview__content .cropper-dashed {
    border: none;
}

.foto-dait-image-preview__content.cropper-point.point-se {
    display: none;
}

.foto-dait-image-preview__content .cropper-point {
    display: none;
}

.foto-dait-image-preview__content .cropper-crop-box {
    background-color: white;
}

.foto-dait-image-preview__content .cropper-crop-box:before {
    content: '';
    background-image: linear-gradient(to right, #e72c4b 50%, transparent 50%), linear-gradient(to right, #e72c4b 50%, transparent 50%), linear-gradient(to bottom, #e72c4b 50%, transparent 50%), linear-gradient(to bottom, #e72c4b 50%, transparent 50%);
    background-position: left top, left bottom, left top, right top;
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 20px 3px, 20px 3px, 3px 20px, 3px 20px;
}

.foto-dait-image-preview__content .cropper-face::before {
    content: '';
    background-image: linear-gradient(to right, #e72c4b 50%, transparent 50%), linear-gradient(to right, #e72c4b 50%, transparent 50%), linear-gradient(to bottom, #e72c4b 50%, transparent 50%), linear-gradient(to bottom, #e72c4b 50%, transparent 50%);
    background-position: left top, left bottom, left top, right top;
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 35px 2px, 35px 2px, 2px 35px, 2px 35px;
    width: calc(100%);
    height: calc(100%);
    position: absolute;
    visibility: visible;
    transform: translateX(0) translateY(0);
}

.foto-dait-image-preview__content .cropper-face {
    z-index: 9;
    opacity: 1;
}


.foto-dait-image-preview__content .cropper-line {
    background-color: transparent;
    opacity: .5;
}

.foto-dait-image-preview__content .cropper-face {
    visibility: hidden;
}

.foto-dait-image-preview__controls > .--rotate {
    width: 1em;
    height: 1em;
    font-size: 19px;
}

.foto-dait-image-preview__controls > .--rotate > svg {
    display: flex;
}

.foto-dait-image-preview__controls > .--rotate {
    background-color: transparent;
    border: none;
    outline: none;
}

.foto-dait-image-preview__controls .--rotate.--clockwise {
    transform: scale(-1, 1);
}

.foto-dait-image-preview__controls {
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 10px;
    border-top: 1px solid rgba(198, 198, 198, 0.65);
    border-bottom: 1px solid rgba(198, 198, 198, 0.65);
}

.foto-dait-image-preview__controls > .--rotate > svg > path {
    fill: white;
}

.foto-dait-image-preview__controls > .--rotate {
    font-size: 25px;
    background-color: #e72c4b;
    margin-right: .2em;
    padding: .2em;
}


.foto-dait-image-preview__controls > .--reset {
    font-size: 25px;
    background-color: #e72c4b;
    margin-right: .2em;
    padding: .2em;
    width: 1em;
    height: 1em;
    border: none;
    outline: none;
}

.foto-dait-image-preview__controls > .--reset > svg {
    display: flex;
}

.foto-dait-image-preview__controls > .--reset > svg > path {
    fill: white;
}


.foto-dait-image-preview__controls {
    display: flex;
    align-items: center;
}

.foto-dait-image-preview__controls .--zoom {
    display: flex;
}

.foto-dait-image-preview__controls .--zoom-icon {
    width: 1em;
    font-size: 25px;
    background-color: #e72c4b;
    margin-right: .2em;
    padding: .2em;
}

.foto-dait-image-preview__controls .--zoom-icon > svg {
    display: flex;
    width: 100%;
}

.foto-dait-image-preview__controls .--zoom-icon {
    width: 1em;
    height: 1em;
}

.foto-dait-image-preview__controls .--zoom-icon > svg > path {
    fill: white;
}

.foto-dait-image-preview__controls .--zoom {
    flex-grow: 1;
    align-items: center;
}

.foto-dait-image-preview__controls .--zoom-slider {
    flex-grow: 1;
}

.foto-dait-image-preview__controls .irs--square .irs-bar {
    background-color: #e72c4b;
}

.foto-dait-image-preview__controls .irs--square .irs-from, .irs--square .irs-to, .irs--square .irs-single {
    background-color: #e72c4b;
}

.foto-dait-image-preview__controls .irs--square .irs-handle {
    border: 3px solid #e72c4b;
}

.foto-dait-image-preview__content .cropit-preview {
    background-color: #f8f8f8;
    background-size: cover;
    margin-top: 7px;
    width: 100%;
    height: 200px;
}

.foto-dait-image-preview__content .cropit-preview-image-container {
    cursor: move;
}

.foto-dait-image-preview__content .cropit-preview-background {
    opacity: 1;
    filter: brightness(.5);
    cursor: auto;
    max-width: initial;
}

.foto-dait-image-preview__content .image-size-label {
    margin-top: 10px;
}

.foto-dait-image-preview__content input, .export {
    position: relative;
    z-index: 10;
    display: block;
}

.foto-dait-image-preview__content button {
    margin-top: 10px;
}

[data-pfdt-card][data-pfd-preview-state="hidden"] > .properties {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 4%;
}

.foto-dait-group.--switcher {
    grid-column: 1/4;
}

.foto-dait-group.--type-file-name {
    display: none;
}

.foto-dait-group.--type-format > label {
    font-weight: normal;
}

.foto-dait-group.--type-paper > label {
    font-weight: normal;
}

.foto-dait-group.--type-quantity > label {
    font-weight: normal;
}

.foto-dait-group.--switcher > label {
    font-weight: normal;
    font-size: 16px;
}

[data-pfdt-card] .properties {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 4%;
}

.foto-dait-group.--switcher {
    grid-column: 1/4;
}

.foto-dait-group.--type-file-name {
    display: none;
}

.foto-dait-group.--type-format > label {
    font-weight: normal;
}

.foto-dait-group.--type-paper > label {
    font-weight: normal;
}

.foto-dait-group.--type-quantity > label {
    font-weight: normal;
}

.foto-dait-group.--switcher > label {
    font-weight: normal;
    font-size: 16px;
}

.foto-dait-group.--type-quantity {
    display: flex;
    flex-direction: column;
}

.--card .--actions {
    position: static;
}

.--card .--actions {
    background-color: transparent;
}

.foto-dait-image-preview__controls .irs--square .irs-handle {
    border: none;
    box-shadow: 0 0 2px 2px rgba(231, 44, 75, 2);
}

.--card .--action > svg > path {
    fill: #e2e2e2;
}

.foto-dait-image-preview__controls .irs--square .irs-handle {
    top: 22px;
    width: 20px;
    height: 20px;
    background-color: #e72c4b;
    border-radius: 50%;
}

.foto-dait-image-preview__controls .irs--square .irs-handle.state_hover, .irs--square .irs-handle:hover {
    background-color: #e72c4b;
}

.foto-dait-image-preview__controls .irs--square .irs-from, .irs--square .irs-to, .irs--square .irs-single {
    font-size: 13px;
    background-color: transparent;
    transform: translateY(99%);
    z-index: 2;
    font-weight: bold;
}

.foto-dait-image-preview__controls .irs--square .irs-line {
    background-color: #e2e2e2;
}

.irs--square .irs-from, .irs--square .irs-to, .irs--square .irs-single {
    background-color: transparent !important
}

.foto-dait-group + .foto-dait-group {
    margin-top: .5em;
    border-top: none;
    padding-top: 0;
}

.foto-dait-image-preview__controls {
    padding-bottom: 0;
    border-top: none;
    border-bottom: none;
}

.foto-dait__constructor .properties {
    margin-top: 0;
    border-top: none;
}

.foto-dait-group.--type-format > label {
    text-align: center;
    display: flex;
    justify-content: center;
}

.foto-dait-group.--type-paper > label {
    display: flex;
    justify-content: center;
}

.foto-dait-group.--type-quantity > label {
    display: flex;
    justify-content: center;
}

.foto-dait-group.--type-quantity {
    width: 100%;
}

.foto-dait-group.--select.--type-format {
    width: 100%;
}

.foto-dait-group.--select.--type-paper {
    width: 100%;
}

.foto-dait-group.--type-quantity {
    margin-top: 0;
}

.foto-dait-group.--select.--type-paper {
    margin-top: 0;
}

.foto-dait-group.--select.--type-format {
    margin-top: 0;
}

.foto-dait-group.--number > .foto-dait-field__label {
    margin-bottom: 10px;
    margin-right: 0;
}

.foto-dait__field.--number {
    padding-bottom: 0;
}

.foto-dait-group.--type-quantity > input {
    height: 42px;
}

.nice-select.selectbox.foto-dait__field.--select {
    min-width: initial;
}

button.pfd-action {
    padding-top: .7em;
    padding-bottom: .7em;
}

button.pfd-action {
    border: 1px solid #e72c4b;
}

.pfd-action.--type-add-to-cart::before {
    top: 7%;
}

.pfd-action.--type-add-to-cart > .---icon-plus {
    top: 16%;
}

.foto-dait__constructor-form .card {
    border: none;
    filter: drop-shadow(0px 6px 8px rgba(0, 0, 0, 0.31));
}

.foto-dait__constructor-form .card {
    position: relative;
}

.card-file-name {
    position: absolute;
    z-index: 2;
    color: white;
    text-transform: uppercase;
    margin-left: 30px;
    margin-top: 10px;
}


.foto-dait-file-uploader .foto-dait-upload-container {
    background-color: white;
}

.foto-dait-file-uploader .foto-dait-border-container p {
    color: #272932;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
}

.foto-dait-upload-container button {
    margin-top: 0;
    font-weight: 500;
    letter-spacing: initial;
    background-color: transparent;
    color: #e72c4b;
}

.foto-dait-file-uploader .foto-dait-upload-container {
    filter: drop-shadow(0px 6px 8px rgba(0, 0, 0, 0.31));
}

.foto-dait-file-uploader .foto-dait-upload-container {
    border-radius: 0;
}

.foto-dait-file-uploader .foto-dait-border-container {
    border: 1px dashed rgb(231, 44, 75);
}

.foto-dait-file-uploader .icon {
    font-size: 100px;
}

.foto-dait-file-uploader .icon > svg > path {
    fill: #f9c4cb;
}

.foto-dait-file-uploader .--desc a {
    color: #e72c4b;
    font-style: normal;
}

.foto-dait-file-uploader .--desc {
    font-style: normal;
    padding-left: 0;
    padding-right: 0;
}

.foto-dait-file-uploader .foto-dait-border-container p {
    font-size: 21px;
    opacity: 1;
    margin-left: 0;
    margin-right: 0;
}

.foto-dait-file-uploader .foto-dait-border-container {
    padding-left: 10px;
    padding-right: 10px;
}

.foto-dait-upload-container button {
    padding-top: 5px;
    padding-bottom: 5px;
}

.foto-dait-file-uploader .--desc a, .foto-dait-file-uploader .--desc a:hover {
    color: #e72c4b !important;
    outline: none !important;
    text-decoration: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    filter: none !important;
}


.--calculator-preview--desc {
    white-space: pre-line;
    text-align: center;
    font-size: 21px;
}

.--calculator-preview--img > img {
    width: 1em;
    font-size: 100px;
}

.--calculator-preview--img {
    width: 100%;
    display: flex;
    justify-content: center;
}


.foto-dait__constructor-form .card[data-pfdt-card-type="calculator"]::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px dashed rgb(231, 44, 75);
}

.foto-dait__constructor-form .card[data-pfdt-card-type="calculator"] {
    padding: 10px;
}

.foto-dait__constructor-form .card[data-pfdt-card-type="calculator"]::after {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    pointer-events: none;
}

.--calculator-preview {
    padding-top: 20px;
}

.foto-dait-file-uploader .icon > svg {
    display: flex;
}

.--calculator-preview {
    padding-top: 40px;
}

.foto-dait-file-uploader .foto-dait-border-container {
    padding: 0 40px 40px;
}

.--calculator-preview--desc {
    white-space: normal;
    margin-top: 30px;
    line-height: 1.5;
}

.foto-dait-file-uploader .foto-dait-border-container {
    padding-left: 5px;
    padding-right: 5px;
}

.card[data-pfdt-card-type="calculator"] .properties {
    padding-left: 15px;
    padding-right: 15px;
}

.card[data-pfdt-card-type="calculator"] .properties {
    margin-top: 61px !important;
}

.foto-dait-file-uploader[data-pfd-state="hidden"] {
    display: none;
}

.pfd-card-uploader-button {
    position: absolute;
    width: 1em;
    height: 1em;
    font-size: 50px;
    z-index: 2;
    display: flex;
}

.foto-dait-image-preview__content[data-pfd-uploader-preview-content] {
    position: relative;
}

.pfd-card-uploader-button {
    font-size: 90px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.foto-dait-image-preview__content button {
    border-radius: 50%;
    border: none;
    outline: none;
    padding: .2em;
}


.foto-dait__progress-step {
    font-size: 20px;
}

.foto-dait__progress-step {
    letter-spacing: initial;
    padding: .2em 1em;
}

.foto-dait__progress {
    /*margin-top: 16px;*/
    margin-top: 40px;
    margin-bottom: 0;
}

.foto-dait__containers {
    margin-top: 59px;
    margin-top: 40px;
}

.foto-dait__service-img {
    width: 100%;
    height: 316px;
    object-fit: cover;
}

.foto-dait__service-name {
    font-size: 17px;
    padding: 1.2em 1em;
    letter-spacing: initial;
    color: black;
}

.breadcumb > span[data-pfd-state="active"] span {
    color: #ec1534;
}

.breadcumb > [data-pfd-crumb] span {
    font-weight: 400;
    font-size: 15px;
}

.breadcumb[data-pfd-breadcrumbs] {
    margin-top: 22px;
}


.foto-dait-file-uploader .foto-dait-border-container > p {
    font-size: 18px !important;
    text-transform: uppercase;
    font-weight: 400 !important;
    color: black;
}

.foto-dait-file-uploader .foto-dait-border-container > button {
    font-size: 18px;
    font-weight: 400;
}

.foto-dait-file-uploader .--desc > p:first-child {
    margin-top: 0;
}

.foto-dait-file-uploader .--desc > p {
    font-size: 18px;
    line-height: 2.1;
}

.foto-dait-group.--switcher {
    margin-top: 8px;
}

.foto-dait-group.--switcher + .foto-dait-group.--switcher {
    margin-top: 5px;
}

.foto-dait-group.--number.--type-quantity > label {
    display: flex;
    max-width: initial;
    margin-bottom: 0;
}

.foto-dait-group.--type-quantity > input {
    border: 1px solid #e2e2e2;
    padding: .5em;
}

.foto-dait__actions > [data-pfd-printing-service-next] {
    font-size: 20px;
    letter-spacing: initial;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 10px;
}

.foto-dait__actions > [data-pfd-printing-format-add-to-cart] {
    padding: 0 !important;
}

.foto-dait__actions > [data-fpd-printing-format-add-to-cart] {
    padding: 0;
}

.foto-dait-file-uploader .foto-dait-border-container p {

    margin-top: 36px;
}

.foto-dait-file-uploader .--desc {
    font-size: 23px;
}

.foto-dait-file-uploader .--desc {
    line-height: 1.73;
    padding-top: 0;
    margin-top: 131px;
}

.foto-dait-file-uploader .foto-dait-border-container p {


    color: black;
    font-weight: 400;
}

.foto-dait-file-uploader .foto-dait-border-container {


    padding-left: 0;
    padding-right: 0;
}

.foto-dait__constructor-form {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.--calculator-preview {
    padding-top: 154px;
}

.--calculator-preview--img > img {
    font-size: 127px;
}

.--calculator-preview--desc {
    margin-top: 36px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.57;
}

.foto-dait-field__label {

    color: black;
    font-weight: 400;
}

.foto-dait-group.--type-format > label {

    font-weight: 400;
}

.foto-dait-group.--type-format > label {
    font-size: 18px;
}

.foto-dait-group.--type-paper > label {
    font-size: 18px;
    font-weight: 400;
}

.foto-dait-group.--number > .foto-dait-field__label {
    font-size: 18px;
}

.card[data-pfdt-card-type="calculator"] .properties {
    margin-top: 125px !important;
    margin-bottom: 13px;
}

[data-pfdt-card][data-pfd-preview-state="hidden"] > .properties {
    display: flex;
    grid-template-columns: repeat(3, max-content);
    flex-wrap: wrap;
    justify-content: space-between;
}

.foto-dait-group.--select.--type-format {
    width: max-content;
}

.foto-dait-group.--select.--type-paper {
    width: max-content;
}

.foto-dait-group.--type-quantity {
    width: max-content;
}

.foto-dait-group.--switcher {
    width: 100%;
}

.foto-dait-group.--switcher > label {
    font-size: 18px;
}

.foto-dait-group + .foto-dait-group {
    margin-top: 0;
}

.foto-dait__constructor-total > .item {
    color: black;
}

.foto-dait__constructor-total > .item {
    font-weight: 400;
    text-transform: initial;
}

.foto-dait__constructor-total > .item {
    font-size: 16px;
}

.foto-dait__constructor-total {

    margin-top: 61px;
}

.foto-dait__constructor-total > .item-total {

    font-size: 16px;
}

.foto-dait__actions {

    margin-top: 24px;
}

.nice-select.selectbox.foto-dait__field.--select {
    margin-top: 3px;
}

.foto-dait-group.--type-quantity {
    margin-top: 3px;
}

.nice-select {
    border: 1px solid #e2e2e2;
    font-size: 18px;
}

.nice-select::after {
    border-bottom: 1px solid black;
    border-right: 1px solid black;
}

.nice-select:hover {
    border-color: black;
}

.nice-select .list:hover .option:not(:hover).option.selected {
    color: black;
}

.foto-dait-file-uploader .icon {
    font-size: 130px;
    margin-top: 154px;
    width: 1em;
}

.foto-dait-group.--select.--type-format {

    width: 30%;
}

.foto-dait-group.--select.--type-paper {

    width: 30%;
}

.foto-dait-group.--type-quantity {

    width: 30%;
}

.foto-dait-field__label {

    margin-right: 0;
}

.foto-dait-group.--type-quantity > input {
    width: 100%;
}

.foto-dait-group.--switcher {
    margin-top: 15px;
}


.foto-dait-group.--select.--type-format {
    width: 30%;
}

.foto-dait-group.--select.--type-paper {
    width: 30%;
}

.foto-dait-group.--type-quantity {
    width: 30%;
}

.foto-dait-field__label {
    margin-right: 0;
}

.foto-dait-group.--type-quantity > input {
    width: 100%;
}

.nice-select::after {
    content: 'ᐯ';
    transform: translateY(-50%) translateX(-100%);
    font-size: 19px;
    border: none;
    margin-top: 0;
    left: initial;
    top: 50%;
    transform-origin: center center;
    right: 0;
    left: initial;
    width: max-content;
    height: max-content;
}

.foto-dait-group.--switcher {
    margin-top: 15px;
}

.nice-select::after {
    margin-top: 0;
}

.nice-select.open::after {
    transform: translateX(-100%) translateY(-50%);
    content: 'ᐱ'
}

.foto-dait__actions > [data-fpd-printing-format-add-to-cart] {
    width: 1em;
    font-size: 78px;
    position: relative;
}

.pfd-action.--type-add-to-cart > img {
    width: 53px;
    height: auto;
    max-width: initial;
    object-fit: contain;
}

.pfd-action.--type-add-to-cart::before {
    content: '+';
    width: 100%;
    height: 100%;
    font-size: 27px;
    color: white;
    border-radius: 0;
    padding: 0;
    background: none;
    left: 0;
    top: 0;
    font-weight: 700;
}

.pfd-action.--type-add-to-cart::before {
    top: 50%;
    left: 50%;
    transform: translateX(calc(-50% + 23px)) translateY(calc(-50% + -7px));
}


.pfd-card-uploader-button {
    font-size: 149px;
    border: 2px solid red;
}

.foto-dait-image-preview__content button {
    border: 0.05em solid hsl(350, 80%, 74%) !important;
    box-sizing: border-box;
}

.foto-dait-image-preview__content button > svg {
    width: 100%;
    height: 100%;
    display: flex;
}

.card-file-name {
    margin-left: 5px;
    margin-top: 1px;
    font-size: 17px;
}

.foto-dait-image-preview__controls {
    padding-top: 0;
    margin-top: 0;
}

.foto-dait-image-preview__controls > .--rotate {
    font-size: 21px;
}

.foto-dait-image-preview__controls > .--reset {
    font-size: 21px;
}

.foto-dait-image-preview__controls .irs--square .irs-handle {
    box-shadow: none;
    border: 3px solid hsl(350, 80%, 74%);
}

.foto-dait-image-preview__controls .irs--square .irs-handle {
    width: 22px;
    height: 22px;
}

.foto-dait-image-preview__controls .irs--square .irs-from, .irs--square .irs-to, .irs--square .irs-single {
    transform: translateY(100%) translateX(0);
    cursor: pointer;
}

.foto-dait-image-preview__controls .irs--square .irs-bar {
    height: 3px;
}

.foto-dait-image-preview__controls .irs--square .irs-from, .irs--square .irs-to, .irs--square .irs-single {
    width: 22px;
    height: 22px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.foto-dait__constructor .properties {
    margin-top: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.--card .--action + .--action {
    margin-left: 10px;
}

.--card .--actions {
    padding-left: 10px;
    padding-right: 0;
}


.foto-dait__actions button.pfd-action[disabled] {
    opacity: 1;
    border-color: #bfbfbf !important;
}

.foto-dait__actions button.pfd-action[disabled] {
    color: #bfbfbf !important;
}

.pfd-action.--type-add-to-cart[disabled] > img {
    filter: grayscale(1);
    opacity: 0.5;
}


.woocommerce-checkout .col-1 {
    padding-top: 32px;
    padding-bottom: 32px;
}

.--pft-woo-head {
    /* margin-bottom: 20px; */
    margin-bottom: 38px;
}

.fdt.--woocommerce #customer_details .form-row + .form-row {
    /* margin-top: 30px; */
    margin-top: 41px;
}

.fdt.--woocommerce #order_review {
    padding-top: 32px;
    padding-bottom: 32px;
}

.fdt.--woocommerce #order_review {
    /* display: grid; */
    display: flex;
    flex-direction: column;
}

.fdt.--woocommerce #order_review div#payment {
    padding-right: 0 !important;
    margin-top: 40px;
}

.fdt.--woocommerce .--shipping {
    padding-bottom: 0;
}

.woocommerce-shipping-methods li label {
    font-size: 18px !important;
}

.woocommerce-shipping-methods li label::before {
    width: 18px !important;
    height: 18px !important;
}

.woocommerce-shipping-methods li label::after {
    width: 6px !important;
    height: 6px !important;
    top: 9px !important;
    left: 6px !important;
}

.woocommerce-shipping-methods li + li {
    margin-top: 18px;
}

.wc_payment_methods.payment_methods.methods li label {
    font-size: 19px !important;
}

.wc_payment_methods li label::before {
    width: 18px !important;
    height: 18px !important;
}

.wc_payment_methods li label::after {
}

.wc_payment_methods li label::after {
    width: 6px !important;
    height: 6px !important;
    top: 9px !important;
    left: 6px !important;
}

.woocommerce-privacy-policy-text {
    font-size: 16px;
    font-weight: 500;
}

#customer_details {
    height: 100%;
    background: white;
    filter: drop-shadow(0px 6px 8px rgba(0, 0, 0, 0.31));
}

.wc_payment_methods.payment_methods.methods li label {
    /* font-size: 19px !important; */
    font-size: 18px !important;
}

.woocommerce-terms-and-conditions-wrapper {
}

.woocommerce-terms-and-conditions-wrapper {
}

.woocommerce-terms-and-conditions-wrapper .woocommerce-form__label {
    padding-left: 0 !important;
}

.form-row {
    /* margin-right: -5px; */
    /* margin-left: -5px; */
    margin-right: 0;
    margin-left: 0;
}

@media (min-width: 720px) and (max-width: 1024px) {
    .foto-dait__services {
        grid-template-columns: repeat(2, 1fr);
    }

    .foto-dait__constructor-form {
        grid-template-columns:1fr
    }

    .foto-dait-file-uploader .icon {
        margin-top: 50px;
    }

    .foto-dait-file-uploader .--desc {
        margin-top: 20px;
    }

    .--calculator-preview {
        padding-top: 50px;
    }

    .card[data-pfdt-card-type="calculator"] .properties {
        margin-top: 100px !important;
    }

    .foto-dait__constructor-form {
        grid-row-gap: 30px;
    }

    .foto-dait-file-uploader .foto-dait-upload-container {
        height: max-content !important;
    }
}

@media (min-width: 320px) and (max-width: 719px) {
    .foto-dait__progress {
        margin-top: 20px;
    }

    .foto-dait__services {
        grid-template-columns: 1fr;
    }

    .foto-dait__service-img {
        height: 200px;
    }

    .foto-dait__progress-step {
        font-size: 4vw;
    }

    .foto-dait__containers {
        margin-top: 20px;
    }

    .foto-dait__services {
        grid-row-gap: 15px;
    }

    .foto-dait__constructor-form {
        grid-template-columns: 1fr;
    }

    .foto-dait-file-uploader .icon {
        margin-top: 50px;
    }

    .foto-dait-file-uploader .foto-dait-border-container > p {
        font-size: 4vw !important;
    }

    .foto-dait-file-uploader .foto-dait-border-container > button {
        font-size: 4vw;
    }

    .foto-dait-file-uploader .--desc > p {
        font-size: 4vw;
    }

    .foto-dait-file-uploader .--desc {
        margin-top: 40px;
    }

    .foto-dait-file-uploader .--desc {
        padding-bottom: 0;
    }

    .foto-dait__constructor-total > .item {
        font-size: 4vw;
    }

    .foto-dait__constructor-total > .item-total {
        font-size: 4vw;
    }

    .foto-dait__actions > [data-pfd-printing-service-next] {
        font-size: 4vw;
        padding: .1em .4em;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 80%;
    }

    .foto-dait__actions > [data-fpd-printing-format-add-to-cart] {
        font-size: 12vw;
        flex-grow: 1;
    }

    .pfd-action.--type-add-to-cart > img {
        width: 38px;
    }

    .pfd-action.--type-add-to-cart::before {
        width: 38px;
        height: 32px;
        font-size: 22px;
        transform: translateX(calc(15px - 50%)) translateY(calc(-5px - 50%));
    }

    .pfd-action.--type-add-to-cart::before {
        top: 50%;
        left: 50%;
    }

    .foto-dait__constructor-total {
        margin-top: 30px;
    }

    .foto-dait-file-uploader .foto-dait-upload-container {
        height: max-content !important;
    }

    .foto-dait-file-uploader .icon {
        font-size: 100px;
    }

    .--calculator-preview {
        padding-top: 50px;
    }

    .--calculator-preview--img > img {
        font-size: 100px;
    }

    .--calculator-preview--desc {
        font-size: 4vw;
    }

    .card[data-pfdt-card-type="calculator"] .properties {
        margin-top: 40px !important;
    }

    .foto-dait-group.--select.--type-format {
        width: 100%;
    }

    .foto-dait-group.--select.--type-paper {
        width: 100%;
        margin-top: 10px;
    }

    .foto-dait-group.--type-quantity {
        width: 100%;
        margin-top: 10px;
    }

    .foto-dait-group.--type-format > label {
        font-size: 5vw;
    }

    .foto-dait-group.--type-paper > label {
        font-size: 5vw;
    }

    .foto-dait-group.--number > .foto-dait-field__label {
        font-size: 5vw;
    }

    .nice-select {
        font-size: 5vw;
    }

    .nice-select::after {
        font-size: 4vw;
    }

    .foto-dait-group.--switcher > label {
        font-size: 4vw;
        padding-right: 1em;
    }

    .foto-dait-group + .foto-dait-group {
        font-size: 5vw;
    }

    .foto-dait-group.--switcher + .foto-dait-group.--switcher {
        margin-top: 9px;
    }

    .foto-dait-image-preview__content button {
        margin-top: 0;
    }

    .pfd-card-uploader-button {
        font-size: 26vw;
    }

    .foto-dait__constructor-form {
        grid-row-gap: 25px;
    }


    .foto-dait__constructor-form {
        grid-row-gap: 25px;
    }

    .fdt.--woocommerce #customer_details .form-row + .form-row {
        margin-top: 20px;
    }

    .--pft-woo-head {
        font-size: 6vw;
    }

    .woocommerce-shipping-methods li label {
        font-size: 4vw !important;
    }

    .woocommerce-shipping-methods li + li {
        margin-top: 12px;
    }

    .wc_payment_methods.payment_methods.methods li label {
        font-size: 4vw !important;
    }

    .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label {
        padding-bottom: 0 !important;
    }

    .fdt.--woocommerce #order_review div#payment {
        padding-bottom: 0 !important;
    }

    .fdt.--woocommerce.checkout.woocommerce-checkout {
        grid-template-columns: 1fr;
        grid-row-gap: 25px;
    }

    .--pft-woo-total-table {
        grid-column: 1;
        margin-top: 10px;
    }

    .--pft-woo-oder-button {
        grid-column: 1;
        margin-top: 10px;
    }

    .--pft-woo-head {
        font-size: 6vw;
    }

    .--pft-woo-total-item__name {
        font-size: 4vw;
    }

    .--pft-woo-total-item__value {
        font-size: 4vw;
    }

    .--pft-woo-oder-button > #place_order {
        font-size: 4vw;
    }

    #nova_poshta_shipping_city_field > label, #nova_poshta_shipping_warehouse_field > label, #nova_poshta_shipping_area_field > label {
        width: 100%;
    }

    .fdt.--woocommerce .form-row > label {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }

    #order_review [type="radio"]:checked + label, #order_review [type="radio"]:not(:checked) + label {
        line-height: 1;
    }


    .wc_payment_method.payment_method_wayforpay img {
        margin-top: 21px;
    }
}