﻿body {
    /*font-family: 'Questrial', sans-serif;*/
    font-family: 'Tahoma', sans-serif !important;
}

@font-face {
    /*font-family: 'Comic';
    src: url("../fonts/comic.TTF");*/
    font-family: 'Tahoma';
    src: url("../fonts/tahoma.ttf");
}

    body#block {
        margin: 0;
    }

.sm-top-wrap {
    position: relative;
    display: block;
    width: 100%;
    padding: 37px 0;
    background: #f8f8f8;
}

.sm-mid-wrap {
    position: relative;
    display: block;
    width: 100%;
    padding: 30px 0;
    background: #ffffff;
}

.sm-pre-bottom-wrap {
    position: relative;
    display: block;
    width: 100%;
    padding: 30px 0 70px;
    background: #ffffff;
}

.sm-bottom-wrap {
    position: relative;
    display: block;
    width: 100%;
    padding: 50px 0 70px;
    background: #000000;
}

.sm-inner {
    width: 100%;
    max-width: 1056px;
    margin: 0 auto;
}

#box-col-right {
    display: flex;
    align-items: center;
}

.salon-instructions {
    display: none;
}

    .salon-instructions ol {
        list-style-type: decimal;
    }

    .salon-instructions.fancybox-content {
        width: 65%;
    }

[type="submit"] {
    background-color: wheat;
    padding: .4em;
    border: none;
}

a.btn.btn-primary.preview,
.modal-button {
    color: #201e1e;
    font-size: 12px;
    font-weight: bold;
    background: transparent;
    text-transform: uppercase;
    text-decoration: none;
}

button.export-pdf.k-button.btn.btn-primary {
    width: 108px;
    padding: 5px 0;
    font-size: 11px;
    border-radius: 4px;
    color: #ffffff;
    background: #201e1e;
    text-transform: uppercase;
}

a.btn.btn-primary.preview.dl,
a.btn.btn-primary.preview.save,
a.btn.btn-primary.preview.clear,
.modal-button {
    display: inline-block;
    text-align: center;
    width: 108px;
    padding: 9px 0;
    color: #ffffff;
    background: #201e1e;
    font-size: 11px;
    font-weight: 400;
    border-radius: 4px;
    margin-left: 10px;
}

.modal-footer {
    text-align: right;
    margin-top: 60px;
}

#content .page-container > div,
#content .page-container > .template-wrap {
    position: relative;
    display: block !important;
}

#selectableModal {
    width: 100%;
}

#content {
    position: relative;
    width: 100%;
    display: block;
    margin: 15px auto 40px;
    max-width: 100%;
}

input.flyer-bg-wrap {
    position: relative;
    width: 100%;
    border: none;
    margin-bottom: 1em;
    height: 400px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.temp-title-desc-wrap {
    position: absolute;
    width: 93%;
    top: 60px;
    right: 32px;
}

textarea.flyer-title,
textarea.template-title-bck {
    position: relative;
    display: block;
    width: 100%;
    max-height: 223px;
    color: #000000;
    font-size: 58px;
    font-weight: bold;
    line-height: 54px;
    text-align: right;
    outline: none;
    resize: none;
    border: none;
    overflow: hidden;
    background: transparent;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-shadow: 0px 1px 5px rgba(0,0,0,0.5);
}

textarea.flyer-desc,
textarea.template-desc-bck,
textarea.template-stamp-bck {
    position: relative;
    display: block;
    width: 100%;
    min-height: 95px;
    max-height: 95px;
    text-align: right;
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    overflow: hidden;
    outline: none;
    border: none;
    resize: none;
    padding-right: 20px;
    background: transparent;
    text-transform: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 19px;
    text-shadow: 0px 1px 5px rgba(0,0,0,0.5);
}

textarea.flyer-address,
textarea.template-return-bck,
textarea.template-address-bck {
    position: relative;
    width: 50%;
    min-height: 50px;
    max-height: 50px;
    top: 7px;
    text-align: left;
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    overflow: hidden;
    outline: none;
    border: none;
    resize: none;
    padding-right: 20px;
    background: transparent;
    text-transform: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 16px;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
}

textarea.flyer-contact {
    position: absolute;
    width: 240px;
    bottom: 20px;
    left: 300px;
    text-align: left;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    border: none;
    resize: none;
    padding-right: 20px;
    background: transparent;
    text-transform: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.dl-logo {
    position: relative;
    max-width: 130px;
}

.temp-bottom-wrap {
    position: absolute;
    display: flex;
    width: 95%;
    bottom: 26px;
    left: 0;
    right: 0;
    margin: 0 auto;
    justify-content: space-between;
}

.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 0;
}

    .avatar-upload .avatar-edit {
        position: absolute;
        right: -13px;
        z-index: 1;
        top: -18px;
    }

.avatar-edit input {
    display: none;
}

    .avatar-edit input + label {
        display: inline-block;
        width: 25px;
        height: 25px;
        margin-bottom: 0;
        border-radius: 100%;
        background: #e9e9e9;
        border: 1px solid transparent;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
        cursor: pointer;
        font-weight: normal;
        transition: all .2s ease-in-out;
    }

        .avatar-edit input + label:hover {
            background: #f1f1f1;
            border-color: #d6d6d6;
        }

        .avatar-edit input + label:after {
            content: "\f067";
            font-family: 'FontAwesome';
            color: #ffffff;
            position: absolute;
            top: 7px;
            left: 0;
            right: 0;
            font-size: 15px;
            text-align: center;
            margin: auto;
        }

.avatar-preview {
    width: 130px;
    height: 50px;
    position: relative;
}

    .avatar-preview > div {
        width: 100%;
        height: 100%;
        border-radius: 0;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

.pdf-page {
    margin: 0 auto;
    box-sizing: border-box;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.3);
    background-color: #fff;
    color: #333;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.pdf-header {
    position: absolute;
    top: .5in;
    height: .6in;
    left: .5in;
    right: .5in;
    border-bottom: 1px solid #e5e5e5;
}

.invoice-number {
    padding-top: .17in;
    float: right;
}

.pdf-footer {
    position: absolute;
    bottom: .5in;
    height: .6in;
    left: .5in;
    right: .5in;
    padding-top: 10px;
    border-top: 1px solid #e5e5e5;
    text-align: left;
    color: #787878;
    font-size: 12px;
}

.pdf-body {
    position: absolute;
    top: 3.7in;
    bottom: 1.2in;
    left: .5in;
    right: .5in;
}

/*Template Sizes*/
.size-flyer { width: 11in; height: 4.84in; }
.size-a4 { width: 8.3in; height: 11.7in; }
.size-social { width: 1080px; height: 1080px; }
.size-postcard { width: 7in; height: 5in; }

/* Postcard Size*/
.size-postcard {
    width: 7in;
    height: 5in;
}

/* Loyalty Card Size*/
.size-loyalty {
    width: 3.5in;
    height: 2in;
}

/* Menu Size*/
.size-menu {
    width: 5.28in;
    height: 8.26in;
}

/*Postcard*/
.postcard-back {
    display: none;
}
    .postcard-back.size-postcard {
        display: block;
    }

.company-logo {
    font-size: 30px;
    font-weight: bold;
    color: #3aabf0;
}

.for {
    position: absolute;
    top: 1.5in;
    left: .5in;
    width: 2.5in;
}

.from {
    position: absolute;
    top: 1.5in;
    right: .5in;
    width: 2.5in;
}

    .from p, .for p {
        color: #787878;
    }

.signature {
    padding-top: .5in;
}

.box.wide.hidden-on-narrow {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.btn.btn-primary {
    width: 150px;
    padding: 15px 0;
}

/*A4 , Executive*/
.pdf-page.size-a4 .temp-title-desc-wrap {
    top: unset;
    bottom: 25%;
}

.pdf-page.size-a4 textarea.flyer-title {
    max-height: 326px;
    font-size: 63px;
    line-height: 63px;
}

.pdf-page.size-executive textarea.flyer-title {
    max-height: 326px;
    font-size: 55px;
    line-height: 55px;
}

/*Instagram*/
.pdf-page.size-social .temp-bottom-wrap {
    display: none;
}

.pdf-page.size-social .temp-title-desc-wrap {
    top: unset;
    bottom: 8%;
    right: 32px;
}

.pdf-page.size-social textarea.flyer-title,
.pdf-page.size-social textarea.flyer-desc {
    text-align: center;
}

.bg-color-wrap {
    display: block;
    margin: 40px 0 0;
}

    h4,
    .bg-color-wrap h4,
    .bg-img-wrap h4 {
        font-family: 'Questrial', sans-serif;
        font-size: 12px;
        color: #201e1e;
        font-weight: bold;
        text-transform: uppercase;
    }

    .bg-color-wrap h5 {
        color: #4a4a4e;
        margin-top: 20px;
        font-family: 'Questrial', sans-serif;
        font-size: 12px;
        font-weight: normal;
        text-transform: uppercase;
    }

#wrap {
    width: 100%;
    margin: 20px auto;
}

input[type="text"] {
    width: 276px;
    height: 35px;
    margin: 0;
    padding: 11px 14.5px 10px 14.5px;
    border-radius: 6px;
    border: solid 1px #4a4a4e;
    background-color: #fff;
}

/*Added*/
#preset-title, #preset-description {
    width: 850px;
    height: 40px;
    margin: 0;
    padding: 11px 14.5px 10px 14.5px;
    border-radius: 6px;
    border: solid 1px #4a4a4e;
    background-color: #fff;
}
/*Added*/

legend {
    color: white;
    writing-mode: tb-rl;
}

.fields {
    margin: 0 auto;
    padding: 0;
}

    .fields:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .fields li {
        padding: 10px 0;
        width: 400px;
        display: flex;
        align-items: center;
        margin: 0 20px;
    }

        /*Added*/
        .fields li.preset-text-li {
            width: 1000px;
        }
        /*Added*/

.controls {
    width: 100%;
    margin: 20px auto 0;
}

.controls, #preview, canvas {
    border: none;
}

#colour-picker-container {
    position: relative;
    width: 100%;
    max-width: 1056px;
}

canvas {
    cursor: crosshair;
    width: 1056px;
    height: 63px;
    display: block;
    border-radius: 38px;
    border: none;
}

.fields li label {
    width: 105px;
    color: #4a4a4e;
    font-family: 'Questrial', sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.bg-img-content {
    position: relative;
    display: block;
    max-width: 1056px;
    text-align: center;
    margin-top: 20px;
    padding: 15px 0 15px;
    background: #f8f8f8;
}

    .bg-img-content input {
        position: relative;
        width: 1020px;
        height: 213px;
        font-size: 0;
        border-radius: 10px;
        border: 1px dashed #4a4a4e;
        z-index: 2;
    }

        .bg-img-content input::-webkit-file-upload-button {
            display: none;
        }

/*Start*/
/*Pre-loaded Images*/
.add-files {
    display: block;
    width: 92px;
    padding: 12px 0;
    font-family: 'Questrial', sans-serif;
    font-size: 10.4px;
    color: #ffffff;
    text-transform: uppercase;
    background: #201e1e;
    border-radius: 4px;
    text-align: center;
}

    .add-files input::-webkit-file-upload-button {
        display: none;
    }

#image-media-label {
    cursor: pointer;
}

.bg-img-content-pre-loaded {
    position: relative;
    display: block;
    max-width: 1056px;
    text-align: center;
    margin-top: 20px;
    padding: 15px 0 15px;
    background: #f8f8f8;
}

.container-images {
    position: relative;
    width: 1020px;
    height: 180px;
    font-size: 0;
    border-radius: 10px;
    border: 1px dashed #4a4a4e;
    z-index: 2;
    margin: auto;
}

.column {
    float: left;
    width: 33.33%;
}

/* Stops the float property from affecting content after the columns */
.columns:after {
    content: "";
    display: table;
    clear: both;
}

.pre-load-img-slider {
    margin: 15px 0px 15px 18px;
}

.pre-loaded-item img, .uploaded-item img{
    margin: 0 auto;
    width: auto !important;
    height: 149px;
}

.pre-loaded-item a {
    display: block;
    overflow: hidden;
    margin: 0 0 0 10px;
}

.uploaded-item a {
    display: block;
    overflow: hidden;
    margin: 0 0 0 10px;
}

/* Slick Arrows */
.pre-load-img-slider .slick-prev {
    background: url("https://cdn11.bigcommerce.com/s-6aiezbs669/product_images/uploaded_images/save-arrow-prev.png") no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
    font-size: 0;
    border: none;
    position: absolute;
    top: 60px;
    left: -30px;
    cursor: pointer;
    z-index: 9;
    opacity: 1;
}

    .pre-load-img-slider .slick-prev:hover {
        opacity: 0.8;
    }

.pre-load-img-slider .slick-next {
    background: url("https://cdn11.bigcommerce.com/s-6aiezbs669/product_images/uploaded_images/save-arrow-nxt.png") no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
    font-size: 0;
    border: none;
    position: absolute;
    top: 60px;
    right: -12px;
    cursor: pointer;
    z-index: 9;
    opacity: 1;
}

    .pre-load-img-slider .slick-next:hover {
        opacity: 0.8;
    }

/* Slick Dots */
.pre-load-img-slider .slick-dots {
    position: absolute;
    bottom: -16px;
    left: 0;
    right: 0;
    display: block;
    width: auto;
    padding: 0;
    list-style: none;
    text-align: center;
    z-index: 2;
}

    .pre-load-img-slider .slick-dots li {
        position: relative;
        display: inline-block;
        width: 13px;
        height: 13px;
        margin: 0 9px;
        padding: 0;
        cursor: pointer;
    }

        .pre-load-img-slider .slick-dots li button {
            background: transparent;
            width: 13px;
            height: 13px;
            border: none;
            font-size: 0;
            line-height: 0;
            display: inline-block;
            cursor: pointer;
            outline: none;
            position: relative;
        }

            .pre-load-img-slider .slick-dots li button::before {
                font-family: slick;
                font-size: 6px;
                line-height: 20px;
                position: absolute;
                top: 0;
                left: 0;
                width: 13px;
                height: 13px;
                background: #a0a0a0;
                text-align: center;
                content: '';
                display: block;
                -webkit-font-smoothing: antialiased;
                -webkit-border-radius: 100%;
                -moz-border-radius: 100%;
                border-radius: 100%;
            }

        .pre-load-img-slider .slick-dots li.slick-active button:before {
            background: #000000;
            width: 13px;
            height: 13px;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            border-radius: 100%;
        }
/*Pre-loaded Images*/
/*End*/

/* Uploaded Image Slider */
.upload-img-slider {
    margin: 15px 0px 15px 18px;
}

/* Slick Arrows */
.upload-img-slider .slick-prev {
    background: url("https://cdn11.bigcommerce.com/s-6aiezbs669/product_images/uploaded_images/save-arrow-prev.png") no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
    font-size: 0;
    border: none;
    position: absolute;
    top: 60px;
    left: -30px;
    cursor: pointer;
    z-index: 9;
    opacity: 1;
}

    .upload-img-slider .slick-prev:hover {
        opacity: 0.8;
    }

.upload-img-slider .slick-next {
    background: url("https://cdn11.bigcommerce.com/s-6aiezbs669/product_images/uploaded_images/save-arrow-nxt.png") no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
    font-size: 0;
    border: none;
    position: absolute;
    top: 60px;
    right: -12px;
    cursor: pointer;
    z-index: 9;
    opacity: 1;
}

    .upload-img-slider .slick-next:hover {
        opacity: 0.8;
    }

/* Slick Dots */
.upload-img-slider .slick-dots {
    position: absolute;
    bottom: -16px;
    left: 0;
    right: 0;
    display: block;
    width: auto;
    padding: 0;
    list-style: none;
    text-align: center;
    z-index: 2;
}

    .upload-img-slider .slick-dots li {
        position: relative;
        display: inline-block;
        width: 13px;
        height: 13px;
        margin: 0 9px;
        padding: 0;
        cursor: pointer;
    }

        .upload-img-slider .slick-dots li button {
            background: transparent;
            width: 13px;
            height: 13px;
            border: none;
            font-size: 0;
            line-height: 0;
            display: inline-block;
            cursor: pointer;
            outline: none;
            position: relative;
        }

            .upload-img-slider .slick-dots li button::before {
                font-family: slick;
                font-size: 6px;
                line-height: 20px;
                position: absolute;
                top: 0;
                left: 0;
                width: 13px;
                height: 13px;
                background: #a0a0a0;
                text-align: center;
                content: '';
                display: block;
                -webkit-font-smoothing: antialiased;
                -webkit-border-radius: 100%;
                -moz-border-radius: 100%;
                border-radius: 100%;
            }

        .upload-img-slider .slick-dots li.slick-active button:before {
            background: #000000;
            width: 13px;
            height: 13px;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            border-radius: 100%;
        }
/*End*/


.bg-img-txt {
    position: absolute;
    height: 120px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
    font-size: 12px;
    text-transform: uppercase;
}

    .bg-img-txt > div {
        display: block;
        width: 92px;
        padding: 12px 0;
        margin: 0 auto 14px;
        font-family: 'Questrial', sans-serif;
        font-size: 10.4px;
        color: #ffffff;
        text-transform: uppercase;
        background: #201e1e;
        border-radius: 4px;
    }

#divImageMediaPreview {
    position: absolute;
    top: 32px;
    left: 0;
    right: 0;
}

/*Template Size*/
.temp-size-wrap {
    position: relative;
    z-index: 2;
}

.temp-size-line {
    position: absolute;
    bottom: 65px;
    width: 100%;
    height: 1px;
    z-index: 1;
    background: #e9e9e9;
}

.temp-size-wrap input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

/*.temp-size-wrap::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #e9e9e9;
    position: absolute;
    left: -50%;
    top: 18px;
}

.temp-size-wrap::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #e9e9e9;
    position: absolute;
    right: -50%;
    top: 18px;
}*/

.main-sm-wrapper {
    overflow: hidden;
}

/* Accordion styles */
.tabs {
    border-radius: 8px;
    overflow: hidden;
    /* box-shadow: 0 4px 4px -2px rgba(0,0,0,0.5); */
}

.tab {
    width: 100%;
    color: white;
    overflow: hidden;
}

.tab-label {
    position: relative;
    display: block;
    font-family: 'Questrial', sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 1em;
    color: #201e1e;
    background: transparent;
    font-weight: bold;
    cursor: none;
    text-transform: uppercase;
}

    .tab-label span {
        background: #f8f8f8;
        padding: 0 0;
    }
    /* Icon */
    .tab-label:hover {
        background: darken(#2c3e50, 10%);
    }

    .tab-label::after {
        content: "\276F";
        position: absolute;
        display: none;
        top: 7px;
        left: 125px;
        font-size: 8px;
        width: 22px;
        /* height: 22px; */
        text-align: center;
        transition: all .35s;
        border-radius: 100%;
        background: #ffffff;
        box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
        padding: 6px 0;
    }

.tab-content {
    max-height: 100%;
    padding: 0 1em;
    color: #2c3e50;
    background: transparent;
    transition: all .35s;
}

.tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: #2c3e50;
    cursor: pointer;
}

    .tab-close:hover {
        background: darken(#2c3e50, 10%);
    }

.temp-size-wrap input:checked + .tab-label {
    background: darken(#2c3e50, 10%);
}

    .temp-size-wrap input:checked + .tab-label::after {
        transform: rotate(90deg);
    }

.temp-size-wrap input:checked ~ .tab-content {
    max-height: 100vh;
    padding: 1em 0;
}

:root {
    --color-black: #232323;
    --color-pink: #ff6393;
    --color-dark-pink: #df4775;
    --color-purple: #342a47;
    --color-blue: deepskyblue;
    --color-gray: #525252;
    --color-green: #bbe187;
    --transition-fast: 0.1s;
}

.InputGroup {
    position: relative;
    display: flex;
    justify-content: space-between;
}

    /**
            * 1. Hides the input from view
            * 2. Ensures the element does not consume any space
            */

    .InputGroup input[type="radio"] {
        visibility: hidden; /* 1 */
        height: 0; /* 2 */
        width: 0; /* 2 */
    }

    .InputGroup label {
        display: flex;
        flex: auto;
        vertical-align: middle;
        align-items: center;
        justify-content: center;
        text-align: center;
        cursor: pointer;
        font-family: 'Questrial', sans-serif;
        font-size: 20px;
        font-weight: 500;
        text-transform: uppercase;
        width: 231px;
        max-width: 231px;
        height: 135px;
        margin: 0;
        padding: 0;
        opacity: 0.5;
        color: #201e1e;
        border-radius: 5px;
        border: solid 1px #e9e9e9;
        background-color: #fff;
        transition: color --transition-fast ease-out, background-color --transition-fast ease-in;
        user-select: none;
        margin-right: 8px;
    }

        .InputGroup label:last-of-type {
            margin-right: 0;
        }

    .InputGroup input[type="radio"]:checked + label {
        color: #242222;
        opacity: 1;
        box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.08);
        border: solid 1px #e9e9e9;
        background-color: #fff;
    }

    .InputGroup input[type="radio"]:hover:not(:checked) + label {
        color: #242222;
        opacity: 1;
        box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.08);
        border: solid 1px #e9e9e9;
        background-color: #fff;
    }

.sm-bottom-header {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.sm-bottom-header-item {
    color: #ffffff;
    text-align: left;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Questrial', sans-serif;
}

    .sm-bottom-header-item a {
        color: #ffffff;
    }

.sm-save-slider {
    position: relative;
    display: block;
    margin: 30px 0 0;
}

.sm-save-holder {
    position: relative;
    display: block;
    height: auto;
}

.sm-save-item {
    position: relative;
}

    .sm-save-item a {
        position: relative;
        display: block;
    }

        .sm-save-item a:hover {
            opacity: 0.8;
        }

    .sm-save-item img {
        margin: 0 auto;
        width: auto !important;
    }

/* Slick Arrows */
.sm-save-slider .slick-prev {
    background: url("https://cdn11.bigcommerce.com/s-6aiezbs669/product_images/uploaded_images/save-arrow-prev.png") no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
    font-size: 0;
    border: none;
    position: absolute;
    top: 60px;
    left: -22px;
    cursor: pointer;
    z-index: 9;
    opacity: 1;
}

    .sm-save-slider .slick-prev:hover {
        opacity: 0.8;
    }

.sm-save-slider .slick-next {
    background: url("https://cdn11.bigcommerce.com/s-6aiezbs669/product_images/uploaded_images/save-arrow-nxt.png") no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
    font-size: 0;
    border: none;
    position: absolute;
    top: 60px;
    right: -22px;
    cursor: pointer;
    z-index: 9;
    opacity: 1;
}

    .sm-save-slider .slick-next:hover {
        opacity: 0.8;
    }

/* Slick Dots */
.sm-save-slider .slick-dots {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    display: block;
    width: auto;
    padding: 0;
    list-style: none;
    text-align: center;
    z-index: 2;
}

    .sm-save-slider .slick-dots li {
        position: relative;
        display: inline-block;
        width: 13px;
        height: 13px;
        margin: 0 9px;
        padding: 0;
        cursor: pointer;
    }

        .sm-save-slider .slick-dots li button {
            background: transparent;
            width: 13px;
            height: 13px;
            border: none;
            font-size: 0;
            line-height: 0;
            display: inline-block;
            cursor: pointer;
            outline: none;
            position: relative;
        }

            .sm-save-slider .slick-dots li button::before {
                font-family: slick;
                font-size: 6px;
                line-height: 20px;
                position: absolute;
                top: 0;
                left: 0;
                width: 13px;
                height: 13px;
                background: #a0a0a0;
                text-align: center;
                content: '';
                display: block;
                -webkit-font-smoothing: antialiased;
                -webkit-border-radius: 100%;
                -moz-border-radius: 100%;
                border-radius: 100%;
            }

        .sm-save-slider .slick-dots li.slick-active button:before {
            background: #ffffff;
            width: 13px;
            height: 13px;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            border-radius: 100%;
        }

.preview-title,
.preview-btn-wrap {
    display: none;
}

.fancybox-content#selectableModal {
    width: 80%;
    border-radius: 5px;
}

.fancybox-content#selectableModal textarea#loyalty-stamp-back {
    padding: 12px 5px;
    font-size: 19px;
}

.fancybox-bg {
    background: rgba(0,0,0,0.5) !important;
}

.fancybox-stage .avatar-edit {
    display: none;
}

.fancybox-content .preview-title.dl.show-title,
.fancybox-content .preview-title.save.show-title {
    display: block;
}

.fancybox-content .preview-title {
    color: #4a4a4e;
    font-size: 13px;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.fancybox-content .preview-btn-wrap {
    position: relative;
    display: block;
    width: 100%;
    max-width: 165px;
    margin: 33px auto 0;
}

.preview-btn {
    display: none;
    width: 68px !important;
    height: 30px;
    margin: 0 0;
}

    .preview-btn.preview-close {
        display: none;
    }

        .preview-btn.preview-close.show-close {
            display: block;
            padding: 5px 0;
            font-size: 11px;
            border-radius: 4px;
            color: #ffffff;
            background: #201e1e;
            text-transform: uppercase;
        }

    .preview-btn.dl.show-btn,
    .preview-btn.save.show-btn {
        display: block;
    }

a.bgremove {
    color: #000;
    margin-left: 10px;
}


.loader {
    position:fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vw;
}

.loader-wrapper {
    background: #FFFFFF url("https://cdn11.bigcommerce.com/s-6aiezbs669/product_images/uploaded_images/iphone-spinner-2.gif") no-repeat;
    background-position: center;
}

/*Change Text Color*/
#picker-color {
    margin: 0;
    padding: 0px 10px;
    border: 0;
    width: 150px;
    height: 30px;
    border-right: 40px solid #f6f6f6;
    line-height: 30px;
}

.txt-color-row {
    position: relative;
    display: flex;
}

.txt-color-widget {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 30px;
}

    .txt-color-widget input {
        padding: 0;
        border: none;
        background: transparent;
        border-radius: 38px;
        height: 15px;
        width: 60px;
    }

        .txt-color-widget input[type="color"] {
            border-radius: 38px;
            height: 15px;
            width: 60px;
        }

            .txt-color-widget input[type="color"]::-webkit-color-swatch-wrapper {
                padding: 0;
                border-radius: 38px;
            }

            .txt-color-widget input[type="color"]::-webkit-color-swatch {
                border-radius: 38px;
            }


/*Modal*/
.modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0,0,0,0.5) !important;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

#message-modal-title {
    font-weight: bold;
}

.modal-content {
    background-color: #fefefe;
    margin: 1.75rem auto;
    padding: 20px;
    border-radius: 5px;
    width: 500px;
    height: 170px;
}

.close {
    color: #000000db;
    text-shadow: 0 1px 0 #fff;
    margin: -.5rem 0rem -1rem auto;
    font-size: 25px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.modal-body {
    padding-top: 15px;
}
/*Modal*/