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

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

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

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

.wishlist-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;
}

.wishlist-table td {
    position: relative;
}

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

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

.wishlist-table img {
    width: 200px;
}

.wishlist-table a.wishlist-remove {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top:-12px;
    margin-left:-12px;
    background-image: url('../images/remove.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 6;
    border:none;
    opacity:0;
}

.wishlist-table td:hover > a.wishlist-remove {
    opacity:1;
}

.wishlist-toggle {
    display: block;
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 5;
    width: 24px;
    height: 24px;
    outline: none;
    border:none;
}

.wishlist-title {
    display: none;
}

.wishlist-see {
    padding: 10px;
    margin-bottom: 8px;
}

.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;
}

.wishlist-toggle:focus {
    outline: none;
    border:none;
}

.wishlist-toggle svg {
    fill:#bdbdbd;
    transition: all 200ms ease-out;
}

.wishlist-toggle:hover svg,
.wishlist-toggle.active svg {
    fill:#000000;
}

.wishlist-toggle svg .loading,
.wishlist-toggle svg .check {
    opacity: 0;
}

.wishlist-toggle.active svg .check {
    opacity: 1;
}

.wishlist-toggle.active svg .heart {
    opacity: 0;
}

.wishlist-toggle.loading svg .loading,
.wishlist-table.loading:before {
    animation:loading 500ms 0ms infinite normal linear;
    transform-origin: center;
    opacity: 1;
}

.wishlist-toggle.loading svg .heart {
    opacity:0;
}

@keyframes loading {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}
.wishlist-table{
    border: 1px solid #ddd;
    border-radius: 6px;
}
.wishlist-table tr, .wishlist-table td, .wishlist-table th{
    padding: 10px 20px;
}
@media only screen and (max-width: 991px) {
    .wishlist-table tr, .wishlist-table td, .wishlist-table th{
        display: block;
    }
}
.wishlist-table th{
    font-size: 20px;
}
.wishlist-table tr{
    border-bottom: 1px solid #ddd;
}

.wishlist-table .c-jacket {
    min-width: 200px;
}
.wishlist-table .c-svg{
    background: rgb(235 232 232 / 96%);
}

a.c-tit:hover{
    cursor: default;
    text-decoration: none;
}
.wishlist-table .c-svg .js-template.complete {
    height: 200px!important;
    margin-top: -50px!important;
}
.wishlist-table .c-jacket .carousel {
    width: 100%;
    height: 100%;
}
.wishlist-table .c-jacket .carousel .car-wrapper {
    height: 100%;
}
.wishlist-table .c-jacket .carousel .carousel-inner {
    width: 220px;
    height: 280px;
    padding: 10px 10px 65px;
    border: none;
    margin: 0 auto;
}
.wishlist-table .c-jacket .carousel .carousel-item {
    width: 100%;
    height: 100%;
}
.wishlist-table .c-jacket .carousel .carousel-control-next, .wishlist-table .c-jacket .carousel .carousel-control-prev {
    align-items: start;
    padding-top: 40px;
    border: none;
    background: transparent;
    opacity: 0;
    display: none;
}
.wishlist-table .c-jacket .carousel .carousel-control-next-icon {
    background-image: none;
}
.wishlist-table .c-jacket .carousel .carousel-control-next-icon:after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
}
.wishlist-table .c-jacket .carousel .carousel-control-prev-icon {
    background-image: none;
}
.wishlist-table .c-jacket .carousel .carousel-control-prev-icon:after {
    content: "\f060";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
}
.wishlist-table .c-jacket .carousel .carousel-indicators {
    justify-content: center;
    margin-top: 15px;
    margin-left: 5%;
    margin-right: 5%;
    z-index: 1002;
    position: absolute;
    bottom: -5px;
}
.wishlist-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;
}
.wishlist-table .c-jacket .carousel .carousel-indicators li.active {
    border: 2px solid #d24444;
}
.wishlist-table .c-jacket .j-wrap {
    width: 200px;
    height: 200px;
}
.wishlist-table .c-jacket .is-hidden {
    display: none;
}
.wishlist-table .c-jacket .js-media__view {
    padding: 0;
    position: relative;
    width: 200px !important;
    max-width: 200px !important;
    left: 50%;
    transform: translateX(-50%);
}
.wishlist-table .c-jacket .js-media__kit--style {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}
.wishlist-table .c-jacket .js-media__kit {
    position: relative;
    width: 200px;
}
.wishlist-table .c-jacket .js-media__kit:not(.is-active) {
    display: none;
}
.wishlist-table .c-jacket .js-media__kit:last-of-type {
    left: 0;
    position: absolute;
    top: 0;
    display: block;
    justify-content: center;
}
.wishlist-table .c-jacket .js-media__kit img {
    width: 200px !important;
    mix-blend-mode: multiply;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    left: 0;
}
.wishlist-table .c-jacket .js-media__kit img:not(.is-active) {
    left: 50%;
    position: absolute;
    top: 0;
    width: 100%;
    transform: translateX(-50%);
    display: none;
}
.wishlist-table .c-jacket .js-media__kit [data-material]:not(.is-active) {
    display: none;
}
.wishlist-table .c-jacket .js-svg-color {
    fill: transparent;
    opacity: 0.95;
    position: absolute;
    transition: fill 0.15s ease;
    width: 100%;
    max-width: 200px;
}
.wishlist-table .c-jacket .js-svg-color svg {
    height: 200px;
}
.wishlist-table .c-jacket #lc-embroidery, .wishlist-table .c-jacket #lc_cb_text--fl span, .wishlist-table .c-jacket #lc-embroidery2, .wishlist-table .c-jacket #lc_cb_text--sl span, .wishlist-table .c-jacket #rc-embroidery, .wishlist-table .c-jacket #rc_cb_text--fl span, .wishlist-table .c-jacket #rc-embroidery2, .wishlist-table .c-jacket #rc_cb_text--sl span {
    text-transform: none;
}
.wishlist-table .c-jacket #lc-embroidery.upper, .wishlist-table .c-jacket #lc_cb_text--fl span.upper, .wishlist-table .c-jacket #lc-embroidery2.upper, .wishlist-table .c-jacket #lc_cb_text--sl span.upper, .wishlist-table .c-jacket #rc-embroidery.upper, .wishlist-table .c-jacket #rc_cb_text--fl span.upper, .wishlist-table .c-jacket #rc-embroidery2.upper, .wishlist-table .c-jacket #rc_cb_text--sl span.upper {
    text-transform: uppercase;
}
.wishlist-table .c-jacket .js-custom-box {
    opacity: 1;
    position: absolute;
    transition: opacity 0.15s ease;
    z-index: 1;
}
.wishlist-table .c-jacket .js-custom-box .js-custom-box__text {
    font-family: 'Pro Block', serif;
    font-size: 7pt;
}
.wishlist-table .c-jacket .js-custom-box .js-custom-box__text [data-font-family='Script'] {
    font-size: 7pt;
    line-height: 12pt;
    font-family: 'Script', serif;
}
.wishlist-table .c-jacket .js-custom-box .js-custom-box__text [data-font-family='Pro Block'] {
    font-family: 'Pro Block', serif;
    line-height: 12pt;
}
.wishlist-table .c-jacket .js-custom-box .js-custom-box__text span {
    display: block;
    white-space: nowrap;
}
.wishlist-table .c-jacket .js-custom-box--front {
    padding-bottom: 10%;
    top: 30.5%;
    width: 10%;
}
.wishlist-table .c-jacket .js-custom-box--front-rc {
    right: 58%;
}
.wishlist-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%;
}
.wishlist-table .c-jacket .js-custom-box--front-rc .js-template.js-template--years {
    font-family: "Athletic",serif;
    font-size: 13px;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-left: 5px;
}
.wishlist-table .c-jacket.s-wizard .js-custom-box--front-rc .js-template.js-template--years {
    font-size: 14px;
    margin-left: 13px;
}
.wishlist-table .c-jacket .js-custom-box--front-rc .js-template__text-stroke {
    fill: transparent;
    stroke: inherit !important;
    stroke-width: 3;
}
.wishlist-table .c-jacket .js-custom-box--front-rc .js-template__text-fill {
    fill: inherit !important;
    stroke: transparent !important;
}
.wishlist-table .c-jacket .js-custom-box--front-lc {
    left: 54%;
}
.wishlist-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%;
}
.wishlist-table .c-jacket .js-custom-box--front-lc .js-template.js-template--years {
    font-family: "Athletic",serif;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-left: 10px;
}
.wishlist-table .c-jacket .js-custom-box--front-lc .js-template__text-stroke {
    fill: transparent;
    stroke: inherit !important;
    stroke-width: 3;
}
.wishlist-table .c-jacket .js-custom-box--front-lc .js-template__text-fill {
    fill: inherit !important;
    stroke: transparent !important;
}
.wishlist-table .c-jacket [data-font-family='Athletic Block'] .js-template {
    font-family: 'Athletic', serif;
    top: 32px;
    font-size: 27px;
    scale: 0.55;
    
}
.wishlist-table .c-jacket [data-font-family='Athletic Block'].js-custom-box--front-lc .js-template {
    transform: translate(-53%, -105%);
}
.wishlist-table .c-jacket [data-font-family='Script'] .js-template {
    font-family: 'Script', serif;
    margin-top: 38px;
    font-size: 25px;
    scale: 0.65;
}
.wishlist-table .c-jacket [data-font-family='Script'].js-custom-box--front-lc .js-template {
    transform: translate(-53%, -89%);
}
.wishlist-table .c-jacket [data-font-family='Old English'] .js-template {
    font-family: 'Old', serif;
    font-size: 55px;
    margin-top: 27px;
    scale: 0.75;
}
.wishlist-table .c-jacket [data-font-family='Old English'].js-custom-box--front-lc .js-template {
    transform: translate(-33%, -73%);
}
.wishlist-table .c-jacket [data-font-family='Pro Block'] .js-template {
    font-family: 'Pro Block', serif;
    font-size: 23px;
    margin-top: 26px;
    scale: 0.65;
}
.wishlist-table .c-jacket [data-font-family='Pro Block'].js-custom-box--front-lc .js-template {
    transform: translate(-42%, -83%);
}
.wishlist-table .c-jacket [data-font-family='Vintage'] .js-template {
    font-family: 'Vintage', serif;
    font-size: 24px;
    margin-top: 30px;
    scale: 0.75;
}
.wishlist-table .c-jacket [data-font-family='Vintage'].js-custom-box--front-lc .js-template {
    transform: translate(-49%, -75%);
}
.wishlist-table .c-jacket .js-custom-box--left, .wishlist-table .c-jacket .js-custom-box--right {
    left: 47%;
    padding-bottom: 10%;
    top: 23%;
    width: 9%;
}
.wishlist-table .c-jacket .js-custom-box--left .js-custom-box__rows .js-template, .wishlist-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%);
}
.wishlist-table .c-jacket .js-custom-box--left .js-custom-box__rows .js-template .js-template__text-stroke, .wishlist-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;
}
.wishlist-table .c-jacket .js-custom-box--left .js-custom-box__rows .js-template .js-template__text-fill, .wishlist-table .c-jacket .js-custom-box--right .js-custom-box__rows .js-template .js-template__text-fill {
    fill: inherit !important;
    stroke: transparent !important;
}
.wishlist-table .c-jacket .js-custom-box--left .js-custom-box__rows .js-template, .wishlist-table .c-jacket .js-custom-box--right .js-custom-box__rows .js-template {
    font-size: 22pt;
    overflow: visible;
    width: 100%;
    top: 10px;
    margin-top: 0;
}
.wishlist-table .c-jacket .js-custom-box--left .js-custom-box__rows [data-font-family='Pro Block'] .js-template, .wishlist-table .c-jacket .js-custom-box--right .js-custom-box__rows [data-font-family='Pro Block'] .js-template {
   font-size: 14pt; 
}

.wishlist-table .c-jacket .js-custom-box--left .js-custom-box__rows [data-font-family='Old English'] .js-template, .wishlist-table .c-jacket .js-custom-box--right .js-custom-box__rows [data-font-family='Old English'] .js-template {
   font-size: 38pt; 
}

.wishlist-table .c-jacket .js-custom-box--left .js-custom-box__rows #ls_cb_img--fr, .wishlist-table .c-jacket .js-custom-box--left .js-custom-box__rows #rs_cb_img--fr, .wishlist-table .c-jacket .js-custom-box--right .js-custom-box__rows #ls_cb_img--fr, .wishlist-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;
}
.wishlist-table .c-jacket .js-custom-box--left .js-custom-box__rows #ls_cb_img--fr img, .wishlist-table .c-jacket .js-custom-box--left .js-custom-box__rows #rs_cb_img--fr img, .wishlist-table .c-jacket .js-custom-box--right .js-custom-box__rows #ls_cb_img--fr img, .wishlist-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%);
}
.wishlist-table .c-jacket .js-custom-box--left .js-custom-box__rows #ls_cb_years--fr .js-template--years, .wishlist-table .c-jacket .js-custom-box--left .js-custom-box__rows #rs_cb_years--fr .js-template--years, .wishlist-table .c-jacket .js-custom-box--right .js-custom-box__rows #ls_cb_years--fr .js-template--years, .wishlist-table .c-jacket .js-custom-box--right .js-custom-box__rows #rs_cb_years--fr .js-template--years {
    font-family: "Athletic",serif;
    font-size: 10px;
    height: 33px !important;
    transform: none !important;
    overflow: visible;
    letter-spacing: 1px;
    width: 100%;
}
.wishlist-table .c-jacket .js-custom-box--left .js-custom-box__rows .js-second-row, .wishlist-table .c-jacket .js-custom-box--right .js-custom-box__rows .js-second-row {
    margin-top: -10px;
}
.wishlist-table .c-jacket .js-custom-box--left .js-custom-box__rows .js-second-row #ls_cb_letters--sr, .wishlist-table .c-jacket .js-custom-box--left .js-custom-box__rows .js-second-row #rs_cb_letters--sr, .wishlist-table .c-jacket .js-custom-box--right .js-custom-box__rows .js-second-row #ls_cb_letters--sr, .wishlist-table .c-jacket .js-custom-box--right .js-custom-box__rows .js-second-row #rs_cb_letters--sr {
    margin-top: 0px;
}
.wishlist-table .c-jacket .js-custom-box--left .js-custom-box__rows .js-second-row #ls_cb_img--sr, .wishlist-table .c-jacket .js-custom-box--left .js-custom-box__rows .js-second-row #rs_cb_img--sr, .wishlist-table .c-jacket .js-custom-box--right .js-custom-box__rows .js-second-row #ls_cb_img--sr, .wishlist-table .c-jacket .js-custom-box--right .js-custom-box__rows .js-second-row #rs_cb_img--sr {
    margin-top: 10px;
}
.wishlist-table .c-jacket .js-custom-box--left .js-custom-box__rows .js-second-row .js-template--years, .wishlist-table .c-jacket .js-custom-box--right .js-custom-box__rows .js-second-row .js-template--years {
    font-family: "Athletic",serif;
    font-size: 10px;
    height: 33px !important;
    transform: none !important;
    overflow: visible;
    letter-spacing: 1px;
    width: 100%;
    margin-top: -5px;
}
.wishlist-table .c-jacket .js-custom-box--right {
    left: 45%;
}
.wishlist-table .c-jacket .js-back {
    left: 50%;
    margin-left: -20%;
    position: absolute;
    top: 26%;
    width: 40%;
    position: relative;
    z-index: 2;
}
.wishlist-table .c-jacket .js-back #b_cb_row--img {
    max-width: 58%;
    margin-right: auto;
    margin-left: auto;
}
.wishlist-table .c-jacket .js-back #b_cb_row--img img {
    position: relative;
    z-index: 2;
    width: 38px
}
.wishlist-table .c-jacket .js-back .js-svg-text {
    font-family: 'Athletic', serif;
    font-size: 34px;
    overflow: visible;
    margin-bottom: 10px;
    text-transform: uppercase;
    width: 100%;
}

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

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

.wishlist-table .c-jacket .js-back [data-font-family='Script'] .js-svg-text {
    font-size: 42px;
    font-family: 'Script', serif;
    text-transform: capitalize;
}
.wishlist-table .c-jacket .js-back [data-font-family='Vintage'] .js-svg-text {
    font-family: 'Vintage', serif;
    font-size: 45px;
}
.wishlist-table .c-jacket .js-back [data-font-family='Old English'] .js-svg-text {
    font-family: 'Old', serif;
    font-size: 70px;
    margin-bottom: 8px;
    word-spacing: -50px
}
.wishlist-table .c-jacket .js-back [data-font-family='Athletic Block'] .js-svg-text {
    font-family: 'Athletic', serif;
    font-size: 28px;
}
.wishlist-table .c-jacket .js-back [data-font-family='Pro Block'] .js-svg-text {
    font-family: 'Pro Block', serif;
    font-size: 25px;
}

.wishlist-table .c-jacket .js-back [data-font-family='Script'] .js-svg-arched {
    font-size: 70px;
    font-family: 'Script', serif;
    text-transform: capitalize;
    
}
.wishlist-table .c-jacket .js-back [data-font-family='Script'] .js-svg-arched.top-text {
    margin-bottom: -20px;
}
.wishlist-table .c-jacket .js-back [data-font-family='Vintage'] .js-svg-arched {
    font-family: 'Vintage', serif;
    font-size: 70px;
}
.wishlist-table .c-jacket .js-back [data-font-family='Vintage'] .js-svg-arched.top-text {
    margin-bottom: -15px;
}
.wishlist-table .c-jacket .js-back [data-font-family='Old English'] .js-svg-arched {
    font-family: 'Old', serif;
    font-size: 130px;
    word-spacing: -118px;
}
.wishlist-table .c-jacket .js-back [data-font-family='Old English'] .js-svg-arched.top-text {
    margin-bottom: -15px;
}
.wishlist-table .c-jacket .js-back [data-font-family='Athletic Block'] .js-svg-arched {
    font-family: 'Athletic', serif;
    font-size: 54px;
}
.wishlist-table .c-jacket .js-back [data-font-family='Pro Block'] .js-svg-arched {
    font-family: 'Pro Block', serif;
    font-size: 45px;
}
.wishlist-table .c-jacket .js-back [data-font-family='Pro Block'] .js-svg-arched.top-text {
    margin-bottom: -15px;
}
.wishlist-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
}
.wishlist-table .c-jacket .js-back #b_cb_row--two, .wishlist-table .c-jacket .js-back #b_cb_row--three{
    margin-top:  -5px;
}
.wishlist-table .c-jacket .js-custom-box__tail {
    bottom: -2px;
    font-size: 4px;
    transform: rotate(-6deg);
    transform-origin: center;
    position: absolute;
    z-index: 2;
    width: 100%;
    text-align: center;
}


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


.wishlist-table .c-jacket.s-wizard .js-svg-color {
  padding: 0px 0px 0 4px;
  max-width: 200px; 
}
.wishlist-table .c-jacket.s-wizard .js-svg-color svg {
    height: 200px;
    max-width: 191px;
    padding: 0px 5px 0 0px;
    opacity: .78;
    margin-left: -4px;
}


.wishlist-table .c-jacket.s-wizard .js-svg-color.js-svg-color-back {
    padding: 0px 0px 0 12px; 
}

.wishlist-table .c-jacket.s-wizard .js-custom-box {
  z-index: 2; 
  
}
.wishlist-table .c-jacket.s-wizard .js-custom-box--front-lc{
    left: 48%;
}
.wishlist-table .c-jacket.s-wizard .js-custom-box--front-lc.js-custom-box--front-lc-Letters{
    left: 52%;
}

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

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

.wishlist-table .c-jacket.s-wizard .js-custom-box--front-bl {
  top: auto;
  bottom: 4px;
  left: 50%;
  width: 50px;
  text-align: center;
  padding-left: 0px; 
}
.wishlist-table .c-jacket.s-wizard .js-custom-box--front-bl .js-template__text-stroke {
    fill: transparent;
    stroke: inherit !important;
    stroke-width: 3; 
}
.wishlist-table .c-jacket.s-wizard .js-custom-box--front-bl .js-template__text-fill{
    stroke: inherit !important;
    stroke-width: 0;
}
.wishlist-table .c-jacket.s-wizard .js-custom-box--front-bl.js-custom-box--front-bl-Patch {
    margin-bottom: 0px; 
}
.wishlist-table .c-jacket.s-wizard .js-custom-box--front-bl.js-custom-box--front-bl-Patch img {
      max-width: 25px;
      margin: auto; 
  }
.wishlist-table .c-jacket.s-wizard .js-custom-box--front-bl .js-template--years {
    font-family: "Athletic",serif;
    font-size: 13px;
    letter-spacing: 1px;
    overflow: visible;
    height: 25px;
    margin-top: 0px;
    width: 100%;
}

.wishlist-table .c-jacket.s-wizard .js-custom-box--front-bl.js-custom-box--front-bl-Embroidery {
    padding-bottom: 0;
    top: 77%; 
}
.wishlist-table .c-jacket.s-wizard .js-custom-box--front-bl.js-custom-box--front-bl-Embroidery #bl_cb_text--fl, .wishlist-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; 
}
.wishlist-table .c-jacket.s-wizard .js-custom-box--front-bl.js-custom-box--front-bl-Embroidery #bl_cb_text--sl {
    margin-top: -5px; 
}
.wishlist-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 
  }
.wishlist-table .c-jacket.s-wizard .js-custom-box--front-bl.js-custom-box--front-bl-Letters .js-template {
    font-size: 18pt;
    margin-bottom: 0px;
    height: 30px;
    overflow: visible;
    padding-left: 0px;
    width: 100%;
    letter-spacing: 4px; 
}
.wishlist-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: 47pt; 
}
.wishlist-table .c-jacket.s-wizard .js-custom-box--front-bl.js-custom-box--front-bl-Letters[data-font-family=Script] .js-template {
    font-size: 20pt;
    margin-bottom: 4px; 
}

.wishlist-table .c-jacket.s-wizard .js-custom-box--front-al {
  top: 63%;
  left: 52%;
  width: 50px;
  text-align: center;
  padding-left: 0px;
  height: 20px;
  padding-bottom: 0; 
}
.wishlist-table .c-jacket.s-wizard .js-custom-box--front-al .js-template__text-stroke {
    fill: transparent;
    stroke: inherit !important;
    stroke-width: 3; 
}
.wishlist-table .c-jacket.s-wizard .js-custom-box--front-al .js-template__text-fill{
    stroke: inherit !important;
    stroke-width: 0;
}
.wishlist-table .c-jacket.s-wizard .js-custom-box--front-al img {
    max-width: 25px;
    margin: auto;
    margin-top: -21px; 
}
.wishlist-table .c-jacket.s-wizard .js-custom-box--front-al .js-template--years {
    font-family: "Athletic",serif;
    font-size: 13px;
    letter-spacing: 1px;
    overflow: visible;
    height: 40px;
    margin-top: -22px;
    width: 100%;
    padding-left: 0px; 
}
.wishlist-table .c-jacket.s-wizard .js-custom-box--front-al.js-custom-box--front-al-Letters .js-template {
    font-size: 18pt;
    margin-top: -25px;
    height: 30px;
    overflow: visible;
    padding-left: 0px;
    padding-right: 10px;
    width: 100%;
    letter-spacing: 4px; 
}
.wishlist-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: 36pt; 
}
.wishlist-table .c-jacket.s-wizard .js-custom-box--front-al.js-custom-box--front-al-Letters[data-font-family=Script] .js-template {
    font-size: 20pt;
    margin-bottom: -20px; 
}
.wishlist-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) {
    .wishlist-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) {
      .wishlist-table .c-jacket.s-wizard .js-custom-box--front-al.js-custom-box--front-al-Embroidery {
        width: 79px;
        padding-left: 10px; 
    } 
}
.wishlist-table .c-jacket.s-wizard .js-custom-box--front-al.js-custom-box--front-al-Embroidery #al_cb_text--fl, .wishlist-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;
  }
.wishlist-table .c-jacket.s-wizard .js-custom-box--front-al.js-custom-box--front-al-Embroidery #al_cb_text--sl {
      margin-top: -5px; 
  }

.wishlist-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 
  }

.wishlist-table .c-jacket.s-wizard .js-custom-box--front-br {
  top: auto;
  bottom: 4px;
  right: 50%;
  width: 50px;
  text-align: center;
  padding-left: 0px; 
}
.wishlist-table .c-jacket.s-wizard .js-custom-box--front-br .js-template__text-stroke {
    fill: transparent;
    stroke: inherit !important;
    stroke-width: 3; 
}
.wishlist-table .c-jacket.s-wizard .js-custom-box--front-br .js-template__text-fill{
    stroke: inherit !important;
    stroke-width: 0;
}
.wishlist-table .c-jacket.s-wizard .js-custom-box--front-br.js-custom-box--front-br-Patch {
    margin-bottom: 0px;
    padding-left: 0px; 
    right: 52%;
}
.wishlist-table .c-jacket.s-wizard .js-custom-box--front-br.js-custom-box--front-br-Patch img {
      max-width: 25px;
      margin: auto; 
}
.wishlist-table .c-jacket.s-wizard .js-custom-box--front-br .js-template--years {
    font-family: "Athletic",serif;
    font-size: 13px;
    letter-spacing: 1px;
    overflow: visible;
    height: 20px;
    margin-top: 1px;
    width: 100%;
    padding-right: 3px;
}
  .wishlist-table .c-jacket.s-wizard .js-custom-box--front-br.js-custom-box--front-br-Letters .js-template {
    font-size: 18pt;
    margin-top: -25px;
    height: 30px;
    overflow: visible;
    padding-left: 0px;
    padding-right: 10px;
    width: 100%;
    letter-spacing: 4px; 
}
.wishlist-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: 47pt; 
}
.wishlist-table .c-jacket.s-wizard .js-custom-box--front-br.js-custom-box--front-br-Letters[data-font-family=Script] .js-template {
    font-size: 15pt;
    margin-bottom: -30px;
}
.wishlist-table .c-jacket.s-wizard .js-custom-box--front-br.js-custom-box--front-br-Embroidery {
    padding-bottom: 0;
    top: 77%;
    left: 45px; 
}
    
.wishlist-table .c-jacket.s-wizard .js-custom-box--front-br.js-custom-box--front-br-Embroidery #br_cb_text--fl, .wishlist-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; 
  }
.wishlist-table .c-jacket.s-wizard .js-custom-box--front-br.js-custom-box--front-br-Embroidery #br_cb_text--sl {
      margin-top: -5px; 
  }
.wishlist-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 
  }

.wishlist-table .c-jacket.s-wizard .js-custom-box--front-ar {
  top: 58%;
  width: 50px;
  text-align: center;
  right: 51%;
  padding-right: 0px; 
}
.wishlist-table .c-jacket.s-wizard .js-custom-box--front-ar .js-template__text-stroke {
    fill: transparent;
    stroke: inherit !important;
    stroke-width: 3; 
}
.wishlist-table .c-jacket.s-wizard .js-custom-box--front-ar .js-template__text-fill{
    stroke: inherit !important;
    stroke-width: 0;
}
.wishlist-table .c-jacket.s-wizard .js-custom-box--front-ar img {
    max-width: 25px;
    margin: auto; 
}
.wishlist-table .c-jacket.s-wizard .js-custom-box--front-ar .js-template--years {
    font-family: "Athletic",serif;
    font-size: 13px;
    letter-spacing: 1px;
    overflow: visible;
    height: 32px;
    margin-top: -2px;
    width: 100%;
}
.wishlist-table .c-jacket.s-wizard .js-custom-box--front-ar.js-custom-box--front-ar-Letters .js-template {
    font-size: 18pt;
    margin-top: 0;
    height: 30px;
    overflow: visible;
    padding-left: 0px;
    width: 100%;
    letter-spacing: 4px; 
}
.wishlist-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: 47pt; 
}
.wishlist-table .c-jacket.s-wizard .js-custom-box--front-ar.js-custom-box--front-ar-Letters[data-font-family=Script] .js-template {
    font-size: 20pt;
    margin-bottom: -20px; 
}
.wishlist-table .c-jacket.s-wizard .js-custom-box--front-ar.js-custom-box--front-ar-Embroidery {
    padding-bottom: 0;
    bottom: 28%;
    top: auto; 
}
.wishlist-table .c-jacket.s-wizard .js-custom-box--front-ar.js-custom-box--front-ar-Embroidery #ar_cb_text--fl, .wishlist-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; 
}
.wishlist-table .c-jacket.s-wizard .js-custom-box--front-ar.js-custom-box--front-ar-Embroidery #ar_cb_text--sl {
    margin-top: -5px; 
}
.wishlist-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
}

.share-icons{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.share-icons span{
    margin-right: 10px;
    font-weight: 600;
}

.share-icons a{
    font-size: 32px;
    margin: 5px;
}

.direct-share{
    padding: 15px;
    max-width: 40%;
    text-align: center;
    position: fixed;
    right: -40%;
    top: 120px;
    background: #fff;
    z-index: 2;
    transition: all 1s;
}

.direct-share.show{
    right: 4%;
}

.direct-share .btn{
    padding: 10px 25px !important;
}

@media (max-width: 991px) {
    .direct-share{
        max-width: 80%;
        right: -80%;
    }
}

