* {
    box-sizing: border-box;
}

@font-face {
    font-family: 'Anton';
    src: url('../fonts/Anton-Regular.woff2') format('woff2'),
        url('../fonts/Anton-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Amatic SC';
    src: url('../fonts/AmaticSC-Regular.woff2') format('woff2'),
        url('../fonts/AmaticSC-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'The Nautigal';
    src: url('../fonts/TheNautigal-Regular.woff2') format('woff2'),
        url('../fonts/TheNautigal-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Abril Fatface';
    src: url('../fonts/AbrilFatface-Regular.woff2') format('woff2'),
        url('../fonts/AbrilFatface-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pacifico';
    src: url('../fonts/Pacifico-Regular.woff2') format('woff2'),
        url('../fonts/Pacifico-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'mottona demo';
    src: url('../fonts/mottonademo.woff2') format('woff2'),
        url('../fonts/mottonademo.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Black.woff2') format('woff2'),
        url('../fonts/Roboto-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-ExtraLight.woff2') format('woff2'),
        url('../fonts/Roboto-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.woff2') format('woff2'),
        url('../fonts/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.woff2') format('woff2'),
        url('../fonts/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Thin.woff2') format('woff2'),
        url('../fonts/Roboto-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lobster';
    src: url('../fonts/Lobster-Regular.woff2') format('woff2'),
        url('../fonts/Lobster-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Passion One';
    src: url('../fonts/PassionOne-Regular.woff2') format('woff2'),
        url('../fonts/PassionOne-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bettina Signature';
    src: url('../fonts/BettinaSignature.woff2') format('woff2'),
        url('../fonts/BettinaSignature.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bettina Signature';
    src: url('../fonts/BettinaSignature.woff2') format('woff2'),
        url('../fonts/BettinaSignature.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.about-text-font p {
    font-family: 'Bettina Signature';
}

/* CSS to hide the div initially */

body {
    font-family: 'Roboto' !important;
}

.col-md-4.pe-0 {
    background: #e2e2e2;
    margin-top: 20px;
}

.site-logo img {
    width: 160px;
    display: none;
}

section.custom-art-main {
    padding: 20px 0px 0;
}

.header-buttons {
    display: flex;
    gap: 10px;
}

.share_print_btn button.btn {
    background: #69cce1;
    color: #000;
    border-radius: 0px;
    padding: 5px 25px;
    font-size: 12px;
    font-weight: 500;
}

.share_print_btn .print_btn button.btn {
    background: #888888;
    color: #fff;
}

.frame-text-tabs .nav-tabs .nav-link {
    color: #333;
    font-size: 12px;
    border: none;
    background: #f7f7f7;
    border-radius: 0;
    width: 50%;
    padding: 15px 10px;
    font-weight: 600;
}

.frame-text-tabs nav {
    background: #e2e2e2;
}

.frame-text-tabs .nav-tabs .nav-link.active {
    background: #e2e2e2;
    border-radius: 0;
}

.frame-text-tabs .tab-content {
    background: #e2e2e2;
    padding: 0px;
}

.own_text_form {
    padding: 30px;
}

.own_text_form form textarea {
    background: transparent;
    border: 1px solid #a9a4a4;
    border-radius: 2px;
    color: #333;
    font-size: 12px;
    font-family: 'Roboto';
}

.own_text_form form textarea::placeholder {
    color: #333;
    font-size: 12px;
    font-family: 'Roboto';
}

.form-control:focus {
    background-color: transparent;
    border-color: #a9a4a4;
    outline: 0;
    box-shadow: none;
}

.own_text_form form .submit-btn input.btn_sub {
    background: #000;
    border: none;
    color: #fff;
    padding: 7px 15px;
    font-size: 12px;
}

.all_quote_lists ul {
    padding-top: 20px;
}

.all_quote_lists ul li {
    padding: 10px 40px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #666565;
    border-top: 0px solid #666565;
    cursor: pointer;
}

.all_quote_lists ul li.active {
    background: #666565;
    color: #fff;
}

.all_quote_lists {
    height: 500px;
    overflow: auto;
}

.all_quote_lists::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #e2e2e2;
    background-color: #e2e2e2;
    width: 10px;
}

.all_quote_lists::-webkit-scrollbar {
    width: 5px;
    background-color: #e4f0fc;
    width: 5px;
}

.all_quote_lists::-webkit-scrollbar-thumb {
    background-color: #666565;
    border-radius: 20px;
}

.editor_header {
    padding: 10px;
    border: 1px solid #aaaaaa;
}

.editor_header-inner {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
}

.art_frame_editor .editor_header .editor_color .rectangle,
.art_frame_editor .editor_header .editor_color .square,
.art_frame_editor .editor_header .editor_color .portrait {
    display: flex;
}

.art_frame_editor .editor_header .editor_color .rectangle .box,
.art_frame_editor .editor_header .editor_color .square .box {
    background: #666565;
    height: 20px;
    width: 30px;
    display: inline-block;
    border-radius: 1px;
}

.art_frame_editor .editor_header .editor_color .square .box {
    width: 20px;
}

.editor_header-inner svg path {
    stroke: #000;
}

.editor_header-inner svg {
    width: 24px;
}

.art_frame_editor .editor_header .editor_color .portrait .box {
    background: #e2e2e2;
    height: 20px;
    width: 16px;
    display: inline-block;
    border-radius: 1px;
}

.art_frame_editor .undo_redo_btn button.btn {
    display: grid;
    padding: 0;
}

.art_frame_editor .undo_redo_btn button.btn span {
    font-size: 10px;
    font-weight: 500;
}

.editor_header-inner_left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.editor_header-inner_left .gap-2 {
    gap: 10px !important;
}

.art_frame_editor .editor_font_family select.form-select:focus {
    box-shadow: none;
}

.art_frame_editor .editor_font_family select.form-select {
    font-size: 10px;
    border-radius: 0;
    border-color: #333;
    font-weight: 500;
}

.art_frame_editor .editor_font_color input {
    border: none;
    width: 20px;
    height: 20px;
    border-radius: 1px;
    padding: 0;
    cursor: pointer;
}

.editor_style_symbols .bold span {
    font-size: 20px;
    font-weight: 800;
    font-family: inherit;
    color: #000;
}

.editor_style_symbols span {
    cursor: pointer;
}

.editor-list-styles .align-list,
.editor-list-styles .list-view,
.editor-list-styles .arrow-list,
.editor-list-styles .dlt-text {
    cursor: pointer;
}

.editor_style_symbols .italic span {
    font-size: 20px;
    font-weight: 800;
    font-family: auto;
    font-style: italic;
    color: #000;
}

.editor_style_symbols .underline span {
    font-family: auto;
    text-decoration: underline;
    font-size: 20px;
    color: #000;
}

.editor_style_symbols .capital_small_text span {
    font-family: inherit;
    font-weight: 600;
    color: #000;
}

.editor_style_symbols {
    display: flex;
    gap: 10px;
    align-items: center;
}

.editor-list-styles {
    display: flex;
    gap: 15px;
    align-items: center;
}

.download-card-with-watermark button.btn {
    text-align: center;
    background: #578fbd;
    border: none;
    color: #fff;
    padding: 7px 10px;
    border-radius: 0;
    font-size: 12px;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
}

.buy_now_btn button.btn {
    background: #2a455b !important;
    text-align: center;
}

.download-with-logo button.btn {
    background: #000;
}

.edit_download_outter .add_to_cart_btn {
    padding: 0;
}

.frame-image-outter {
    background-size: contain;
    width: 79%;
    height: 500px;
    padding: 39px;
    display: inline-flex;
    background-repeat: no-repeat;
    background-position: center;
}

.frame-image-inner {
    width: 318px;
    height: 415px;
    margin: 0px auto;
    position: relative;
}

.frame_image {
    position: absolute;
    top: 0px;
}

.art-frame-main .frame-image img {
    object-fit: fill;
    width: 431px;
    height: 609px;
    position: relative;
    z-index: 111;
}

.art-frame-main .print-screen-left .frame-image {
    background: transparent;
}

.print-screen-left .frame-image-outer {
    position: relative;
}

.print-screen-left .frame-image-outer img {
    position: absolute;
    top: 0;
    left: 50%;
    object-fit: unset;
    transform: translate(-50%, 10px);
}

.print-screen-left .inner-text {
    padding: 0px 35px;
}

.print-screen-left .frame-image-outter {
    display: block;
}

.print-screen-left .frame-image-outter {
    width: 100%;
}

.plain_color {
    width: 318px;
    height: 415px;
}

.art-frame-main .frame-image {
    text-align: center;
    background: #f6f4f4;
    padding: 50px;
    position: relative;
}

.option-item img.purchase-icon {
    width: 40px;
}

.print-screen-left .frame-bg-color.plain_color {
    left: 50%;
    top: 0px;
    box-shadow: 3px 7px 11px 3px rgba(0, 0, 0, 0.55);
    border-radius: 5px;
}

.overlayText-design {
    margin-bottom: 0;
    position: absolute !important;
    top: 5%;
    left: 10%;
    z-index: 111;
    cursor: pointer;
    white-space: pre-wrap;
    max-height: 400px;
    max-width: 300px;
    overflow: hidden;
}

.frame-bg-color.square-color {
    top: 49% !important;
    transform: translate(-50%, -50%);
}

.art-frame-main {
    display: grid;
    grid-template-columns: 70% 30%;
    background: #fff;
}

.frame-image-options .current-bg-img img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    cursor: pointer;
}

.current-bg-img.c_bg img {
    width: 80px;
}

.share_page_main .print-screen-left {
    display: flex;
    align-items: center;
    justify-content: center;
}

.frame-image-options .current-bg-img p {
    font-size: 12px;
    margin-bottom: 10px;
}

.frame-image-options {
    padding: 15px;
}

.frame-image-options .choose-images img {
    width: 70px !important;
    height: 70px;
    cursor: pointer;
}

.frame-image-options .choose-recent-color span.small-colorbox {
    width: 14%;
    height: 25px;
    display: inline-block;
    cursor: pointer;
}

.choose-recent-color {
    display: flex;
    gap: 6px;
}

.frame-image-options span.color-2.plus {
    background: transparent !important;
    text-align: center;
    vertical-align: baseline;
    height: auto;
    display: flex;
    border: 1px solid #000;
    justify-content: center;
    align-items: center;
}

.choose-recent-color.all-color-option {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.current-bg-img .library-images {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    gap: 5px;
}

.current-bg-img .library-images span.single-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.current-bg-img .library-images span.single-image.plus {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    background: #f4f4ce;
    border: 1px solid #000;
    height: 80px;
    width: 100%;
    margin: 0 auto;
}

/* color pallete css start */
.colorBox {
    display: inline-block;
    vertical-align: middle;
    margin: 2px;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-sizing: border-box;
}

.m50 {
    margin: 50px;
}

.sp-hidden {
    display: block !important;
}

/* color pallete css end */

.landscape-frame {
    position: relative;
}

.landscape-frame .frame-image-inner-new {
    position: relative;
    width: 100%;
    height: 415px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
}

.black_border_image {
    border: 20px solid red;
    width: 408px !important;
    border-image: url(https://holyimpressions.com/wp-content/plugins/custom-art/public/images/oie_jFypJQZ9xbpf.png) 30 round;
    height: 580px !important;
    margin-top: -18px !important;
}

.white_image_border {
    border: 20px solid red;
    width: 409px !important;
    border-image:  url(https://holyimpressions.com/wp-content/plugins/custom-art/public/images/oie_Ul4CjFdNK1YC.png) 30 round;
    height: 580px !important;
    margin-top: -18px !important;
}

.gray_border_image {

    border: 20px solid red;
    width: 409px !important;
    border-image:  url(https://holyimpressions.com/wp-content/plugins/custom-art/public/images/oie_yjrmIkzWAe6V.png) 30 round;
    height: 580px !important;
    margin-top: -18px !important;
}

.landscape-frame .frame-border-image {
    width: 450px;
}

.landscape-frame .frame-image-inner-new {
    width: 450px;
}

.landscape-frame .frame-border-image {
    width: 450px;
}

.landscape-frame .frame-bg-color {
    width: 400px;
    height: 270px;
}

/* add photo modal css start */
.upload_new_photo .modal-dialog {
    max-width: 800px;
}

.upload_new_photo .modal-header {
    position: relative;
    display: block;
}

.upload_new_photo button.btn-close {
    position: absolute;
    right: 3%;
    top: 25%;
    font-size: 12px;
    color: #000;
    opacity: 1;
}

.upload_new_photo .modal-body {
    padding: 0;
    height: 300px;
}

.upload_new_photo .modal-body .modal-content {
    background-color: #eeeeee;
}

.frame-image-options .upload_new_photo .current-bg-img img {
    width: 100%;
    height: 140px;
}

.frame-image-options .upload_new_photo .current-bg-img .library-images {
    gap: 0px;
    grid-template-columns: 2fr 2fr 2fr 2fr 2fr 2fr;
    align-items: center;
}

.frame-image-options .upload_new_photo .current-bg-img .library-images span.single-image.plus {
    background-color: #fff;
    border: none;
    display: inline-block;
    padding: 38px 20px;
}

.upload_new_photo .choose_text {
    background: #d5e3fd;
}

.upload_new_photo .choose_text h4,
.upload_new_photo .modal-header h1 {
    margin-bottom: 0;
    font-size: 12px;
    padding: 10px;
    text-align: center;
}

.frame-image-options .upload_new_photo .current-bg-img img.active {
    border: 2px solid #000;
}

.frame-image-options .upload_new_photo .current-bg-img .library-images span.single-image.plus span {
    width: 34px;
    margin: 0 auto;
    display: inline-table;
    border: 2px solid #333;
    border-radius: 100px;
    height: 1px;
    font-size: 20px;
}

.btn-close:focus {
    box-shadow: none;
}

.btn:first-child:active {
    border-color: transparent;
}

.frame-image-options .choose_library_photo .current-bg-img .library-images {
    grid-template-columns: 2fr 2fr 2fr 2fr 2fr;
    gap: 20px;
}

.frame-image-options .choose_library_photo .current-bg-img {
    padding: 30px;
}

.choose_library_photo .modal-body {
    height: auto;
}

.choose_library_photo .current-bg-img .library-images span.single-image {
    display: block;
    position: relative;
}

.choose_library_photo .current-bg-img .library-images span.single-image p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.upload_new_photo .choose_text form.search_box input.form-control {
    width: 400px;
    margin: 0 auto;
}

.choose_library_photo .choose_text {
    padding: 10px;
}

.choose_library_photo .modal-header .download-card-with-watermark {
    position: absolute;
    top: 10px;
}

.upload_new_photo .choose_text form.search_box .input_field {
    width: 400px;
    margin: 0 auto;
    position: relative;
}

.upload_new_photo .choose_text form.search_box svg {
    position: absolute;
    top: 50%;
    right: 11px;
    width: 12px;
    transform: translate(0px, -50%);
}

.upload_new_photo .choose_text form.search_box input.form-control {
    border: 1px solid #333;
    padding: 5px 10px;
    border-radius: 20px;
    background: transparent;
    font-size: 12px;
    color: #000;
}

.upload_new_photo .choose_text form.search_box input::placeholder {
    font-size: 12px;
    color: #000;
}

/* add photo modal css end */

/* print page css start here */
.art-frame-main {
    grid-template-columns: 65% 35%;
}

.print-screen-main {
    width: 100%;
    grid-template-columns: 65% 35%;
    position: relative;
}

.frame-image-outter.empty-frame-outter {
    background: transparent;
}

.frame-image-inner.empty-frame-inner {
    background: #f2f2f2;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.print-screen-left .overlayText-design p {
    color: black;
}

.print-screen-left div.overlayText-design {
    top: 30%;
    left: 23%;
    white-space: pre-wrap;
}

.frame-image-inner.empty-frame-inner .inner-text p {
    font-size: 70px;
    font-family: 'mottona demo';
    line-height: 60px;
}

.art-frame-main .print-screen-left {
    background-color: #fff;
    display: flex;
    justify-content: center;
    padding: 0;
}

.art-frame-main .print-screen-right {
    text-align: center;
    background: #f2f2f2;
    padding: 60px 30px 60px 30px;
    position: relative;
}

.print-heading h5 {
    font-size: 24px;
    text-transform: inherit;
    font-family: 'Baskerville Old Face';
    font-weight: 600;
    color: #000;
}

.sign-in-form-heading h5 {
    margin-top: 25px;
    font-size: 18px;
}

.print-screen-right .reset_btn button.btn {
    font-family: 'Baskerville Old Face';
}

p.login-remember {
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    color: #000;
}

.print-heading p {
    font-size: 12px;
    border-bottom: 1px solid #979797;
    padding-bottom: 5px !important;
    margin-right: 30px;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    color: #000;
    font-size: 14px;
}

#loginform .login-username,
#loginform .login-password {
    display: grid;
}

#loginform .login-username label,
#loginform .login-password label {
    text-align: start;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    color: #000;
}

#loginform .login-username input,
#loginform .login-password input {
    background-color: transparent;
}

p.register-text {
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    color: #000;
    margin-top: 1em;
}

.login-submit input#wp-submit {
    background: #2a455b !important;
    color: #fff;
    width: 100%;
    border: none;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    padding: 5px;
}

.print-options .purchase-options h6 {
    text-align: left;
    color: #000;
    text-transform: inherit;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    font-family: 'Baskerville Old Face';
    font-weight: 600;
    font-size: 18px;
}

.all-purchase-options {
    display: flex;
    gap: 15px;
    border-bottom: 1px solid #979797;
    padding-bottom: 25px;
    margin-right: 15px;
}

.option-item {
    border: 1px solid #979797;
    border-radius: 2px;
    padding: 10px;
    cursor: pointer;
}

.option-item.selectedPrint {
    background: #578fbd !important;
}

.option-item.selectedPrint p {
    color: #fff !important;
}

.option-item.selectedPrint img.purchase-icon {
    filter: invert(1);
}

.option-item p {
    font-size: 12px;
    margin-bottom: 0;
    padding-top: 10px;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    color: #000 !important;
    line-height: 16px;
}

.print-size {
    padding: 15px 0 0px;
    padding-right: 15px;
    display: grid;
}

.print-size span {
    font-weight: 600;
    text-align: left;
    font-size: 14px;
    color: #333;
    padding-top: 10px;
    text-align: start;
    margin-bottom: 15px;
}

.print-size .dropdown-menu {
    padding: 15px 15px;
}

.size-boxes {
    display: grid;
    grid-template-columns: 20% 20% 25%;
    gap: 20px;
    justify-content: center;
    border: none;
}

.print-size-main .size-boxes button.nav-link {
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
}

.print-size-main .size-boxes button .nav-link.active {
    border: none;
    padding: 0;
}

.select-radio-buttons {
    max-width: 320px;
    margin: 0 auto;
}

.size-boxes p {
    margin-bottom: 0;
    font-size: 12px;
    text-align: center;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translate(-50%, 0px);
}

.size-boxes .box {
    border: 1px solid #b6b4b4;
    padding: 10px;
    margin-bottom: 0px;
    display: block;
    width: 78px;
    position: relative;
    cursor: pointer;
    height: 78px;
    text-align: center;
}

.print-size-main .size-boxes button.nav-link:hover {
    color: #000;
}

.select-radio-buttons .single-radio {
    display: flex;
    justify-content: space-between;
}

.select-radio-buttons label.form-check-label {
    font-size: 14px;
}

.select-radio-buttons .single-price p {
    font-size: 14px;
}

.single-radio-inner {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 13px;
}

.single-radio-inner input.radio_btns {
    width: 13px;
}

.size-boxes .box.selectedBox {
    background-color: #000;
    text-align: center;
    cursor: pointer;
}

.size-boxes .box.selectedBox span {
    background: #fff;
}

.size-boxes .box.portrait p {
    color: #000;
}

.size-boxes .box.selectedBox span {
    background: #fff !important;
}

.size-boxes .box.selectedBox p {
    color: #fff;
}

.size-boxes .box.portrait span {
    height: 40px;
    width: 30px;
    display: inline-block;
    background: #000;
}

.size-boxes .box.landscape span {
    height: 30px;
    width: 40px;
    background: #000;
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.size-boxes .box.square span {
    height: 30px;
    width: 30px;
    background: #000;
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.print-size-main {
    position: relative;
}

.print-size-main .print_box {
    display: none;
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 111;
}

.print-size-main .printSizeboxinner {
    border: 1px solid #c7c7c7;
    border-radius: 5px;
    padding: 10px;
}

.print-size-main .select_heading h6 {
    font-size: 14px;
    text-transform: capitalize;
    text-align: start;
}

.print-size-main .size_btn {
    background: transparent;
    color: #333;
    font-size: 12px;
    text-align: start;
    position: relative;
    width: 100%;
    border: 1px solid #6c757d;
    border-radius: 5px;
    padding: 6px 12px;
}

.print-size button {
    background: transparent;
    color: #333;
    font-size: 12px;
    text-align: start;
    position: relative;
}

.print-size .dropdown-toggle::after {
    right: 10px;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
}

.frame-style h3 {
    text-align: left;
    color: #000;
    text-transform: inherit;
    font-family: 'Baskerville Old Face';
    font-weight: 600;
    font-size: 18px;
}

.frame-style {
    padding: 15px 0;
}

.frame-style p {
    text-align: start;
    margin-bottom: 0;
    font-size: 12px;
    padding-top: 10px;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    color: #000 !important;
    line-height: 16px;
}


.frame-style-box .box {
    margin-right: 10px;
    cursor: pointer;
}

.frame-style-box .box img {
    width: 40px;
    height: 40px;
    padding: 3px;
}

.frame-style-box .box img.activeFrame {
    border: 2px solid #000;
}

.frame-style-box {
    display: flex;
    margin-top: 10px;
    align-items: center;
}

.add_to_cart_outter {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-right: 15px;
}

.add_to_cart_btn {
    padding-right: 15px;
}

.add_to_cart_outter .qualtity {
    display: flex;
    align-items: center;
    gap: 20px;
}

.form-select:focus {
    border-color: #333;
    outline: 0;
    box-shadow: none;
}

.buy_now_btn,
.edit_download_outter {
    margin-top: 15px;
}

.center-scroll .print-options {
    height: 360px;
    overflow-y: scroll;
    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For IE and Edge */
}

/* Style for Webkit (Chrome, Safari, newer versions of Edge) */
.center-scroll .print-options::-webkit-scrollbar {
    width: 15px;
    /* Set the width of the scrollbar */
    height: 2px;
}

.center-scroll .print-options::-webkit-scrollbar-thumb {
    background: #979797;
    /* Color of the thumb */
    border-radius: 0px;
    /* Rounded corners */
}

.center-scroll .print-options::-webkit-scrollbar-track {
    background: transparent;
    /* Color of the track */
    border-radius: 0px;
}

.edit_download_outter {
    padding-right: 30px;
}

.print-size .dropdown-menu h6 {
    font-size: 14px;
    text-transform: capitalize;
}

/* print page css end here */

/* share page css start here */
.share_page_main .print-heading p {
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    color: #000;
    font-size: 14px;
}

body.chrome footer {
    display: none;
}

.edit-design button {
    background: #578fbd !important;
}

.share_text {
    position: relative;
    margin-top: 15px;
}

.share_text:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #b9b5b5;
    top: 50%;
    left: 0;
}

.share_text p {
    z-index: 1005;
    position: relative;
    background: #f6f4f4;
    max-width: 85px;
    margin: 0 auto;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    color: #000;
}

/* share page css end here */

/*  new css */
.frame-image-inner-new {
    position: relative;
    width: 350px;
    height: 459px;
    margin: 0 auto;
}

.frame-border-image {
    width: 100%;
    height: 415px;
    margin: 0 auto;
}

.frame-bg-color {
    width: 100%;
    height: 458px;
    position: absolute;
    top: 0;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, 0%);
}

.frame-image-inner-new .frame-bg-color img {
    width: 100%;
    height: 100%;
}

.social_icons_outter {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    justify-content: center;
}

.social_icons_outter .social_icons_inner svg {
    width: 50px;
    height: 50px;
}

.social_icons_outter .social_icons_inner {
    cursor: pointer;
}

.share_edit_btns {
    max-width: 500px;
    margin-left: auto;
    padding: 20px;
}

.add_new_color .sp-container {
    width: 100%;
    margin: 0 auto;
    padding: 0px 20px;
    background-color: transparent;
    border: none;
    display: flex;
    justify-content: center;
}

.add_new_color .sp-clear-enabled .sp-hue {
    width: 8px;
    border-radius: 12px;
    top: 0;
    height: 138px;
}

.add_new_color .sp-clear.sp-clear-display {
    display: none;
}

.add_new_color .sp-container .sp-picker-container,
.add_new_color .sp-container .sp-palette-container {
    border: none;
}

.add_new_color .example {
    text-align: center;
    margin-top: 10px;
}

.add_new_color button.sbmt_btn {
    background: #000;
    border: none;
    color: #fff;
    padding: 7px 10px;
    border-radius: 0;
    font-size: 12px;
    text-align: center;
    margin: 0 auto;
    display: flex;
}

.add_new_color .modal-body {
    height: 350px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.add_new_color .cusom-color-body {
    width: 100%;
}

.art-frame-main+hr {
    display: none;
}

#footer {
    display: none;
}


@media(min-width: 1600px) {
    .center-scroll .print-options {
        height: 500px !important;
    }
}

@media(min-width: 1400px) {
    .center-scroll .print-options {
        height: 450px;
    }
}

@media(max-width: 1217px) {
    .editor_header-inner {
        gap: 12px;
    }
}

@media(max-width: 1199px) {
    .print-screen-right .reset_btn button.btn {
        padding: 5px 5px !important;
        width: 50% !important;
    }

    .print-screen-main .edit_download_outter {
        display: grid;
        justify-content: center;
        width: 100%;
    }

    .print-screen-main .edit_download_outter .add_to_cart_btn {
        width: 100% !important;
    }

    .editor_header-inner {
        gap: 5px;
    }

    .editor-list-styles {
        gap: 5px;
    }

    .editor_style_symbols {
        padding-right: 5px;
    }

    .editor_header {
        padding: 5px;
    }

    .editor-list-styles svg {
        width: 16px;
    }

    .art_frame_editor .editor_font_family select.form-select {
        width: 90px;
    }

    .frame-image-inner-new .frame-bg-color img,
    .frame-image-inner-new {
        max-width: 290px;
    }

    .frame-bg-color {
        max-width: 400px;
        height: 350px;
    }

    .frame-image-inner-new .frame-bg-color img {
        max-width: 100%;
    }

    .art-frame-main .frame-image img,
    .frame-image-inner-new {
        height: 100%;
    }

    .frame-bg-color {
        top: 0;
    }
}

@media(max-width: 1024px) {}

@media(max-width: 992px) {
    .frame-bg-color {
        /* max-width: 220px; */
        width: 100% !important;
        max-width: 400px;
        height: 280px;
    }

    .editor_header-inner {
        display: grid;
        grid-template-columns: 17% 13% 21% 4% 20% 19%;
    }

    .download-card-with-watermark {
        grid-column: span 3;
        margin-top: 5px;
    }

    .editor_header-inner .editor_color {
        justify-content: center;
    }

    .editor_header-inner .undo_redo_btn {
        justify-content: center;
    }

    .editor_header-inner .editor_font_family {
        margin: 0 auto;
    }

    .editor_style_symbols {
        justify-content: center;
    }

    .editor-list-styles {
        gap: 10px;
    }

    .art_frame_editor .editor_font_family select.form-select {
        width: 100%;
    }

    .frame-image-inner-new .frame-bg-color img,
    .frame-image-inner-new {
        max-width: 100%;
    }

    .frame-image-inner-new {
        max-width: 400px;
    }

    /* .frame-bg-color {
        max-width: 400px;
        height: 280px;
    } */
    .add_to_cart_outter {
        display: grid;
    }

    .add_to_cart_outter .qualtity {
        width: 100% !important;
    }

    .add_to_cart_outter .add_to_cart_btn {
        width: 100% !important;
    }

    .all-purchase-options {
        grid-template-columns: 100%;
    }

    .social_icons_outter .social_icons_inner svg {
        width: 25px;
        height: 25px;
    }

    .center-scroll {
        height: auto;
        overflow-y: auto;
    }

    .download-card-with-watermark {
        margin-bottom: 0 !important;
    }

    .add_to_cart_btn {
        padding-right: 0;
    }

    .add_to_cart_outter {
        padding-right: 0;
    }

    .art-frame-main .print-screen-right {
        padding: 30px;
    }

    .print-heading p,
    .all-purchase-options {
        margin-right: 0;
    }
}

@media(max-width: 767px) {
    .center-scroll .print-options {
        height: auto;
    }

    .custom-action-btn-desk {
        display: none;
    }

    .custom-action-btn-mobile {
        display: block;
    }

    .overlayText-design {
        font-size: 30px;
        line-height: 20px;
        white-space: pre-wrap;
    }

    .art-frame-main .print-screen-right {
        padding: 30px;
    }

    .art-frame-main {
        grid-template-columns: auto;
    }

    .custom-art-main .row.mt-4 {
        flex-direction: column-reverse;
    }

    .art-frame-main .print-screen-left {
        margin: 15px 0px;
    }
}

@media(max-width: 576px) {
    .print-screen-main {
        position: inherit;
    }

    .art-frame-main .print-screen-right {
        height: auto;
    }

    .editor_header-inner {
        grid-template-columns: 2fr 2fr 2fr;
        column-gap: 5px;
        row-gap: 20px;
    }

    .editor_font_color {
        margin: 0 auto;
    }

    .editor_style_symbols {
        gap: 10px;
        grid-column-end: 4;
        grid-column-start: 2;
    }

    .editor-list-styles {
        justify-content: center;
    }

    .art-frame-main {
        grid-template-columns: 100%;
    }

    .download-card-with-watermark {
        margin: 0px auto 10px;
    }

    .editor_header {
        padding-top: 10px;
    }

    .download-card-with-watermark {
        grid-column: span 2;
    }

}

@media(max-width: 450px) {

    /* .frame-bg-color{
        max-width: 260px;
    }
    .frame-image-inner-new{
        max-width: 260px;
    } */
    .art-frame-main .frame-image {
        padding: 0px;
    }

    .art-frame-main .frame-image#mainFrame {
        padding: 20px;
    }
}

@media(max-width: 420px) {
    .frame-bg-color {
        max-width: 300px;
    }

    .frame-image-inner-new {
        max-width: 300px;
    }

    .overlayText-design {
        top: 0 !important;
        left: 0 !important;
    }
}

@media(max-width: 320px) {
    .frame-bg-color {
        max-width: 250px;
    }

    .frame-image-inner-new {
        max-width: 250px;
    }
}

.selected-background {
    border: 2px solid rgb(0, 0, 0);
}

.hideTable table.shop_table.woosl_table.woosl-products.shop_table_responsive {
    display: none;
}

.download-card-with-watermark button:nth-child(2) {
    display: none;
}

.WrapColorpopup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 999999 !important;
}

.WrapColorpopup-content {
    text-align: center;
}

.colourwrapoption_input {
    background: transparent;
    color: #333;
    font-size: 12px;
    text-align: start;
    position: relative;
    width: 100%;
    border: 1px solid #6c757d;
    border-radius: 5px;
    padding: 6px 12px;
}




.ppom-input-puchase_option label {
    font-family: 'Baskerville Old Face';
    font-weight: 600;
    font-size: 18px;
    color: #000;
}

.ppom-input-canvassize label {
    font-family: 'Baskerville Old Face';
    font-weight: 600;
    font-size: 18px;
    color: #000;
}

.ppom-input-frame_style label {
    font-family: 'Baskerville Old Face';
    font-weight: 600;
    font-size: 18px;
    color: #000;
}

.ppom-input-framesize label {
    font-family: 'Baskerville Old Face';
    font-weight: 600;
    font-size: 18px;
    color: #000;
}

.custom-dropdownframesize .dropdown-container button {
    width: 100%;
    text-align: left;
    height: 40px;
    border-radius: 10px;
    border: 1px solid #ccc;
    background: transparent;
}

.custom-dropdowncanvassize .dropdown-container button {
    width: 100%;
    text-align: left;
    height: 40px;
    border-radius: 10px;
    border: 1px solid #ccc;
    background: transparent;
}

.all-purchase-options label input:checked+.option-item {
    background: #5094DE;
    border: 1px solid #5094DE;

}

.all-purchase-options .option-item {
    text-align: center;
    height: 105px;
    width: 130px;
}

.all-purchase-options label input:checked+.option-item p {
    color: #fff !important;
}

.all-purchase-options label input {
    display: none;
}

.ppom-input-card_mat_colour label {
    font-family: 'Baskerville Old Face';
    font-weight: 600;
    font-size: 18px;
    color: #000;
}

.all-purchase-options .form-check {
    padding-left: 0 !important;
}

.all-purchase-options .style-box-1 {
    display: inline-block;
    border: 1px solid transparent;
}

.all-purchase-options label input:checked+.style-box-1 {
    border: 1px solid #5094DE;

}

.woocommerce-product-gallery--columns-4 ol {
    display: flex;
    gap: 10px;
}

.ppom-wrapper .nav {
    display: block;
}

.dropdown-menuframesize nav .size-boxes {
    display: grid;
    padding: 10px 0px;
    justify-content: flex-start;
}

.dropdown-menucanvassize nav .size-boxes {
    display: grid;
    padding: 10px 0px;
    justify-content: flex-start;
}

.dropdown-menucanvassize nav .size-boxes button {
    height: auto;
    border: 1px solid transparent !important;
    padding: 7px !important;
    width: min-content;
}

.dropdown-menucanvassize nav .size-boxes button {
    height: auto;
    border: 1px solid transparent !important;
    padding: 7px !important;
    width: min-content;
}

.dropdown-menucanvassize nav .size-boxes button:hover {
    border: 1px solid #ccc !important;
}

.dropdown-menucanvassize nav .size-boxes button.nav-link active {
    border: 1px solid blue !important;
}

.dropdown-menuframesize nav .size-boxes button {
    height: auto;
    border: 1px solid transparent !important;
    padding: 7px !important;
    width: min-content;
}

.dropdown-menuframesize nav .size-boxes button:hover {
    border: 1px solid #ccc !important;
}

.dropdown-menuframesize nav .size-boxes button.nav-link active {
    border: 1px solid blue !important;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: 1px solid transparent;
}

.outer_diff_size {
    padding: 10px;
    border-radius: 7px;
    margin-top: 6px;
    box-shadow: 0px 0px 7px 2px #cccccc45;
    background-color: #fff;
}

.single-radio-innerframesize {
    gap: 7px;
}

.single-radio-innercanvassize {
    gap: 7px;
}

.single-product .et_pb_wc_add_to_cart form.cart {
    padding: 15px;
    background: #f2f2f2;
}

button.single_add_to_cart_button.button.alt {
    background-color: #578fbd !important;
}

.product_meta {
    padding-bottom: 10px;
}

.vertical-tabs .tabbed-products .tab-content ul.product-list li a img {
    height: 217px !important;

}

.white_color_fr {
    outline: 10px solid #ffffff;    
}

.black_color_fr {
    outline: 10px solid #000000;
}
.black_color_fr_border, .white_color_fr_border{
    width: 427px !important;
    height: 601px !important;
    margin-top: -29px !important;
}
.landscape-image .black_border_image, .landscape-image .white_image_border, .landscape-image .gray_border_image{
    width: 565px!important;
    height: 413px!important;
}
.landscape-image .black_color_fr_border, .landscape-image .white_color_fr_border{
    width: 584px !important;
    height: 432px !important;
}
.square-image .black_border_image, .square-image .white_image_border, .square-image .gray_border_image{
    width: 413px !important;
    height: 415px !important;
}
.square-image .black_color_fr_border, .square-image .white_color_fr_border{
    width: 432px !important;
    height: 438px !important;
}