:root {
    --fujired: #ff4328;
}

.wpml-ls {
    width: auto;
}

.header-top {
    background: #2a2a2a;
}

.header_cart {
    background: var(--fujired);
    padding: 24px 20px;
}

.header_cart_inner {
    color: #fff;
}

.header_cart_inner i {
    margin-right: 20px;
}

.wpml-ls-statics-shortcode_actions .wpml-ls-current-language>a {
    background-color: transparent;
    border: none;
    color: #989898;
    line-height: 1;
}

.service_product {
    width: 33%;
    display: inline-block;
    padding: 15px;
    transition: .2s ease-in-out;
    vertical-align: top;
}

.service_bottom_block {
    padding-top: 10px;
}

.service_bottom_inner {
    background: #f4f5f9;
    padding: 25px 25px 50px;
    transition: .2s ease-in-out;
}

.service_img img {
    width: 100%;
    transition: .2s ease-in-out;
    height: 270px;
    object-fit: cover;
}

.service_title {
    color: #333;
    font-size: 2.3rem;
    font-weight: 500;
    transition: .2s ease-in-out;
    text-align: center;
    min-height: 64px;
}

.service_description {
    margin-top: 10px;
    line-height: 1.3;
    font-size: 1.6rem;
    font-weight: 300;
    color: #888;
    transition: .2s ease-in-out;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 62px;
}

.service_product:hover .service_bottom_inner {
    background: var(--fujired);
    transition: .2s ease-in-out;
}

.service_product:hover img {
    transition: .2s ease-in-out;
    filter: brightness(.8);
}

.service_product:hover .service_title,
.service_product:hover .service_description p,
.service_product:hover .service_description {
    color: #fff;
    transition: .2s ease-in-out;
}

.sec-title span {
    font-family: 'Rubik' !important;
    font-size: 25px;
    font-weight: 600;
}

.header.header-lower-style-two .outer-box {
    background: #000;
}

.photo_upload_preview {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .9);
    z-index: 99999;
    padding: 0px 100px 100px;
}

.photo_print_product .quantity,
.photo_print_product .price,
.photo_print_product .reset_variations {
    display: none !important;
}

.photo_print_product .thwepo-extra-options {
    display: block;
}

.photo_print_product .thwepo-extra-options tbody {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.thwepo-extra-options .label-tag {
    color: #333;
    font-weight: 500;
    font-size: 16px;
}

#file_upload {
    color: transparent;
    display: none;
}

.file_upload_dummy {
    background: #fec830;
    border: none;
    color: #000;
    font-weight: 600;
    padding: 10px 25px;
    font-size: 17px;
    display: flex;
    align-items: center;
}

.file_upload_dummy i {
    margin-right: 10px;
    font-size: 25px;
}

.open_image_editor {
    background: #fec830;
    border: none;
    color: #000;
    font-weight: 600;
    padding: 10px 25px;
    font-size: 17px;
    display: none;
    align-items: center;
}

.open_image_editor i {
    margin-right: 10px;
    font-size: 25px;
}

.add_to_cart_dummy {
    background: var(--fujired);
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 10px 25px;
    font-size: 17px;
    display: none;
    align-items: center;
}

.add_to_cart_dummy i {
    margin-right: 10px;
    font-size: 25px;
}

.photo_print_options {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 15px;
}

#paper_size {
    width: 300px;
    padding: 8px;
    color: #333;
    border: 2px solid #eaeaea;
}

label[for="paper_gloss"],
label[for="paper_matte"] {
    border: 2px solid #ebebeb;
    padding: 4px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #888;
    background: #f7f7f7;
}

label[for="paper_gloss"] {
    margin-right: 15px;
}

label[for="paper_gloss"].selected_paper,
label[for="paper_matte"].selected_paper {
    border: 2px solid #fec830;
    padding: 4px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

label[for="standart_print"],
label[for="express_print"] {
    border: 2px solid #ebebeb;
    padding: 4px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #888;
    background: #f7f7f7;
}

label[for="standart_print"].selected_print,
label[for="express_print"].selected_print {
    border: 2px solid #fec830;
    padding: 4px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

label[for="standart_print"]:hover,
label[for="express_print"]:hover,
label[for="paper_gloss"]:hover,
label[for="paper_matte"]:hover {
    cursor: pointer;
}

input[name="print_type"] {
    display: none;
}

input[name="photo_paper_type"] {
    display: none;
}

.additional_option {
    display: inline-block;
}

.additional_options_title {
    color: #000;
    font-weight: 500;
    font-size: 17px;
}

.single_product_title {
    margin-top: 0px;
    color: #333;
    font-weight: 600;
    font-size: 40px;
}

.photo_upload_prices {
    margin-top: 35px;
}

.photo_upload_price_table {
    width: 100%;
    border: 2px solid #ebebeb;
}

.photo_upload_price_table tr th {
    background: #ebebeb;
    text-align: center;
    padding: 20px;
    font-weight: 500;
    color: #333;
}

.photo_upload_price_table tr td {
    text-align: center;
    font-weight: 400;
    color: #333;
    padding: 5px;
}

.photo_upload_price_table_full {
    width: 100%;
    border: 2px solid #ebebeb;
}

.photo_upload_price_table_full tr th {
    background: #ebebeb;
    text-align: center;
    padding: 20px;
    font-weight: 500;
    color: #333;
}

.photo_upload_price_table_full tr td {
    text-align: center;
    font-weight: 400;
    color: #333;
    padding: 5px;
}

.prices_lower {
    color: #888;
    display: block;
    font-size: 14px;
    line-height: .5;
}

.imageBlock {
    /* border: 1px solid #525252; */
    padding: 1px;
}

.imageBlock_header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    background: #121212;
    padding: 5px 10px;
    position: relative;
    border: 2px solid #666;
    border-bottom: none;
}

.imageBlock_header>div {
    display: inline-flex;
}

.imageBlock_image {
    position: relative;
}

.imageBlock_title {
    background: #000;
    width: 100%;
    color: #fff;
    text-align: center;
    font-weight: 300;
    font-size: 11px;
    line-height: 1.5;
    border: 2px solid #666;
    border-top: 1px solid #525252;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.imageBlock_image img {
    /* width: auto;
    height: auto;
    object-fit: cover; */
    max-width: none;
    max-height: none;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.imageBlock_image img.rotate_img {
    transform: translateY(-50%) translateX(-50%) rotate(90deg);
    width: auto;
    height: auto;
}

.imageBlock_imageInner {
    background: #fff;
    overflow: hidden;
    /* border: 1px solid #666;
    border-top: none; */
    position: relative;
}

.imageBlock_imageInner:after {
    content: '';
    display: flex;
    width: 100%;
    height: 100%;
    border: 1px solid #666;
    position: absolute;
    top: 0;
    left: 0;
}

.image_grayscale {
    filter: grayscale(1);
}

.banner-section-three {
    background: none;
    background-image: url('/wp-content/uploads/2021/07/fuji-slider-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-section-three .image-three {
    margin-left: -200px;
}

.banner-section-three .image-one {
    top: 110px;
    left: 20%;
}

.banner-section-three .image-four {
    margin-right: -350px;
}

.elementor-widget-printify_h7_services_left .services-section-two .thm-container .row .col-md-6>.row {
    display: none;
}

.services-section-two {
    padding: 50px 0px 10px;
    background-color: #F7F4ED;
}

.blog-style-one .single-blog-post .text-box {
    width: 100%;
}

.elementor-widget-printify_blog img {
    max-height: 220px;
}

.wppb-user-forms ul li {
    margin-bottom: 5px;
}

.woocommerce form .form-row select,
.woocommerce form input[type="email"],
.woocommerce form input[type="password"],
.woocommerce form input[type="tel"],
.woocommerce form input[type="text"] {
    padding: 2px !important;
    padding-left: 10px !important;
    color: #444;
}

.wppb-form-field label,
#wppb-login-wrap .login-username label,
#wppb-login-wrap .login-password label {
    color: #333;
    font-weight: 500;
    width: 100% !important;
    font-size: 15px;
}

.wppb-radios label {
    width: auto !important;
}

.banner-section-three h2 {
    text-shadow: -1px 2px rgba(0, 0, 0, .5);
}

.banner-section-three h5 {
    font-size: 38px;
    font-family: 'Rubik';
    text-shadow: -1px 2px rgba(0, 0, 0, .5);
}

.photo_upload_form {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
}

.confirm_preview {
    background: green;
    color: #fff;
    padding: 5px 15px;
    margin-right: 20px;
}

.confirm_preview i {
    margin-left: 10px;
}

.close_preview {
    background: red;
    color: #fff;
    padding: 5px 15px;
}

.confirm_preview:hover,
.close_preview:hover {
    cursor: pointer;
}

.photo_upload_top {
    display: inline-flex;
    width: 100vw;
    justify-content: flex-end;
    align-items: center;
    background: #000;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.photo_options_list {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.photo_options_list .list-item label {
    font-weight: 400;
    color: #000;
    margin-left: 5px;
    font-size: 17px;
}

.fuji_delivery_dates {
    background: #ebebeb;
    margin-top: 25px;
}

.fuji_delivery_dates_inner {
    padding: 20px;
    min-height: 100px;
}

.fuji_delivery_dates_title {
    color: #000;
    font-weight: 500;
}

.fuji_delivery_text {
    font-size: 16px;
    color: #222;
    line-height: 1.3;
}

.fuji_delivery_icon {
    padding-right: 20px;
    vertical-align: top;
    padding-top: 10px;
}

.fuji_delivery_icon i {
    font-size: 22px;
}

.fuji_delivery_text {
    font-size: 16px;
    color: #222;
    line-height: 1.3;
    padding-top: 10px;
    font-weight: 200;
}

.hide_input {
    display: none !important;
}

.collage_layout {
    border: 1px solid #eaeaea;
    width: 22%;
    display: inline-block;
    margin: 5px;
}

.collage_layout:hover {
    cursor: pointer;
}

.collage_layout input {
    display: none;
}

.selected_layout {
    border: 2px solid var(--fujired);
}

.open_collage_editor {
    background: var(--fujired);
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 10px 25px;
    font-size: 17px;
    align-items: center;
}

.open_collage_editor i {
    margin-right: 10px;
    font-size: 25px;
}

.collage_editor {
    display: inline-flex;
    justify-content: center;
    width: 100%;
}

.collage_editor_right {
    width: 25%;
    margin-left: 50px;
    background-color: rgba(255, 255, 255, .5);
}

.collage_editor_preview_bg {
    width: 500px;
    height: 750px;
    background-size: contain;
    position: relative;
    background-repeat: no-repeat;
}

.collage_editor_preview {
    display: flex;
    justify-content: center;
    position: relative;
}

.collage_editor_right_inner {
    padding: 35px 15px 35px;
}

select[name="collage_size"] {
    padding: 5px;
    width: 100%;
    background: #333;
    color: #ccc;
}

.collage_files {
    margin-top: 25px;
    background: rgba(255, 255, 255, .5);
    padding: 10px;
    -webkit-box-shadow: 0px 2px 13px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 13px -2px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 650px;
}

.collage_buttons {
    display: inline-flex;
    width: 100%;
}

.collage_buttons .add_to_cart_dummy {
    margin-left: 25px;
}

.collage_file_data {
    display: none;
}

.collage_file {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.collage_file label {
    font-size: 15px;
}

.collage_file input {
    font-size: 13px;
    width: 200px;
}

.canvas_size_options label {
    border: 2px solid #ebebeb;
    padding: 4px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #888;
    background: #f7f7f7;
}

.canvas_size_options label:hover {
    cursor: pointer;
}

.canvas_size_options label.selected_paper {
    border: 2px solid #fec830;
    color: #333;
}

.canvas_size_options input[name="canvas_size"] {
    display: none;
}

.canvas_size_options .additional_option {
    margin: 5px 5px 0px;
}

.canvas_options_list .list-item {
    margin-right: 15px;
}

.canvas_options_list label {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    margin-left: 5px;
}

#canvas_preview img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.photo_design_frames {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}

.photo_design_frame {
    border: 1px solid #eaeaea;
    padding: 5px;
}

.photo_design_frame:hover {
    cursor: pointer;
}

.photo_design_frame input {
    display: none;
}

.selected_frame {
    border: 3px solid var(--fujired);
}

.photo_design_buttons input {
    display: none;
}

.open_photo_design {
    background: var(--fujired);
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 10px 25px;
    font-size: 17px;
    align-items: center;
}

.open_photo_design i {
    margin-right: 10px;
    font-size: 25px;
}

.photo_design_files {
    margin-top: 25px;
    background: rgba(255, 255, 255, .5);
    padding: 10px;
    -webkit-box-shadow: 0px 2px 13px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 13px -2px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.photo_design_file {
    width: 100%;
    position: relative;
    padding: 7px 0px;
}

.photo_design_file label {
    font-size: 15px;
    width: 100px;
}

.photo_design_file input {
    font-size: 13px;
    display: none;
    margin-left: 10px;
}

.photo_design_preview_bg {
    width: 750px;
    position: relative;
}

.photo_design_preview_left {
    position: absolute;
    top: 55px;
    left: 47px;
    width: 277px;
    height: 373px !important;
    object-fit: cover;
    z-index: 999;
    overflow: hidden;
    background-image: url(https://fuji.webserveris.lv/wp-content/uploads/2022/02/axiom-pattern.png);
    background-repeat: repeat;
    background-size: 25px;
    background-color: #300000;
    background-position: center center;
}

.photo_design_preview_right {
    position: absolute;
    top: 55px;
    right: 48px;
    width: 277px;
    height: 373px !important;
    object-fit: cover;
    z-index: 999;
    overflow: hidden;
    background-image: url(https://fuji.webserveris.lv/wp-content/uploads/2022/02/axiom-pattern.png);
    background-repeat: repeat;
    background-size: 25px;
    background-color: #300000;
    background-position: center center;
}

.photo_design_image_right,
.photo_design_image_left {
    width: auto;
    max-width: initial !important;
    position: relative;
    left: 0px;
}

.photo_design_image_right:hover,
.photo_design_image_left:hover {
    cursor: grabbing;
}

.photo_design_file_data {
    display: none;
}

.photo_print_image_preview {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 15px 15px;
}

.preview_checked {
    color: var(--fujired);
}

.imageBlock_bw {
    margin-left: 10px;
    margin-right: 15px;
}

.imageBlock_bw input {
    display: none;
}

.remove_image {
    position: absolute;
    right: 15px;
    top: 13px;
}

.imageBlock_expand {
    margin-left: 15px;
}

.imageBlock_expand input {
    display: none;
}

.imageBlock_header i:hover {
    cursor: pointer;
}

#wppb-register-user {
    display: none;
}

.fade-in-top {
    -webkit-animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fade-in-top {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-in-top {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.fade-out-top {
    -webkit-animation: fade-out-top 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: fade-out-top 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes fade-out-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0;
    }
}

@keyframes fade-out-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0;
    }
}

.fade-out {
    -webkit-animation: fade-out .6s ease-out both;
    animation: fade-out .6s ease-out both;
}

.fade-in {
    -webkit-animation: fade-in .7s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in .7s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fade-out {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fade-out {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.show_register_form {
    background: var(--fujired);
    color: #fff;
    border: none;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 35px;
}

.wppb-number input {
    width: 100% !important;
}

.wppb-form-field #company_address {
    margin-bottom: 50px;
}

.wppb-show-pw {
    display: none;
}


/* .blog-details-page .content-side {
    width: 100% !important;
} */

.hvr-bounce-to-bottom:before {
    background: var(--fujired) !important;
}

/* .sidebar-widget .product-categories .cat-item:first-child {
    display: none;
} */

ul.children li {
    margin-left: 15px !important;
}

.checkout_padding {
    padding: 45px 0px !important;
}

.checkout_padding dl.variation {
    display: none;
}

.checkout_shipping_methods #shipping_method {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(4, 25%);
}

.single_shipping_method {
    border: 2px solid #eaeaea;
    margin: 10px 15px;
    padding: 15px;
    transition: .3s ease-in-out;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.shipping_method_img img {
    max-height: 55px !important;
}

.single_shipping_method input {
    display: none;
}

.single_shipping_method label {
    text-align: center;
    font-size: 14px;
    color: #333;
    margin: 10px 0px;
    font-weight: 500;
    line-height: 1.2;
}

.single_shipping_method:hover {
    cursor: pointer;
    transition: .3s ease-in-out;
    background: #f7f7f7;
}

.single_shipping_method .woocommerce-Price-amount {
    color: var(--fujired);
    display: block;
    margin-top: 5px;
}

.current-shipping,
.current-person {
    box-shadow: 0px 0px 12px -2px rgba(255, 67, 40, 0.45);
    -webkit-box-shadow: 0px 0px 12px -2px rgba(255, 67, 40, 0.45);
    border: 2px solid #ff4328 !important;
}

#billing_person_type_field .woocommerce-input-wrapper {
    justify-content: center;
    display: inline-flex;
    align-items: center;
}

#billing_person_type_field .woocommerce-input-wrapper label {
    width: auto;
    margin: 0px 15px;
    border: 2px solid #eaeaea;
    padding: 5px 15px;
    transition: .3s ease-in-out;
}

#billing_person_type_field .woocommerce-input-wrapper input {
    display: none;
}

#billing_person_type_field {
    padding: 25px 0px 15px;
}

#billing_person_type_field .woocommerce-input-wrapper label:hover {
    cursor: pointer;
    transition: .3s ease-in-out;
    background: #f7f7f7;
}

.fuji_checkout_fields .form-row label {
    color: #333 !important;
    font-weight: 500 !important;
    margin-bottom: 0px !important;
    text-transform: initial !important;
}

#billing_legal_address_field,
#billing_pvn_field {
    margin-bottom: 50px;
}

.woocommerce-error li {
    font-size: 15px;
}

.order-total td {
    color: var(--fujired) !important;
}

.woocommerce form .form-row.woocommerce-validated select {
    border-color: #e3e0dc !important;
}

.magnet_upload_form {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
}

#magnet_preview {
    text-align: center;
}

.magnet_editor {
    width: 100%;
    display: grid;
    grid-template-columns: 65% 35%;
    grid-column-gap: 25px;
}

.magnet_editor_right {
    background: rgba(255, 255, 255, .5);
    width: 400px;
    min-height: 100px;
    margin-left: 50px;
    padding: 15px;
}

.editor_row {
    text-align: center;
    margin: 15px 0px;
}

.magnet_bordered {
    border-radius: 50%;
    background: #fff;
    padding: 25px;
}

.memorial_step_1 {
    display: inline-block;
}

.memorial_step_2 {
    display: none;
}

.memorial_prices {
    display: none;
}

.memorial_step_3 {
    display: none;
}

.memorial_step_4 {
    display: none;
}

.memorial_step_5 {
    display: none;
    width: 49%;
}

.memorial_step_6 {
    display: none;
    margin-top: 10px;
    position: relative;
}

.memorial_step_7 {
    display: none;
}

.memorial_step_8 {
    display: none;
}

.memorial_preview_design img {
    width: 19%;
    display: none;
}

.memorial_background_preview img {
    width: 19%;
}

.memorial_background_preview img:hover {
    cursor: pointer;
}

.memorial_background_preview {
    background: #f8f8f8;
    padding: 20px;
    border-radius: 5px;
    display: none;
}

.memorial_preview_design {
    margin-bottom: 25px;
}

.memorial_preview_design img:hover {
    cursor: pointer;
}

.memorial_preview_design {
    background: #f8f8f8;
    padding: 20px;
    border-radius: 5px;
    display: none;
}

.memorial_text_second {
    display: none;
}

.active_background {
    filter: drop-shadow(0px 0px 4px red);
}

.active_frame {
    filter: drop-shadow(0px 0px 4px red);
}

.memorial_step_1,
.memorial_step_2,
.memorial_step_3,
.memorial_step_4,
.memorial_step_6,
.memorial_step_7 {
    width: 49%;
}

.memorial_step_1 select,
.memorial_step_2 select,
.memorial_step_3 select,
.memorial_step_4 select,
.memorial_step_5 select {
    width: 250px;
    padding: 8px;
    color: #333;
    border: 2px solid #eaeaea;
}

.memorial_form {
    margin-bottom: 25px;
}

.memorial_text_row {
    display: inline-block;
    width: 49%;
}

.memorial_text_row input {
    width: 250px !important;
}

.memorial_step_4 .colormode label {
    border: 2px solid #ebebeb;
    padding: 4px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #888;
    background: #f7f7f7;
}

.memorial_step_4 .colormode input {
    display: none;
}

.memorial_step_4 .colormode label.selected_option {
    border: 2px solid #fec830;
}

.memorial_step_4 .colormode label:hover {
    cursor: pointer;
}

#color_bw {
    margin-left: 15px;
}

.memorial_step_6 .colormode label {
    font-weight: 400;
    color: #757575;
    font-size: 16px;
}

label[for="design_consultation"] {
    font-weight: 400;
    font-size: 16px;
}

.mr_shop {
    padding-top: 30px;
}

.mr_shop_single {
    padding-top: 30px;
}

.photo_print_sizes_json {
    display: none;
}

.image_quantity {
    margin-left: 10px;
}

.image_quantity input {
    background: transparent;
    border: 1px solid #757575;
    width: 40px;
    font-size: 13px;
    height: 22px;
    padding-left: 5px;
}

.imageBlock_quantity:focus {
    outline: none;
}

.single_image_size {
    margin-left: 10px;
}

.single_image_size select {
    background: transparent;
    font-size: 13px;
    height: 22px;
}

.single_image_papertype {
    margin-left: 10px;
}

.single_image_papertype_dropdown {
    background: #000;
    font-size: 13px;
    height: 22px;
}

.single_image_papertype_dropdown:focus {
    outline: none;
}

.single_image_size select:focus {
    outline: none;
}

.photo_print_summary {
    font-size: 14px;
    margin-right: 100px;
    line-height: 1.5;
    display: inline-flex;
    align-items: center;
}

.photo_cost_summary {
    margin-left: 50px;
    font-size: 16px;
    font-weight: 600;
}

.order_images {
    background: green;
    color: #fff;
    padding: 5px 15px;
    margin-right: 20px;
}

.order_images i {
    margin-left: 10px;
}

#photo_upload_count,
#photo_print_count,
#photo_cost {
    font-weight: 600;
}

#photo_cost {
    color: #ff2a00;
}

.size_changed {
    border: 1px solid var(--fujired) !important;
}

.upload_more {
    border: 1px solid #525252;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #bbbbbb;
    background: #191919;
    font-size: 65px;
    transition: .3s ease-in-out;
}

.upload_more:hover {
    cursor: pointer;
    background: #1f1f1f;
    color: #eaeaea;
    transition: .3s ease-in-out;
}

.photo_upload_preview_inner {
    overflow-y: auto;
    max-height: 90vh;
    overflow-x: hidden;
    padding-bottom: 50px;
    padding-top: 25px;
}


/* width */

.photo_upload_preview_inner::-webkit-scrollbar {
    width: 0px;
}


/* Track */

.photo_upload_preview_inner::-webkit-scrollbar-track {
    background: #2c2c2c;
    background: rgba(0, 0, 0, .1);
}


/* Handle */

.photo_upload_preview_inner::-webkit-scrollbar-thumb {
    background: #888;
    background: rgba(255, 255, 255, .1);
}


/* Handle on hover */

.photo_upload_preview_inner::-webkit-scrollbar-thumb:hover {
    background: #555;
    background: rgba(255, 255, 255, .1);
}

.photo_print_summary .photo_settings {
    display: inline-flex;
}

.photo_settings .selected_photo_paper {
    margin-right: 20px;
}

#ppr,
#cc,
#date,
#full,
#border {
    margin-right: 20px;
    font-weight: 600;
}

.size_warning i {
    color: yellow;
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, .35));
}

.size_warning {
    position: absolute;
    right: 10px;
    bottom: 5px;
    z-index: 999;
}

.warning_text {
    visibility: hidden;
    width: 200px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    font-size: 12px;
    line-height: 1.2;
    border: 1px solid #444;
    top: 29px;
    z-index: 10;
    left: -150px;
}

.size_warning:hover .warning_text {
    visibility: visible;
}

.image_align {
    border-radius: 50%;
    border: none;
    width: 30px;
    height: 30px;
    color: #fff;
    background: var(--fujired);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.image_align:focus {
    outline: none;
}

.photo_design_controls {
    text-align: center;
}

.photo_design_dummy {
    background: #ff4328;
    color: #fff;
    border: none;
    padding: 0px 15px;
    margin-left: 25px;
}

.photo_design_colormode {
    background: #8d8d8d;
}

#photo_design_count {
    width: 75px;
    margin-left: 15px;
    text-align: center;
    background: #c7c7c7;
    border: 1px solid #797979;
}

label[for="photo_design_count"] {
    color: #333;
    font-weight: 600;
    font-size: 16px;
}

.photo_design_paper {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.photo_design_paper>div {
    color: #333;
    font-weight: 600;
    font-size: 16px;
}

.photo_design_paper label {
    border: 2px solid #797979;
    padding: 4px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #797979;
    background: #c7c7c7;
}

.photo_design_paper input {
    display: none;
}

.photo_design_paper .selected_option {
    border: 2px solid #fec830;
}

.photo_design_paper label:hover {
    cursor: pointer;
}

.atlaide-kraslava {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.atlaide-kraslava_left {
    background: #d8f0d7;
    font-size: 14px;
    padding: 3px 10px;
}

.atlaide-kraslava_right {
    font-size: 12px;
    line-height: 1.2;
    color: #000;
    text-align: right;
}

.imageBlock_options .imageBlock_option input {
    display: none;
}

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

.imageBlock_options .imageBlock_option label {
    margin: 0px 3px;
    font-size: 15px;
}

.imageBlock_options .imageBlock_option label.checked {
    color: var(--fujired);
}

.imageBlock_options .imageBlock_option label:hover {
    cursor: pointer;
}

.tt {
    position: relative;
}

.tt .tttext {
    visibility: hidden;
    color: #fff;
    text-align: center;
    position: absolute;
    z-index: 99;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 10px;
    font-weight: 400;
    background-color: rgba(70, 70, 70, .85);
    line-height: 1.5;
    padding: 3px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
}

.tt:hover .tttext {
    visibility: visible;
    opacity: 1;
}

.fuji_stats_level,
.fuji_stats_spent {
    font-size: 13px;
    line-height: 1;
}

label[for="option_express"] {
    font-weight: 400;
    color: #000;
    margin-left: 5px;
    font-size: 17px;
}

.canvas_preview img {
    margin-top: 10px;
    object-fit: cover;
}

.canvas_no_image {
    width: 100%;
    height: 250px;
    border: 1px solid #d6d6d6;
    background: #f9f9f9;
}

.single-shop-content .fuji_quantity_label {
    display: inline-block;
    color: #000;
    font-weight: 500;
    font-size: 17px;
}

.single-shop-content .quantity {
    display: inline-block;
    margin-bottom: 25px !important;
    margin-left: 5px !important;
    float: none !important;
}

#show_full_prices {
    position: absolute;
    top: 0;
    right: 0;
    background: #ff4328;
    color: #fff;
    border: none;
    font-size: 14px;
    border-radius: 2px;
}

.photo_print_product {
    position: relative;
}

.fuji_prices_full {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99999999;
    background: rgba(0, 0, 0, .5);
    flex-direction: column;
}

.fuji_prices_full_inner {
    overflow-y: auto;
    height: 85%;
    background: #fff;
    padding: 25px 50px;
    width: 800px;
    -webkit-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.2);
}

.fuji_prices_full_top {
    width: 800px;
    text-align: right;
    margin-bottom: 15px;
    margin-right: -75px;
}

#fuji_prices_full_close {
    background: none;
    border: none;
    color: #fff;
    font-size: 35px;
}

.prices_full_express {
    display: none;
}

.prices_full_buttons {
    margin-bottom: 10px;
}

.prices_full_btn {
    border: 2px solid #fec830;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    background: #fff;
    display: inline-block;
}

.prices_full_btn:hover {
    cursor: pointer;
}

.prices_full_active {
    background: #fec830;
}

.prices_full_title {
    color: #000;
    font-size: 22px;
    font-weight: 500;
    margin: 10px 0;
}

select[name="photoprint_prices_level_dropdown"] {
    padding: 0 10px;
    margin-left: 10px;
}

.prices_full_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

#dpi_warning {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .35);
    z-index: 999999;
}

.dpi_warning_inner {
    padding: 50px;
    background: rgba(0, 0, 0, .9);
    width: 500px;
    border-radius: 5px;
}

.dpi_warning_text {
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
}

.dpi_warning_buttons {
    display: flex;
    justify-content: space-between;
}

#dpi_warning_decline {
    background: green;
    color: #fff;
    border: none;
    padding: 5px 15px;
    font-size: 16px;
}

#dpi_warning_confirm {
    background: #fec830;
    color: #000;
    border: none;
    padding: 5px 15px;
    font-size: 16px;
}

.photo_print_totals {
    display: none;
}

.summary_files_uploaded {
    padding: 5px 0px;
}

.photo_print_totals_copies {
    padding: 5px 0px;
}

.summary_total {
    padding: 5px 0px;
}

#photo_print_totals_print_count,
#photo_print_totals_file_count,
#photo_print_totals_total_price {
    font-weight: 500;
}

#photo_print_totals_total_price {
    color: var(--fujired);
}

.confirm_cart {
    background: green;
    color: #fff;
    padding: 5px 15px;
    margin-right: 20px;
}

.confirm_cart i {
    margin-left: 10px;
}

.confirm_cart:hover {
    cursor: pointer;
}

#fuji_loader {
    display: none;
    background: rgba(255, 255, 255, .75);
    position: fixed;
    z-index: 9999999999999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
}

.cart_item .product-quantity {
    font-weight: 400 !important;
    color: #333 !important;
}

.fuji_photo_print_total_copies {
    font-weight: 600;
    color: #333;
}

.delivery_time {
    text-align: center;
}

.fuji_product_attributes {
    padding-top: 15px;
    padding-bottom: 10px;
}

.fuji_product_price {
    margin-bottom: 25px;
}

.cart-btn button {
    background: var(--fujired) !important;
    color: #fff !important;
}

.single-product .price ins,
.single-product .price ins bdi,
.single-product .price ins bdi * {
    color: var(--fujired) !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 32%;
}

.single-product .price {
    margin-top: 15px;
}

.color_difference {
    margin-bottom: 25px;
}

.woocommerce-widget-layered-nav ul li a {
    padding-left: 20px !important;
}

.widget_product_categories .current-cat>a {
    color: var(--fujired);
}

.widget_product_categories .product-categories .children li .children {
    display: none;
}

.widget_product_categories .product-categories .children .current-cat .children {
    display: block !important;
}

.widget_product_categories .product-categories .children .current-cat-parent .children {
    display: block !important;
}

.cart-wrapper .in-stock {
    margin-top: 20px;
}

.woocommerce-widget-layered-nav-list__item--chosen a:before {
    content: ' ' !important;
}

.woocommerce-widget-layered-nav-list__item--chosen a {
    color: var(--fujired) !important;
}

.memorial_image_preview {
    position: absolute;
    right: -25px;
    top: 10px;
    border: 2px solid #dddddd;
}

.memorial_image_preview img {
    width: 100px;
    height: auto;
}

.canvas_format_option {
    margin: 5px 5px 0px;
    display: inline-block;
}

.canvas_format_option label:hover {
    cursor: pointer;
}

.canvas_format_option label {
    border: 2px solid #ebebeb;
    padding: 4px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #888;
    background: #f7f7f7;
}

.canvas_format_option .selected_format {
    border: 2px solid #fec830;
    color: #333;
}

.canvas_format_option input {
    display: none;
}

.canvas_border_option input {
    display: none;
}

.canvas_border_option label {
    border: 2px solid #ebebeb;
    padding: 4px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #888;
    background: #f7f7f7;
}

.canvas_border_option .selected_border {
    border: 2px solid #fec830;
    color: #333;
}

.canvas_border_option {
    margin: 5px 5px 0px;
    display: inline-block;
    padding-bottom: 25px;
    display: inline-flex;
    flex-direction: column;
}

.canvas_border_option img {
    width: 75px;
}

.quantity input {
    width: 75px;
    text-align: center;
}

.border_option_list label:hover {
    cursor: pointer;
}

.canvas_editor_controls {
    padding: 15px 0px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.canvas_editor_controls_inner {
    display: inline-flex;
    align-items: center;
    padding: 0px 15px;
}

.canvas_control select,
.canvas_control input {
    background: transparent;
    border: 1px solid #767676;
    margin-right: 15px;
    height: 26px;
}

.canvas_control select:focus,
.canvas_control input:focus {
    outline: none !important;
}

.control_image {
    background: #fec830;
    height: 26px;
    color: #000;
    font-size: 15px;
    padding: 0px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.control_image:hover {
    cursor: pointer;
}

.control_quantity {
    display: flex;
    align-items: center;
    justify-content: center;
}

.control_quantity label {
    font-weight: 400;
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.canvas_editor_preview {
    text-align: center;
    margin: 15px auto 0px;
    border: 3px solid #5a5a5a;
    overflow: hidden;
    background-image: url(https://fuji.webserveris.lv/wp-content/uploads/2022/02/axiom-pattern.png);
    background-repeat: repeat;
    background-size: 25px;
    background-color: #300000;
    position: relative;
    background-position: center center;
}

#canvas_controls_quantity {
    width: 75px;
}

.control_position {
    margin-left: 50px;
}

.position_button {
    border: 1px solid #767676;
    background: #fff;
    height: 26px;
    width: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    margin-left: 15px;
    position: relative;
    z-index: 10;
}

.canvas_editor_content {
    position: relative;
}

.preview_loader {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    background: rgba(0, 0, 0, .9);
}

.canvas_price {
    display: inline-block;
    float: right;
    margin-right: 15px;
}

.canvas_price_amount {
    color: var(--fujired);
}

.mr_shop_sorting {
    margin-top: 30px;
}

.canvas_price_text {
    display: inline-block;
}

.canvas_price .size_warning {
    display: inline-block;
    margin-right: 30px;
    position: relative;
    top: initial;
    left: initial;
}

.canvas_price .size_warning .warning_text {
    top: 35px;
    left: -100px;
    padding: 5px;
}

.mr_shop_sorting .woocommerce-form {
    position: initial !important;
}

.lamination_upload_form .file_upload_dummy {
    display: inline-block;
}

.lamination_uplaoded_filename {
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #eaeaea;
    padding: 5px;
    margin-left: 7px;
}

#lamination_size {
    width: 100%;
    padding: 8px;
    color: #333;
    border: 2px solid #eaeaea;
    margin-bottom: 25px;
}

#documents_size,
#documents_services {
    width: auto;
    padding: 8px;
    color: #333;
    border: 2px solid #eaeaea;
    margin-bottom: 25px;
}

.lamination_cart_margin {
    margin-bottom: 0px !important;
}

.wpfFilterWrapper .wfpTitle {
    text-transform: capitalize !important;
    color: #2c2c2c !important;
    font-weight: 500 !important;
    font-size: 16px !important;
}

.wpfFilterButton {
    background: var(--fujired);
    color: #fff;
}

.wpfFilterWrapper i,
.wpfFilterWrapper svg {
    color: #2c2c2c !important;
}

.our-shop>.row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.our-shop>.row>div {
    width: 100%;
}

.our-shop>.row:before,
.our-shop>.row:after {
    content: none !important;
}

.mugs_editor {
    background: #000;
    padding: 50px 30px;
    min-height: 500px;
    border: 1px solid #4b4b4b;
}

.editor {
    display: grid;
    grid-template-columns: 1fr 400px;
}

.editor input,
.editor select {
    background: transparent;
    border: 1px solid #767676;
    height: 36px;
    text-align: center;
    margin-right: 15px;
    font-size: 15px;
}

.mugs_editor_controls {
    background: #000;
    padding: 15px 25px;
    margin: 0 15px 0 0;
    border: 1px solid #4b4b4b;
}

.mug_control {
    display: inline-flex;
    align-items: center;
}

.mugs_upload_background {
    background: #fec830;
    color: #000;
    border: none;
    margin-right: 15px;
    font-size: 15px;
}

.mugs_add_text {
    background: var(--fujired);
    color: #fff;
    border: none;
    font-size: 15px;
    margin-right: 35px;
}

.mug_text_options {
    display: inline-flex;
    align-items: center;
}

.mug_text_options i {
    margin-right: 7px;
}

.mug_text_option_size {
    width: 45px;
}

.mugs_editor_preview {
    margin: 25px 15px 0 0;
    background: #fff;
    position: relative;
}

#editor_layout {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: absolute;
    z-index: 55;
    top: 0;
    left: 0;
    background: #fff;
}

.mug_preview_upload {
    position: absolute;
    z-index: 5;
}

#mug_types {
    width: 100%;
    margin-bottom: 20px;
}

#mug_variations {
    width: 100%;
}

.mugs_text:hover {
    border: 1px solid #eaeaea;
    cursor: pointer;
}

.selected_text {
    border: 1px solid #eaeaea;
}

.mug_text_option_rotation {
    width: 45px;
}

.mug_text_option_text {
    width: 150px;
}

.delete_selected_text {
    font-size: 25px;
    color: var(--fujired);
    display: none;
}

.delete_selected_text:hover {
    cursor: pointer;
}

.mug_description_text {
    margin: 15px 0px;
    font-size: 16px;
    line-height: 1.5;
}

.mug_description_volume {
    font-size: 16px;
    margin-bottom: 15px;
}

.mug_price {
    margin-top: 15px;
}

.current_mug_price {
    color: var(--fujired);
    font-weight: 600;
}

.fuji_product_description_title {
    font-size: 25px;
    font-weight: 500;
    color: #000;
    border-bottom: 2px solid #ff4328;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.fuji_product_description * {
    font-family: 'Rubik' !important;
}

.fuji_product_attributes .shop_attributes th {
    width: 230px !important;
    font-size: 15px;
    font-weight: 500 !important;
    padding: 8px !important;
    line-height: 1 !important;
}

.fuji_product_attributes .shop_attributes td {
    font-size: 15px;
    font-weight: 500 !important;
    padding: 8px !important;
    line-height: 1 !important;
    color: #ff4328;
}

.addtocart_homepage {
    padding: 15px 38px;
    font-weight: 600;
    border-radius: 0;
    font-size: 14px;
    color: #fff;
    background-color: #fd4a36;
    text-transform: capitalize;
    font-family: Montserrat, sans-serif;
}

.mugs_background_resize i {
    font-size: 25px;
    margin-right: 15px;
    position: relative;
    top: 5px;
}

.mugs_background_resize i:hover {
    cursor: pointer;
    color: var(--fujired);
}

.mug_quantity {
    margin: 10px 0px;
}

.mug_quantity label {
    font-weight: 400;
}

#mugs_quantity {
    width: 50px;
    margin-left: 15px;
}

.fuji_store_title {
    color: var(--fujired);
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 20px;
    border-bottom: 2px solid #eaeaea;
    padding-bottom: 20px;
    position: relative;
    padding-right: 30px;
}

.fuji_store_inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 10px;
    border-bottom: 2px solid #eaeaea;
    padding-bottom: 20px;
}

.fuji_store_img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fuji_store_inner_left {
    width: 55%;
    margin-right: 15px;
}

/* .fuji_left_bottom {
    display: grid;
    grid-template-columns: 1fr 75px;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
} */

.fuji_left_discounts {
    display: flex;
    justify-content: end;
}

.fuji_left_discounts img {
    width: 68px;
}

.fuji_left_description {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    padding: 20px 0px;
}

.fuji_left_phone,
.fuji_left_email {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.fuji_left_phone i,
.fuji_left_email i {
    color: var(--fujired);
    margin-right: 5px;
}

.fuji_left_phone a,
.fuji_left_email a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.fuji_right_working_hours {
    width: 250px;
    padding: 20px;
    background: #f5f6fa;
    margin-left: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.fuji_right_working_hours strong {
    color: #000;
    font-weight: 500;
}

.fuji_right_working_hours div {
    font-weight: 300;
    font-size: 17px;
}

.fuji_contacts_store {
    margin: 20px 0px;
}

.fuji_store_inner_middle img {
    height: 100%;
    object-fit: cover;
    max-height: 300px;
}

.fuji_left_prices strong {
    color: #000;
    font-weight: 500;
}

.fuji_left_prices div {
    font-size: 16px;
    color: #000;
    font-weight: 300;
    line-height: 1.5;
}

.fuji_store_expand {
    position: absolute;
    right: 0;
    top: 0;
}

.fuji_contacts_store .fuji_store_inner {
    display: none;
}


/* .fuji_contacts_store:first-child .fuji_store_inner {
    display: inline-flex;
} */

.fuji_store_expand i:hover {
    cursor: pointer;
}

.fuji_stores_block_title {
    color: #000;
    font-size: 38px;
    font-weight: 500;
    margin-bottom: 50px;
}

.magnet_types {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 25px;
}

.magnet_type input {
    display: none;
}

.selected_magnet {
    border: 2px solid var(--fujired);
}

.magnet_type label:hover {
    cursor: pointer;
}

.magnet_size label {
    border: 2px solid #ebebeb;
    padding: 4px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #888;
    background: #f7f7f7;
    margin: 0 10px 0 0;
}

.magnet_size label:hover {
    cursor: pointer;
}

.selected_magnet_size label {
    border: 2px solid #fec830 !important;
    color: #333 !important;
}

.magnet_size input {
    display: none;
}

.magnet_size {
    display: inline-block;
}

.magnet_sizes,
.pin_sizes {
    margin-top: 15px;
    margin-bottom: 25px;
}

.magnets_generator {
    margin-top: 25px;
}

.magnet_editor_preview {
    border: 2px solid #888;
    overflow: hidden;
    margin: 0 auto;
    background-image: url('/wp-content/uploads/2022/02/axiom-pattern.png');
    background-repeat: repeat;
    background-size: 25px;
    background-color: #300000;
    background-position: center center;
}

.magnets_round .magnet_editor_preview {
    border-radius: 50%;
}

.fuji_stores_block_subtitle {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 40px;
}

.fuji_stores_block_title.pickup_points {
    margin-bottom: 15px;
}

.fuji_canvas_warning {
    background: red;
    color: #fff;
    padding: 15px;
    border-radius: 12px;
    margin: 10px 0px;
}

@media (max-width: 1400px) {
    .mugs_mockup {
        padding: 0px 30px 30px;
    }

    .editor {
        grid-template-columns: 1fr 300px;
    }
}

.fade-in {
    -webkit-animation: fade-in 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fade-out {
    -webkit-animation: fade-out 0.4s ease-out both;
    animation: fade-out 0.4s ease-out both;
}

@-webkit-keyframes fade-out {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fade-out {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: var(--fujired) transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

label[for="magnet_quantity"],
label[for="magnet_size_dropdown"] {
    color: #333;
    font-weight: 400;
    margin-right: 10px;
}

#magnet_size_dropdown {
    width: 85px;
    text-align: center;
    color: #222;
}

#magnet_quantity {
    width: 75px;
    text-align: center;
    color: #222;
}

.giftcard_purchase_row {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
}

.giftcard_purchase_row input,
.giftcard_purchase_row select {
    width: 300px !important;
    padding: 8px;
    color: #333;
    border: 2px solid #eaeaea;
}

.glow {
    width: 200px;
    height: 200px;
    border-radius: 100px;
    background-color: #ccc;
    animation: glow .8s infinite alternate;
}

@keyframes glow {
    from {
        box-shadow: 0 0 10px -10px var(--fujired);
    }

    to {
        box-shadow: 0 0 5px 2px var(--fujired);
    }
}

.fuji_checkout_giftcard {
    margin: 35px 0px;
    background: #eaeaea;
    padding: 15px;
}

.fuji_checkout_giftcard h3 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 25px;
}

.fuji_checkout_giftcard_use {
    font-size: 16px;
    transition: .2s ease-in-out;
}

.fuji_checkout_giftcard_use:hover {
    color: var(--fujired);
    transition: .2s ease-in-out;
    cursor: pointer;
}

.fuji_checkout_giftcard_form_row {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
}

.fuji_checkout_giftcard_form_row input {
    font-size: 16px;
    width: 300px;
    text-align: center;
}

.fuji_checkout_giftcard_form_row labe {
    font-size: 16px;
}

#checkout_giftcard_submit {
    margin-top: 15px;
    background: var(--fujired);
    color: #fff;
    border: none;
    padding: 5px 10px;
}

.fuji_checkout_giftcard_form {
    display: none;
}

.breadcumb-wrapper ul.breadcumb:after {
    content: none;
}

.breadcumb-wrapper ul.breadcumb li:last-child a:before {
    display: none;
}

.photo_design_frame_img img:hover {
    transform: scale(1.65);
    transition: .2s ease-in-out;
}

.photo_design_frame_img img {
    transition: .2s ease-in-out;
}

.footer-widget ul li a {
    font-size: 14px;
    color: #ccc;
}

.footer-widget.links-widget ul.link-list a:before {
    content: none !important;
}

.fj__footerContactInfo p {
    font-size: 14px;
    color: #ccc;
}

.footer-bottom .thm-container {
    padding: 15px 0;
}

.fuji__toolTip {
    position: relative;
    display: inline-block;
}

.fuji__toolTip .fuji__toolTipText {
    visibility: hidden;
    font-size: 11px;
    line-height: 1.3;
    top: -50px;
    left: 0;
    width: 300px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.fuji__toolTip:hover .fuji__toolTipText {
    visibility: visible;
}

.thm-container .woocommerce-breadcrumb {
    display: flex;
    margin: 12px 0px;
}

.thm-container .woocommerce-breadcrumb {
    color: #fff;
}

.thm-container .woocommerce-breadcrumb a {
    color: #fff;
}

.thm-container .woocommerce-breadcrumb a:hover {
    text-decoration: underline !important;
}

.collage_qty,
.collage_price {
    margin: 10px 0px;
    color: #333;
    font-weight: 400;
}

.collage_qty label,
.collage_price label {
    font-weight: 500;
}

.collage_qty input,
.collage_price input {
    background: #333333;
    border: none;
    color: #ccc;
    width: 75px;
    text-align: center;
    margin-left: 15px;
}

.collage_qty input:focus,
.collage_price input:focus {
    outline: none;
}

.collage_price input {
    width: 100px;
}

#product-3882 .fuji_product_price {
    display: none;
}

.fuji__singleProduct_additionalInfo {
    position: relative;
    padding: 15px;
    background: #f9f9f9;
    float: left;
    margin-top: 25px;
    line-height: 1.4;
    width: -webkit-fill-available;
}

.photo_print_adjustAll {
    display: inline-flex;
    align-items: center;
    position: absolute;
    top: 5px;
    left: 50px;
}

.photo_print_adjustAll>div {
    margin-right: 17px;
}

.imageBlock_count_all {
    background: transparent;
    border: 1px solid #757575;
    width: 55px;
    font-size: 13px;
    height: 22px;
}

.imageBlock_options_all>span {
    font-weight: 600;
    margin-right: 5px;
    transition: .2s ease-in-out;
}

.imageBlock_options_all>span:hover {
    transition: .2s ease-in-out;
    color: var(--fujired);
    cursor: pointer;
}

.adjustAll_bw {
    transition: .2s ease-in-out;
}

.adjustAll_bw:hover {
    transition: .2s ease-in-out;
    cursor: pointer;
}

.adjustAll_size select {
    background: transparent;
    font-size: 13px;
    height: 22px;
}

.adjustAll_paper select {
    background: transparent;
    font-size: 13px;
    height: 22px;
}

.state_on {
    color: var(--fujired);
}

.adjustAll_title {
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
    margin-right: 20px;
}

.photo_design_image_controls_left {
    position: absolute;
    bottom: 12px;
    left: 82px;
    background: rgba(255, 255, 255, .55);
    padding: 5px;
    border-radius: 7px;
    -webkit-box-shadow: 0px 0px 11px -3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 11px -3px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
}

.photo_design_zoom_in,
.photo_design_zoom_out {
    border-radius: 50%;
    border: none;
    width: 30px;
    height: 30px;
    color: #fff;
    background: var(--fujired);
}

.photo_design_zoom_controls {
    text-align: center;
}

.photo_design_image_controls_right {
    position: absolute;
    bottom: 12px;
    background: rgba(255, 255, 255, .55);
    padding: 5px;
    border-radius: 7px;
    right: 82px;
    -webkit-box-shadow: 0px 0px 11px -3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 11px -3px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
}

.photo_design_move_controls {
    margin-right: 20px;
}

.image_align.align_up {
    display: block;
    margin: 0 auto -12px auto;
}

.image_align.align_down {
    display: block;
    margin: -12px auto 0 auto;
}

.image_align.align_left {
    margin-right: 10px;
}

.image_align.align_right {
    margin-left: 10px;
}

.photo_design_zoom {
    border: none;
    width: 30px;
    height: 30px;
    color: #fff;
    background: var(--fujired);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.canvas_zoom_control {
    display: flex;
    align-items: center;
    margin-left: 30px;
    justify-content: center;
}

.canvas_zoom {
    border: 1px solid #767676;
    background: #fff;
    height: 26px;
    width: 26px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#position_up {
    margin: 0 auto -10px auto;
}

#position_left {
    display: inline-flex;
    margin-right: 28px;
    margin-left: 0;
}

#position_right {
    display: inline-flex;
    margin-left: 0px;
}

#position_down {
    margin: -10px auto 0 auto;
}

.canvas_zoom.zoom_in {
    margin-right: 10px;
}

.canvas_editor_preview:after {
    content: '';
    position: absolute;
    height: 1px;
    background: rgba(255, 255, 255, .2);
    width: 100%;
    z-index: 99999;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.canvas_editor_preview:before {
    content: '';
    position: absolute;
    height: 100%;
    background: rgba(255, 255, 255, .2);
    width: 1px;
    z-index: 99999;
    left: 50%;
    transform: translateX(-50%);
}

.canvas_option_warning {
    background: #fec830;
    padding: 7px 15px;
    border-radius: 8px;
    color: #222;
    font-weight: 500;
    font-size: 15px;
    display: none;
    margin-bottom: 25px;
}

.puzzle_options {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 25px;
}

.puzzle_option {
    border: 2px solid #ebebeb;
    padding: 4px 7px;
    font-size: 16px;
    font-weight: 500;
    color: #888;
    background: #f7f7f7;
}

.puzzle_option input {
    display: none;
}

.puzzle_option label {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    display: block;
    margin-bottom: 0px;
    line-height: 1.3;
}

.puzzle_option .puzzle_option_price {
    margin-top: 10px;
    font-weight: 600;
    color: #ff4328;
}

.puzzle_option label:hover {
    cursor: pointer;
}

.puzzle_option.selected_puzzle {
    border: 2px solid #fec830;
    color: #333;
}

.puzzle_zoom.zoom_in {
    border: 1px solid #767676;
    background: transparent;
    height: 26px;
    width: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    margin-left: 35px;
}

.puzzle_zoom.zoom_out {
    border: 1px solid #767676;
    background: transparent;
    height: 26px;
    width: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    margin-left: 15px;
}

.size_warning {
    background: #f00;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.size_warning i {
    position: relative;
    top: -2px;
    font-size: 14px;
}

.photo_design_pricing {
    margin-right: 50px;
    margin-left: 0px;
}

.collage_layout .collage_layout_img img {
    transition: .2s ease-in-out;
}

.collage_layout:not(.scale_on_hover) .collage_layout_img img:hover {
    transform: scale(1.3);
    transition: .2s ease-in-out;
    background: #fff
}

.open_crop_window {
    margin-left: 15px;
}

.fuji_crop_editor {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .8);
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}

.crop_editor_inner {
    width: 750px;
    background: #000;
    max-height: 90vh;
    overflow-y: auto;
    padding: 0 10px 15px;
    overflow-x: hidden;
}

.crop_editor_header {
    padding: 10px 15px;
    position: relative;
    background: #000;
    border: 1px solid #757575;
    border-bottom: 2px solid #757575;
}

.crop_editor_controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.crop_editor_preview {
    outline: 1px solid var(--fujired);
    margin: 0 auto;
}

.crop_zoom_controls {
    display: flex;
}

.crop_cancel {
    background: var(--fujired);
    width: 27px;
    height: 27px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.crop_cancel:hover {
    cursor: pointer;
}

.crop_cancel i {
    color: #fff;
    font-size: 20px;
}

.crop_apply {
    position: absolute;
    right: 60px;
    background: green;
    width: 27px;
    height: 27px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.crop_apply i {
    color: #fff;
    line-height: 1;
    font-size: 20px;
}

.crop_apply:hover {
    cursor: pointer;
}

.crop_editor_preview {
    background-image: url(https://fuji.webserveris.lv/wp-content/uploads/2022/02/axiom-pattern.png);
    background-repeat: repeat;
    background-size: 25px;
    background-color: #ff0000;
    background-position: center center;
    position: relative;
    overflow: hidden;
}

.align_controls {
    display: inline-flex;
}

.has_crop i {
    color: var(--fujired);
}

.collage_fileBlock {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.collage_position {
    transition: .2s ease-in-out;
    overflow: hidden;
    /* outline: 2px solid #000; */
}

.collage_position:hover {
    transition: .2s ease-in-out;
    background: #4c4c4c !important;
    cursor: pointer;
}

.collage_fileBlock i {
    font-size: 50px;
}

.collage_fileBlockInner {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
}

.collage_preview_position_controls {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0px 5px;
    background: rgba(0, 0, 0, .25);
    display: inline-flex;
    justify-content: space-between;
    z-index: 110;
}

.collage_zoom.zoom_in {
    margin-right: 0px;
}

.collage_zoom {
    display: inline-flex;
    width: 18px;
    height: 18px;
    border: 1px solid #ff4328;
    background: rgba(0, 0, 0, .75);
    transition: .2s ease-in-out
}

.collage_zoom i {
    font-size: 13px;
    color: #ccc;
    transition: .2s ease-in-out
}

.collage_zoom:hover {
    transition: .2s ease-in-out;
    background: #000;
    cursor: pointer;
}

.collage_zoom:hover i {
    transition: .2s ease-in-out;
    color: #fff;
}

.collage_has_image {
    background: #ff4328 !important;
}

.open_collage_editor {
    display: none;
}

.collage_position_control,
.collage_image_control,
.collage_color {
    display: inline-flex;
    width: 18px;
    height: 18px;
    border: 1px solid #ff4328;
    background: rgba(0, 0, 0, .75);
    transition: .2s ease-in-out
}

.collage_position_control i,
.collage_image_control i,
.collage_color i {
    font-size: 13px;
    color: #ccc;
    transition: .2s ease-in-out
}

.collage_position_control:hover,
.collage_image_control:hover,
.collage_color:hover {
    transition: .2s ease-in-out;
    background: #000;
    cursor: pointer;
}

.collage_position_control:hover i,
.collage_image_control:hover i,
.collage_color:hover i {
    transition: .2s ease-in-out;
    color: #fff;
}

.collage_totals {
    display: inline-flex;
    margin-right: 75px;
}

.collage_totals label {
    font-weight: 400;
    margin-right: 10px;
}

input[name="collage_totals_quantity_input"] {
    background: transparent;
    border: 1px solid #767676;
    height: 26px;
    width: 50px;
    margin-right: 25px;
    text-align: center;
}

#collage_totals_price_input {
    font-weight: 600;
    color: var(--fujired);
}

.collage_position_adjust {
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    background: rgba(0, 0, 0, .35);
}

.collage_position_adjust .control_position {
    margin-left: 0px;
    position: relative;
    padding: 20px;
}

#collage_close_position_adjust {
    position: absolute;
    top: 0;
    right: 0;
    background: #000;
    border: none;
    color: #fff;
    font-size: 12px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.collage_position_adjust .position_button {
    width: 20px;
    height: 20px;
    color: #fff;
}

.collage_position img {
    position: relative;
}

#collage_size_input {
    background: transparent;
    border: 1px solid #767676;
    margin-right: 15px;
    height: 26px;
}

.collage_totals_size {
    display: inline-flex;
    margin-right: 25px;
    align-items: center;
}

.photo_upload_top input:focus,
.photo_upload_top select:focus {
    outline: none;
}

.collage_bw i {
    color: #ff4328;
}

.collage_color_bw {
    filter: grayscale(1);
}

.collage_preview_paddings {
    padding: 0px;
}

.editor_close_warning {
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .55);
}

.editor_close_warning_inner {
    padding: 50px;
    background: rgba(0, 0, 0, .9);
    width: 300px;
    border-radius: 5px;
}

.editor_close_warning_buttons {
    display: flex;
    justify-content: space-between;
}

.editor_close_warning_text {
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
}

#editor_close_warning_no {
    background: green;
    color: #fff;
    border: none;
    padding: 5px 25px;
    font-size: 16px;
}

#editor_close_warning_yes {
    background: #ff4328;
    color: #fff;
    border: none;
    padding: 5px 25px;
    font-size: 16px;
}


/* the slides */

.fuji__servicesSlider .slick-slide {
    margin: 0 15px;
}


/* the parent */

.fuji__servicesSlider .slick-list {
    margin: 0 -15px;
}

.fuji__servicesSlider {
    position: relative;
}

.fuji__servicesSlider .slick-prev {
    position: absolute;
    left: -175px;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 50px;
    color: #ff4328;
}

.fuji__servicesSlider .slick-next {
    position: absolute;
    right: -175px;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 50px;
    color: #ff4328;
}

.fuji_uploaded_file_preview {
    width: 200px;
    border: 1px solid #eaeaea;
    padding: 5px;
    display: none;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    overflow: hidden;
}

.documents_comment {
    width: 100%;
    min-height: 100px;
    margin-bottom: 15px;
}

#product-4109 .fuji_product_attributes,
#product-4118 .fuji_product_attributes {
    display: none;
}

.fuji_documents_table tr td,
.fuji_documents_table tr th {
    padding: 5px;
}

.magnet_type_label {
    text-align: center;
    color: #000;
    font-size: 16px;
}

.magnets_position {
    width: 30px;
    height: 30px;
    position: relative;
}

.magnets_position i {
    position: relative;
    bottom: 2px;
    color: #333;
}

#magnets_position_up {
    top: 7px;
}

#magnets_position_right {
    right: -12px;
}

#magnets_position_left {
    left: -12px;
}

#magnets_position_down {
    bottom: 7px;
}

.magnet_change_mode,
.magnet_full_size,
#magnets_change_image,
.magnets_sizing i {
    color: #333;
}

.magnets_round .magnet_editor_preview {
    position: relative;
}

.magnets_round .magnet_editor_preview:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-width: 30px;
    border-radius: 50%;
    border-style: solid;
    border-color: rgba(255, 0, 0, .3);
    pointer-events: none;
}

.magnet_border_warning {
    position: absolute;
    bottom: -60px;
    text-align: center;
    width: 100%;
    color: #888;
    padding: 7px 15px;
    border-radius: 12px;
    display: none;
}

.magnet_size_label {
    text-align: center;
}

.fuji_mugs_types {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}

.fuji_mug_type {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 16px;
    line-height: 1.3;
}

.fuji_mug_type:hover {
    outline: 2px solid #ff4328;
    cursor: pointer;
}

.mug_type_image {
    height: 175px;
}

.mug_type_title {
    font-weight: 500;
}

.mug_type_volume {
    margin-top: 5px;
    font-size: 12px;
}

.mug_type_price {
    margin-top: 5px;
    color: #ff4328;
}

.magnet_editor_left {
    position: relative;
}

#collage_paper_type {
    background: transparent;
    border: 1px solid #767676;
    margin-right: 15px;
    height: 26px;
}

.documents_stamp_warning,
.special_items_warning {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .85);
    flex-direction: column;
}

.documents_stamp_warning_inner,
.special_items_warning_inner {
    background: #000;
    padding: 30px;
    max-width: 500px;
    font-size: 16px;
    line-height: 1.4;
    color: #fff;
    border-radius: 5px;
    position: relative;
}

.documents_stamp_delete {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    border: 1px solid var(--fujired);
    color: var(--fujired);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
}

.documents_stamp_delete:hover {
    cursor: pointer;
}

.documents_stamp_warning_buttons,
.special_items_warning_buttons {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
}

#documents_stamp_warning_confirm,
#special_items_warning_confirm {
    background: green;
    color: #fff;
    border: none;
    padding: 5px 15px;
    font-size: 16px;
}

#documents_stamp_warning_cancel,
#special_items_warning_cancel {
    background: #fec830;
    color: #000;
    border: none;
    padding: 5px 15px;
    font-size: 16px;
}

.fuji_thankyou .woocommerce-table__product-name ul,
.fuji_thankyou .woocommerce-table__product-name .wc-item-meta {
    display: none;
}

.option_disabled {
    color: #333;
    pointer-events: none;
}

.fuji__store-block {
    margin-top: 40px;
    margin-bottom: 40px;
}

.product-block-two .lower-content {
    min-height: 115px;
}

.fuji_description_left {
    width: 100%;
}

#fuji__photoprint-exec_table {
    font-size: 11px;
    width: 100%;
    border: 1px solid #8d8d8d;
    border-collapse: collapse;
}

#fuji__photoprint-exec_table th {
    padding: 5px;
    border-bottom: 1px solid #8d8d8d;
    text-align: center;
}

#fuji__photoprint-exec_table td {
    padding: 5px;
    border: 1px solid #8d8d8d;
    text-align: center;
    line-height: 1.5;
}

.fuji__photoprint-exec_address {
    max-width: 100px;
    line-height: 1.2;
}

#collage_size_select {
    width: 300px;
    padding: 8px;
    color: #333;
    border: 2px solid #eaeaea;
}

#collage_quantity_amount {
    width: 75px;
    text-align: center;
}

#editor_layout.mugs_editor_mockup {
    width: calc(100% - 250px);
    left: 250px;
}

.mugs_img_list {
    padding: 10px;
    background: #000;
    width: 235px;
    position: absolute;
    top: 95px;
    border: 1px solid #4b4b4b;
}

.mugs_editor_content {
    position: relative;
}

.mugs_uploaded_img {
    font-size: 12px;
    color: #fff;
    border: 1px solid #767676;
    padding-left: 10px;
    position: relative;
    margin-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-right: 56px;
}

.sort__up {
    position: absolute;
    right: 40px;
    top: 8px;
}

.sort__up i,
.sort__down i {
    font-size: 20px;
}

.sort__remove {
    position: absolute;
    right: 6px;
    top: 0;
}

.sort__remove i {
    font-size: 12px;
    color: var(--fujired);
}

.sort__down {
    position: absolute;
    right: 24px;
    top: -1px;
}

.sort__up:hover,
.sort__down:hover,
.sort__remove:hover {
    cursor: pointer;
}

.active__img {
    border: 1px solid var(--fujired);
}

.mugs_uploaded_img:hover {
    cursor: pointer;
    background: #303030;
    transition: .2s ease-in-out;
}

.imageBlock_header i {
    font-size: 15px;
}

.disable_pos {
    background: #323232;
}

.sidebar-wrapper .product-categories .cat-item-68 {
    display: none;
}

@media (max-width: 1600px) {
    .fuji__servicesSlider .slick-next {
        right: -85px;
    }

    .fuji__servicesSlider .slick-prev {
        left: -85px;
    }
}

.imageBlock_image {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.collage_option_table {
    display: inline-flex;
    align-items: center;
    width: 100%;
}

.collage_quantity {
    margin-left: 50px;
}

.hidden_price {
    display: none;
}

.level_explain {
    left: 80%;
}

#size_warning {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .35);
    z-index: 999999;
}

.size_warning_inner {
    padding: 50px;
    background: rgba(0, 0, 0, .9);
    width: 500px;
    border-radius: 5px;
}

.size_warning_text {
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
}

.dpi_warning_buttons {
    display: flex;
    justify-content: flex-end;
}

#size_warning_confirm {
    background: #fec830;
    color: #000;
    border: none;
    padding: 5px 15px;
    font-size: 16px;
}

#size_warning_confirm:hover {
    cursor: pointer;
}

#paper_size option:disabled {
    color: #c5c5c5;
}

select[name="single_image_size"] {
    background: #000;
    font-size: 13px;
    height: 22px;
}

.adjustAll_paper select {
    background: #000;
    font-size: 13px;
    height: 22px;
}

.adjustAll_paper select option:disabled {
    background: #eaeaea;
}

select[name="single_image_size"] option:disabled {
    background: #eaeaea;
}

select[name="single_image_papertype"] option:disabled {
    background: #eaeaea;
}

.collage_scaled_image {
    display: none;
    position: absolute;
    background: #fff;
    overflow: hidden;
    width: 420px;
    border: 1px solid var(--fujired);
}

.collage_layout_img:hover .collage_scaled_image {
    display: block;
}

.collage_scaled_image img {
    transform: scale(2.65) translateX(28%) translateY(27%);
}

.scale_on_hover:hover {
    transform: none;
}

#show_level_information {
    position: absolute;
    top: 0;
    right: 150px;
    background: #ff4328;
    color: #fff;
    border: none;
    font-size: 14px;
    border-radius: 2px;
}

.show_level_information_popup {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99999999;
    background: rgba(0, 0, 0, .5);
    flex-direction: column;
}

.show_level_information_popup_inner {
    width: 600px;
    background: #fff;
    padding: 30px;
    position: relative;
}

#close_level_information {
    background: none;
    border: none;
    color: #fff;
    font-size: 35px;
    position: absolute;
    right: -45px;
    top: -45px;
}

.show_level_information_table {
    margin-top: 30px;
}

.show_level_information_table table {
    font-size: 14px;
    border-collapse: collapse;
    border: 1px solid #eaeaea;
    text-align: center;
    width: 100%;
}

.show_level_information_table table tr th,
.show_level_information_table table tr td {
    border: 1px solid #eaeaea;
}

.show_level_information_table table tr th,
.show_level_information_table table tr td {
    text-align: center;
    padding: 3px;
}

.photo_upload .dpi_warning_inner .dpi_warning_buttons {
    justify-content: space-between;
}

#dpi_warning .dpi_warning_buttons {
    justify-content: space-between;
}

.product-block-two div.price {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.product-block-two .inner-box .image {
    max-height: 270px;
}

.archive span.price ins {
    text-decoration: none;
}

.archive span.price ins bdi {
    color: var(--fujired);
    font-weight: 600;
}

#giftcard_text {
    width: 300px;
    min-height: 100px;
    resize: vertical;
}




.testing__exec {
    margin: 100px 0;
}

.testing__productHeader {
    background: #eaeaea;
    padding: 5px 15px;
    color: #333;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 10px;
}

.testing__productHeader:hover {
    cursor: pointer;
}

.testing__productMeta {
    display: none;
}

.testing__productMeta pre {
    font-size: 11px;
}

.testing__store-exec {
    font-size: 13px;
    color: #222;
}

.testing__store-table td {
    font-size: 13px;
    color: #fff;
    text-align: center;
}

.testing__store_shipping-exec {
    font-size: 13px;
    color: #222;
}

.testing__store_shipping-table td {
    font-size: 13px;
    color: #fff;
    text-align: center;
}

.testing__enabled {
    background: green;
}

.testing__disabled {
    background: red;
}

.testing__store_shipping-table tr td:first-child {
    color: #222;
}

.fj__checkout-select {
    height: 48px;
}

.fj__checkout-select option:disabled {
    color: #eaeaea;
}

.disabled__print-type label {
    color: #dfdfdf;
}

.disabled__print-type label:hover {
    cursor: not-allowed;
}

.disabled__paper-type label {
    color: #dfdfdf;
}

.disabled__paper-type label:hover {
    cursor: not-allowed;
}

.restore-item {
    display: none !important;
    pointer-events: none !important;
}

.product_delivery_warning {
    text-align: center;
    margin-bottom: 25px;
    color: var(--fujired);
    font-size: 15px;
    font-weight: 500;
}

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: var(--fujired) transparent var(--fujired) transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.photoprint_dates_loader {
    position: absolute;
    top: 0;
    left: 0;
    background: #ebebeb;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
}

.fuji__photoprint-upload-text {
    margin-top: 30px;
    color: var(--fujired);
    font-size: 17px;
    font-weight: 400;
}

.fuji__photoprint-loader {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px;
    background-color: rgba(255, 255, 255, .8);
    border-radius: 5px;
}

.multiple_cart_products_notification {
    background-color: #ebebeb;
    padding: 20px;
    margin-top: 30px;
    float: left;
    font-size: 17px;
    line-height: 27px;
    color: var(--fujired);
}

.size_warning_buttons {
    display: flex;
    justify-content: space-between;
}

#size_warning_back {
    background: green;
    color: #fff;
    border: none;
    padding: 5px 15px;
    font-size: 16px;
}

.testing__enabled>span,
.testing__disabled>span {
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

.fuji__cart-additional-btn {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}

td.product-price {
    padding: 0 !important;
    text-align: center;
}

.woocommerce-checkout.processing .blockUI.blockOverlay {
    background-image: url('/wp-content/themes/printify/assets/images/preloader-bar.gif') !important;
    background-position: center 50% !important;
    background-repeat: no-repeat !important;
    position: fixed !important;
}

/*
.imageBlock_option {
    display: flex;
    flex-direction: column;
}

.imageBlock_options .imageBlock_option input {
    display: initial;
} */

.puzzles_editor .canvas_preview_image {
    position: absolute;
}

.puzzles_editor .canvas_editor_preview {
    text-align: initial;
}

.puzzle_option:hover {
    border: 2px solid #fec830;
    color: #333;
    transition: .3s ease;
}

.puzzle_option {
    transition: .3s ease;
}

.contact-info .social a:first-child {
    background-color: #1877F2;
}

.contact-info .social a:nth-child(2) {
    background: #833ab4;
    background: linear-gradient(to right,
            #833ab4, #fd1d1d, #fcb045);
}

.show_full_print_prices {
    background-color: var(--fujired);
    font-size: 16px;
    color: #FFF;
    padding: 12px 25px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 15px;
}

.show_full_print_prices:hover {
    cursor: pointer;
}

.woocommerce-order-received .fj__cartitem-photoprint {
    font-weight: 500 !important;
    font-size: 15px !important;
}

.woocommerce-order-received .fuji_photo_print_total_copies {
    font-weight: 500 !important;
    font-size: 15px !important;
    color: #9e9e9e !important;
}

.woocommerce-order-received .product-quantity {
    font-weight: 500 !important;
}

@media (max-width: 1780px) {
    .photo_print_image_preview {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 1200px) {
    #show_full_prices {
        position: initial;
    }

    #show_level_information {
        position: initial;
    }

    .fuji_description_left {
        margin-bottom: 20px;
    }

    .fuji_contacts_stores {
        padding: 0 20px;
    }

    .fuji_stores_block_title {
        padding: 0 20px;
    }

    .fuji_stores_block_subtitle {
        padding: 0 20px;
    }
}

@media (max-width: 1025px) {
    .header-navigation .thm-container {
        padding: 0;
    }

    .header.header-lower-style-two .navbar-default .navbar-toggle {
        right: 15px;
    }
}

@media (max-width: 900px) {
    #product-3877 .photo_print_adjustAll {
        padding-top: 52px;
    }

    .fuji_store_title {
        font-size: 20px;
    }

    .fuji_stores_block_subtitle {
        font-size: 16px;
    }

    .fuji_stores_block_title {
        font-size: 28px;
    }
}

@media (max-width: 800px) {
    .our-shop>.row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service_title {
        font-size: 19px;
    }

    .service_description>p {
        font-size: 14px;
    }

    .service_bottom_inner {
        padding: 25px 18px 30px;
    }
}

@media (max-width: 768px) {
    #fuji_footer {
        padding-left: 15px;
        padding-right: 15px;
    }

    .header-top {
        padding: 3px 0;
    }

    .header-contact-info ul li .title h6 a {
        font-size: 13px;
    }

    .photo_options_list {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .woocommerce div.product div.images img {
        max-height: 285px;
        object-fit: cover;
    }

    .service_img img {
        height: 225px;
    }

    .woocommerce-pagination ul li a,
    .woocommerce-pagination ul li span {
        height: 30px;
        width: 30px;
        line-height: 30px !important;
        font-size: 14px;
    }

    .fuji_store_title {
        font-size: 16px;
    }
}

@media (max-width: 720px) {
    #product-3877 .photo_print_adjustAll {
        display: block;
    }

    .adjustAll_title,
    .adjustAll_bw,
    .adjustAll_count,
    .adjustAll_size,
    .adjustAll_paper,
    .imageBlock_options_all {
        display: inline-block;
    }
}

@media (max-width: 650px) {
    .photo_print_options {
        flex-direction: column;
        gap: 20px;
    }

    .woocommerce .woocommerce-breadcrumb {
        font-size: 13px;
    }

    .thm-container .woocommerce-breadcrumb {
        margin: 6px 0;
    }

    .page-title h3 {
        font-size: 36px;
    }

    .page-title {
        padding: 35px 0 60px;
    }

    .header_cart {
        padding: 15px 20px;
    }
}

@media (max-width: 600px) {
    #product-3877 .photo_print_image_preview {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 500px) {

    .photo_upload_price_table tr td,
    .photo_upload_price_table tr th {
        font-size: 13px;
    }

    .prices_lower {
        font-display: 13px;
    }

    .products-section {
        padding: 50px 0 30px;
    }

    .sec-title {
        margin-bottom: 25px;
    }

    .our-shop>.row {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

@media (max-width: 400px) {
    #show_level_information {
        margin-bottom: 12px;
    }

    .page-title h3 {
        font-size: 26px;
    }

    .woocommerce .woocommerce-breadcrumb {
        font-size: 12px;
    }

    .breadcumb-wrapper ul.breadcumb {
        padding-left: 20px;
        padding-right: 20px;
    }

    #fuji__photoprint-exec_table {
        font-size: 10px;
    }

    #paper_size {
        width: 100%;
    }

    .header-contact-info ul li .icon span:before {
        font-size: 20px;
    }

    .header-contact-info ul li {
        display: none;
    }

    .header-contact-info ul li:last-child {
        display: inline-block;
    }

    .header-upper {
        padding: 10px 0;
    }
}

.select__disabled::-ms-expand {
    display: none;
}

.select__disabled {
    background-color: transparent;
    border: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select__disabled:focus {
    outline: none;
}

.single_image_size .imageBlock_sizes {
    max-width: 85px;
}

.fuji__servicesSlider .slick-track {
    display: flex !important;
}

.fuji__servicesSlider .slick-slide {
    height: auto;
}

.product-block .inner-box {
    height: 100%;
    box-shadow: initial !important;
}

.product-block .inner-box {
    margin-bottom: 0 !important;
    padding: 30px 30px 0;
}

#progress-bar {
    background-color: var(--fujired);
    height: 20px;
    border-radius: 5px;
    transition: .2s ease;
}

#progress-container {
    width: 100%;
    background-color: #e0e0e0;
    border-radius: 5px;
    margin-top: 15px;
}

#progress-text {
    text-align: center;
    margin-top: 5px;
    color: #333;
}

#upload-speed {
    text-align: center;
    margin-top: 5px;
    color: #333;
}

.puzzle_align_control>button {
    border: 1px solid #767676;
    background: transparent;
    height: 26px;
    width: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    margin-left: 15px;
}

.puzzle_align_control {
    margin-left: 30px;
}

.exclamation-inline {
    color: yellow;
    background-color: red;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 23px;
    height: 23px;
    font-size: 12px;
    margin: 0 5px;
}

.fuji__photoprint-upload-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, .85);
    z-index: 9999999;
    display: none;
    align-items: center;
    justify-content: center;
}

.page-title h3 {
    font-size: 34px;
}

.overlay .woocommerce-LoopProduct-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

li#wppb-form-element-18.wppb-form-field.wppb-phone span.wppb-description-delimiter {
    display: none;
}