#email-form{
    padding: 20px 10px 10px;
    background: #d7d6d663;
}
.sendResp{
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.loader {
  border: 7px solid #d6d3d3d9; /* Light grey */
  border-top: 7px solid #d24444; /* Blue */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 2s linear infinite;
  margin: 10px auto
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.mailed-table {
    width:100%;
    position: relative;
}

.mailed-table.loading:after {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: #ffffff;
    opacity: 0.5;
    z-index: 5;
}

.mailed-table.loading:before {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top:-12px;
    margin-left:-12px;
    content: "";
    background-image: url('../images/loading.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 6;
}

.mailed-table td {
    position: relative;
}

.mailed-table .old{
    font-size: 16px;
    text-decoration: line-through;
    color: #9e9e9e8f;
    display: block;
}

.mailed-table .remove-wish{
    text-decoration: none;
    font-size: 12px;
    color: #cc1818;
}

.mailed-table img {
    width: 100%;
}
.mailed-table .price_label {
    position: absolute;
    top: 10px;
    left: 12px;
    text-align: left;
    z-index: 10
}

.wishlist-title {
    display: none;
}

.wishlist-see a{
    color: rgb(210,68,68);
}

.entry-summary .wishlist-toggle {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 8px;
    height: auto;
}

.entry-summary .wishlist-title {
    display: inline-block;
}

.mailed-table .img-w{
    width: 600px;
    background: rgba(158,158,158,0.33);
}
.mailed-table .img-w .wizard .box{
    background: transparent;
    border:  none;
    margin: 65px 0;
}



.mailed-table tr, .mailed-table td, .mailed-table th{
    padding: 10px 20px;
    vertical-align: top;
}
@media only screen and (max-width: 991px) {
    .mailed-table tr, .mailed-table td, .mailed-table th{
        display: block;
    }

    .mailed-table{
        border: 1px solid #ddd;
        border-radius: 6px;
    }
}
.mailed-table th{
    font-size: 20px;
}
.mailed-table tr:nth-child(even){
    background: rgba(246,246,246,0.9607843137);
}
.mailed-table tr:nth-child(odd){
    background: #FFF;
}
.mailed-table .c-jacket {
    min-width: 550px;
}
.mailed-table .c-svg{
    background: rgb(235 232 232 / 96%);
}

a.c-tit:hover{
    cursor: default;
    text-decoration: none;
}
.mailed-table .c-svg .js-template.complete {
    height: 550px!important;
    margin-top: -50px!important;
}
.mailed-table .c-jacket .carousel {
    width: 100%;
    height: 100%;
}
.mailed-table .c-jacket .carousel .car-wrapper {
    height: 100%;
}
.mailed-table .c-jacket .carousel .carousel-inner {
    width: 100%;
    height: 100%;
    padding: 10px 10px 65px;
    border: none;
    margin: 0 auto;
}
.mailed-table .c-jacket .carousel .carousel-item {
    width: 100%;
    height: 100%;
}
.mailed-table .c-jacket .carousel .carousel-control-next, .mailed-table .c-jacket .carousel .carousel-control-prev {
    align-items: start;
    padding-top: 40px;
    border: none;
    background: transparent;
    opacity: 0;
    display: none;
}
.mailed-table .c-jacket .carousel .carousel-control-next-icon {
    background-image: none;
}
.mailed-table .c-jacket .carousel .carousel-control-next-icon:after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
}
.mailed-table .c-jacket .carousel .carousel-control-prev-icon {
    background-image: none;
}
.mailed-table .c-jacket .carousel .carousel-control-prev-icon:after {
    content: "\f060";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
}
.mailed-table .c-jacket .carousel .carousel-indicators {
    justify-content: center;
    margin-top: 15px;
    margin-left: 5%;
    margin-right: 5%;
    z-index: 1002;
    position: absolute;
}
.mailed-table .c-jacket .carousel .carousel-indicators li {
    border: 2px solid #ddd;
    opacity: 1;
    font-weight: 700;
    width: 40px;
    height: 40px;
    padding: 5px;
    text-indent: initial;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: initial;
}
.mailed-table .c-jacket .carousel .carousel-indicators li.active {
    border: 2px solid #d24444;
}
.mailed-table .c-jacket .j-wrap {
    width: 550px;
    height: 550px;
}
.mailed-table .c-jacket .is-hidden {
    display: none;
}
.mailed-table .c-jacket .js-media__view {
    padding: 0;
    position: relative;
    width: 550px !important;
    max-width: 550px !important;
    left: 50%;
    transform: translateX(-50%);
}
.mailed-table .c-jacket .js-media__kit--style {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}
.mailed-table .c-jacket .js-media__kit {
    position: relative;
    width: 550px;
}
.mailed-table .c-jacket .js-media__kit:not(.is-active) {
    display: none;
}
.mailed-table .c-jacket .js-media__kit:last-of-type {
    left: 0;
    position: absolute;
    top: 0;
    display: block;
    justify-content: center;
}
.mailed-table .c-jacket .js-media__kit img {
    width: 550px !important;
    mix-blend-mode: multiply;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    left: 0;
}
.mailed-table .c-jacket .js-media__kit img:not(.is-active) {
    left: 50%;
    position: absolute;
    top: 0;
    width: 100%;
    transform: translateX(-50%);
    display: none;
}
.mailed-table .c-jacket .js-media__kit [data-material]:not(.is-active) {
    display: none;
}
.mailed-table .c-jacket .js-svg-color {
    fill: transparent;
    opacity: 0.95;
    position: absolute;
    transition: fill 0.15s ease;
    width: 100%;
    max-width: 550px;
}
.mailed-table .c-jacket .js-svg-color svg {
    height: 550px;
}
.mailed-table .c-jacket #lc-embroidery, .mailed-table .c-jacket #lc_cb_text--fl span, .mailed-table .c-jacket #lc-embroidery2, .mailed-table .c-jacket #lc_cb_text--sl span, .mailed-table .c-jacket #rc-embroidery, .mailed-table .c-jacket #rc_cb_text--fl span, .mailed-table .c-jacket #rc-embroidery2, .mailed-table .c-jacket #rc_cb_text--sl span {
    text-transform: none;
}
.mailed-table .c-jacket #lc-embroidery.upper, .mailed-table .c-jacket #lc_cb_text--fl span.upper, .mailed-table .c-jacket #lc-embroidery2.upper, .mailed-table .c-jacket #lc_cb_text--sl span.upper, .mailed-table .c-jacket #rc-embroidery.upper, .mailed-table .c-jacket #rc_cb_text--fl span.upper, .mailed-table .c-jacket #rc-embroidery2.upper, .mailed-table .c-jacket #rc_cb_text--sl span.upper {
    text-transform: uppercase;
}
.mailed-table .c-jacket .js-custom-box {
    opacity: 1;
    position: absolute;
    transition: opacity 0.15s ease;
    z-index: 1;
}
.mailed-table .c-jacket .js-custom-box .js-custom-box__text {
    font-family: 'Pro Block', serif;
    font-size: 7pt;
}
.mailed-table .c-jacket .js-custom-box .js-custom-box__text [data-font-family='Script'] {
    font-size: 12pt;
    line-height: 12pt;
    font-family: 'Script', serif;
}
.mailed-table .c-jacket .js-custom-box .js-custom-box__text [data-font-family='Pro Block'] {
    font-family: 'Pro Block', serif;
    line-height: 12pt;
}
.mailed-table .c-jacket .js-custom-box .js-custom-box__text span {
    display: block;
    white-space: nowrap;
}
.mailed-table .c-jacket .js-custom-box--front {
    padding-bottom: 10%;
    top: 30.5%;
    width: 10%;
}
.mailed-table .c-jacket .js-custom-box--front-rc {
    right: 58%;
}
.mailed-table .c-jacket .js-custom-box--front-rc .js-template {
    display: block;
    font-family: 'Athletic', serif;
    left: 50%;
    overflow: visible;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    transform: translate(-50%, -50%);
    width: 100%;
}
.mailed-table .c-jacket .js-custom-box--front-rc .js-template.js-template--years {
    font-family: "Athletic",serif;
    font-size: 17px;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-left: 5px;
}
.mailed-table .c-jacket .js-custom-box--front-rc .js-template__text-stroke {
    fill: transparent;
    stroke: inherit !important;
    stroke-width: 3;
}
.mailed-table .c-jacket .js-custom-box--front-rc .js-template__text-fill {
    fill: inherit !important;
    stroke: transparent !important;
}
.mailed-table .c-jacket .js-custom-box--front-lc {
    left: 54%;
}
.mailed-table .c-jacket .js-custom-box--front-lc .js-template {
    display: block;
    font-family: 'Athletic', serif;
    left: 50%;
    overflow: visible;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    transform: translate(-50%, -50%);
    width: 100%;
}
.mailed-table .c-jacket .js-custom-box--front-lc .js-template.js-template--years {
    font-family: "Athletic",serif;
    font-size: 17px;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-left: 5px;
}
.mailed-table .c-jacket .js-custom-box--front-lc .js-template__text-stroke {
    fill: transparent;
    stroke: inherit !important;
    stroke-width: 3;
}
.mailed-table .c-jacket .js-custom-box--front-lc .js-template__text-fill {
    fill: inherit !important;
    stroke: transparent !important;
}
.mailed-table .c-jacket [data-font-family='Athletic Block'] .js-template {
    font-family: 'Athletic', serif;
    top: 32px;
    font-size: 27px;
}
.mailed-table .c-jacket [data-font-family='Script'] .js-template {
    font-family: 'Script', serif;
    margin-top: 38px;
    font-size: 25px;
}
.mailed-table .c-jacket [data-font-family='Old English'] .js-template {
    font-family: 'Old', serif;
    font-size: 55px;
    margin-top: 27px;
}
.mailed-table .c-jacket [data-font-family='Pro Block'] .js-template {
    font-family: 'Pro Block', serif;
    font-size: 18px;
    margin-top: 26px;
}
.mailed-table .c-jacket [data-font-family='Vintage'] .js-template {
    font-family: 'Vintage', serif;
    font-size: 24px;
    margin-top: 30px;
}
.mailed-table .c-jacket .js-custom-box--left, .mailed-table .c-jacket .js-custom-box--right {
    left: 47%;
    padding-bottom: 10%;
    top: 23%;
    width: 9%;
}
.mailed-table .c-jacket .js-custom-box--left .js-custom-box__rows .js-template, .mailed-table .c-jacket .js-custom-box--right .js-custom-box__rows .js-template {
    height: 20px;
    left: auto;
    position: relative;
    right: auto;
    transform: translate(50%, 50%);
}
.mailed-table .c-jacket .js-custom-box--left .js-custom-box__rows .js-template .js-template__text-stroke, .mailed-table .c-jacket .js-custom-box--right .js-custom-box__rows .js-template .js-template__text-stroke {
    fill: transparent;
    stroke: inherit !important;
    stroke-width: 3;
}
.mailed-table .c-jacket .js-custom-box--left .js-custom-box__rows .js-template .js-template__text-fill, .mailed-table .c-jacket .js-custom-box--right .js-custom-box__rows .js-template .js-template__text-fill {
    fill: inherit !important;
    stroke: transparent !important;
}
.mailed-table .c-jacket .js-custom-box--left .js-custom-box__rows .js-template, .mailed-table .c-jacket .js-custom-box--right .js-custom-box__rows .js-template {
    font-size: 10pt;
    overflow: overlay;
    width: 100%;
    top: 10px;
    margin-top: 0;
}
.mailed-table .c-jacket .js-custom-box--left .js-custom-box__rows #ls_cb_img--fr, .mailed-table .c-jacket .js-custom-box--left .js-custom-box__rows #rs_cb_img--fr, .mailed-table .c-jacket .js-custom-box--right .js-custom-box__rows #ls_cb_img--fr, .mailed-table .c-jacket .js-custom-box--right .js-custom-box__rows #rs_cb_img--fr {
    height: 40px;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.mailed-table .c-jacket .js-custom-box--left .js-custom-box__rows #ls_cb_img--fr img, .mailed-table .c-jacket .js-custom-box--left .js-custom-box__rows #rs_cb_img--fr img, .mailed-table .c-jacket .js-custom-box--right .js-custom-box__rows #ls_cb_img--fr img, .mailed-table .c-jacket .js-custom-box--right .js-custom-box__rows #rs_cb_img--fr img {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.mailed-table .c-jacket .js-custom-box--left .js-custom-box__rows #ls_cb_years--fr .js-template--years, .mailed-table .c-jacket .js-custom-box--left .js-custom-box__rows #rs_cb_years--fr .js-template--years, .mailed-table .c-jacket .js-custom-box--right .js-custom-box__rows #ls_cb_years--fr .js-template--years, .mailed-table .c-jacket .js-custom-box--right .js-custom-box__rows #rs_cb_years--fr .js-template--years {
    font-size: 10px;
    height: 33px !important;
    transform: none !important;
    overflow: overlay;
    letter-spacing: 1px;
    width: 100%;
}
.mailed-table .c-jacket .js-custom-box--left .js-custom-box__rows .js-second-row, .mailed-table .c-jacket .js-custom-box--right .js-custom-box__rows .js-second-row {
    margin-top: -10px;
}
.mailed-table .c-jacket .js-custom-box--left .js-custom-box__rows .js-second-row #ls_cb_letters--sr, .mailed-table .c-jacket .js-custom-box--left .js-custom-box__rows .js-second-row #rs_cb_letters--sr, .mailed-table .c-jacket .js-custom-box--right .js-custom-box__rows .js-second-row #ls_cb_letters--sr, .mailed-table .c-jacket .js-custom-box--right .js-custom-box__rows .js-second-row #rs_cb_letters--sr {
    margin-top: 0px;
}
.mailed-table .c-jacket .js-custom-box--left .js-custom-box__rows .js-second-row #ls_cb_img--sr, .mailed-table .c-jacket .js-custom-box--left .js-custom-box__rows .js-second-row #rs_cb_img--sr, .mailed-table .c-jacket .js-custom-box--right .js-custom-box__rows .js-second-row #ls_cb_img--sr, .mailed-table .c-jacket .js-custom-box--right .js-custom-box__rows .js-second-row #rs_cb_img--sr {
    margin-top: 10px;
}
.mailed-table .c-jacket .js-custom-box--left .js-custom-box__rows .js-second-row .js-template--years, .mailed-table .c-jacket .js-custom-box--right .js-custom-box__rows .js-second-row .js-template--years {
    font-size: 14px;
    height: 33px !important;
    transform: none !important;
    overflow: overlay;
    letter-spacing: 1px;
    width: 100%;
    margin-top: -5px;
}
.mailed-table .c-jacket .js-custom-box--right {
    left: 45%;
}
.mailed-table .c-jacket .js-back {
    left: 50%;
    margin-left: -20%;
    position: absolute;
    top: 26%;
    width: 40%;
    position: relative;
    z-index: 2;
}
.mailed-table .c-jacket .js-back #b_cb_row--img {
    max-width: 58%;
    margin-right: auto;
    margin-left: auto;
    min-height: 80px;
}
.mailed-table .c-jacket .js-back #b_cb_row--img img {
    position: relative;
    z-index: 2;
    width: 80px
}
.mailed-table .c-jacket .js-back .js-svg-text {
    font-family: 'Athletic', serif;
    font-size: 34px;
    overflow: overlay;
    margin-bottom: 10px;
    text-transform: uppercase;
    width: 100%;
}
.mailed-table .c-jacket .js-back [data-font-family='Script'] .js-svg-text {
    font-size: 42px;
    font-family: 'Script', serif;
    text-transform: capitalize;
}
.mailed-table .c-jacket .js-back [data-font-family='Vintage'] .js-svg-text {
    font-family: 'Vintage', serif;
    font-size: 45px;
}
.mailed-table .c-jacket .js-back [data-font-family='Old English'] .js-svg-text {
    font-family: 'Old', serif;
    font-size: 65px;
    margin-bottom: 8px;
    word-spacing: -50px;
}
.mailed-table .c-jacket .js-back [data-font-family='Athletic Block'] .js-svg-text {
    font-family: 'Athletic', serif;
    font-size: 28px;
}
.mailed-table .c-jacket .js-back [data-font-family='Pro Block'] .js-svg-text {
    font-family: 'Pro Block', serif;
    font-size: 25px;
}

.mailed-table .c-jacket .js-back .js-svg-arched {
    font-family: 'Athletic', serif;
    font-size: 60px;
    overflow: visible;
    text-align: center;
    margin-bottom: -36px;
    text-transform: uppercase;
    width: 100%;
    margin-top: 20px;
}

.mailed-table .c-jacket .js-back .js-svg-arched.top-text {
    margin-bottom: -36px;
}

.mailed-table .c-jacket .js-back [data-font-family='Script'] .js-svg-arched {
    font-size: 80px;
    font-family: 'Script', serif;
    text-transform: capitalize;
    margin-bottom: -20px;
}
.mailed-table .c-jacket .js-back [data-font-family='Vintage'] .js-svg-arched {
    font-family: 'Vintage', serif;
    font-size: 70px;
}
.mailed-table .c-jacket .js-back [data-font-family='Old English'] .js-svg-arched {
    font-family: 'Old', serif;
    font-size: 150px;
    margin-bottom: -36px;
    word-spacing: -130px;
    
}
.mailed-table .c-jacket .js-back [data-font-family='Athletic Block'] .js-svg-arched {
    font-family: 'Athletic', serif;
    font-size: 60px;
}
.mailed-table .c-jacket .js-back [data-font-family='Pro Block'] .js-svg-arched {
    font-family: 'Pro Block', serif;
    font-size: 52px;
}

.mailed-table .c-jacket .js-back .js-svg-text--script {
    font-family: 'Script',serif;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
    font-size: 38px;
    overflow: visible
}
.mailed-table .c-jacket .js-back #b_cb_row--two{
    margin-top:  -10px;
}
.mailed-table .c-jacket .js-custom-box__tail {
    bottom: -1px;
    font-size: 5px;
    transform: rotate(-6deg);
    transform-origin: center;
    position: absolute;
    z-index: 2;
    width: 90%;
    text-align: center;
}


.mailed-table .btn.btn-secondary{
    padding: 10px 5px;
    max-width: 200px;
    font-size: 13px;
    display: block;
}

.mailed-table .c-jacket.s-wizard .js-svg-color {
    padding: 19px 0px 0 4px;
    max-width: 550px
}
.mailed-table .c-jacket.s-wizard .js-svg-color svg {
    height: 511px;
    max-width: 538px;
    padding: 0px 10px 0 0px;
    opacity: .78;
    margin-left: -4px;
}


.mailed-table .c-jacket.s-wizard .js-svg-color.js-svg-color-back {
    padding: 19px 0px 0 32px; 
}

.mailed-table .c-jacket.s-wizard .js-custom-box {
  z-index: 2; 
  
}
.mailed-table .c-jacket.s-wizard .js-custom-box--front-lc{
    left: 55%;
}
.mailed-table .c-jacket.s-wizard .js-custom-box--front-lc.js-custom-box--front-lc-Letters{
    left: 57%;
}

.mailed-table .c-jacket.s-wizard .js-custom-box--front-rc{
    right: 60%;
}
.mailed-table .c-jacket.s-wizard .js-custom-box--front-rc.js-custom-box--front-rc-Letters{
    right: 56%;
}

.mailed-table .c-jacket.s-wizard .js-custom-box--front-lc .js-template.js-template--years{
    font-size: 32px
}
.mailed-table .c-jacket.s-wizard .js-custom-box--front-rc .js-template.js-template--years{
   font-size: 32px 
}

.mailed-table .c-jacket.s-wizard [data-font-family='Vintage'] .js-template{
    font-size: 46px
}
.mailed-table .c-jacket.s-wizard [data-font-family='Script'] .js-template{
    font-size: 41px
}
.mailed-table .c-jacket.s-wizard [data-font-family='Old English'] .js-template{
    font-size: 101px
}
.mailed-table .c-jacket.s-wizard [data-font-family='Athletic Block'] .js-template{
    font-size: 36px;
}

.mailed-table .c-jacket.s-wizard [data-font-family='Pro Block'] .js-template{
    font-size: 34px;
}

.mailed-table .c-jacket.s-wizard .js-custom-box--front img {
  min-width: 60px; 
}

.mailed-table .c-jacket.s-wizard .js-custom-box__tail{
    bottom: -20px;
    font-size: 10px;
}
.mailed-table .c-jacket.s-wizard .upper{
    text-transform: uppercase;
}
.mailed-table .c-jacket.s-wizard .js-custom-box--front-bl {
  top: auto;
  bottom: 4px;
  left: 50%;
  width: 145px;
  text-align: center;
  padding-left: 0px; 
}
.mailed-table .c-jacket.s-wizard .js-custom-box--front-bl .js-template__text-stroke {
    stroke-width: 2; 
}
.mailed-table .c-jacket.s-wizard .js-custom-box--front-bl.js-custom-box--front-bl-Patch {
    margin-bottom: 0px; 
}
.mailed-table .c-jacket.s-wizard .js-custom-box--front-bl.js-custom-box--front-bl-Patch img {
      max-width: 60px;
      margin: auto; 
  }
.mailed-table .c-jacket.s-wizard .js-custom-box--front-bl .js-template--years {
    font-family: "Athletic",serif;
    font-size: 32px;
    letter-spacing: 1px;
    overflow: visible;
    height: 88px;
    margin-top: 0px;
    width: 100%;
}
.mailed-table .c-jacket.s-wizard .js-custom-box--front-bl.js-custom-box--front-bl-Embroidery {
    padding-bottom: 0;
    top: 77%; 
}
.mailed-table .c-jacket.s-wizard .js-custom-box--front-bl.js-custom-box--front-bl-Embroidery #bl_cb_text--fl, .mailed-table .c-jacket.s-wizard .js-custom-box--front-bl.js-custom-box--front-bl-Embroidery #bl_cb_text--sl {
    height: 15px;
    line-height: 8px; 
}
.mailed-table .c-jacket.s-wizard .js-custom-box--front-bl.js-custom-box--front-bl-Embroidery #bl_cb_text--sl {
    margin-top: -5px; 
}
.mailed-table .c-jacket.s-wizard .js-custom-box--front-bl.js-custom-box--front-bl-Embroidery #bl_cb_text--sl[data-font-family=Script] {
    margin-top: 1px;
    margin-bottom: -2px 
  }
.mailed-table .c-jacket.s-wizard .js-custom-box--front-bl.js-custom-box--front-bl-Letters .js-template {
    font-size: 32pt;
    margin-bottom: 28px;
    height: 30px;
    overflow: visible;
    padding-left: 0px;
    width: 100%;
    letter-spacing: 4px; 
}
.mailed-table .c-jacket.s-wizard .js-custom-box--front-bl.js-custom-box--front-bl-Letters[data-font-family='Old English'] .js-template {
    font-size: 80pt; 
}
.mailed-table .c-jacket.s-wizard .js-custom-box--front-bl.js-custom-box--front-bl-Letters[data-font-family=Script] .js-template {
    font-size: 34pt;
    margin-bottom: 4px; 
}

.mailed-table .c-jacket.s-wizard .js-custom-box--front-al {
  top: 63%;
  left: 52%;
  width: 145px;
  text-align: center;
  padding-left: 0px;
  height: 20px;
  padding-bottom: 0; 
}
.mailed-table .c-jacket.s-wizard .js-custom-box--front-al .js-template__text-stroke {
    stroke-width: 2;
}
.mailed-table .c-jacket.s-wizard .js-custom-box--front-al img {
    max-width: 25px;
    margin: auto;
    margin-top: -21px; 
}
.mailed-table .c-jacket.s-wizard .js-custom-box--front-al .js-template--years {
    font-family: "Athletic",serif;
    font-size: 32px;
    letter-spacing: 1px;
    overflow: visible;
    height: 40px;
    margin-top: 0px;
    width: 100%;
    padding-left: 0px;
}
.mailed-table .c-jacket.s-wizard .js-custom-box--front-al.js-custom-box--front-al-Letters .js-template {
    font-size: 32pt;
    margin-top: -25px;
    height: 30px;
    overflow: visible;
    padding-left: 0px;
    padding-right: 10px;
    width: 100%;
    letter-spacing: 4px; 
}
.mailed-table .c-jacket.s-wizard .js-custom-box--front-al.js-custom-box--front-al-Letters[data-font-family='Old English'] .js-template {
    font-size: 80pt; 
}
.mailed-table .c-jacket.s-wizard .js-custom-box--front-al.js-custom-box--front-al-Letters[data-font-family=Script] .js-template {
    font-size: 34pt;
    margin-bottom: -46px; 
}
.mailed-table .c-jacket.s-wizard .js-custom-box--front-al.js-custom-box--front-al-Embroidery {
    padding-bottom: 0;
    bottom: 28%;
    top: auto; 
}
@media (max-width: 991px) {
    .mailed-table .c-jacket.s-wizard .js-custom-box--front-al.js-custom-box--front-al-Embroidery {
        width: 105px;
        padding-left: 8px;
        bottom: 30%; 
    } 
}
@media (max-width: 768px) {
      .mailed-table .c-jacket.s-wizard .js-custom-box--front-al.js-custom-box--front-al-Embroidery {
        width: 79px;
        padding-left: 10px; 
    } 
}
.mailed-table .c-jacket.s-wizard .js-custom-box--front-al.js-custom-box--front-al-Embroidery #al_cb_text--fl, .mailed-table .c-jacket.s-wizard .js-custom-box--front-al.js-custom-box--front-al-Embroidery #al_cb_text--sl {
      height: 15px;
      line-height: 15px;
  }
.mailed-table .c-jacket.s-wizard .js-custom-box--front-al.js-custom-box--front-al-Embroidery #al_cb_text--sl {
      margin-top: -5px; 
  }

.mailed-table .c-jacket.s-wizard .js-custom-box--front-al.js-custom-box--front-al-Embroidery #al_cb_text--sl[data-font-family=Script] {
    margin-top: 1px;
    margin-bottom: -2px 
  }

.mailed-table .c-jacket.s-wizard .js-custom-box--front-br {
  top: auto;
  bottom: 4px;
  right: 50%;
  width: 145px;
  text-align: center;
  padding-left: 0px; 
}
.mailed-table .c-jacket.s-wizard .js-custom-box--front-br .js-template__text-stroke {
    stroke-width: 3; 
}
.mailed-table .c-jacket.s-wizard .js-custom-box--front-br.js-custom-box--front-br-Patch {
    margin-bottom: 0px;
    padding-left: 0px; 
}
.mailed-table .c-jacket.s-wizard .js-custom-box--front-br.js-custom-box--front-br-Patch img {
      max-width: 60px;
      margin: auto; 
}
.mailed-table .c-jacket.s-wizard .js-custom-box--front-br .js-template--years {
    font-family: "Athletic",serif;
    font-size: 32px;
    letter-spacing: 1px;
    overflow: visible;
    height: 86px;
    margin-top: 1px;
    width: 100%;
}
  .mailed-table .c-jacket.s-wizard .js-custom-box--front-br.js-custom-box--front-br-Letters .js-template {
    font-size: 32pt;
    margin-top: -68px;
    height: 30px;
    overflow: visible;
    padding-left: 0px;
    padding-right: 10px;
    width: 100%;
    letter-spacing: 4px; 
}
.mailed-table .c-jacket.s-wizard .js-custom-box--front-br.js-custom-box--front-br-Letters[data-font-family='Old English'] .js-template {
    font-size: 80pt; 
}
.mailed-table .c-jacket.s-wizard .js-custom-box--front-br.js-custom-box--front-br-Letters[data-font-family=Script] .js-template {
    font-size: 34pt;
    margin-bottom: -30px;
}
.mailed-table .c-jacket.s-wizard .js-custom-box--front-br.js-custom-box--front-br-Embroidery {
    padding-bottom: 0;
    top: 77%; 
}
    
.mailed-table .c-jacket.s-wizard .js-custom-box--front-br.js-custom-box--front-br-Embroidery #br_cb_text--fl, .mailed-table .c-jacket.s-wizard .js-custom-box--front-br.js-custom-box--front-br-Embroidery #br_cb_text--sl {
      height: 15px;
      line-height: 8px; 
  }
.mailed-table .c-jacket.s-wizard .js-custom-box--front-br.js-custom-box--front-br-Embroidery #br_cb_text--sl {
      margin-top: -5px; 
  }
.mailed-table .c-jacket.s-wizard .js-custom-box--front-br.js-custom-box--front-br-Embroidery #br_cb_text--sl[data-font-family=Script] {
    margin-top: 1px;
    margin-bottom: -2px 
  }

.mailed-table .c-jacket.s-wizard .js-custom-box--front-ar {
  top: 58%;
  width: 145px;
  text-align: center;
  right: 51%;
  padding-right: 0px; 
}
.mailed-table .c-jacket.s-wizard .js-custom-box--front-ar .js-template__text-stroke {
    stroke-width: 3; 
}
.mailed-table .c-jacket.s-wizard .js-custom-box--front-ar img {
    max-width: 60px;
    margin: auto; 
}
.mailed-table .c-jacket.s-wizard .js-custom-box--front-ar .js-template--years {
    font-family: "Athletic",serif;
    font-size: 32px;
    letter-spacing: 1px;
    overflow: visible;
    height: 102px;
    margin-top: -2px;
    width: 100%;
}
.mailed-table .c-jacket.s-wizard .js-custom-box--front-ar.js-custom-box--front-ar-Letters .js-template {
    font-size: 32pt;
    margin-top: 0;
    height: 90px;
    overflow: visible;
    padding-left: 0px;
    width: 100%;
    letter-spacing: 4px; 
}
.mailed-table .c-jacket.s-wizard .js-custom-box--front-ar.js-custom-box--front-ar-Letters[data-font-family='Old English'] .js-template {
    font-size: 80pt; 
    margin-top: -10px;
}
.mailed-table .c-jacket.s-wizard .js-custom-box--front-ar.js-custom-box--front-ar-Letters[data-font-family=Script] .js-template {
    font-size: 32pt;
    margin-bottom: -80px; 
}
.mailed-table .c-jacket.s-wizard .js-custom-box--front-ar.js-custom-box--front-ar-Embroidery {
    padding-bottom: 0;
    bottom: 28%;
    top: auto; 
}
.mailed-table .c-jacket.s-wizard .js-custom-box--front-ar.js-custom-box--front-ar-Embroidery #ar_cb_text--fl, .mailed-table .c-jacket.s-wizard .js-custom-box--front-ar.js-custom-box--front-ar-Embroidery #ar_cb_text--sl {
    height: 15px;
    line-height: 15px; 
}
.mailed-table .c-jacket.s-wizard .js-custom-box--front-ar.js-custom-box--front-ar-Embroidery #ar_cb_text--sl {
    margin-top: -5px; 
}
.mailed-table .c-jacket.s-wizard .js-custom-box--front-ar.js-custom-box--front-ar-Embroidery #ar_cb_text--sl[data-font-family=Script] {
    margin-top: 1px;
    margin-bottom: -2px
}


#lc_cb_text--sl, #rc_cb_text--sl{
    margin-top: -5px;
}
#lc_cb_text--sl[data-font-family=Script], #rc_cb_text--sl[data-font-family=Script]{
    margin-top: 1px;
    margin-bottom: -2px
}



