/** Shopify CDN: Minification failed

Line 102:8 Unexpected "{"
Line 102:9 Expected identifier but found "%"
Line 102:52 Unexpected "{"
Line 102:53 Expected identifier but found "%"
Line 265:0 Unexpected "}"

**/
/* Embruidery modal */
body.embroidery-modal-showed {
    overflow: hidden;
    padding-right: 17px;
}
.embroidery-content { display: none; }
.embroidery-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 9999;
    padding: 0 20px;
}
@media (max-width: 767px) {
    .embroidery-modal {
        padding: 0;
        height: var(--screen-height);
        min-height: -webkit-fill-available
    }
}
.embroidery-modal__container .shogun-embroidery-container {
    margin-bottom: 0!important;
    padding: 0!important;
}
.shogun-embroidery-tabs-wrap .shogun-tabs {
    max-width: 1400px;
    margin: 0 auto!important;
    padding: 0 50px;
}
.shogun-embroidery-tabs-wrap .shogun-tabs-body {
    border-top-color: #EAEAEA;
}

/* .embroidery-modal__container .shogun-image-container {
padding-bottom: 0!important;
margin-bottom: 0!important;
} */
.embroidery-modal__container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1000px;
    background-color: #fff;
    border-radius: 10px;
    padding: 50px 38px;
}
@media (max-width: 767px) {
    .embroidery-modal__container {
        width: 100%;
        /*height: var(--screen-height);*/
        height: 100%;
        padding: 0;
        border-radius: unset;
    }
}
.embroidery-modal__content {
    max-height: 80vh;
    overflow-y: auto;
}
@media (max-width: 767px) {
    .embroidery-modal__content {
        height: var(--screen-height);
        min-height: -webkit-fill-available;
        overflow-y: auto;
        padding: 20px 0;
    }
}
.embroidery-modal__backdrop {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 1;
}
.embroidery-modal.show{
    display: flex;
    align-items: center;
    justify-content: center;

}
@media (max-width: 767px) {
    .embroidery-modal.show{
        display: block;
        height: var(--screen-height);
        min-height: -webkit-fill-available;
        {% comment %} height: var(--screen-height); {% endcomment %}
    }
}
.embroidery-modal__close {
    position: absolute;
    top: 10px;
    right: 7px;
}
@media (max-width: 767px) {
    .embroidery-modal__close {
        z-index: 2;
    }
}
.embroidery-btn {
    font-size: 14px;
    /* letter-spacing: 0.15em; */
    line-height: 1.7;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.embroidery-btn .embroidery-btn-l{
    display: flex;
    align-items: center;
    gap: 10px;
}
.embroidery-btn .embroidery-btn-l img{
    background: var(--embswatch-bg);
    background-repeat: round;
    display: block;
    width: 32px;
    height: 32px;
    object-fit: contain;
    border-radius: 50%;
    padding: 3px;
}
.embroidery-btn .embroidery-btn-r{
    margin-right: 10px;
}
.embroidery-btn .embroidery-btn-r svg{
    margin-left: 10px;
}
.embroidery-btn:hover .icon-button .icon-button__icon:before {
    opacity: .1;
    transform: scale(1);
}
.embroidery-btn:active .icon-button .icon-button__icon:before {
    transform: scale(.9);
}
.embroidery-btn .icon-button {
    display: inline-flex;
    padding: 0;
    margin: 0;
}

/* inner content */
.embroidery-modal__content .EmbroideryModal__Header{
    margin-bottom: 32px;
}
@media (max-width: 767px) {
    .embroidery-modal__content .EmbroideryModal__Header{
        margin-bottom: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: white;
        padding: 20px;
        z-index: 1;
    }
}
.embroidery-modal__content .EmbroideryModal__Header h3{
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 600;
}
.EmbroideryModal__Content{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: self-start;
    gap: 50px;
}
@media (max-width: 767px) {
    .EmbroideryModal__Content{
        flex-direction: column;
        padding: 0 30px;
        padding-top: 50px;
    }
}
.EmbroideryModal__Content .EmbroideryPreview__Body{
    width: 50%;
    position: sticky;
    top: 0;
}
@media (max-width: 767px) {
    .EmbroideryModal__Content .EmbroideryPreview__Body{
        width: 100%;
        position: relative;
    }
}
.EmbroideryModal__Content .EmbroideryPreview__Body label{
    position: absolute;
    top: 30%;
    right: 33%;
    width: fit-content;
    font-family: arial;
    color: transparent;
    display: none;
}
.EmbroideryModal__Content .EmbroideryPreview__Body label.show{
    display: block;
}
.EmbroideryModal__Content .EmbroideryPreview__Body div[data-chestpreview] label{
    position: absolute;
    top: 39%;
    right: 30%;
    width: fit-content;
    font-family: arial;
    color: transparent;
    display: none;
}
.EmbroideryModal__Content .EmbroideryPreview__Body div[data-chestpreview] label.right{
    left: 30%;
}
.EmbroideryModal__Content .EmbroideryPreview__Body div[data-chestpreview] label.show{
    display: block;
}
.EmbroideryModal__Content .EmbroideryPreview__Body label span{
    display: block;
    text-align: center;
    font-size: 8px;
    max-width: 100px;
}
.EmbroideryModal__Content .EmbroideryPreview__Body label span.font-14{
    font-size: 8px;
}
.EmbroideryModal__Content .EmbroideryPreview__Body label span.font-12{
    font-size: 6px;
}
.EmbroideryModal__Content .EmbroideryPreview__Body label.left{
    right: 33%;
}
.EmbroideryModal__Content .EmbroideryPreview__Body label.left-sleeve{
    right: 7%;
    top: 33%;
}
.EmbroideryModal__Content .EmbroideryPreview__Body label.right{
    left: 33%;
}
.EmbroideryModal__Content .EmbroideryPreview__Body label.right-sleeve{
    left: 7%;
    top: 32%;
}
/* .EmbroideryModal__Content .EmbroideryPreview__Body label.left-sleeve{
    transform: rotate(-37deg);
}
.EmbroideryModal__Content .EmbroideryPreview__Body label.right-sleeve{
    transform: rotate(49deg); */
}
.EmbroideryModal__Content .EmbroideryPreview__Body label.left-sleeve img,
.EmbroideryModal__Content .EmbroideryPreview__Body label.right-sleeve img{
    width: 14px;
}
span[data-emb-preview="icon"],
span[data-emb-preview2="icon"]{
    width: 60%;
}
label[data-iconpreview].left-chest{
    top: 26%;
    right: 37%;
}
label[data-iconpreview].right-chest{
    top: 26%;
    left: 37%;
}
.EmbroideryModal__Content .EmbroideryPreview__Body label.both{
    right: 33%;
    left: initial;
}
.EmbroideryModal__Content .EmbroideryPreview__Body label.black{
    color: black;
}
.EmbroideryModal__Content .EmbroideryPreview__Body label.white{
    color: white;
}
.EmbroideryModal__Content .EmbroideryPreview__Body label.gold{
    color: #FFC957;
}
.EmbroideryModal__Content .EmbroideryPreview__Body label.block{
    font-family: arial;
}
.EmbroideryModal__Content .EmbroideryPreview__Body label.script{
    font-family: 'Rochester', cursive;
}
.EmbroideryModal__Content .EmbroideryPreview__Body label[data-clone="true"]{
    left: 33%;
    right: initial;
}
.EmbroideryModal__Content .EmbroideryPreview__Body label[data-show="false"]{
    display: none;
}
.EmbroideryModal__Content .EmbroideryPreview__Body img{
    width: 100%;
    display: block;
}
/* .EmbroideryModal__Content .EmbroideryPreview__Body img.preview-image {
    height: 437px;
    object-fit: cover;
} */
.EmbroideryModal__Content .EmbroideryOptions__Body{
    width: 50%;
}
@media (max-width: 767px) {
    .EmbroideryModal__Content .EmbroideryOptions__Body{
        width: 100%;
    }
}
.EmbroideryOptions__action{
    gap: 10px;
    display: flex;
}
.EmbroideryOptions__option, .EmbroideryOptions__terms{
    margin-bottom: 20px;
}
.EmbroideryOptions__option[data-rightchest="true"].hide{
    display: none !important;
}
.EmbroideryOptions__option .box{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.EmbroideryOptions__option input[type="radio"]{
    display: none;
}
.EmbroideryOptions__option .box label{
    border: 1px solid #f0f0f0;
    font-size: 11px;
    font-weight: bold;
    height: 40px;
    letter-spacing: 0.5px;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: capitalize;
    cursor: pointer;
    border-radius: 100px;
    background-color: #f0f0f0;
    padding: 0px 20px;
}
.EmbroideryOptions__option .box label img{
    width: 32px;
}
.EmbroideryOptions__option .box label[for="font-script"]{
    font-family: 'Rochester', cursive;
}
.EmbroideryOptions__option .box input[type="radio"]:checked+label{
    border-color: black;
}
.EmbroideryOptions__Body-title, .EmbroideryOptions__option-title{
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 8px;
    text-transform: capitalize;
}
.EmbroideryOptions__Body-title{
    margin-bottom: 30px;
}
.EmbroideryOptions__Body-title-r{
    display: flex;
    align-items: center;
    justify-content: center;
}
.EmbroideryOptions__Body-title-r .icon{
    width: auto;
    height: auto;
    margin-left: 16px;
    transform: rotate(90deg);
}
input[name="emb-section"]:checked+label .EmbroideryOptions__Body-title-r .icon{
    transform: rotate(-90deg);
}
.EmbroideryOptions__option-title{
    display: block;
}
.EmbroideryOptions__option .text{
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
}
.EmbroideryOptions__option .text input[type="text"]{
    width: 100%;
    border: none;
    padding: 0px 20px 0 0;
}
.EmbroideryOptions__textWrap{
    width: 100%;
}
.EmbroideryOptions__textCount{
    border-style: solid;
    border-width: 1px;
    padding: 13px 20px;
    display: flex;
    align-items: center;
    border-color: #dbdbdb;
    border-radius: 10px;
}
.numberoficons{
    border: 1px solid #f0f0f0;
    font-size: 11px;
    font-weight: bold;
    height: 40px;
    letter-spacing: 0.5px;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: capitalize;
    cursor: pointer;
    border-radius: 100px;
    background-color: #f0f0f0;
    padding: 0px 14px;
}
@media (max-width: 40em) {
    #EmbroideryOptions__Form .both-box{
        flex-wrap: wrap;
        gap: 15px;
    }
}
.numberoficons.checked{
    border-color: black;
}
@media (max-width: 767px) {
    .EmbroideryOptions__textCount{
        width: 100%;
    }
}
.EmbroideryOptions__textCount span{
    color: rgb(153, 153, 153);
    font-size: 13px;
}
.EmbroideryOptions__option .color{
    display: flex;
    gap: 10px;
}
.EmbroideryOptions__option .color label{
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    box-shadow: 0 0 0 1px #eaeaea;
    border: 3px solid #eaeaea;
    cursor: pointer;
    background-position: center!important;
    background-size: cover!important;
}
.EmbroideryOptions__option .color label:hover{
    box-shadow: 0 0 0 1px #1b1b1b80;
}
.EmbroideryOptions__option .color label[for="name-color-black"],
.EmbroideryOptions__option .color label[for="icon-color-black"],
.EmbroideryOptions__option .color label[for="name-color-black_both"],
.EmbroideryOptions__option .color label[for="icon-color-black_both"]{
    background-color: black;
}
.EmbroideryOptions__option .color label[for="name-color-white"],
.EmbroideryOptions__option .color label[for="icon-color-white"],
.EmbroideryOptions__option .color label[for="name-color-white_both"],
.EmbroideryOptions__option .color label[for="icon-color-white_both"]{
    background-color: white;
}
.EmbroideryOptions__option .color label[for="name-color-gold"],
.EmbroideryOptions__option .color label[for="name-color-gold_both"]{
    background-color: #FFC957;
}
.EmbroideryOptions__option .color label[for="name-color-gold"].hidden,
.EmbroideryOptions__option .color label[for="name-color-gold_both"].hidden {
    display: none;
}
.EmbroideryOptions__option .color input[type="radio"]:checked+label{
    box-shadow: 0 0 0 1px #1b1b1b80;
}
.EmbroideryOptions__option .EmbroideryOptions__Error,
.EmbroideryOptions__terms .EmbroideryOptions__Error,
.EmbroideryOptions__CharError{
    color: red;
    font-size: 12px;
}
.EmbroideryOptions__option .EmbroideryOptions__Error.hide,
.EmbroideryOptions__terms .EmbroideryOptions__Error.hide,
.EmbroideryOptions__CharError.hide{
    display: none !important;
}

/* overview */
.pf__embroidery-preview{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    border: 1px solid #E5E5E5;
    border-top: none;
    border-bottom: none;
    padding: 12px;
}
.pf__embroidery-preview .hidden-info {
    width: 200px;
}
.pf__embroidery-preview-text{
    background: var(--embswatch-bg);
    background-repeat: round;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    width: 100px;
    height: 100px;
    padding: 0 5px;
}
@media screen and (min-width: 60em) and (max-width: 1200px) {
    .pf__embroidery-preview-text{
        width: 100%;
    }
}
@media screen and (min-width: 40em) and (max-width: 819px) {
    .pf__embroidery-preview-text{
        width: 100%;
    }
}
@media screen and (max-width: 380px) {
    .pf__embroidery-preview-text{
        width: 100%;
    }
}
.pf__embroidery-preview-text figcaption.black{
    color: black;
}
.pf__embroidery-preview-text figcaption.white{
    color: white;
}
.pf__embroidery-preview-text figcaption.gold{
    color: #FFC957;
}
.pf__embroidery-preview-text figcaption.script{
    font-family: 'Rochester', cursive;
}
.pf__embroidery-preview-text figcaption.block{
    font-family: Arial, Helvetica, sans-serif;
    word-break: break-word;
}
.pf__embroidery-preview-text figure,
.pf__embroidery-preview-text figcaption{
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 8px;
}
.pf__embroidery-preview-text figure img{
    width: 23px;
}
.pf__embroidery-preview-text figcaption span{
    display: block;
}
.pf__embroidery .pf__embroidery-preview.hide{
    display: none !important;
}
.pf__embroidery .hidden-info fieldset{
    display: flex;
    padding: 2px 0;
    margin: 0;
    border: none;
    color: rgb(112, 112, 112);
}
.pf__embroidery .hidden-info fieldset.hide{
    display: none !important;
}
.pf__embroidery .hidden-info label{
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
}
.pf__embroidery .hidden-info input[type="text"]{
    border: none;
    padding: 0;
    font-size: 12px;
    margin-left: 5px;
    font-weight: lighter;
}
.pf__embroidery .pf__embroidery-action{
    display: flex;
    justify-content: space-between;
    width: 100%;
    border: 1px solid #E5E5E5;
    padding: 8px 8px;
    border-radius: 8px;
}
.pf__embroidery .pf__embroidery-action[data-embroidery="false"] .embroidery-btn-l svg{
    display: none;
}
.pf__embroidery .pf__embroidery-action[data-embroidery="false"] .embroidery-btn-l img{
    display: block;
}
.pf__embroidery .pf__embroidery-action[data-embroidery="true"] .embroidery-btn-l svg{
    display: block;
}
.pf__embroidery .pf__embroidery-action[data-embroidery="true"] .embroidery-btn-l img{
    display: none;
}
.pf__embroidery .pf__embroidery-action[data-embroidery="true"] .embroidery-btn-r svg{
    display: none;
}
.pf__embroidery .pf__embroidery-action[data-embroidery="true"]{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: none;
}
.pf__embroidery .pf__embroidery-action-r{
    display: flex;
    align-items: center;
}
.pf__embroidery .EmbroiderySummary__Reset{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.pf__embroidery .EmbroiderySummary__Reset svg{
    /* position: relative;
    z-index: -1; */
}
.pf__embroidery .EmbroiderySummary__EditButton{
    border-right: 1px solid black;
    padding-right: 8px;
    margin-right: 8px;
    font-size: 12px;
}
.pf__embroidery .pf__embroidery-action-r.hide{
    display: none !important;
}
.pf__embroidery .EmbroideryDisclosure__Body{
    background: rgb(245, 245, 245);
    border-radius: 4px;
    display: flex;
    padding: 10px 13px;
    border: 1px solid #E5E5E5;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    /* margin-top: 10px; */
}
.pf__embroidery .EmbroideryDisclosure__Body.hide{
    display: none;
}
.pf__embroidery .EmbroideryDisclosure__ExclamationIconWrapper{
    font-size: 20px;
    margin-right: 7px;
}
.pf__embroidery .EmbroideryDisclosure__Text {
    color: rgb(112, 112, 112);
    font-size: 11px;
    letter-spacing: 0.05em;
    line-height: 150%;
}
.EmbroideryOptions__terms fieldset{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    border: none;
    font-size: 12px;
}
.EmbroideryOptions__terms fieldset a{
    text-decoration: underline;
}
.EmbroideryOptions__terms fieldset a.active {
    color: #00B8BC;
}
.EmbroideryOptions__option .box.icon-selected-bg{
    gap: 12px;
    flex-wrap: wrap;
}
.EmbroideryOptions__option .box.icon-selected-bg label{
    border: 1px solid transparent;
    height: 48px;
    outline: none;
    padding: 2px;
    width: 48px;
    border-radius: 50%;
}
.EmbroideryOptions__option .box.icon-selected-bg label img{
    background: var(--embswatch-bg);
    background-repeat: round;
    border-radius: 50%;
    padding: 6px;
    height: 100%;
    object-fit: contain;
    width: 100%;
}
.EmbroideryOptions__option .box.icon-selected-bg input[type="radio"]:checked+label{
    border-color: black;
}

form[data-section]{
    border: 2px solid #F0F0F0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 20px;
    display: none;
}
input[name="emb-section"]+label .icon-checked svg{
    display: none;
}
input[name="emb-section"]+label .icon-checked{
    width: 18px;
    height: 18px;
    border: 1px solid #F0F0F0;
    display: inline-block;
    border-radius: 50%;
}
.EmbroideryOptions__Body-title-l{
    display: flex;
    align-items: center;
    gap: 10px
}
input[name="emb-section"]:checked+label .icon-checked{
    border: none;
}
input[name="emb-section"]:checked+label .icon-checked svg{
    display: block;
}
input[name="emb-section"]+label{
    display: block;
    border: 2px solid #F0F0F0;
    padding: 16px 20px;
    margin-bottom: 10px;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}
input[name="emb-section"]:checked+label{
    background-color: #1B1B1B;
    color: #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0;
    border-color: #1b1b1b;
}
input[data-embsection]:checked+label+form[data-section]{
    display: block;
    margin-bottom: 10px;
}
input[name="emb-section"]{
    display: none;
}

div[data-imagepreview="true"],
div[data-imagepreview2="true"] {
    position: absolute;
    top: 39%;
    display: flex;
    gap: 5px;
    align-items: center;
}
div[data-imagepreview="true"][data-columnview="true"],
div[data-imagepreview2="true"][data-columnview="true"]{
    flex-direction: column;
}
div[data-imagepreview="true"] label,
div[data-imagepreview2="true"] label{
    position: initial !important;
}
div[data-imagepreview="true"].left,
div[data-imagepreview2="true"].left {
    right: 30%;
}
div[data-imagepreview="true"].right,
div[data-imagepreview2="true"].right {
    left: 28%;
}

div[data-sleevepreview="true"] {
    position: absolute;
    top: 35%;
    display: flex;
    gap: 5px;
    align-items: center;
}
div[data-sleevepreview="true"] label{
    position: initial !important;
}
div[data-sleevepreview="true"].left {
    right: 12%;
}
div[data-sleevepreview="true"].right {
    left: 12%;
}
.EmbroideryOptions__separator{
    box-shadow: none;
    margin: 32px 0;
    border-top: 2px solid #F0F0F0;
    border-bottom: none;
}
.hidden{
    display: none;
}
.both-box{
    display: flex;
    column-gap: 15px;
    margin-bottom: 15px;
}


/* ===== Both 2nd icon */
[data-show="false"]{
    display: none;
}
[data-show="true"]{
    display: block;
}
[data-icon="preview-2icon"]{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
[data-iconpreview-2]{
    max-width: 14px;
}
[data-pos="Left chest"]{
    position: absolute;
    top: 39%;
    right: 29%;
    display: flex;
    gap: 5px;
    line-height: 1;
}
[data-pos="Right chest"]{
    position: absolute;
    top: 39%;
    left: 27%;
    display: flex;
    gap: 5px;
    line-height: 1;
}
[data-pos="Left Sleeve"]{
    max-width: 14px;
    position: absolute;
    top: 33%;
    right: 7%;
    transform: rotate(-37deg);
}
[data-pos="Right Sleeve"]{
    max-width: 14px;
    position: absolute;
    top: 32%;
    left: 7%;
    transform: rotate(49deg);
}
[data-columnview="true"]{
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}
.EmbroideryModal__Content .EmbroideryPreview__Body [data-txtpreview-2] label{
    position: initial;
    display: block;
}
.EmbroideryModal__Content .EmbroideryPreview__Body [data-txtpreview-2].white label{
    color: #fff;
}
.EmbroideryModal__Content .EmbroideryPreview__Body [data-txtpreview-2].gold label{
    color: #FFC957;
}
.EmbroideryModal__Content .EmbroideryPreview__Body [data-txtpreview-2].black label{
    color: #000;
}
.EmbroideryModal__Content .EmbroideryPreview__Body [data-txtpreview-2].block label{
    font-family: arial;
}
.EmbroideryModal__Content .EmbroideryPreview__Body [data-txtpreview-2].script label{
    font-family: 'Rochester', cursive;
}
.EmbroideryModal__Content .EmbroideryPreview__Body [data-txtpreview-2] label{
    font-size: 10px;
}
.EmbroideryModal__Content .EmbroideryPreview__Body [data-txtpreview-2] label.font-12{
    font-size: 6px;
}
.EmbroideryModal__Content .EmbroideryPreview__Body [data-txtpreview-2] label.font-14{
    font-size: 8px;
}
.EmbroideryOptions__option .box label[data-view="show"]{
    display: flex;
}
.EmbroideryOptions__option .box label[data-view="hide"]{
    display: none;
}

/* Terms & conditions */
.EmbroideryOptions__Error-terms{
    color: red;
    font-size: 12px;
}
.EmbroideryOptions__Error-terms.hide{
    display: none !important;
}

/* [start] Modification for Scrub cap */
[data-icon="preview-1icon"].cap-top [data-imagepreview]{
    position: absolute;
    top: 47%;
    left: 53%;
    transform: translate(-50%, -50%) rotate(20deg);
    -moz-transform: translate(-50%, -50%) rotate(20deg);
    -webkit-transform: translate(-50%, -50%) rotate(20deg);
    -o-transform: translate(-50%, -50%) rotate(20deg);
    -ms-transform: translate(-50%, -50%) rotate(20deg);

    display: flex;
}
[data-icon="preview-1icon"].cap-top [data-embprv]{
    display: block !important;
    position: unset;
    order: 1;
}
[data-icon="preview-1icon"].cap-top [data-iconpreview]{
    /* display: block !important; */
    position: unset;
}
[data-icon="preview-1icon"].cap-top span[data-emb-preview="icon"],
[data-icon="preview-1icon"].cap-top span[data-emb-preview2="icon"]{
    width: 25px;
}
.EmbroideryModal__Content .EmbroideryPreview__Body [data-icon="preview-1icon"].cap-top label span{
    font-size: 11px;
    white-space: nowrap
}
.EmbroideryModal__Content .EmbroideryPreview__Body [data-icon="preview-1icon"].cap-top label span.font-12{
    font-size: 11px;
}
.EmbroideryModal__Content .EmbroideryPreview__Body [data-icon="preview-1icon"].cap-top label span.font-14{
    font-size: 11px;
}

/* Embroidery Text */
.gold_embroidery_text p {
    font-size: 13px;
    font-weight: 600;
    margin: 5px;
    display: flex;
    align-items: center;
}
.gold_embroidery_text .gold_embroidery::before {
    background: #FFC957;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    content: " ";
    display: inline-block;
    margin: 3px 5px 0;
}

.EmbroideryOptions__option-title .pf-label__color-name {
    font-size: 12px;
}
.EmbroideryOptions__option-title.is_active .pf-label__color-name{
    position: relative;
    padding-left: 5px;
}
.EmbroideryOptions__option-title.is_active .pf-label__color-name:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 100%;
    content: ": ";
}