.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img:not(.is-hidden) {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@font-face {
    font-family: "Script";
    src: url("../fonts/jacketshop.woff2") format("woff2"), url("../fonts/jacketshop.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Vintage";
    src: url("../fonts/stahls_tiffany_btm.woff2") format("woff2"), url("../fonts/stahls_tiffany_btm.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Athletic Block";
    src: url("../fonts/athletic.woff2") format("woff2"), url("../fonts/athletic.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Pro Block";
    src: url("../fonts/stahls_pro_3_inch.woff2") format("woff2"), url("../fonts/stahls_pro_3_inch.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Old English";
    src: url("../fonts/stahls_oe_1c.woff2") format("woff2"), url("../fonts/stahls_oe_1c.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Years";
    src: url("../fonts/collegiateheavyoutline_medium-webfont.woff2") format("woff2"), url("../fonts/collegiateheavyoutline_medium-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon/icomoon.eot?jb5wbg");
    src: url("../fonts/icomoon/icomoon.eot?jb5wbg#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?jb5wbg") format("truetype"), url("../fonts/icomoon/icomoon.woff?jb5wbg") format("woff"),
        url("../fonts/icomoon/icomoon.svg?jb5wbg#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-backtjacket:before {
    content: "\e900";
    color: #cbcaca;
}
.icon-frontjacket:before {
    content: "\e901";
    color: #cbcaca;
}
.icon-leftsidejacket:before {
    content: "\e902";
    color: #cbcaca;
}
.icon-rightsidejacket:before {
    content: "\e903";
    color: #cbcaca;
}
.js-wizard {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.js-wizard img {
    height: auto;
    max-width: 100%;
}
img {
    opacity: 1;
    transition: opacity 0.15s ease;
}
.jsMedia img {
    height: auto;
    max-width: 100%;
}
img[data-lazy] {
    opacity: 0;
}
p:last-of-type {
    margin-bottom: 0;
}
p.is-invalid {
    color: #1a08af;
    font-style: italic;
    margin-bottom: 0;
    margin-top: 10px;
    width: 100%;
    font-weight: bold;
    padding: 5px;
}
p.is-invalid:empty {
    display: none !important;
}
p.is-invalid::before {
    content: "*";
    font-weight: 700;
    margin-right: 4px;
}
p.is-invalid:nth-of-type(2)::before {
    content: "**";
}
p.is-invalid:nth-of-type(3)::before {
    content: "***";
}
p.is-invalid:nth-of-type(4)::before {
    content: "***";
}
.is-invalid {
    border: 1px solid red !important;
}
.js-figure {
    margin: 10px 0 0;
}
.js-figure figcaption {
    border-top: 1px solid #e4e4e4;
    margin-top: 10px;
    padding-top: 10px;
    font-style: italic;
    text-align: center;
}
@media (max-width: 680px) {
    p.is-invalid {
        margin-bottom: 10px;
    }
}
svg {
    transition: all 0.15s ease;
}
.icon svg {
    display: block;
    height: 100%;
    width: auto;
}
.icon svg {
    fill: currentColor;
}
.icon {
    display: inline-block;
}
.icon--small {
    height: 16px;
}
.icon--medium {
    height: 24px;
}
.tippy-tooltip.js-theme {
    box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
}
@media (min-width: 931px) {
    .tippy-tooltip.stack-theme {
        width: 252px;
    }
}
.js-section:first-child .js-section__content {
    display: block;
}
.js-section__content {
    display: none;
}
.is-hidden {
    display: none;
}
.js-wizard {
    box-shadow: 0 0 20px #efefef;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    /*margin: 0 auto;
    max-width: 930px;*/
    padding-bottom: 60px;
    position: relative;
    width: 100%;
}
@media (min-width: 931px) {
    .js-wizard {
        -ms-flex-flow: row;
        flex-flow: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 0;
        overflow: hidden;
    }
}
.js-wizard *,
.js-wizard *::before,
.js-wizard *::after {
    box-sizing: inherit;
}
.js-wizard.is-loading::after {
    background-color: white;
    content: "";
    display: block;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.js-wizard.is-loading::before {
    color: #1a08af;
    content: "Loading...";
    display: block;
    font-size: 16pt;
    font-weight: 700;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}
@media (max-width: 931px) {
    .js-wizard {
        margin: 0 10px;
        width: calc(100% - 20px);
    }
}
.js-progress {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-order: 2;
    order: 2;
}
@media (min-width: 931px) {
    .js-progress {
        -ms-flex-order: 1;
        order: 1;
    }
}
.js-media {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-order: 1;
    order: 1;
}
@media (min-width: 931px) {
    .js-media {
        /*-ms-flex-preferred-size: 629px;
        flex-basis: 629px;
        max-width: 629px;*/
        -ms-flex-order: 2;
        order: 2;
    }
}
@media (max-width: 680px) {
    .js-media {
        max-width: 255px;
    }
}
@media (max-width: 560px) {
    .js-media {
        max-width: 150px;
    }
}
.js-form {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-order: 3;
    order: 3;
}
@media (min-width: 931px) {
    .js-form {
        -ms-flex-preferred-size: 299px;
        flex-basis: 299px;
    }
}
.js-breakdown-list {
    font-size: 9pt;
    list-style: none;
    margin: 0;
    padding: 5px;
    width: 100%;
}
.js-breakdown-list > li {
    -ms-flex-align: baseline;
    align-items: baseline;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 6.66666667px;
}
.js-breakdown-list > li:last-child {
    margin-bottom: 0;
}
.js-breakdown-list > li strong {
    text-transform: capitalize;
}
.js-section__content .fit {
    height: 30px;
    box-shadow: none;
}
@media (max-width: 680px) {
    .js-section__content .fit {
        height: 60px;
        font-size: 24px;
    }
}
@media (max-width: 560px) {
    .js-section__content .fit {
        height: 30px;
        font-size: 12px;
    }
}
.b-row {
    margin-left: -5px;
    margin-right: -5px;
    width: calc(100% + 10px) !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.b-col-50 {
    width: 50%;
    padding: 0 5px;
}
.b-col-25 {
    width: 25%;
    padding: 0 5px;
}
.b-col-75 {
    width: 75%;
    padding: 0 5px;
}
.modal {
    background-color: white;
    display: none;
    height: 100%;
    left: 0;
    overflow-y: scroll;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.modal form {
    border: 2px solid #1a08af;
    border-radius: 4px;
    margin: 0 0 20px;
    padding: 10px;
}
@media (min-width: 931px) {
    .modal form {
        background: white url("../img/extra/sc-revert.png") no-repeat top right;
        background-size: contain;
        padding: 20px 200px 20px 20px;
        margin: 0 10px 30px;
    }
}
.modal select {
    max-width: 252px;
}
.modal .js-group {
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 931px) {
    .modal .js-group {
        padding-left: 10px;
        padding-right: 10px;
    }
}
.modal .button--close {
    position: absolute;
    right: 10px;
    top: 20px;
}
@media (min-width: 931px) {
    .modal .button--close {
        right: 20px;
        top: 20px;
    }
}
.modal__content {
    padding: 20px;
}
.modal__title {
    border-bottom: 1px solid #e4e4e4;
    font-size: 16pt;
    font-weight: 700;
    line-height: 1;
    padding: 10px 0;
    margin: 0 0 20px;
}
@media (min-width: 931px) {
    .modal__title {
        margin: 0 10px 20px;
    }
}
.result {
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    padding: 20px;
    width: 100%;
}
@media (min-width: 931px) {
    .result {
        width: auto;
    }
}
.result strong {
    color: #333030;
}
button {
    font-size: 100%;
}
button:focus {
    outline: 0 !important;
}
button:disabled {
    box-shadow: none;
    opacity: 0.25;
    pointer-events: none;
}
button.secondary {
    background-color: #333030;
    transition: all 0.15s ease;
}
button.secondary:hover {
    background-color: #333030;
}
button.fit {
    width: 100%;
}
.sch a {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
}
.sch a .icon {
    margin-right: 10px;
}
.sch a ins {
    display: block;
}
.sch a ins ~ span {
    font-weight: 700;
    text-transform: uppercase;
}
.sch a:hover {
    color: #1a08af;
}
.button--close {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: inherit;
    height: 3rem;
    padding: 0 !important;
    text-transform: uppercase;
    width: 3rem;
}
.button--close:hover {
    color: #1a08af;
}
.button--close span {
    display: none;
}
.button--close::after {
    content: "+";
    display: block;
    font-size: 4.5rem;
    font-weight: 400;
    line-height: 3rem;
    transform: rotate(-45deg);
}
.js-media {
    position: relative;
}
.js-media__type {
    padding-bottom: 30px;
}
.js-media__view {
    padding: 0;
    position: relative;
    width: 450px !important;
    max-width: 450px !important;
    left: 50%;
    transform: translateX(-50%);
}
@media (max-width: 680px) {
    .js-media__view {
        max-width: 250px !important;
        width: 250px !important;
    }
}
@media (max-width: 560px) {
    .js-media__view {
        max-width: 150px !important;
        width: 150px !important;
    }
}
.js-media__kit {
    position: relative;
    width: 100%;
    max-width: 450px;
}
@media (max-width: 680px) {
    .js-media__kit {
        max-width: 250px;
    }
}
@media (max-width: 560px) {
    .js-media__kit {
        max-width: 150px !important;
        width: 150px !important;
    }
}
.js-media__kit:not(.is-active) {
    display: none;
}
.js-media__kit:last-of-type {
    left: 0;
    position: absolute;
    top: 0;
    display: block;
    -ms-flex-pack: center;
    justify-content: center;
}
.js-media__kit [data-material]:not(.is-active) {
    display: none;
}
.js-media__kit img {
    max-width: 450px;
    mix-blend-mode: multiply;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
@media (max-width: 680px) {
    .js-media__kit img {
        max-width: 250px;
    }
}
@media (max-width: 560px) {
    .js-media__kit img {
        max-width: 150px;
    }
}
.js-media__kit img:not(.is-active) {
    left: 50%;
    position: absolute;
    top: 0;
    width: 100%;
    transform: translateX(-50%);
}
.js-media__kit img:not(.is-active)[data-body]:not(.is-active) {
    display: none;
}
@supports (-ms-ime-align: auto) {
    .js-media__kit img {
        opacity: 0.5;
    }
}
.js-media__kit--style {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 680px) {
    .js-media__kit--style {
        max-width: 250px;
    }
}
.js-svg-color {
    fill: transparent;
    opacity: 0.85;
    position: absolute;
    transition: fill 0.15s ease;
    width: 100%;
    max-width: 450px;
}
@media (max-width: 680px) {
    .js-svg-color {
        max-width: 250px;
    }
}
.js-svg-color[data-id="shouldersColor"] {
    fill: white;
}
.js-svg-color[data-fill="black"] {
    fill: #444;
}
.js-svg-color[data-fill="red"] {
    fill: #be0114;
}
.js-svg-color[data-fill="cardinal"] {
    fill: #600;
}
.js-svg-color[data-fill="gold"] {
    fill: #ebad00;
}
.js-svg-color[data-fill="old-gold"] {
    fill: #9d6d29;
}
.js-svg-color[data-fill="navy-blue"] {
    fill: #0d3456;
}
.js-svg-color[data-fill="royal-blue"] {
    fill: #2953a5;
}
.js-svg-color[data-fill="teal-blue"] {
    fill: #007e99;
}
.js-svg-color[data-fill="columbia-blue"] {
    fill: #4f90d4;
}
.js-svg-color[data-fill="tan"] {
    fill: #b19861;
}
.js-svg-color[data-fill="pink"] {
    fill: #fcadb0;
}
.js-svg-color[data-fill="purple"] {
    fill: #48189c;
}
.js-svg-color[data-fill="kelly-green"] {
    fill: #06661a;
}
.js-svg-color[data-fill="forest-green"] {
    fill: #053a01;
}
.js-svg-color[data-fill="orange"] {
    fill: #ec4503;
}
.js-svg-color[data-fill="texas-orange"] {
    fill: #c15c03;
}
.js-svg-color[data-fill="grey"] {
    fill: #89857b;
}
.js-svg-color[data-fill="maroon"] {
    fill: #6e1b3f;
}
.js-svg-color[data-fill="brown"] {
    fill: #653e2c;
}
.js-svg-color[data-fill="white"] {
    fill: white;
}
.js-box {
    -ms-flex-align: start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    padding: 10px;
    position: absolute;
    left: 0;
    top: 0;
}
@media (min-width: 931px) {
    .js-box {
        padding: 20px;
    }
}
@media (max-width: 480px) {
    .js-box > span {
        font-size: 8pt;
    }
}
.js-box strong {
    color: #1a08af;
    font-size: 16pt;
    margin-top: 4px;
}
@media (max-width: 480px) {
    .js-box strong {
        font-size: 10pt;
    }
}
.jsMedia {
    max-width: 629px;
}
@media (max-width: 931px) {
    .jsMedia {
        max-width: 450px;
    }
}
@media (max-width: 680px) {
    .jsMedia {
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 50px;
    }
}
@media (max-width: 560px) {
    .jsMedia {
        max-width: 150px;
    }
}
.slick-slide {
    outline: none;
}
.slick-dots {
    bottom: 10px;
    display: -ms-flexbox;
    display: flex;
    left: 50%;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    transform: translateX(-50%);
}
@media (min-width: 931px) {
    .slick-dots {
        bottom: 20px;
    }
}
.slick-dots button {
    background-color: #afafaf;
    border: 8px solid transparent;
    border-radius: 50%;
    box-shadow: none;
    color: transparent;
    height: 30px;
    outline: none !important;
    padding: 0;
    width: 30px;
}
.slick-dots .slick-active button {
    background-color: #1a08af;
    outline: none !important;
}
.slick-dots .slick-active button::-moz-focus-inner {
    border: 0;
}
.jsMedia.js-media__type.slick-initialized .slick-dots li button {
    width: 60px;
    height: 60px;
    background: none;
    border: 2px solid #fbe5e5;
    border-radius: 2px;
    margin: 0 5px;
    position: relative;
}
.jsMedia.js-media__type.slick-initialized .slick-dots li button:after {
    color: #cbcaca;
    font-family: "icomoon";
    font-size: 36px;
    font-weight: 100;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
}
@media (max-width: 680px) {
    .jsMedia.js-media__type.slick-initialized .slick-dots li button {
        width: 80px;
        height: 80px;
        margin: 0 5px 10px;
    }
}
@media (max-width: 560px) {
    .jsMedia.js-media__type.slick-initialized .slick-dots li button {
        width: 50px;
        height: 50px;
        margin: 0 5px 10px;
    }
}
.jsMedia.js-media__type.slick-initialized .slick-dots li:nth-child(1) button:after {
    content: "\e901";
}
.jsMedia.js-media__type.slick-initialized .slick-dots li:nth-child(2) button:after {
    content: "\e902";
}
.jsMedia.js-media__type.slick-initialized .slick-dots li:nth-child(3) button:after {
    content: "\e900";
}
.jsMedia.js-media__type.slick-initialized .slick-dots li:nth-child(4) button:after {
    content: "\e903";
}
.jsMedia.js-media__type.slick-initialized .slick-dots li.slick-active button {
    border-color: #1a08af;
}
.jsMedia.js-media__type.slick-initialized .slick-dots {
    bottom: -40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: auto;
}
.jsMedia.js-media__type.slick-initialized .slick-slide {
    padding-top: 8px;
}
.b-builder__form {
    min-height: 560px !important;
}
.b-builder__form .js-group {
    padding-top: 0;
    padding-bottom: 0;
}
.js-media__kit--fixed img.is-active {
    display: block !important;
}
.js-progress {
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.js-progress__step {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    position: relative;
    background-color: #cbcaca;
}
.js-progress__step:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(100%, -50%);
    border: 20px solid transparent;
    border-left: 11px solid #cbcaca;
    z-index: 9;
}
@media (max-width: 931px) {
    .js-progress__step:after {
        right: 1px;
    }
}
@media (max-width: 680px) {
    .js-progress__step:after {
        border: 40px solid transparent;
        border-left: 19px solid #cbcaca;
    }
}
@media (max-width: 560px) {
    .js-progress__step:after {
        border: 20px solid transparent;
        border-left: 11px solid #cbcaca;
    }
}
.js-progress__step:before {
    position: absolute;
    right: -5px;
    top: -1px;
    transform: translate(100%, 0) rotate(-29deg);
    content: "";
    width: 2px;
    height: 22.8px;
    background: #fff;
    z-index: 9;
}
@media (max-width: 680px) {
    .js-progress__step:before {
        right: -9px;
        top: -2px;
        width: 3px;
        height: 45.8px;
        transform: translate(100%, 0) rotate(-26deg);
    }
}
@media (max-width: 560px) {
    .js-progress__step:before {
        right: -5px;
        top: -1px;
        width: 2px;
        height: 22.8px;
        transform: translate(100%, 0) rotate(-29deg);
    }
}
.js-progress__step.is-disabled {
    pointer-events: none;
}
.js-progress__step.is-active {
    pointer-events: none;
    background-color: #1a08af;
}
.js-progress__step.is-active:after {
    border-left: 11px solid #1a08af;
}
@media (max-width: 680px) {
    .js-progress__step.is-active:after {
        border-left: 19px solid #1a08af;
    }
}
@media (max-width: 560px) {
    .js-progress__step.is-active:after {
        border-left: 11px solid #1a08af;
    }
}
.js-progress__step:not(:first-child) {
    padding-left: 11px;
}
.js-progress__step:last-child:after {
    display: none;
}
.js-progress__step:last-child .js-progress__link:after {
    display: none;
}
.js-progress__step:last-child .js-progress__link:before {
    display: none;
}
.js-progress__link {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    font-size: 12pt !important;
    font-weight: 700;
    line-height: 40px;
    padding: 0 20px;
    position: relative;
    transition: background-color 0.15s ease, color 0.15s ease;
    white-space: nowrap;
}
@media (max-width: 480px) {
    .js-progress__link {
        height: 40px;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 5px;
    }
    .js-progress__link .icon {
        height: 16px;
        margin-right: 0;
    }
    .js-progress--lettering .js-progress__link span:not(.icon) {
        display: block;
    }
    .js-progress__link span:not(.icon) {
        display: none;
    }
}
.js-progress__link .icon {
    margin-right: 5px;
}
@media (max-width: 680px) {
    .js-progress__link .icon {
        height: 40px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 560px) {
    .js-progress__link .icon {
        height: 16px !important;
        margin-left: auto;
        margin-right: auto;
    }
}
.js-progress__link svg {
    margin-top: -1px;
    width: 16px;
    height: 16px;
}
@media (max-width: 680px) {
    .js-progress__link svg {
        height: 40px;
        width: 40px;
    }
}
@media (max-width: 560px) {
    .js-progress__link svg {
        height: 16px !important;
        width: 16px !important;
    }
}
@media (max-width: 680px) {
    .js-progress__link span:not(.icon) {
        display: none;
    }
}
.js-progress__link {
    color: #4c4c4c !important;
}
.is-finished .js-progress__link {
    color: #4c4c4c !important;
}
.is-disabled .js-progress__link {
    color: #4c4c4c !important;
}
.is-active .js-progress__link {
    background-color: #1a08af;
    color: #fff !important;
    pointer-events: none;
}
.is-prev:not(.is-active) .js-progress__link {
    color: #fff !important;
    pointer-events: auto;
}
.is-touched .js-progress__link {
    color: #fff !important;
}
.js-progress__link:after {
    position: absolute;
    right: -5px;
    bottom: -1px;
    transform: translate(100%, 0) rotate(29deg);
    content: "";
    width: 2px;
    height: 22.8px;
    background: #fff;
    z-index: 9;
}
@media (max-width: 680px) {
    .js-progress__link:after {
        right: -9px;
        bottom: -3px;
        transform: translate(100%, 0) rotate(26deg);
        content: "";
        width: 3px;
        height: 45.8px;
    }
}
@media (max-width: 560px) {
    .js-progress__link:after {
        transform: translate(100%, 0) rotate(29deg);
        width: 2px;
        height: 22.8px;
        right: -5px;
        bottom: -1px;
    }
}
@media (max-width: 680px) {
    .js-progress__link {
        height: 80px;
    }
}
@media (max-width: 560px) {
    .js-progress__link {
        height: 40px !important;
    }
}
.js-progress__title {
    background-color: #1a08af;
    color: #fff !important;
}
.js-form__pagination {
    padding: 0 5px;
    background-color: white;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    z-index: 1;
}
.js-form__pagination > button {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 10px 5px;
    height: 30px;
    box-shadow: none;
}
@media (max-width: 680px) {
    .js-form__pagination > button {
        height: 60px;
        font-size: 24px;
    }
}
@media (max-width: 560px) {
    .js-form__pagination > button {
        height: 30px;
        font-size: 12px;
        margin: 5px 0;
    }
}
@media (max-width: 680px) {
    .js-form__pagination {
        position: absolute;
        left: 0;
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 560px) {
    .js-form__pagination {
        position: static;
        padding-left: 0;
        padding-right: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media (min-width: 931px) {
    .js-form {
        height: 100%;
        min-height: 660px;
      /*  max-height: 660px;*/
        overflow-y: scroll;
        padding: 5px;
    }
}
.js-form [type="text"],
.js-form [type="email"],
.js-form textarea {
    border: 1px solid #e4e4e4;
    height: 30px;
    padding: 5px 10px;
    width: 100%;
}
.js-form [type="text"].js-stack,
.js-form [type="email"].js-stack,
.js-form textarea.js-stack {
    margin-bottom: 10px;
}
.js-form [type="text"][data-type="letters"],
.js-form [type="email"][data-type="letters"],
.js-form textarea[data-type="letters"] {
    text-transform: uppercase;
}
@media screen and (device-aspect-ratio: 2 / 3) {
    .js-form [type="text"],
    .js-form [type="email"],
    .js-form select,
    .js-form textarea {
        font-size: 16px;
    }
}
@media screen and (device-aspect-ratio: 40 / 71) {
    .js-form [type="text"],
    .js-form [type="email"],
    .js-form select,
    .js-form textarea {
        font-size: 16px;
    }
}
@media screen and (device-aspect-ratio: 375 / 667) {
    .js-form [type="text"],
    .js-form [type="email"],
    .js-form select,
    .js-form textarea {
        font-size: 16px;
    }
}
@media screen and (device-aspect-ratio: 9 / 16) {
    .js-form [type="text"],
    .js-form [type="email"],
    .js-form select,
    .js-form textarea {
        font-size: 16px;
    }
}
@media only screen and (device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) {
    .js-form [type="text"],
    .js-form [type="email"],
    .js-form select,
    .js-form textarea {
        font-size: 16px;
    }
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .js-form [type="text"],
    .js-form [type="email"],
    .js-form select,
    .js-form textarea {
        font-size: 16px;
    }
}
@media (max-width: 560px) {
    .js-form [type="text"],
    .js-form [type="email"],
    .js-form select,
    .js-form textarea {
        font-size: 12px;
    }
}
textarea {
    font-family: inherit;
    font-size: inherit;
    min-height: 90px;
    resize: vertical;
}
.js-form select,
.modal select {
    border: 1px solid #e4e4e4;
    height: 30px;
    outline: none;
    padding: 5px 10px;
    width: 100%;
}
.js-form select.js-stack,
.modal select.js-stack {
    margin-bottom: 10px;
}
.js-form select:-moz-focusring,
.modal select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
.js-fieldset {
    border: 1px solid #e4e4e4;
    display: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.js-fieldset.is-active {
    display: block;
}
.js-label {
    border-radius: 2px;
    position: relative;
    transition: background-color 0.15s ease;
}
.js-label [type="radio"],
.js-label [type="checkbox"] {
    position: absolute;
    visibility: hidden;
}
.js-label.js-stack {
    margin-bottom: 10px;
}
.js-label.is-disabled {
    opacity: 0.5;
    pointer-events: none;
}
.js-label--image {
    width: calc(50% - 10px);
    margin: 0 5px 5px;
    padding: 10px 10px 5px;
    text-align: center;
    padding-top: 0;
}
.js-label--image img {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}
.js-label--image.is-selected {
    border: 2px solid #1a08af;
}
.js-label--image span {
    font-size: 13px;
}
@media (max-width: 680px) {
    .js-label--image span {
        font-size: 16px;
    }
}
@media (max-width: 560px) {
    .js-label--image span {
        font-size: 11px;
    }
}
@media (max-width: 560px) {
    .js-label--image {
        margin: 0 5px;
    }
}
.js-label--thumb {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
    padding: 10px;
    width: 100%;
    border: 2px solid transparent;
}
.js-label--thumb.is-selected {
    border: 2px solid #1a08af;
}
@media (max-width: 680px) {
    .js-label--thumb {
        font-size: 16px;
        line-height: 1;
    }
}
@media (max-width: 560px) {
    .js-label--thumb {
        font-size: 12px;
    }
}
.js-thumb {
    display: block;
    margin-right: 10px;
    max-width: 30px !important;
}
.js-label--radio {
    margin-right: 10px;
    padding: 0;
    margin-bottom: 10px;
}
@media (max-width: 680px) {
    .js-label--radio {
        margin-bottom: 20px;
        margin-top: 10px;
    }
}
@media (max-width: 560px) {
    .js-label--radio {
        margin-top: 5px;
        margin-bottom: 5px;
    }
}
.js-label--radio.js-label--stack {
    margin-bottom: 5px;
    padding: 5px 10px;
    width: 100%;
}
.js-label--radio.is-selected span {
    font-weight: 700;
    font-style: italic;
}
.js-label--radio [type="radio"]:checked ~ span::after {
    background-color: #1a08af;
}
.js-label--radio span {
    padding-left: 28px;
    position: relative;
    font-size: 12px;
}
.js-label--radio span::before {
    background-color: transparent;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    display: block;
    content: "";
    height: 18px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
}
@media (max-width: 680px) {
    .js-label--radio span::before {
        width: 25px;
        height: 25px;
    }
}
@media (max-width: 560px) {
    .js-label--radio span::before {
        width: 18px;
        height: 18px;
    }
}
.js-label--radio span::after {
    background-color: transparent;
    border-radius: 50%;
    content: "";
    display: block;
    height: 8px;
    left: 5px;
    position: absolute;
    top: 3px;
    transition: background-color 0.15s ease;
    width: 8px;
}
@media (max-width: 680px) {
    .js-label--radio span::after {
        width: 10px;
        height: 10px;
        left: 7.5px;
        top: 4px;
    }
}
@media (max-width: 560px) {
    .js-label--radio span::after {
        width: 8px;
        height: 8px;
        left: 5px;
        top: 50%;
        transform: translateY(-50%);
    }
}
@media (max-width: 680px) {
    .js-label--radio span {
        font-size: 16px;
        padding-left: 35px;
    }
}
@media (max-width: 560px) {
    .js-label--radio span {
        font-size: 12px;
        padding-left: 25px;
        display: block;
    }
}
.js-label--checkbox {
    padding: 0 0 10px 0;
    width: 100%;
}
.js-label--checkbox.is-selected span {
    font-weight: 700;
    font-style: italic;
}
.js-label--checkbox [type="checkbox"]:checked ~ span::before {
    border-color: #333030;
}
.js-label--checkbox [type="checkbox"]:checked ~ span::after {
    border-color: #333030;
}
.js-label--checkbox span {
    display: block;
    padding-left: 29px;
    position: relative;
}
.js-label--checkbox span::before {
    background-color: transparent;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    display: block;
    content: "";
    height: 18px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 18px;
    transform: translateY(-50%);
}
.js-label--checkbox span::after {
    background-color: transparent;
    border-bottom: 2px solid transparent;
    border-left: 2px solid transparent;
    content: "";
    display: block;
    height: 5px;
    left: 5px;
    position: absolute;
    top: 5px;
    transform: rotate(-45deg);
    transition: border-color 0.15s ease;
    width: 8px;
}
@media (max-width: 560px) {
    .js-label--checkbox span::after {
        top: 3px;
    }
}
@media (max-width: 680px) {
    .js-label--checkbox span {
        font-size: 16px;
    }
}
@media (max-width: 560px) {
    .js-label--checkbox span {
        font-size: 10px;
    }
}
label {
    cursor: pointer;
}
.js-label--patch {
    width: 25%;
    padding: 5px;
    border: 2px solid transparent;
}
.js-label--patch:active img {
    cursor: pointer;
    transform: scale(0.95);
}
.js-label--patch.is-selected {
    border: 2px solid #1a08af;
}
.js-form__nav {
    display: -ms-flexbox;
    display: flex;
    margin: 0 10px;
    overflow-x: hidden;
    overflow-y: visible;
    padding: 10px 0 30px;
    transition: all 0.15s ease;
}
@media (min-width: 931px) {
    .js-form__nav {
        margin: 0;
    }
}
.js-form__nav button {
    width: 100%;
}
.js-form__nav button:first-of-type {
    margin-left: -100%;
}
.js-form__nav.is-touched button {
    width: 100%;
}
.js-form__nav.is-touched button:first-of-type {
    margin-left: 0;
    margin-right: 5px;
}
.js-form__nav.is-touched button:last-of-type {
    margin-left: 5px;
}
.js-form__nav.is-final {
    padding: 10px 0;
}
.js-form__nav.is-final button:first-of-type {
    margin-left: 0;
    margin-right: 0;
}
.js-form__nav.is-final button:last-of-type {
    margin-left: 0;
    margin-right: -100%;
}
.js-main-actions {
    opacity: 0;
    transition: opacity 0.15s ease;
}
.js-main-actions.is-active {
    opacity: 1;
}
[name="ls_letters--fr"],
[name="ls_letters--sr"],
[name="rs_letters--fr"],
[name="rs_letters--sr"] {
    text-transform: uppercase;
}
.js-stack ~ div,
.js-group__title ~ div {
    margin-bottom: 10px;
    width: 100%;
}
.js-stack ~ div select,
.js-group__title ~ div select {
    width: 100%;
}
.b-builder__form {
    overflow-y: auto;
}
.b-builder__form .js-fieldset {
    border: none;
}
.b-builder__priceBox {
    left: 0;
    -ms-flex-align: start;
    align-items: flex-start;
}
@media (max-width: 680px) {
    .b-builder__priceBox {
        left: 50%;
        width: 100%;
        transform: translateX(-50%);
        top: 5px;
    }
    .b-builder__priceBox > span {
        font-size: 20px;
        line-height: 1;
        text-align: center;
        display: block;
        width: 100%;
    }
    .b-builder__priceBox > strong {
        font-size: 30px;
        text-align: center;
        line-height: 1;
        display: block;
        width: 100%;
    }
}
@media (max-width: 560px) {
    .b-builder__priceBox > span {
        font-size: 14px;
    }
    .b-builder__priceBox > strong {
        font-size: 20px;
    }
}
@media (max-width: 680px) {
    .b-builder__mainWrapper {
        padding-top: 30px;
        padding-bottom: 10px;
    }
}
.b-builder__mobiletip {
    display: none;
}
@media (max-width: 680px) {
    .b-builder__mobiletip {
        display: inline-block;
        font-weight: bold;
    }
}
@media (max-width: 560px) {
    .b-builder__mobiletip {
        padding-left: 15px !important;
    }
}
.b-builder__mobiletip:before,
.b-builder__mobiletip:after {
    display: none;
    border: 0;
    width: 0;
    height: 0;
    z-index: -111;
}
.b-builder__textarea-small {
    height: 30px;
    resize: vertical;
    margin-bottom: 10px;
}
.js-section {
    border-bottom: 1px solid #e4e4e4;
}
.js-section:last-of-type {
    border-bottom: none;
}
.js-section__title {
    -ms-flex-align: center;
    align-items: center;
    color: #333030;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    opacity: 1;
    overflow: hidden;
    padding: 10px;
    transition: opacity 0.15s ease;
    padding-right: 25px;
}
.js-section__title span:not(.icon) {
    font-size: 10pt;
}
@media (max-width: 680px) {
    .js-section__title span:not(.icon) {
        font-size: 18px;
    }
}
@media (max-width: 580px) {
    .js-section__title span:not(.icon) {
        font-size: 16px;
    }
}
@media (max-width: 560px) {
    .js-section__title span:not(.icon) {
        font-size: 10px;
    }
}
.js-section__title span:nth-child(2) {
    white-space: nowrap;
}
.js-section__title .icon--check {
    color: #1a08af;
    margin-left: -30px;
    margin-right: 5px;
    position: absolute;
    transition: margin 0.15s ease;
    visibility: hidden;
}
.is-valid .js-section__title .icon--check {
    position: relative;
    margin-left: 0;
    visibility: visible;
}
.js-section__title .icon--check svg {
    width: 16px;
    height: 16px;
}
@media (max-width: 680px) {
    .js-section__title .icon--check svg {
        width: 24px;
        height: 20px;
    }
}
@media (max-width: 560px) {
    .js-section__title .icon--check svg {
        height: 10px;
        width: 10px;
    }
}
@media (max-width: 680px) {
    .js-section__title .icon--check span {
        font-size: 18px;
    }
}
@media (max-width: 560px) {
    .js-section__title .icon--check span {
        font-size: 12px;
    }
}
@media (max-width: 680px) {
    .js-section__title .icon--check {
        height: 20px;
    }
}
@media (max-width: 560px) {
    .js-section__title .icon--check {
        height: 10px;
    }
}
.js-section__title .icon--chevron {
    height: 12px;
    width: 12px;
    transform: rotate(-90deg);
    transition: transform 0.15s ease;
    position: absolute;
    right: 8px;
}
@media (max-width: 680px) {
    .js-section__title .icon--chevron {
        height: 16px;
        width: 16px;
    }
}
@media (max-width: 560px) {
    .js-section__title .icon--chevron {
        width: 10px;
        height: 10px;
        right: 2px;
    }
}
.is-disabled .js-section__title {
    opacity: 0.25;
    pointer-events: none;
}
@media (max-width: 680px) {
    .js-section__title {
        font-size: 24px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
@media (max-width: 560px) {
    .js-section__title {
        font-size: 12px;
        padding: 5px 0;
        padding-right: 11px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.js-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px;
}
.js-group.js-group--no-padding {
    padding: 0;
}
.js-group.js-group--no-padding-top {
    padding-top: 0;
}
.js-group.is-disabled {
    background-color: #efefef;
    pointer-events: none;
}
.js-group.is-disabled .js-group__title,
.js-group.is-disabled .js-label {
    opacity: 0.5;
}
.js-group.js-group--stacked {
    -ms-flex-flow: column;
    flex-flow: column;
}
.js-group--colors {
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.js-group__title {
    color: #333333;
    margin-bottom: 10px;
    font-style: italic;
    width: 100%;
}
.js-group__list {
    margin: 0;
    padding-left: 15px;
}
.js-group__list li {
    margin-bottom: 10px;
}
.js-title-info {
    padding-left: 10px;
    font-weight: lighter;
    color: #1a08af;
    padding-right: 5px;
}
@media (max-width: 560px) {
    .js-title-info {
        padding-left: 5px;
    }
}
.js-title-color {
    display: none;
    width: 15px;
    height: 15px;
    border-radius: 2px;
    border: 2px solid transparent;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 5px;
}
.js-color-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 5px;
}
.js-color-wrapper-title {
    position: relative;
    width: 100%;
}
.js-color-wrapper-toggler {
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0;
    transform: rotate(0);
    transition: all 0.3s;
    width: 12px !important;
    height: 12px !important;
}
.js-color-wrapper-toggler .icon--small {
    height: 12px !important;
}
@media (max-width: 560px) {
    .js-color-wrapper-toggler .icon--small {
        height: 10px;
    }
}
.js-color-wrapper-toggler.-opened {
    transform: rotate(-90deg);
    transition: all 0.3s;
}
@media (max-width: 560px) {
    .js-color-wrapper-toggler {
        width: 10px;
        height: 10px;
    }
}
.js-label--color {
    display: block;
    height: 28px;
    margin: 0 10px 10px 0;
    width: 28px;
    z-index: 1;
}
.js-label--color span {
    background-clip: padding-box;
    border-radius: 4px;
    display: block;
    height: 100%;
    padding: 2px;
    transition: all 0.15s ease;
}
.js-label--color[title="white"] span,
.js-label--color[title="White"] span,
.js-label--color[data-original-title="white"] span,
.js-label--color[data-original-title="White"] span {
    background-color: white;
    border: 1px solid #e4e4e4;
}
.js-label--color [type="radio"]:checked ~ span {
    position: relative;
}
.js-label--color [type="radio"]:checked ~ span:before {
    content: "";
    width: 36px;
    height: 36px;
    display: block;
    position: absolute;
    z-index: -1;
    background: #e5e5e5;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
}
.js-label--color [type="radio"]:checked ~ span:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #ffffff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 2px;
}
[data-fill="black"] .js-template__text-fill {
    fill: #444;
}
.js-custom-box__text [data-fill="black"] {
    color: #444;
}
[data-fill="red"] .js-template__text-fill {
    fill: #be0114;
}
.js-custom-box__text [data-fill="red"] {
    color: #be0114;
}
[data-fill="cardinal"] .js-template__text-fill {
    fill: #600;
}
.js-custom-box__text [data-fill="cardinal"] {
    color: #600;
}
[data-fill="gold"] .js-template__text-fill {
    fill: #ebad00;
}
.js-custom-box__text [data-fill="gold"] {
    color: #ebad00;
}
[data-fill="old-gold"] .js-template__text-fill {
    fill: #9d6d29;
}
.js-custom-box__text [data-fill="old-gold"] {
    color: #9d6d29;
}
[data-fill="navy-blue"] .js-template__text-fill {
    fill: #0d3456;
}
.js-custom-box__text [data-fill="navy-blue"] {
    color: #0d3456;
}
[data-fill="royal-blue"] .js-template__text-fill {
    fill: #2953a5;
}
.js-custom-box__text [data-fill="royal-blue"] {
    color: #2953a5;
}
[data-fill="teal-blue"] .js-template__text-fill {
    fill: #007e99;
}
.js-custom-box__text [data-fill="teal-blue"] {
    color: #007e99;
}
[data-fill="columbia-blue"] .js-template__text-fill {
    fill: #4f90d4;
}
.js-custom-box__text [data-fill="columbia-blue"] {
    color: #4f90d4;
}
[data-fill="tan"] .js-template__text-fill {
    fill: #b19861;
}
.js-custom-box__text [data-fill="tan"] {
    color: #b19861;
}
[data-fill="pink"] .js-template__text-fill {
    fill: #fcadb0;
}
.js-custom-box__text [data-fill="pink"] {
    color: #fcadb0;
}
[data-fill="purple"] .js-template__text-fill {
    fill: #48189c;
}
.js-custom-box__text [data-fill="purple"] {
    color: #48189c;
}
[data-fill="kelly-green"] .js-template__text-fill {
    fill: #06661a;
}
.js-custom-box__text [data-fill="kelly-green"] {
    color: #06661a;
}
[data-fill="forest-green"] .js-template__text-fill {
    fill: #053a01;
}
.js-custom-box__text [data-fill="forest-green"] {
    color: #053a01;
}
[data-fill="orange"] .js-template__text-fill {
    fill: #ec4503;
}
.js-custom-box__text [data-fill="orange"] {
    color: #ec4503;
}
[data-fill="texas-orange"] .js-template__text-fill {
    fill: #c15c03;
}
.js-custom-box__text [data-fill="texas-orange"] {
    color: #c15c03;
}
[data-fill="grey"] .js-template__text-fill {
    fill: #89857b;
}
.js-custom-box__text [data-fill="grey"] {
    color: #89857b;
}
[data-fill="maroon"] .js-template__text-fill {
    fill: #6e1b3f;
}
.js-custom-box__text [data-fill="maroon"] {
    color: #6e1b3f;
}
[data-fill="brown"] .js-template__text-fill {
    fill: #653e2c;
}
.js-custom-box__text [data-fill="brown"] {
    color: #653e2c;
}
[data-fill="white"] .js-template__text-fill {
    fill: white;
}
.js-custom-box__text [data-fill="white"] {
    color: white;
}
[data-stroke].js-one-color .js-template__text-stroke {
    stroke: transparent;
}
[data-stroke="black"] .js-template__text-stroke {
    stroke: #444;
}
[data-stroke="red"] .js-template__text-stroke {
    stroke: #be0114;
}
[data-stroke="cardinal"] .js-template__text-stroke {
    stroke: #600;
}
[data-stroke="gold"] .js-template__text-stroke {
    stroke: #ebad00;
}
[data-stroke="old-gold"] .js-template__text-stroke {
    stroke: #9d6d29;
}
[data-stroke="navy-blue"] .js-template__text-stroke {
    stroke: #0d3456;
}
[data-stroke="royal-blue"] .js-template__text-stroke {
    stroke: #2953a5;
}
[data-stroke="teal-blue"] .js-template__text-stroke {
    stroke: #007e99;
}
[data-stroke="columbia-blue"] .js-template__text-stroke {
    stroke: #4f90d4;
}
[data-stroke="tan"] .js-template__text-stroke {
    stroke: #b19861;
}
[data-stroke="pink"] .js-template__text-stroke {
    stroke: #fcadb0;
}
[data-stroke="purple"] .js-template__text-stroke {
    stroke: #48189c;
}
[data-stroke="kelly-green"] .js-template__text-stroke {
    stroke: #06661a;
}
[data-stroke="forest-green"] .js-template__text-stroke {
    stroke: #053a01;
}
[data-stroke="orange"] .js-template__text-stroke {
    stroke: #ec4503;
}
[data-stroke="texas-orange"] .js-template__text-stroke {
    stroke: #c15c03;
}
[data-stroke="grey"] .js-template__text-stroke {
    stroke: #89857b;
}
[data-stroke="maroon"] .js-template__text-stroke {
    stroke: #6e1b3f;
}
[data-stroke="brown"] .js-template__text-stroke {
    stroke: #653e2c;
}
[data-stroke="white"] .js-template__text-stroke {
    stroke: white;
}
.b-colorLabel {
    font-style: normal;
    color: #000;
    font-weight: bold;
}
.js-group__title {
    font-size: 12px;
}
@media (max-width: 680px) {
    .js-group__title {
        font-size: 16px;
    }
}
@media (max-width: 560px) {
    .js-group__title {
        font-size: 10px;
        margin-bottom: 5px;
    }
}
.js-custom-box {
    opacity: 1;
    position: absolute;
    transition: opacity 0.15s ease;
    z-index: 1;
}
.js-custom-box.is-hidden {
    opacity: 0;
}
.js-custom-box--front {
    padding-bottom: 10%;
    top: 30.5%;
    width: 10%;
}
@media (max-width: 680px) {
    .js-custom-box--front {
        top: 32.5%;
    }
}
.js-custom-box--front img {
    left: 50%;
    max-width: 104%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.js-custom-box--right {
    right: 45.5%;
    padding-bottom: 10%;
    top: 23%;
    width: 10%;
}
@media (max-width: 680px) {
    .js-custom-box--right {
        width: 10%;
    }
}
.js-custom-box--right [data-id="rs_cb_years--fr"] .js-template,
.js-custom-box--right [data-id="rs_cb_years--sr"] .js-template {
    transform: none !important;
}
.js-custom-box--right [data-id="rs_cb_years--fr"] .js-template--years,
.js-custom-box--right [data-id="rs_cb_years--sr"] .js-template--years {
    font-size: 22px;
    height: 33px !important;
}
@media (max-width: 680px) {
    .js-custom-box--right [data-id="rs_cb_years--fr"] .js-template--years,
    .js-custom-box--right [data-id="rs_cb_years--sr"] .js-template--years {
        font-size: 12px;
    }
}
@media (max-width: 560px) {
    .js-custom-box--right [data-id="rs_cb_years--fr"] .js-template--years,
    .js-custom-box--right [data-id="rs_cb_years--sr"] .js-template--years {
        font-size: 8px;
        margin-left: -1px;
        margin-top: -5px;
        height: 22px !important;
    }
}
.js-custom-box--right [data-id="rs_cb_years--fr"] .js-template__text-stroke,
.js-custom-box--right [data-id="rs_cb_years--sr"] .js-template__text-stroke {
    stroke-width: 3;
}
.js-custom-box--right .js-custom-box__rows .js-template {
    height: 40px;
    left: auto;
    position: relative;
    right: auto;
    transform: translate(50%, 50%);
}
@media (max-width: 680px) {
    .js-custom-box--right .js-custom-box__rows .js-template {
        height: 33px;
    }
}
@media (max-width: 560px) {
    .js-custom-box--right .js-custom-box__rows .js-template {
        height: 22px;
    }
}
.js-custom-box--right .js-custom-box__rows .js-first-row [data-id="rs_cb_img--fr"]:not(:empty),
.js-custom-box--right .js-custom-box__rows .js-first-row [data-id="rs_cb_img--sr"]:not(:empty),
.js-custom-box--right .js-custom-box__rows .js-second-row [data-id="rs_cb_img--fr"]:not(:empty),
.js-custom-box--right .js-custom-box__rows .js-second-row [data-id="rs_cb_img--sr"]:not(:empty) {
    height: 40px;
    position: relative;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.js-custom-box--right .js-custom-box__rows .js-first-row [data-id="rs_cb_img--fr"]:not(:empty) img,
.js-custom-box--right .js-custom-box__rows .js-first-row [data-id="rs_cb_img--sr"]:not(:empty) img,
.js-custom-box--right .js-custom-box__rows .js-second-row [data-id="rs_cb_img--fr"]:not(:empty) img,
.js-custom-box--right .js-custom-box__rows .js-second-row [data-id="rs_cb_img--sr"]:not(:empty) img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
@media (max-width: 680px) {
    .js-custom-box--right .js-custom-box__rows .js-first-row [data-id="rs_cb_img--fr"]:not(:empty),
    .js-custom-box--right .js-custom-box__rows .js-first-row [data-id="rs_cb_img--sr"]:not(:empty),
    .js-custom-box--right .js-custom-box__rows .js-second-row [data-id="rs_cb_img--fr"]:not(:empty),
    .js-custom-box--right .js-custom-box__rows .js-second-row [data-id="rs_cb_img--sr"]:not(:empty) {
        width: 80%;
        height: 25px;
    }
}
.js-custom-box--right .js-custom-box__rows .js-second-row {
    margin-top: 5px;
}
.js-custom-box--left {
    left: 46%;
    padding-bottom: 10%;
    top: 23%;
    width: 9%;
}
.js-custom-box--left [data-id="ls_cb_years--fr"] .js-template,
.js-custom-box--left [data-id="ls_cb_years--sr"] .js-template {
    transform: none !important;
}
.js-custom-box--left [data-id="ls_cb_years--fr"] .js-template--years,
.js-custom-box--left [data-id="ls_cb_years--sr"] .js-template--years {
    font-size: 22px;
    height: 33px !important;
}
@media (max-width: 680px) {
    .js-custom-box--left [data-id="ls_cb_years--fr"] .js-template--years,
    .js-custom-box--left [data-id="ls_cb_years--sr"] .js-template--years {
        font-size: 12px;
    }
}
@media (max-width: 560px) {
    .js-custom-box--left [data-id="ls_cb_years--fr"] .js-template--years,
    .js-custom-box--left [data-id="ls_cb_years--sr"] .js-template--years {
        font-size: 8px;
        margin-left: -1px;
        margin-top: -5px;
        height: 22px !important;
    }
}
.js-custom-box--left [data-id="ls_cb_years--fr"] .js-template__text-stroke,
.js-custom-box--left [data-id="ls_cb_years--sr"] .js-template__text-stroke {
    stroke-width: 3;
}
.js-custom-box--left .js-custom-box__rows .js-template {
    height: 40px;
    left: auto;
    position: relative;
    right: auto;
    transform: translate(50%, 50%);
}
@media (max-width: 680px) {
    .js-custom-box--left .js-custom-box__rows .js-template {
        height: 33px;
    }
}
@media (max-width: 560px) {
    .js-custom-box--left .js-custom-box__rows .js-template {
        height: 22px;
    }
}
.js-custom-box--left .js-custom-box__rows .js-first-row [data-id="ls_cb_img--fr"]:not(:empty),
.js-custom-box--left .js-custom-box__rows .js-first-row [data-id="ls_cb_img--sr"]:not(:empty),
.js-custom-box--left .js-custom-box__rows .js-second-row [data-id="ls_cb_img--fr"]:not(:empty),
.js-custom-box--left .js-custom-box__rows .js-second-row [data-id="ls_cb_img--sr"]:not(:empty) {
    height: 40px;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.js-custom-box--left .js-custom-box__rows .js-first-row [data-id="ls_cb_img--fr"]:not(:empty) img,
.js-custom-box--left .js-custom-box__rows .js-first-row [data-id="ls_cb_img--sr"]:not(:empty) img,
.js-custom-box--left .js-custom-box__rows .js-second-row [data-id="ls_cb_img--fr"]:not(:empty) img,
.js-custom-box--left .js-custom-box__rows .js-second-row [data-id="ls_cb_img--sr"]:not(:empty) img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.js-custom-box--left .js-custom-box__rows .js-second-row {
    margin-top: 5px;
}
@media (max-width: 680px) {
    .js-custom-box--left .js-custom-box__rows .js-second-row {
        margin-top: -8px;
    }
}
@media (max-width: 680px) {
    .js-custom-box--left {
        width: 10%;
    }
}
.js-custom-box--back {
    left: 50%;
    padding-bottom: 10%;
    top: 35%;
    transform: translate(-50%, -50%);
    width: 35%;
}
.js-custom-box--back img {
    left: 50%;
    max-width: 140px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.js-custom-box--front-lc {
    left: 57%;
}
@media (max-width: 931px) {
    .js-custom-box--front-lc {
        left: 57%;
    }
}
.js-custom-box--front-rc {
    right: 57%;
}
@media (max-width: 931px) {
    .js-custom-box--front-rc {
        right: 57%;
    }
}
.js-custom-box__text {
    color: white;
    font-family: "Pro Block", serif;
    left: 50%;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 50%;
    transform: translate(-50%, -50%);
}
.js-custom-box__text span {
    display: block;
    white-space: nowrap;
}
.js-custom-box__text .font-size--xl {
    font-size: 3vw;
}
@media (min-width: 931px) {
    .js-custom-box__text .font-size--xl {
        font-size: 10pt;
    }
}
@media (max-width: 930px) {
    .js-custom-box__text .font-size--xl {
        font-size: 14px;
    }
}
@media (max-width: 680px) {
    .js-custom-box__text .font-size--xl {
        font-size: 8px;
    }
}
@media (max-width: 560px) {
    .js-custom-box__text .font-size--xl {
        font-size: 5px;
    }
}
.js-custom-box__text .font-size--l {
    font-size: 2vw;
}
@media (min-width: 931px) {
    .js-custom-box__text .font-size--l {
        font-size: 9pt;
    }
}
.js-custom-box__text .font-size--m {
    font-size: 1.75vw;
}
@media (min-width: 931px) {
    .js-custom-box__text .font-size--m {
        font-size: 8pt;
    }
}
.js-custom-box__text .font-size--s {
    font-size: 1.25vw;
}
@media (min-width: 931px) {
    .js-custom-box__text .font-size--s {
        font-size: 6pt;
    }
}
.js-custom-box__text .font-size--xs {
    font-size: 1vw;
}
@media (min-width: 931px) {
    .js-custom-box__text .font-size--xs {
        font-size: 5pt;
    }
}
.js-custom-box__text [data-font-family="Script"] {
    font-family: "Script", serif;
    text-transform: capitalize;
}
.js-custom-box__text [data-font-family="Script"].font-size--xl {
    font-size: 3.5vw;
}
@media (min-width: 931px) {
    .js-custom-box__text [data-font-family="Script"].font-size--xl {
        font-size: 16pt;
    }
}
@media (max-width: 680px) {
    .js-custom-box__text [data-font-family="Script"].font-size--xl {
        font-size: 12px;
    }
}
.js-custom-box__text [data-font-family="Script"].font-size--l {
    font-size: 3vw;
}
@media (min-width: 931px) {
    .js-custom-box__text [data-font-family="Script"].font-size--l {
        font-size: 14pt;
    }
}
.js-custom-box__text [data-font-family="Script"].font-size--m {
    font-size: 2.25vw;
}
@media (min-width: 931px) {
    .js-custom-box__text [data-font-family="Script"].font-size--m {
        font-size: 12pt;
    }
}
.js-custom-box__text [data-font-family="Script"].font-size--s {
    font-size: 2.2vw;
}
@media (min-width: 931px) {
    .js-custom-box__text [data-font-family="Script"].font-size--s {
        font-size: 10pt;
    }
}
.js-custom-box__text [data-font-family="Script"].font-size--xs {
    font-size: 1.7vw;
}
@media (min-width: 931px) {
    .js-custom-box__text [data-font-family="Script"].font-size--xs {
        font-size: 8pt;
    }
}
.js-custom-box__text [data-font-family="Pro Block"] {
    font-family: "Pro Block", serif;
    margin-bottom: 5px;
}
.js-template {
    display: block;
    font-family: "Athletic Block", serif;
    left: 50%;
    overflow: visible;
    position: absolute;
    text-transform: uppercase;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.js-one-color .js-template {
    stroke: transparent;
}
.js-template.js-template--in-row {
    height: 60px;
    transform: none;
}
.js-template.js-template--years {
    font-family: "Years", serif;
    font-size: 32px;
}
@media (min-width: 931px) {
    .js-template.js-template--years {
        font-size: 32px;
    }
}
.js-custom-box--lettering .js-template.js-template--years {
    font-size: 21vw;
}
@media (min-width: 931px) {
    .js-custom-box--lettering .js-template.js-template--years {
        font-size: 96pt;
    }
}
@media (max-width: 680px) {
    .js-template.js-template--years {
        font-size: 16px;
    }
}
@media (max-width: 560px) {
    .js-template.js-template--years {
        font-size: 10px;
    }
}
[data-font-family="Script"] .js-template {
    font-family: "Script", serif;
    margin-top: 20px;
}
@media (max-width: 680px) {
    [data-font-family="Script"] .js-template {
        margin-top: 0;
    }
}
[data-font-family="Vintage"] .js-template {
    font-family: "Vintage", serif;
}
[data-font-family="Old English"] .js-template {
    font-family: "Old English", serif;
}
.one-letter[data-font-family="Old English"] .js-template {
    font-size: 180pt;
}
.two-letter[data-font-family="Old English"] .js-template {
    font-size: 120pt;
}
.three-letter[data-font-family="Old English"] .js-template {
    font-size: 81pt;
}
[data-font-family="Athletic Block"] .js-template {
    font-family: "Athletic Block", serif;
}
[data-font-family="Pro Block"] .js-template {
    font-family: "Pro Block", serif;
}
.one-letter .js-template {
    font-size: 56pt;
}
@media (max-width: 480px) {
    .one-letter .js-template {
        transform: translate(-50%, -50%) scale(0.5);
    }
}
@media (max-width: 680px) {
    .one-letter .js-template {
        font-size: 34px;
    }
}
@media (max-width: 560px) {
    .one-letter .js-template {
        font-size: 22px;
    }
}
.js-custom-box__rows .one-letter .js-template {
    font-size: 32pt;
}
@media (max-width: 480px) {
    .js-custom-box__rows .one-letter .js-template {
        transform: translate(-25%, -50%) scale(0.5);
    }
}
@media (max-width: 680px) {
    .js-custom-box__rows .one-letter .js-template {
        font-size: 24px;
    }
}
@media (max-width: 560px) {
    .js-custom-box__rows .one-letter .js-template {
        font-size: 16px;
    }
}
.two-letter .js-template {
    font-size: 40pt;
    transform: translate(-50%, -50%) scale(0.8);
}
@media (max-width: 480px) {
    .two-letter .js-template {
        transform: translate(-50%, -50%) scale(0.5);
    }
}
.js-custom-box__rows .two-letter .js-template {
    font-size: 24pt;
}
@media (max-width: 680px) {
    .js-custom-box__rows .two-letter .js-template {
        font-size: 24px;
    }
}
@media (max-width: 560px) {
    .js-custom-box__rows .two-letter .js-template {
        font-size: 14px;
    }
}
@media (max-width: 680px) {
    .two-letter .js-template {
        transform: translate(-50%, -50%) scale(0.5);
    }
}
@media (max-width: 560px) {
    .two-letter .js-template {
        transform: translate(-50%, -50%) scale(0.2);
    }
}
.three-letter .js-template {
    font-size: 26pt;
}
@media (max-width: 480px) {
    .three-letter .js-template {
        transform: translate(-50%, -50%) scale(0.5);
    }
}
@media (max-width: 680px) {
    .three-letter .js-template {
        transform: translate(-50%, -50%) scale(0.5);
    }
}
@media (max-width: 560px) {
    .three-letter .js-template {
        transform: translate(-50%, -50%) scale(0.2);
    }
}
.js-template__text-stroke {
    fill: transparent;
    stroke: inherit !important;
    stroke-width: 3;
}
@media (max-width: 680px) {
    .js-template__text-stroke {
        stroke-width: 3;
    }
}
.js-template__text-fill {
    fill: inherit !important;
    stroke: transparent !important;
}
.js-back {
    left: 50%;
    margin-left: -20%;
    position: absolute;
    top: 26%;
    width: 40%;
}
.js-back img {
    display: block;
    margin: 0 auto;
}
.js-back.js-back--logo {
    margin-left: -15%;
    top: 25%;
    width: 30%;
}
.js-back [data-font-family="Old English"] {
    font-size: 24pt;
}
.js-svg-text {
    font-family: "Athletic Block", serif;
    margin-bottom: 10px;
    overflow: visible;
    text-transform: uppercase;
    width: 100%;
}
.js-one-color .js-svg-text {
    stroke: transparent;
}
.js-svg-text.font-size--xl {
    font-size: 34pt;
}
[data-font-family="Old English"] .js-svg-text.font-size--xl {
    font-size: 79pt;
    margin-bottom: 8px;
}
.js-svg-text.font-size--l {
    font-size: 27pt;
}
[data-font-family="Old English"] .js-svg-text.font-size--l {
    font-size: 62pt;
}
.js-svg-text.font-size--m {
    font-size: 24pt;
}
[data-font-family="Old English"] .js-svg-text.font-size--m {
    font-size: 62pt;
}
.js-svg-text.font-size--s {
    font-size: 20pt;
}
[data-font-family="Old English"] .js-svg-text.font-size--s {
    font-size: 46pt;
}
.js-svg-text.font-size--xs {
    font-size: 18pt;
}
[data-font-family="Old English"] .js-svg-text.font-size--xs {
    font-size: 48pt;
}
[data-font-family="Script"] .js-svg-text {
    font-family: "Script", serif;
    text-transform: capitalize;
}
[data-font-family="Vintage"] .js-svg-text {
    font-family: "Vintage", serif;
}
[data-font-family="Old English"] .js-svg-text {
    font-family: "Old English", serif;
}
[data-font-family="Athletic Block"] .js-svg-text {
    font-family: "Athletic Block", serif;
}
[data-font-family="Pro Block"] .js-svg-text {
    font-family: "Pro Block", serif;
}
.js-svg-text--script {
    font-family: "Script", serif;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
}
.js-svg-text--script.font-size--xl {
    font-size: 70pt;
}
.js-svg-text--script.font-size--xl .js-svg-text__tail {
    font-size: 36pt;
}
.js-svg-text--script.font-size--l {
    font-size: 42pt;
}
.js-svg-text--script.font-size--l .js-svg-text__tail {
    font-size: 40pt;
}
.js-svg-text--script.font-size--m {
    font-size: 36pt;
}
.js-svg-text--script.font-size--m .js-svg-text__tail {
    font-size: 42pt;
}
.js-svg-text--script.font-size--s {
    font-size: 28pt;
}
.js-svg-text--script.font-size--s .js-svg-text__tail {
    font-size: 44pt;
}
.js-svg-text--script.font-size--xs {
    font-size: 24pt;
}
.js-svg-text--script.font-size--xs .js-svg-text__tail {
    font-size: 48pt;
}
.js-svg-text--script.font-size--xxs {
    font-size: 20pt;
}
.js-svg-text--script.font-size--xxs .js-svg-text__tail {
    font-size: 50pt;
}
.js-custom-box__tail {
    color: #000;
    font-family: "Arial", sans-serif;
    font-weight: 700;
    left: 42%;
    position: absolute;
    text-transform: none;
    top: 135%;
    z-index: 9;
}
.js-custom-box__tail[data-tail-classes="tail-4"],
.js-custom-box__tail[data-tail-classes="tail-5"] {
    top: 140%;
}
.js-custom-box__tail[data-tail-classes="tail-6"],
.js-custom-box__tail[data-tail-classes="tail-7"],
.js-custom-box__tail[data-tail-classes="tail-8"],
.js-custom-box__tail[data-tail-classes="tail-9"] {
    top: 152.5%;
}
.js-custom-box__tail[data-tail-classes="tail-10"],
.js-custom-box__tail[data-tail-classes="tail-11"] {
    top: 165%;
}
.js-custom-box__tail[data-tail-classes="tail-12"] {
    top: 167.5%;
}
.js-custom-box__tail[data-tail-classes="tail-13"],
.js-custom-box__tail[data-tail-classes="tail-14"] {
    top: 175%;
}
.js-custom-box__tail[data-tail-classes="tail-15"],
.js-custom-box__tail[data-tail-classes="tail-16"] {
    top: 177.5%;
}
.js-custom-box__tail[data-tail-classes="tail-17"],
.js-custom-box__tail[data-tail-classes="tail-18"],
.js-custom-box__tail[data-tail-classes="tail-19"],
.js-custom-box__tail[data-tail-classes="tail-20"],
.js-custom-box__tail[data-tail-classes="tail-21"],
.js-custom-box__tail[data-tail-classes="tail-22"],
.js-custom-box__tail[data-tail-classes="tail-23"],
.js-custom-box__tail[data-tail-classes="tail-24"],
.js-custom-box__tail[data-tail-classes="tail-25"] {
    top: 180%;
}
.js-custom-box__tail [data-id="b_cb_tail"] {
    font-size: 10px;
    transform: rotate(-6deg);
    transform-origin: center;
}
@media (max-width: 680px) {
    .js-custom-box__tail [data-id="b_cb_tail"] {
        font-size: 7px;
    }
}
@media (max-width: 560px) {
    .js-custom-box__tail [data-id="b_cb_tail"] {
        font-size: 7px;
    }
}
.js-custom-box__tail [data-id="b_cb_tail"][data-text-length="letter-15"],
.js-custom-box__tail [data-id="b_cb_tail"][data-text-length="letter-16"],
.js-custom-box__tail [data-id="b_cb_tail"][data-text-length="letter-17"],
.js-custom-box__tail [data-id="b_cb_tail"][data-text-length="letter-18"],
.js-custom-box__tail [data-id="b_cb_tail"][data-text-length="letter-19"],
.js-custom-box__tail [data-id="b_cb_tail"][data-text-length="letter-20"] {
    transform: rotate(-6deg) scale(0.9);
}
.js-custom-box__tail [data-id="b_cb_tail"][data-text-length="letter-21"] {
    transform: rotate(-6deg) scale(0.8);
}
.js-custom-box__tail [data-id="b_cb_tail"][data-text-length="letter-22"],
.js-custom-box__tail [data-id="b_cb_tail"][data-text-length="letter-23"],
.js-custom-box__tail [data-id="b_cb_tail"][data-text-length="letter-24"],
.js-custom-box__tail [data-id="b_cb_tail"][data-text-length="letter-25"] {
    transform: rotate(-6deg) scale(0.7);
}
[data-id="b_cb_script"] .js-svg-text--script {
    display: block;
    margin-bottom: 0;
}
[data-value-uppercase] {
    text-transform: uppercase;
}
[data-id="b_cb_row--img"] {
    max-width: 58%;
    margin-right: auto;
    margin-left: auto;
}
.js-svg-color svg {
    height: 450px;
}
@media (max-width: 680px) {
    .js-svg-color svg {
        height: 250px;
    }
}
@media (max-width: 560px) {
    .js-svg-color svg {
        height: 150px;
    }
}
.js-section__title {
    position: relative;
}
@media (max-width: 680px) {
    #stepTwo {
        min-height: 490px;
    }
}
@media (max-width: 560px) {
    #stepTwo {
        min-height: auto;
    }
}
@media (max-width: 480px) {
    .js-first-row .js-custom-box__rows.two-letter.js-template {
        min-height: 490px;
        transform: translate(50%, 50%) scale(1) !important;
    }
}
[data-font-now="athleticblock"],
[data-font-now="problock"],
[data-font-now="vintage"],
[data-font-now="oldenglish"] {
    text-transform: uppercase;
}
[data-font-now="script"] {
    text-transform: capitalize;
}
#rcTextOptions [data-font-now="problock"],
#lcTextOptions [data-font-now="problock"] {
    text-transform: uppercase;
}
#rcTextOptions [data-font-now="script"],
#lcTextOptions [data-font-now="script"] {
    text-transform: capitalize;
}
.js-media__view--back [data-font-family="Old English"] .js-template__text-fill {
    word-spacing: -0.8em;
}
.js-media__view--back [data-font-family="Pro Block"] .js-svg-text.font-size--xs {
    font-size: 14pt;
}
.js-media__view--back [data-font-family="Old English"] .js-svg-text.font-size--xs {
    font-size: 36pt;
}
.js-table {
    border: 1px solid #e4e4e4;
    margin-top: 10px;
    width: 100%;
}
.js-table thead {
    background-color: #efefef;
    color: #333030;
    font-weight: 900;
}
.js-table thead tr {
    display: none;
}
@media (min-width: 931px) {
    .js-table thead tr {
        display: table-row;
    }
}
.js-table thead td {
    vertical-align: top;
}
.js-table thead small {
    font-weight: 400;
}
.js-table td {
    border-bottom: 1px solid #e4e4e4;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
@media (min-width: 931px) {
    .js-table td {
        border: 1px solid #e4e4e4;
        display: table-cell;
        width: auto;
    }
}
.js-table td:first-child {
    background-color: #efefef;
    font-weight: 900;
}
@media (min-width: 931px) {
    .js-table td:first-child {
        background-color: transparent;
        font-weight: 400;
    }
}
.js-media--lettering {
    padding-bottom: 120px;
}
@media (max-width: 680px) {
    .js-media--lettering {
        padding-bottom: 195px;
    }
}
@media (max-width: 560px) {
    .js-media--lettering {
        padding-bottom: 280px;
    }
}
.js-media--lettering .js-media__type,
.js-media--lettering .js-media__view--lettering {
    height: 100%;
    width: 100%;
}
.js-media--lettering .js-media__type {
    background-size: 48%;
    padding-bottom: 0;
}
.js-media--lettering .js-media__view--lettering {
    background: transparent url("../img/extra/logo.png") no-repeat center;
    background-size: 48%;
    overflow: hidden;
    padding-bottom: 100%;
    transition: background-color 0.15s ease;
}
@media (min-width: 931px) {
    .js-media--lettering .js-media__view--lettering {
        border-left: 2px solid white;
        padding-bottom: 0;
    }
}
.js-media--lettering .js-media__view--lettering[style] {
    background: transparent;
}
.js-media--lettering .js-palette {
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 4px;
    position: absolute;
    width: 100%;
    z-index: 999;
}
@media (min-width: 931px) {
    .js-media--lettering .js-palette {
        border-left: 2px solid white;
        overflow: hidden;
    }
}
.js-media--lettering .js-label--color {
    display: block;
    height: auto;
    width: 50px;
    height: 30px;
    margin: 5px;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}
.js-media--lettering .js-label--color::after {
    content: "";
    display: block;
    padding-bottom: calc(100% - 5px);
}
@media (max-width: 680px) {
    .js-media--lettering .js-label--color {
        width: 28px;
        height: 28px;
        margin: 4px;
    }
}
.js-media--lettering .js-label--color [type="radio"]:checked ~ span:before {
    width: 54px;
    height: 34px;
}
@media (max-width: 680px) {
    .js-media--lettering .js-label--color [type="radio"]:checked ~ span:before {
        width: 30px;
        height: 30px;
    }
}
.js-custom-box--lettering {
    height: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
}
.js-custom-box--lettering .js-template:not(.js-template--years) {
    transform: translate(-50%, -50%) scale(2);
}
@media (min-width: 931px) {
    .js-custom-box--lettering .js-template:not(.js-template--years) {
        transform: translate(-50%, -50%) scale(3);
    }
}
.js-custom-box--lettering.js-custom-box--scriptTail {
    height: auto;
    transform: translate(-50%, -50%) scale(1.5);
}
.js-custom-box--lettering.js-custom-box--scriptTail .js-custom-box__tail {
    margin-top: -12%;
    transform: translate(-50%, -50%) scale(0.8);
}
@media (min-width: 931px) {
    .js-custom-box--lettering.js-custom-box--scriptTail .js-custom-box__tail {
        margin-top: -8%;
        transform: translate(-50%, -50%) scale(1.5);
    }
}
.js-custom-box--lettering .js-template,
.js-custom-box--lettering .js-svg-text--script {
    background-color: white;
}
.js-media__view--lettering[style] .js-custom-box--lettering .js-template,
.js-media__view--lettering[style] .js-custom-box--lettering .js-svg-text--script {
    background-color: transparent;
}
@media (max-width: 680px) {
    .js-custom-box--lettering .js-template.js-template--years {
        font-size: 70px;
    }
}
@media (max-width: 560px) {
    .js-custom-box--lettering .js-template.js-template--years {
        font-size: 70px;
    }
}
.js-form--lettering {
    min-height: 530px;
    margin-top: 5px;
    margin-top: 2px;
    padding: 0;
    position: relative;
    z-index: 999;
    overflow-y: auto;
}
.js-form--lettering .js-fieldset {
    background-color: white;
    border: none;
}
.js-box--lettering {
    border: none;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0;
    -ms-flex-order: 3;
    order: 3;
    position: absolute;
    line-height: 1;
    padding: 20px;
}
.js-box--lettering span {
    font-size: 12pt;
    font-weight: 700;
}
@media (max-width: 560px) {
    .js-box--lettering {
        padding-top: 0;
    }
}
.b-builder__paletteWrapper {
    display: block !important;
}
.b-builder__paletteWrapper .js-group__title {
    padding-left: 7px;
}
.b-builder__palette {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 680px) {
    #regularPrice {
        font-size: 30px;
    }
}
@media (max-width: 560px) {
    #regularPrice {
        font-size: 20px;
    }
}
body div > article.cart form > div.cart > div > div:first-of-type ul li {
    position: relative !important;
}
.js-input-file {
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    width: 0.1px;
    z-index: -1;
}
.js-label--for-input-file {
    -ms-flex-align: center;
    align-items: center;
    background-clip: padding-box !important;
    background-color: #333030;
    border-radius: 5px;
    box-shadow: 0 7px 5px -5px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    color: white;
    display: -ms-flexbox;
    display: flex;
    font-family: "Raleway", sans-serif;
    font-size: 100%;
    font-weight: 700;
    height: 40px;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 20px;
    text-align: center;
    transition: all 0.15s ease;
}
.js-label--for-input-file span {
    display: block;
    max-width: 212px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
}
.js-label--for-input-file.fit {
    width: 100%;
}
.js-custom-box.has-multiply,
.js-back--logo.has-multiply {
    mix-blend-mode: multiply;
}
