.acoount-upload-tab {
    border-radius: 0 !important;
    border-bottom: 3px solid var(--clr-pri) !important;
}

.acoount-upload-tab li {
    position: relative;
    width: calc(100% / 3);
}

.acoount-upload-tab li a.active {
    /* background: #114b90 !important; */
    background-color: #1d62af !important;
    color: var(--clr-light) !important;
    border-radius: 8px 8px 0 0px !important;
}

.acoount-upload-tab li a {
    color: var(--clr-pri) !important;
    font-size: 11px;
    background-color: transparent !important;
    padding: 6px;
    font-weight: 500;
    text-align: center;
    border: 0px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-right: 1px solid rgba(255, 255, 255, 0.3) !important;
    width: 100%;
    display: inline-block;
    height: 36px;
    line-height: 22px;
}

.acoount-upload-tab {
    width: 100%;
    list-style: none;
    padding: 0;
    display: flex;
    border: 0px;
    height: auto;
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: hidden;
}

#home_content {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    height: 370px;
}

ul.myacctabbtm {
    display: flex;
    flex-wrap: wrap;
    margin: 0px 0px;
    gap: 7px;
    margin-block-end: 10px;
}
/* design-notes */
.collapse-notes{
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid var(--clr-pri);
    width: 100%;
    max-width: 120px;
    background: var(--clr-light);
}
.notes-header{
    padding: 4px 10px;
    background: var(--clr-pri);
    color: var(--clr-light);
    font-size: 10px;
}
.details-notes{
    background: var(--clr-light);
    color: var(--clr-dark-grey);
    font-size: 9px;
    line-height: 1.4;
    padding: 6px 8px;
    min-height: 40px;
    border: none;
    height: 100%;
    max-height: 100px;
    border: none;
    width: 100%;
    overflow-x: hidden;
}
.note-textarea{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.text-muted.custom-count-cls{
    margin-bottom: 8px;
    color: var(--clr-sec) !important;
    margin-right: 8px;
    font-size: 12px;
    font-weight: 600;
}

.custom-disclaimer-cls{
    margin-bottom: 8px;
    color: var(--clr-dark) !important;
    margin-inline: 8px;
    font-size: 12px;
    font-weight: 600;
}



@media only screen and (max-width: 720px) {
    .block-loader_modal {
        left: 45%;
        bottom: 66%;
    }
}

@media only screen and (min-width: 725px) {
    .block-loader_modal {
        top: 160px;
        left: 154px;
    }
}

.image__library {
    overflow: auto;
    height: 190px;
    /* height: 210px; */
}

.image_library_loader p {
    margin-bottom: 0 !important;
}

ul.myacctabbtm li {
    width: 100%;
    max-width: 68px;
    padding: 0;
    height: fit-content;
    background: #f3f3f3;
    position: relative;
}

ul.myacctabbtm li.no-data {
    background: transparent;
    margin: 8px 0 0 8px;
}

ul.myacctabbtm li img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

ul.myacctabbtm li .thread-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    height: 90px;
    padding: 7px;
}

ul.myacctabbtm li .thread-details a {
    color: blue;
    display: flex;
    justify-content: right;
    font-size: 11px;
}

ul.myacctabbtm li .img-name {
    cursor: pointer;
    font-size: 12px;
    padding: 3px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-word;
    width: 100%;
    color: var(--clr-pri);
    font-weight: 500;
}

.img-main-gallery {
    list-style: none;
}

.img-main-gallery .custom-radio input[type="radio"]:checked + img {
    border: 1px solid var(--clr-sec);
}

.image__library {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
}

.emb-font {
    font-size: 12px !important;
}

input.inputqty.error {
    color: red;
}

.custom-scroll {
    max-height: 400px;
    overflow-y: auto;
}

.boxshdow-body.image_library_container {
    /* border: 1px dashed #adadad; */
    border-radius: 10px;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    padding: 0px 0px 10px;
    position: relative;
    text-align: center;
}

.logodata {
    position: relative;
}

.logodata img {
    max-width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 17px 17px !important;
}

#logo-placed-remove-background {
    background-image: url(/assets/images/transparent.png);
    background-size: cover;
    border-radius: 17px;
    overflow: hidden;
    position: relative;
}

.logodata {
    background-image: url(/assets/images/transparent.png);
    background-size: cover;
    border-radius: 17px;
    overflow: hidden;
    position: relative;
}

.logodata {
    display: inline-block;
    vertical-align: middle;
}

.img_select {
    max-width: 100px;
    /* Adjust as needed */
    height: auto;
}

.img-name {
    display: inline-block;
    vertical-align: middle;
}

.proof-tabbing .nav-link {
    border: 0px !important;
    font-weight: 600;
    font-size: 16px;
    color: #000;
}

.proof-tabbing .nav {
    border: 0;
}

.proof-tabbing .nav-link.active,
.proof-tabbing .nav-link:hover {
    border-bottom: 3px solid var(--clr-pri) !important;
    color: var(--clr-pri) !important;
}

.logInSmallTxt {
    text-align: right;
    width: auto;
    position: absolute;
    right: 0;
    margin: 0;
    font-size: 10px;
}

.logInSmallTxtCust {
    padding-top: 8px;
    margin: 0;
    text-align: center;
    font-size: 10px;
    line-height: 15px;
    color: var(--clr-pri);
}

.mt15 {
    margin-top: 15px;
}

.pt15 {
    padding-top: 15px;
}

.slcmargin {
    margin-left: 10px;
}

.remove-logo-btn {
    cursor: pointer;
}

.lising-detail {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0px 0px;
}

.lising-detail .left-blocklist {
    width: 600px;
    position: relative;
}

.lising-detail .right-blocklist {
    width: calc(100% - 600px);
    padding-left: 35px;
}

.main-image {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.main-image.customize_area_m .carousel-control-next,
.carousel-control-prev {
    opacity: 1 !important;
}

.main-image img {
    width: 100%;
}

.main-image .customize i {
    color: #fff;
    font-size: 14px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--clr-sec);
    border-radius: 50px;
    text-shadow: 1px 1px #000;
    position: absolute;
}

.main-image .customize i.fa-angle-left {
    left: -10px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.main-image .customize {
    /* max-width: 350px;
    max-height: 350px; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.customize_area {
    overflow: hidden;
    position: absolute;
    user-select: none;
    z-index: 2;
    border: 1px solid rgb(255, 255, 255);
    height: 91px;
    width: 110px;
    top: 230px;
    left: 183px;
}

.customize_area::before,
.customize_area::after {
    content: "";
    position: absolute;
    background-color: rgb(255 253 255 / 38%);
}

.customize_area::before {
    top: 0;
    bottom: 0;
    left: 50%;
    width: 0.1px;
    transform: translateX(-50%);
}

.customize_area::after {
    left: 0;
    right: 0;
    top: 50%;
    height: 0.1px;
    transform: translateY(-50%);
}

.main-image .customize i.fa-angle-right {
    right: -10px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.main-image .customize i.fa-angle-up {
    right: 0;
    top: -10px;
    left: 0;
    margin: auto;
}

.main-image .customize i.fa-angle-down {
    right: 0;
    left: 0;
    bottom: -10px;
    margin: auto;
}

/* modal tab*/
#customize_modal .modal-content {
    border-radius: 10px !important;
    overflow: hidden;
}
.canvas-box {
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 10px #dcdcdc;
    border-radius: 10px;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
.canvas-spiner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
}
.canvasCard {
    position: relative;
    box-shadow: 0 2px 10px #dcdcdc;
    border-radius: 10px;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

canvas#outputCanvas {
    border-radius: 10px !important;
    background: white;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
}

canvas#outputCanvasColor {
    border-radius: 10px !important;
    background: white;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
}

.closeIcon {
    position: absolute;
    top: -10px;
    right: -11px;
}

.add-more {
    text-align: right;
    padding: 8px 0px;
    cursor: pointer;
    color: blue;
}

.prdt-custom-modal-header {
    display: none;
}

.prdt-custom-modal .close {
    position: absolute;
    right: 7px;
    top: 0;
    background: transparent !important;
    border: none !important;
    font-size: 25px !important;
}

.prdt-custom-modal.modal-body {
    padding: 0 !important;
}

.prdt-custom-modal.modal-body .btn-next {
    width: 150px;
}

.prdt-custom-modal.modal-body .upload-image-button .btn-next {
    width: 190px !important;
}

.custom-h3 {
    font-size: 18px !important;
}

.content input:not(.title input) {
    display: none;
}

.remove_checkbox input {
    display: block !important;
}
.remove_checkbox {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px !important;
    overflow: hidden;
}

.content .list {
    height: 375px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #1d62af;
    width: 15%;
    height: 425px;
}

.content .list label {
    cursor: pointer;
    height: 60px;
    font-size: 18px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5);
    padding-left: 5px;
    transition: all 0.5s ease;
    z-index: 10;
}

.content .list label img {
    width: 20px;
    height: 20px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%)
        hue-rotate(63deg) brightness(104%) contrast(101%);
    outline: none;
}

.content .list label .imagespan {
    display: flex;
    justify-content: center;
}

.content .list label .textspan {
    display: block;
    font-size: 13px;
    color: #8194a7;
}

#home:checked ~ .list label.home img,
#blog:checked ~ .list label.blog img,
#help:checked ~ .list label.help img {
    filter: brightness(0) saturate(100%) invert(7%) sepia(73%) saturate(5296%)
        hue-rotate(229deg) brightness(98%) contrast(96%);
}

.content .slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 68px;
    width: 100%;
    margin-inline-start: 5px;
    border-radius: 12px 0px 0px 12px;
    transition: all 0.5s ease;
    background: var(--clr-light);
}

#home:checked ~ .list .slider:before,
#blog:checked ~ .list .slider:before,
#help:checked ~ .list .slider:before {
    background: transparent;
    border-top: 6px solid #ffffff;
    border-right: 6px solid #ffffff;
    top: -11px;
    right: -2px;
    border-radius: 0 15px 0 0px;
    transform: rotate(90deg);
}

#home:checked ~ .list .slider:after,
#blog:checked ~ .list .slider:after,
#help:checked ~ .list .slider:after {
    background: transparent;
    border-top: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
    bottom: -11px;
    right: 1px;
    border-radius: 0 14px 0px 0px;
    transform: rotate(0deg);
}

.slider:before,
.slider:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 15px;
}

#home:checked ~ .list .slider {
    top: 107px;
}

#blog:checked ~ .list .slider {
    top: 166px;
}

#help:checked ~ .list .slider {
    top: 225px;
}

.content .text-content {
    width: 85%;
    height: 100%;
    color: rgba(255, 255, 255, 0.7);
    padding: 15px;
    flex: 1;
}

.content .text {
    display: none;
}

.content .text .title {
    font-size: 25px;
    font-weight: 500;
    border: 1px solid #e3e3e3d4;
    margin: 15px auto;
    border-radius: 12px;
    box-shadow: 0 0 6px #dddddda3;
    width: 100%;
    max-width: 380px;
}

.content .text .title.prdt-img {
    width: 300px !important;
    height: 280px !important;
    object-fit: contain;
    overflow: hidden;
}

.content .text .title.prdt-img canvas#canvas_product_Customize_Logo_Image {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}

.content .text .title img {
    height: 275px;
    width: 100%;
    object-fit: contain;
    border-radius: 12px;
}

.content .text-content .home {
    display: block;
}

#home:checked ~ .text-content .home,
#blog:checked ~ .text-content .blog,
#help:checked ~ .text-content .help {
    display: block;
}

#blog:checked ~ .text-content .home,
#help:checked ~ .text-content .home {
    display: none !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: var(--clr-sec);
    /* Pink circle background */

    border-radius: 50%;
    /* Makes the background circular */

    background-size: 60% 60% !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-position: center;

    background-repeat: no-repeat;
}

.text_on_image {
    display: block !important;
}

.text-editor {
    border: 1px solid #ccc;
    padding: 10px;
    width: 400px;
}

.toolbar {
    display: flex;
    gap: 5px;
    margin-bottom: 10px;
}

.selectedclassadc {
    opacity: 0.5;
}

button {
    padding: 5px;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    cursor: pointer;
}

button:hover {
    background-color: #e0e0e0;
}

/* text modal */
/* #customize-text_modal .modal-dialog {
    max-width: 250px !important;
    margin-inline-start: calc(50% - 100px);
} */
#customize-text_modal.prdt-custom-modal {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-40%, -50%);
    z-index: 1060;
    width: 250px;
    height: 150px;
    display: flex;
    padding: 15px;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.175);
    border-radius: 10px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

#customize-text_modal .content {
    margin-top: 15px;
}

#customize-text_modal .modal-dialog .modal-content {
    max-width: 280px !important;
    margin-inline-start: calc(50% - 115px);
    min-height: 150px !important;
    box-shadow: 0 0 6px #dddddda3;
    border: 1px solid #ddd;
}

#customize-text_modal .modal-dialog .modal-content .content {
    height: 150px;
}

#customize-text_modal.customize_select_modal .content {
    margin: 0 30px;
}

#customize-text_modal .form-control:focus {
    box-shadow: none;
}

/* modal tab */

/* customize_color_modal */
.customize_select_modal .modal-dialog {
    max-width: 600px !important;
}

.customize_select_modal .content {
    margin: 0 20px 0 0;
}

.customize_select_modal .content .right-blk {
    height: 325px;
    margin-block: 20px;
}

.customize_select_modal .prdt-images .main-image {
    width: 256px !important;
    margin: -15px 20px 0px 20px;
}

.customize_select_modal .main-image .prdt-img canvas {
    max-width: 270px;
    border: 1px solid #e3e3e3d4;
    margin: 20px;
    border-radius: 12px;
    box-shadow: 0 0 6px #dddddda3;
}

.customize_select_modal .swatchitem {
    width: 24px;
    height: 24px;
}

.modal-custom-text h3 {
    font-size: 22px;
    line-height: 26px;
}

.modal-custom-text h5 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}

.modal-custom-text h6 {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
}

.button-set {
    display: flex;
    gap: 15px;
    justify-content: space-between;
}

.button-set .btn-process {
    width: 100%;
}

.button-set .btn-dark-grey {
    background-color: #444444;
    color: var(--clr-light);
}

.btn-dark-grey:hover {
    border: 1px solid #444444 !important;
    background-color: #444444 !important;
    color: var(--clr-light) !important;
    opacity: 0.8;
}

.mediablock {
    /* display: flex; */
    flex-wrap: wrap;
    background-color: var(--clr-light);
    box-shadow: 0 0 5px #ddd;
    border-radius: 3px;
    overflow: hidden;
    position: sticky;
    top: 120px;
    width: 100%;
}

.mediablock .mediabtn {
    position: absolute;
    left: 10px;
    top: 0px;
    z-index: 9;
}

.mediablock .mediabtn li a {
    box-shadow: 0 0 5px #bdbdbd;
    width: 40px;
    color: #4b4b4b;
    height: 40px;
    background-color: #f7f7f7;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin: 10px 0px;
}

.mediablock .mediabtn li a.addfavourite {
    position: static;
}
.qty-gray {
    color: #b7b5b5;
}
.mediablock .mediabtn li a i {
    font-weight: 600;
    color: inherit;
}

.mediablock .mediabtn li a.active,
.mediablock .mediabtn li a.active:hover {
    background: var(--clr-pri);
    color: #fff;
}

.mediablock .prdt-images {
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.mediablock .prdt-images .alt-image {
    position: absolute;
    bottom: 0px;
    left: 0;
}

.mediablock .alt-image ul {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.mediablock .alt-image ul li {
    width: 70px;
    height: 70px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.zoom-product {
    width: 100vw;
    height: 100%;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    background: var(--clr-light);
}

/* .zoom-product .zoom-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
} */

/* .zoom-product .zoom-img img {
    margin-block-start: 100px;
    height: calc(100vh - 80px);
} */

.zoom-product .prdt-zoom-out {
    position: absolute;
    right: 50px;
    top: 60px;
}

.zoom-product .prdt-zoom-out i {
    font-size: 20px;
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: 50%;
    box-shadow: 0 4px 22px 2px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    margin: 10px 5px;
    opacity: 0.8;
    padding: 12px;
    position: relative;
}

.right-blocklist .product-title {
    font-size: 28px;
    font-weight: 600;
    color: var(--clr-pri);
    line-height: 1.3;
    margin-bottom: 0px;
}

.short-description {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
    margin: 0px 0px 10px;
}

.prd-details-data p,
.prd-details-data ul {
    color: var(--clr-dark-grey);
    background-color: transparent !important;
}

.grid_swatch .swatchitem.size-swatch {
    width: 25px;
    height: 25px;
    margin: 0 auto 6px;
}

.sample-price small,
.prductstep label.steps {
    display: block;
    font-weight: 600;
    font-size: 15px;
    color: #000;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.itemprice span {
    font-weight: 800;
    color: var(--clr-pri);
    line-height: 1.3;
    font-size: 35px;
}

.pp-price span {
    font-size: 35px !important;
}

.price-text {
    font-size: 19px !important;
}

.sample-price .itemprice .pp-price {
    display: flex;
    align-items: center;
}

.sample-price .itemprice .pp-price b {
    margin: 0 5px;
}

.sample-price .itemprice small.eachitem {
    font-size: 25px;
    display: inline-block;
    text-transform: lowercase;
    margin: 0;
    line-height: 1.3;
}

.sample-price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.additional_discount {
    width: max-content;
    font-size: 14px;
    text-wrap: wrap;
    padding: 7px 10px !important;
    margin-left: auto;
    background-color: var(--clr-light) !important;
    border: none !important;
    color: var(--clr-dark) !important;
}

.gap-3 {
    gap: 40px;
}

.price_sheet {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.price_sheet small {
    text-wrap: nowrap;
}

.additional_discount .close {
    position: absolute;
    right: 0px;
    top: -4px;
    background: transparent;
    border: none;
    font-size: 15px;
}

.additional_discount span {
    font-weight: 700;
}

.sample-price .itemprice {
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
    position: relative;
    width: max-content;
}

.sample-price .sampleodr .btn {
    font-size: 18px;
    line-height: 1;
    padding: 11px 15px;
}

.prductstep .swatchheading {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 10px;
}

.prductstep h4 {
    font-size: 17px;
    color: #514f4f;
    font-weight: 500;
    margin: 0 0 15px;
    line-height: 1.3;
}

.prductstep .swatchheading h4 {
    margin-bottom: 0;
}

.sku-dtl {
    font-size: 16px;
    font-weight: 500;
    margin: 5px 0px;
    color: var(--clr-span);
}

.prductstep {
    border-top: 1px solid #ddd;
    padding: 14px 0;
}

.prdt-qty {
    position: relative;
    max-width: 88px;
    margin: 0 auto 20px;
    background-color: #fff;
    padding: 15px 8px;
    box-shadow: 0 0 12px #ddd;
    border: 1px solid var(--clr-sec);
}

.color_price {
    font-size: 14px;
    font-weight: 500;
}

span.prst-sprice {
    font-size: 12px;
    font-weight: 400;
}

.clr-matrixqty input::-webkit-outer-spin-button,
.clr-matrixqty input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.clr-matrixqty input[type="number"] {
    -moz-appearance: textfield;
}

.prdt-qty input {
    width: 60px;
    border: 0px solid;
    border-bottom: 2px solid #ddd;
    text-align: center;
    color: var(--clr-sec);
    font-size: 17px;
    font-weight: 600;
    background: #fff;
    position: relative;
}

.swatchqty h4 span {
    color: var(--clr-sec);
    border-bottom: 1px solid;
}

.clr-matrixqty tbody {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.clr-matrixqty td {
    text-align: center;
    padding: 15px 15px;
    background: white;
    border-radius: 6px;
    width: 100%;
    display: block;
}

/* .clr-matrixqty.multi-matrixqty td {
    width: 100%;
    display: block;
} */
/* .clr-matrixqty.multi-matrixqty tr {
    border-top: 1px solid #ddd;
} */
.prdt-qty:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -7px;
    width: 13px;
    height: 13px;
    background: white;
    transform: rotate(45deg);
    border-bottom: 1px solid var(--clr-sec);
    border-right: 1px solid var(--clr-sec);
}

.btngroup.prdt-custprice {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    bottom: 0;
    background: #f5f5f7;
    padding: 20px 0px;
    z-index: 2;
    gap: 20px;
}
@media screen and (max-width: 500px) {
    .btngroup.prdt-custprice {
        padding: 20px 0px 85px 0 !important;
    }
    .content .list {
       width: 19% !important;
    }
}

.drop-logo {
    cursor: pointer;
}

.right-blocklist .btngroup .btn {
    font-size: 22px;
    padding: 16px 10px;
    display: inline-block;
    max-width: 290px;
    width: 100%;
    font-weight: 600;
    height: 100%;
}

.chooseway ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    align-items: flex-end;
}

.chooseway ul li {
    width: 33.33%;
    padding: 0px 10px;
    text-align: left;
}

.chooseway .stepway {
    height: 100%;
}

.chooseway .stepway label.custom-radio {
    padding: 0;
    display: block;
    width: 100%;
}

.chooseway .stepway label.custom-radio .radio-content {
    background: #fff;
    padding: 12px 10px 12px 34px;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 100%;
    align-items: flex-start;
    position: relative;
}

.order_discount {
    color: #ff0000;
}

.custom-radio input[type="radio"]:checked + .radio-content {
    border-color: var(--clr-pri);
    color: var(--clr-pri);
}

.chooseway .stepway .custom-radio .radio-content:before {
    width: 20px;
    height: 20px;
    top: 15px;
    left: 7px;
}

.chooseway .stepway .custom-radio .radio-content:after {
    width: 10px;
    height: 10px;
    top: 20px;
    left: 13px;
    transform: translate(-1px, 0px);
}

.chooseway .stepway span.radio-content {
    display: flex;
    flex-wrap: wrap;
}

.chooseway .stepway .estimate-del b {
    color: var(--clr-pri);
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
}

b.mostpopular {
    line-height: 1;
    display: inline-block;
    color: var(--clr-sec);
    font-size: 13px;
    border: 1px solid var(--clr-sec);
    padding: 3px 5px;
    border-radius: 3px;
    margin-bottom: 5px;
}

.customize-page {
    padding: 30px 0px;
    font-size: 14px;
}

.customize-cart {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0px -10px;
}

.left-custblock {
    width: calc(100% - 450px);
    padding: 0px 10px;
}

.right-custblock {
    width: 450px;
    padding: 0px 10px;
}

.customize-page h2.title {
    font-size: 20px;
    margin-bottom: 15px;
    display: block;
    color: var(--clr-sec);
}

.upload-image-loader .uploadloader img {
    max-width: 70% !important;
}

.left-custblock .box-shdow .box-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 17px;
    padding: 10px 15px;
}

.left-custblock .boxshdow-body {
    padding: 15px;
}

.select-image {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0px -5px;
}

.select-image li {
    width: 65px;
    height: 65px;
    padding: 5px;
}

.select-image li figure {
    position: relative;
    border: 1px solid #ddd;
    padding: 3px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-self: center;
    cursor: pointer;
}

.select-image li.active figure {
    border-color: var(--clr-sec);
}

.select-image li figure img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.prdt-option table.table {
    margin: 15px 0px;
}

.prdt-option table th,
.prdt-option table td {
    vertical-align: middle;
}

.prdt-option table img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

td.text-center.clr-sec {
    color: var(--clr-sec);
}

.summary-info {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 20px;
}

.summary-info figure {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.summary-info figcaption {
    width: calc(100% - 60px);
    padding-left: 20px;
}

.prduct-option,
.imprint-option {
    margin: 10px 0px 0px;
}

.prduct-option table.unitqty td:first-child {
    text-align: left;
    padding-left: 0;
}

.prduct-option table tr.totalunit {
    font-weight: 700;
    color: #121212;
    font-size: 20px;
    border-top: 1px solid #ddd;
}

.imprint-option {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.imprint-option.slct-logocolor {
    justify-content: space-between;
    /* padding-top: 25px; */
}

/* multisize css */

.productaoinfo2 .title-grid-view {
    border-radius: 8px;
    border-top: 0px solid;
    max-width: 90px;
    margin: auto;
    overflow: hidden;
}

.productaoinfo2 .title-grid-view .qtybox.ads {
    background-color: var(--clr-sec);
    flex-direction: column;
    gap: 5px;
}

.productaoinfo2 .title-grid-view .qtybox {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    text-transform: uppercase;
    font-weight: 500;
    background: #000;
    color: #fff;
    font-size: 14px;
    padding: 4px;
    line-height: 1;
    height: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.soldText {
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.productaoinfo2 table.matrix tr.active {
    display: inline-block;
}

.productaoinfo2 table.matrix tr {
    display: inline-block;
}

.productaoinfo2 table.matrix tr {
    -webkit-animation: slide-down 0.3s ease-out;
    -moz-animation: slide-down 0.3s ease-out;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    align-items: center;
    padding: 8px 9px 8px 9px;
    width: 100%;
    justify-content: space-between;
    display: none;
}

.multisize-select {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.single-select {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.smallimgswatch {
    padding: 20px;
    background: #fff;
    border-radius: 8px;
}
/* .prductstep .grid-container {
    width: fit-content;
    max-width: 178px;
    align-items: center;
    justify-content: center;
} */
.grid-container {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    flex: 1;
}
.custom-flag-quantity.emb_customize {
    max-width: 190px;
    width: 100%;
    min-width: 189px;
}

/* .productaoinfo2 table.matrix tr td:first-child,
.productaoinfo2 table.matrix tr th:first-child {
    padding: 0px 25px;
    background: #fff;
} */

.productaoinfo2 span.color-size {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
}

span.ads-matrix {
    min-height: 20px;
    word-break: break-word;
    font-size: 11px;
    color: var(--clr-pri);
    font-weight: 600;
    display: block;
    text-align: center;
    margin-top: 5px;
    line-height: 11px;
}

.productaoinfo2 .title-grid-view input.qntyinput {
    padding-left: 10px;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #d0d0d0;
    height: 45px;
    text-align: center;
    padding: 0px 4px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    font-size: 14px;
}

.sold {
    text-align: center;
    background-color: #fcdada;
    padding-top: 10px;
    font-size: 14px;
    font-weight: 600;
}

@media only screen and (max-width: 1600px) {
    .productaoinfo2 .title-grid-view input.qntyinput,
    .productaoinfo2 .title-grid-view .sold {
        height: 42px;
        font-size: 13px;
    }
}

@media only screen and (max-width: 575px) {
    .productaoinfo2 table tbody td {
        padding: 0 2px;
    }
}

@media only screen and (max-width: 1150px) {
    .productaoinfo2 table tbody td {
        padding: 0 3px;
    }
}

@media only screen and (max-width: 450px) {
    .productaoinfo2 table td,
    .productaoinfo2 table th {
        width: 24.8%;
        min-height: 126px;
    }
}

@media only screen and (max-width: 575px) {
    .productaoinfo2 table td,
    .productaoinfo2 table th {
        width: 20.8%;
    }
}

@media only screen and (max-width: 766px) {
    .productaoinfo2 table td,
    .productaoinfo2 table th {
        min-height: 133px;
    }
}

.smallimgswatch {
    width: 125px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    /* flex: 1; */
}

.smallimgswatch img {
    max-width: 40px;
}

.smallimgswatch span {
    width: 100%;
    display: block;
    text-align: center;
    padding-top: 5px;
    word-break: break-word;
}

.art-logos .uploadBox {
    width: 100px;
    height: 80px;
    border-radius: 10px !important;
}

.customize-imprint {
    width: 100%;
}

.leftimprint {
    width: 55%;
    padding: 0px 10px;
}

.imprint-choice {
    margin-bottom: 20px;
}

.logocolor-title h4 span {
    font-size: 13px;
    display: block;
    color: #454545;
    line-height: 1.3;
    margin-top: 3px;
}

.slct-logocolor .logocolor-title {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    justify-content: space-between;
}

.slct-logocolor .logocolor-title h4 {
    width: fit-content;
    display: inline-block;
}

.uploadBox {
    width: 130px;
    height: 90px;
    background-color: #e6e6e6;
    border: 1px dashed #8e8e8f;
    border-radius: 6px;
    margin-inline: 15px;
}

.uploadBox.uploadBox-modal {
    width: 100%;
    /* max-width: 200px; */
    max-width: 285px;
    margin: 0 auto;
    /* height: 120px; */
    height: 185px;
}

.custom-upload-box {
    width: 120px !important;
    height: 120px !important;
    margin: 0 !important;
    border-radius: 10px !important;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-upload-box img.selected-img {
    height: 80px;
    object-fit: contain;
    width: auto !important;
    margin-inline: 10px;
    overflow: hidden;
}

.customize_area_m img {
    width: 80% !important;
}

.disabled {
    pointer-events: none;
    opacity: 0.2;
    cursor: not-allowed;
}

.upload-img-link {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-link {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 8px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    text-align: center;
    word-break: break-all;
    height: auto;
    max-height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    display: flex;
    /* background: var(--clr-light); */
}

.uploded-image {
    text-align: center;
}

.prdt-custom-modal .contentimg-cross {
    position: absolute;
    top: -7px;
    right: -7px !important;
    background: var(--clr-light) !important;
    font-size: 16px !important;
    font-weight: 600;
    border: 2px solid #ddd !important;
    border-radius: 50%;
    width: 19px;
    height: 19px;
    padding-inline: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.imprint-option.slct-logocolor {
    gap: 10px;
}

.image_name_view {
    margin-top: 50px;
    text-align: center;
    color: #081e79;
}

.image_name_add {
    margin-top: 25px;
}

#canvas_product_Customize_modal,
#canvas_product_Customize_final {
    width: 100% !important;
    height: 100% !important;
    border: 1px solid #e3e3e3d4;
    border-radius: 12px;
    box-shadow: 0 0 6px #dddddda3;
}

.logocolor-title input {
    width: 80px;
    border: 1px solid #ddd;
    font-size: 13px;
    line-height: 1.3;
    padding: 5px;
    text-align: center;
}

.logocolor-title h6 {
    font-size: 14px;
    font-weight: 400;
}

.selectcolor {
    display: flex;
    flex-wrap: wrap;
}

.artwork-choice,
.artwork-instruction,
.select_clr {
    margin: 20px 0px;
}

.selectcolor h4 {
    width: 100%;
}

.selectcolor .swatchitem {
    margin: 0 5px 0px 0px;
}

.selectcolor .slctcolr-name {
    width: calc(100% - 40px);
}

.selectcolor .slctcolr-name span {
    display: block;
    line-height: 1.3;
    font-weight: 500;
}

.selectcolor .slctcolr-name a {
    font-size: 11px;
    display: block;
    line-height: 1;
    margin-top: 2px;
    text-decoration: underline;
}

.box-shdow {
    margin-bottom: 15px;
}

.est-delivrey small {
    font-weight: 500;
    font-size: inherit;
    margin-bottom: 10px;
    display: block;
}

.est-delivrey ul li {
    display: flex;
    color: #9f9f9f;
    line-height: 1.3;
    margin-bottom: 10px;
}

.est-delivrey ul li:last-child {
    margin-bottom: 0;
}

.est-delivrey ul li span {
    display: inline-block;
    margin-right: 5px;
    font-weight: 600;
}

.subtotal-view {
    margin-top: 20px;
    text-align: right;
    width: 100%;
}

.cust-subtotal {
    font-size: 18px;
    font-weight: 500;
    color: #121212;
    display: inline-flex;
    width: 100%;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.cust-subtotal b {
    margin-left: 7px;
    font-weight: 700;
}

.right-custblock table td:last-child,
.right-custblock table th:last-child {
    text-align: right;
}

.radiobtns {
    display: flex;
    flex-wrap: wrap;
}

.radiobtns li {
    width: 50%;
}

.rightimprint.imprintlocation .radiobtns li {
    width: 100%;
}

.radiobtns li label.custom-radio {
    width: 100%;
}

.radiobtns li .custom-radio span.radio-content {
    width: 100%;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    color: #535353;
}

.prdt-option table {
    border-color: #ddd;
    margin: 15px 0px;
    width: 100%;
}

.customize-page h5 {
    font-weight: 600;
    font-size: 19px;
    color: var(--clr-pri);
}

.summary-info h3 {
    font-size: 18px;
}

.left-custblock h6 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 16px;
}

.left-custblock h6 span {
    display: block;
    margin-top: 2px;
    line-height: 1.3;
    color: #545454;
    font-weight: 400;
    font-size: 14px;
}

.left-custblock .selectcolor h6 {
    display: block;
    width: 100%;
}

.cust-deldate {
    display: flex;
    flex-wrap: wrap;
    margin: 13px -10px 0;
}

.cust-deldate li {
    width: fit-content;
    padding: 0px 10px;
}

.cust-deldate label.custom-radio b {
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    margin: 0 0 5px;
    line-height: 1;
}

.cust-deldate label.custom-radio {
    padding: 0;
    text-align: center;
}

.cust-deldate .custom-radio .radio-content:before,
.cust-deldate .custom-radio .radio-content:after {
    content: unset;
}

.cust-deldate span.radio-content span {
    display: block;
    width: 100%;
    max-width: fit-content;
    margin: auto;
    font-weight: 500;
    margin: 5px auto;
}

.cust-deldate span.radio-content span.delvery-date {
    border: 1px solid #a1a1a1;
    margin-bottom: 0;
    line-height: 1;
    padding: 8px 10px;
}

ul.cust-deldate
    .custom-radio
    input[type="radio"]:checked
    + .radio-content
    span.delvery-date {
    background-color: var(--clr-pri);
    color: #fff;
    border-color: var(--clr-pri);
}

ul.cust-deldate .custom-radio input[type="radio"]:checked + .radio-content {
    color: var(--clr-pri);
}

.prduct-option .table {
    margin: 0;
}

.row-grid {
    display: none;
}

.show-customize-modal {
    display: flex;
    gap: 2px;
    flex-direction: column;
}

.row-grid.active {
    display: block;
    width: 33.33%;
}
.row-grid.size-row.box8 {
    width: 100%;
}

.swatches-list-box .swatchitem.swithcolor {
    width: 50px;
    height: 40px;
    padding: 3px;
    margin: 0 !important;
}

.swatches-list-box .swatchitem.active {
    padding: 2px;
    border: 2px solid var(--clr-sec);
}

.swatches-list-box .swatchitem a:hover:after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.swatches-list-box .swatchitem a:after {
    z-index: 9;
    content: attr(title);
    bottom: 100%;
    right: 0;
    max-width: fit-content;
    white-space: pre;
    word-wrap: break-word;
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    background: var(--clr-pri);
    color: #fff;
    font-size: 13px;
    line-height: 1;
    padding: 5px 6px;
    border-radius: 2px;
    text-shadow: 1px 1px #000;
    font-weight: 500;
    letter-spacing: 0.1px;
    display: inline-block;
    margin-bottom: 3px;
}

.row-grid .swatchitem {
    margin: 0px 5px 0px 0px;
}

.swatches-list-box .swatchitem.active a:after {
    background: var(--clr-sec);
}

.customize-step .box-title .btn {
    display: none;
}

.custinfo-fill .box-title .btn {
    display: inline-block;
    font-size: 14px;
    padding: 6px 10px;
    border: 1px solid #fff;
    color: #fff;
}

.selectColor input.inputqty {
    width: fit-content;
    border: none;
    border-bottom: 1px solid #ddd;
    text-align: center;
    max-width: 100px;
    display: inline-block;
    min-width: 100px;
}

.select_clr {
    margin-top: 10px;
}

ul.imprint_selectClr {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px;
}

ul.imprint_selectClr li {
    width: fit-content;
    display: inline-flex;
    padding: 5px 10px;
    white-space: nowrap;
}

.prdt-qty.error {
    box-shadow: 0 0 5px #f00;
}

.prdt-qty.error input {
    color: #f00;
}

.prdt-qty.error:before {
    border-top: 14px solid #ff0000;
}

.addthumbbrand img {
    max-width: 90px;
    max-height: 90px;
    object-fit: contain;
}

.addthumbbrand {
    position: absolute;
    top: 10px;
    right: 10px;
}

.clr-matrixqty table {
    width: 100%;
}

.grid_swatch {
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    padding: 3px 5px;
    border-radius: 5px;
    line-height: 1.2;
    margin: 0 auto 8px;
    min-height: 72px;
}

.clr-matrixqty td b {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2;
    display: block;
}

.select-image li.active figure:after {
    content: "";
    width: 4px;
    height: 7px;
    position: absolute;
    top: 1px;
    right: 3px;
    display: inline-block;
    transform: rotate(45deg);
    border-bottom: 1.5px solid var(--clr-sec);
    border-right: 1.5px solid var(--clr-sec);
    background: #fff;
    z-index: 99;
}

.select-image li.active figure:before {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    top: -1px;
    right: -1px;
    border: 1px solid var(--clr-sec);
    background: #fff;
    z-index: 99;
}

.customize-page table.table thead th {
    background-color: #a2a2a2;
    font-weight: 400;
}

span.tclose-btn {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    background: #ff0000;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border-radius: 50px;
    cursor: pointer;
}

.prductstep .chooseway .stepway span.radio-content > b {
    font-size: 20px;
    display: block;
    line-height: 1.3;
    text-transform: uppercase;
}

.prductstep .chooseway .stepway span.radio-content b small {
    display: inline-block;
    width: fit-content;
}

.prductstep .chooseway .stepway span.radio-content small {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    text-transform: capitalize;
    margin: 5px 0px 0px;
    display: block;
}

.short-description li:after {
    content: "";
    width: 7px;
    height: 7px;
    background: var(--clr-sec);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 5px;
    display: inline-block;
}

.short-description li {
    position: relative;
    padding-left: 12px;
    margin-bottom: 6px;
    line-height: 1.3;
    color: var(--clr-light-black);
}

.prdt-images .mainimg-logo.upload-main {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 9;
}

.prdt-images .mainimg-logo.upload-main .drop-logo {
    margin: 0;
    padding: 5px;
    width: 58px;
    height: 47px;
    border-radius: 3px;
    background: #fff;
    transition: 0.5s;
}

.upload-main .uploadlogo {
    display: none;
}

.upload-main:hover .uploadlogo {
    visibility: visible;
    opacity: 1;
}

.upload-main:hover .drop-logo {
    border-color: var(--clr-sec);
}

.upload-main .uploadlogo {
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    display: block;
    position: absolute;
    bottom: 100%;
    width: 104px;
    right: -4px;
    font-size: 13px;
    background: var(--clr-pri);
    color: #fff;
    border-radius: 5px;
    line-height: 1.2;
    padding: 5px 6px;
    margin-bottom: 5px;
    text-shadow: 1px 1px #000;
    font-weight: 500;
    letter-spacing: 0.2px;
}
.upload-image-disable {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}
.upload-image-disable_v2 {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}

.imprint-choice {
    margin-bottom: 20px;
    background: #f7f7f7;
    border-radius: 5px;
    box-shadow: 0 0 5px #ddd;
    padding: 10px;
    line-height: 1.3;
}

.left-custblock .imprint-choice h6 {
    background: var(--clr-pri);
    margin: -10px -10px 13px;
    padding: 8px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    font-weight: 500;
}

.resize-control {
    font-size: 25px;
}

.back_botton i {
    display: none;
}

/* emb customization */
.emb_customize .custom-radio input[type="radio"]:checked + .radio-content {
    border-color: #080808;
    color: #0a0a0a;
    /* margin-bottom: 10px; */
}
.emb_customize a{
    width: 100%;
}
.hide_emb_customize {
    visibility: hidden;
    /* display: none; */
}
.hide_emb_customize.fix_hide{
    display: none;
}
.title-grid-view .bg-dark{
    width: 90px;
}
.emb_customize .custom-radio .radio-content {
    font-size: 12px !important;
    line-height: 20px !important;
}
.emb_customize .custom-radio p {
    margin-bottom: 0px;
    font-size: 12px;
}

.emb_customize .custom-radio .radio-content h5 {
    margin-block: 0px !important;
}

.content.emb-prod-image {
    flex-direction: column;
}

.content.emb-prod-image .right-blk {
    height: 100% !important;
    margin-block: 0px 40px !important;
}

.emb-card-header {
    padding: 0px 1px !important;
}

.emb-card-header h5 {
    margin-top: 5px !important;
    margin-bottom: 4px !important;
}

.emb-card-header .btn-link {
    color: #000;
    text-decoration: none;
}

.emb-card-header .btn-link:hover {
    text-decoration: none;
}

.emb-card-header .btn-link.focus,
.emb-card-header .btn-link:focus {
    text-decoration: none;
    box-shadow: none;
}

.content.emb-prod-image .right-blk .imprint-color-button a {
    width: 200px;
}

.left_drop_col {
    width: 100%;
    float: left;
    display: inline-block;
    margin-bottom: 18px;
}

.left_drop_col.accord_col > a {
    background: #e6e6e6;
    display: block;
    text-align: left;
    padding: 10px 15px;
    border: 1px solid #767676;
    color: #959595;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 18px;
}

.left_drop_col.accord_col .flag-container-adfagdag {
    background: #e6e6e6;
    display: block;
    text-align: left;
    padding: 10px 15px;
    border: 1px solid #767676;
    color: #959595;
}
.left_drop_col.accord_col .flag-container-adfagdag a {
    display: flex;
    align-items: center;
    gap: 10px;
}
.left_drop_col.accord_col a i {
    color: #000000;
}

.left_drop_col .card.card-body {
    background: #fff;
    padding: 15px;
    overflow: hidden;
    border: 1px solid #767676;
    border-top: none;
    position: relative;
    top: -1px;
    padding-top: 0;
    border-radius: 0px;
}

.left_drop_col .drop_box_rps {
    text-align: left;
    /* padding-right: 28px; */
    color: #8e8e8e;
    width: 100%;
    /* padding-left: 28px; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.drop_box_rps .ul-select {
    width: 100%;
}
.left_drop_col .ul-select h2 {
    border: 1px solid #ccc;
    border-radius: 2px;
    cursor: pointer;
    font-size: 14px;
    background: #eee none repeat scroll 0 0;
    padding: 5px;
    line-height: 31px;
    font-weight: 600;
    position: relative;
    text-align: left;
    margin: auto;
    color: #3c3c3c;
}

.drop_box_rps h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.drop_box_rps h6,
.h6 {
    font-size: 12px !important;
}

.logo_drop_col .ul-select ul,
.card.card-body .ul-select ul {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    list-style: outside none none;
    text-align: left;
    margin-top: -1px;
    display: none;
    width: 100%;
}

.drop_box_rps .ul-select h2::before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #000 transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 5px;
    bottom: 0;
    height: 0;
    position: absolute;
    right: 10px;
    top: 0;
    width: 0;
    content: "";
    height: 0;
    margin: auto;
}

.card.card-body ul li h5 {
    float: left;
    font-size: 16px;
    color: #8e8e8e;
    margin-right: 3px;
    min-width: 22px;
}

.card.card-body ul li {
    margin-top: 10px;
    /*  float: left; */
    width: 100%;
    position: relative;
}
/* card flag */
.card.emb-all-card {
    display: inline-block;
}
.fst-card ul {
    display: inline-block;
    width: 100%;
}
.card::after,
.card::before {
    display: none;
}
.left_drop_col:last-child {
    margin-bottom: 0;
}
.ul-select ul li:hover,
.ul-select ul li.selected {
    background: #f6f6f6 none repeat scroll 0 0;
}

.ul-select ul li {
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    line-height: 31px;
    margin: auto !important;
    padding: 5px 7px;
    color: #3c3c3c;
}
.ul-select ul li span {
    font-size: 14px;
}
.ul-select ul li img,
.ul-select h2 img {
    margin-right: 5px;
}

.card.card-body ul li input {
    float: left;
    color: #8e8e8e;
    margin-right: 10px;
    border: 1px solid #ccc;
    width: 82%;
    height: 40px;
    padding-left: 10px;
    font-size: 13px;
}

.show-select.ul-select ul,
.card.card-body .ul-select.show-select ul {
    display: inline-block;
}

.show-select.ul-select h2::before {
    border-color: transparent transparent #000;
}

.drop_box_rps input {
    border: 2px solid #a5a5a5;
    border-radius: 3px;
    float: none;
    height: 36px;
    margin: auto;
    width: 100%;
    padding-left: 10px;
    margin-top: 6px;
}

img.flag-checkout {
    position: absolute;
    max-width: 50px;
    max-height: 28px;
    right: 8px;
    top: 9px;
}
img.flag-checkout-customsjdj {
    max-width: 50px;
    max-height: 20px;
}

.left_drop_col {
    position: relative;
}

.us-state-flag li {
    display: flex;
    align-items: center;
    gap: 10px;
}
.us-state-flag .flag-img {
    width: 100%;
    max-width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.us-state-flag .flag-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
}
.us-state-flag-block h2 {
    border: 1px solid #ccc;
    border-radius: 2px;
    cursor: pointer;
    font-size: 14px;
    background: #eee none repeat scroll 0 0;
    padding: 5px 8px;
    line-height: 31px;
    font-weight: 700;
    position: relative;
    text-align: left;
    margin: auto;
    color: #000;
}

.card.card-body .us-state-flag-block ul {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    list-style: outside none none;
    text-align: left;
    margin-top: -1px;
    display: none;
    width: 100%;
}

.us-state-flag-block h2::before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #000 transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 5px;
    bottom: 0;
    height: 0;
    position: absolute;
    right: 10px;
    top: 0;
    width: 0;
    content: "";
    height: 0;
    margin: auto;
}

.card.card-body .us-state-flag-block ul {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    list-style: outside none none;
    text-align: left;
    margin-top: -1px;
    display: none;
    width: 100%;
}
.flagText {
    line-height: 16px;
}
.us-state-flag-block ul li {
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    font-weight: 500;
    margin: auto !important;
    padding: 4px 10px;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.us-state-flag-block ul li img.cancer-icon-sub {
    width: 50px;
    height: 32px;
    margin-left: -11px;
    object-position: 6px -10px;
}

.us-state-flag-block ul li img {
    width: 38px;
    border-radius: 2px;
    margin-right: 14px;
    height: 22px;
    object-fit: cover;
}

.us-state-flag-block {
    max-width: 100%;
    /* padding: 0 28px; */
    margin-top: 6px;
    display: inline-block;
    width: 100%;
}

.us-state-flag-block h2 img {
    width: 38px;
    border-radius: 0;
    margin-right: 16px;
    height: 24px;
    object-fit: cover;
}

.fst-card ul {
    padding-inline: 28px;
}

.fst-card ul li {
    display: flex;
}

.fst-card ul li h5 {
    position: absolute;
    left: 0px;
}

.fst-card ul li input {
    width: 100% !important;
    margin-right: 0px !important;
    margin-left: 50px !important;
}

.card.card-body ul li input::placeholder {
    color: #8e8e8e !important;
    opacity: 1 !important;
}

.card.card-body ul li input {
    color: #000 !important;
}

/* .emb-location {
    padding-inline: 28px;
} */

.emb-location li {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.emb-location li input {
    margin-right: 0px !important;
    width: 100% !important;
}

.emb-span {
    font-size: 16px !important;
    color: #000 !important;
    font-weight: 500;
}

.emb-padding {
    padding: 0px 0px 0px 15px !important;
}

i.hideshow {
    font-size: 10px;
    width: 18px;
    height: 18px;
    border: 2px solid;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-left: 5px;
    color: #3f3f3f;
    cursor: pointer;
    position: relative;
}

i.hideshow .tax-exempt.service {
    top: -85px !important;
    width: 200px !important;
    left: -50px !important;
}

.order_summary i.hideshow .tax-exempt {
    left: 0px;
    right: unset;
    width: 200px;
    margin-top: 4px;
}

i.hideshow .tax-exempt {
    display: none;
    position: absolute;
    right: 0px;
    background: #ededed;
    z-index: 12;
    padding: 7px;
    border-radius: 3px;
    font-weight: 400;
    font-size: 13px;
    font-family: vag;
    top: -85px;
    color: #000;
    line-height: 17px;
    box-shadow: 0px 0px 3px #000000;
    width: 200px;
    left: -100px;
}

i.hideshow .tax-exempt p {
    margin: 0 !important;
}

.order_summary i.hideshow .tax-exempt {
    left: 0px;
    /* right: unset; */
    width: 200px;
    margin-top: 4px;
}

.order_summary i.hideshow .tax-exempt {
    left: 0px;
    right: unset;
    width: 200px;
    margin-top: 4px;
}

i.hideshow:hover .tax-exempt {
    display: block;
}

/* emb customization */
/* media query */
@media only screen and (max-width: 1600px) {
    .lising-detail .left-blocklist {
        width: 530px;
    }

    .lising-detail .right-blocklist {
        width: calc(100% - 530px);
        padding-left: 25px;
    }

    .sample-price .sampleodr .btn {
        font-size: 16px;
        padding: 11px 12px;
    }

    .prductstep h4 {
        margin: 0 0 10px;
    }

    .cust-deldate label.custom-radio b {
        font-size: 15px;
    }

    .right-blocklist .product-title {
        font-size: 26px;
    }

    /*
    .swatches-list-box .swatchitem {
        width: 36px;
        height: 36px;
    } */

    .prductstep .chooseway .stepway span.radio-content small {
        font-size: 15px;
    }

    .prductstep .chooseway .stepway span.radio-content > b {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1550px) {
    .lising-detail .left-blocklist {
        width: 500px;
    }

    .lising-detail .right-blocklist {
        width: calc(100% - 500px);
        padding-left: 25px;
    }
}

@media only screen and (max-width: 1450px) {
    .summary-info h3 {
        font-size: 16px;
    }

    .right-custblock {
        width: 370px;
    }

    .left-custblock {
        width: calc(100% - 370px);
    }

    .left-custblock .box-shdow .box-title {
        font-size: 16px;
    }

    .grid_swatch {
        font-size: 13px;
    }

    .clr-matrixqty td b {
        font-size: 14px;
    }

    b.mostpopular {
        font-size: 12px;
    }

    .prductstep .chooseway .stepway span.radio-content small {
        font-size: 14px;
    }

    .prductstep .chooseway .stepway span.radio-content > b {
        font-size: 17px;
    }

    .slct-logocolor .logocolor-title {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 1350px) {
    .lising-detail .left-blocklist {
        width: 400px;
    }

    .lising-detail .right-blocklist {
        width: calc(100% - 400px);
        padding-left: 15px;
    }

    .right-blocklist .product-title {
        font-size: 22px;
    }

    .sample-price .sampleodr .btn {
        font-size: 15px;
        padding: 10px 10px;
    }

    .customize-page h2.title {
        font-size: 18px;
    }

    .cust-deldate label.custom-radio b {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1200px) {
    .right-blocklist .product-title {
        font-size: 20px;
    }

    .btngroup.prdt-custprice {
        flex-wrap: wrap;
    }

    .customize-page select.form-select {
        font-size: 14px;
    }

    .prductstep h4 {
        font-size: 16px;
    }

    .select-image li {
        width: 55px;
        height: 55px;
    }

    .left-custblock h6 {
        font-size: 15px;
    }

    .cust-deldate label.custom-radio b {
        font-size: 13px;
    }

    .cust-deldate span.radio-content span.delvery-date {
        font-size: 13px;
    }

    .customize-page {
        font-size: 13px;
    }

    .prduct-option table tr.totalunit {
        font-size: 16px;
    }

    .prductstep .chooseway .stepway span.radio-content small {
        font-size: 13px;
    }

    .prductstep .chooseway .stepway span.radio-content > b {
        font-size: 16px;
    }

    .chooseway ul {
        margin: 0 -5px;
    }

    .chooseway ul li {
        padding: 0 5px;
    }

    .chooseway .stepway label.custom-radio .radio-content {
        padding: 8px 6px 8px 24px;
    }

    .chooseway .stepway .custom-radio .radio-content:before {
        width: 17px;
        height: 17px;
        top: 10px;
        left: 4px;
    }

    .chooseway .stepway .custom-radio .radio-content:after {
        width: 7px;
        height: 7px;
        top: 15px;
        left: 10px;
    }

    .chooseway .stepway .estimate-del b {
        font-size: 13px;
    }
}

@media only screen and (max-width: 1100px) {
    .chooseway ul li {
        width: 50%;
        margin-bottom: 10px;
    }

    .chooseway ul li:last-child {
        margin-bottom: 0;
    }

    .sample-price .itemprice {
        font-size: 24px;
    }

    .right-blocklist .btngroup .btn {
        font-size: 20px;
        padding: 16px 6px;
        max-width: 230px;
    }
}

@media only screen and (max-width: 991px) {
    .mediablock .mediabtn li a {
        height: 30px;
        width: 30px;
        margin: 5px 0px;
    }

    .sample-price .sampleodr .btn {
        font-size: 14px;
        padding: 9px 10px;
    }

    .prdt-qty {
        padding: 6px;
    }

    .prductstep {
        padding: 10px 0px;
    }

    .lising-detail {
        padding-top: 10px;
    }

    .clr-matrixqty td {
        padding: 5px 5px;
    }

    .customize-page select.form-select {
        font-size: 13px;
    }

    .cust-subtotal {
        font-size: 17px;
    }

    .prduct-option table tr.totalunit {
        font-size: 15px;
    }

    .customize-page table td,
    .customize-page table th {
        padding: 5px;
    }

    .lising-detail .left-blocklist {
        width: 350px;
    }

    .lising-detail .right-blocklist {
        width: calc(100% - 350px);
    }

    .select_swatches {
        font-size: 14px;
    }

    .short-description {
        font-size: 13px;
    }

    .right-custblock {
        width: 330px;
    }

    .left-custblock {
        width: calc(100% - 330px);
    }

    .right-custblock .boxshdow-body,
    .left-custblock .boxshdow-body,
    .left-custblock .box-shdow .box-title {
        padding: 10px;
    }

    .summary-info h3 {
        font-size: 15px;
    }

    .radiobtns li .custom-radio span.radio-content {
        font-size: 13px;
    }

    .left-custblock .box-shdow .box-title {
        font-size: 15px;
    }

    .custinfo-fill .box-title .btn {
        font-size: 13px;
        padding: 5px 9px;
    }

    .cust-subtotal {
        font-size: 16px;
    }

    .right-custblock {
        width: 100%;
    }

    .left-custblock {
        width: 100%;
        margin-bottom: 15px;
    }

    .customize-page h5 {
        font-size: 16px;
    }

    .addthumbbrand img {
        max-width: 60px;
        max-height: 60px;
    }

    .prductstep h4 {
        font-size: 15px;
    }

    .sample-price small,
    .prductstep label.steps {
        font-size: 14px;
    }

    .sku-dtl {
        font-size: 14px;
    }

    .row-grid.active {
        width: 50%;
    }

    /* .mediablock {
        top: 70px;
    } */

    .btngroup.prdt-custprice .sample-price {
        width: 100%;
    }

    .btngroup.prdt-custprice {
        flex-wrap: wrap;
    }

    .right-blocklist .btngroup .btn {
        font-size: 17px;
        padding: 15px 8px;
        max-width: 270px;
        width: 100%;
        display: block;
        margin: 16px auto 0;
    }

    .logodata img {
        max-width: 70px;
        height: 70px;
    }

    .sample-price .itemprice {
        margin-right: 0;
    }

    .multisize-select {
        flex-direction: column;
    }
    
    .single-select {
        flex-direction: row;
    }

    .smallimgswatch {
        display: flex;
        align-items: center;
        gap: 15px;
        background: transparent;
        padding-inline: 0;
    }

    .single-select .smallimgswatch {
        display: block;
    }
}

@media only screen and (max-width: 880px) and (min-width: 768px) {
    .lising-detail .left-blocklist {
        width: 300px;
    }

    .lising-detail .right-blocklist {
        width: calc(100% - 300px);
    }

    .rightimprint,
    .leftimprint {
        width: 50%;
    }

    .prductstep .chooseway .stepway span.radio-content small {
        font-size: 12px;
    }
}

@media only screen and (max-width: 767px) {
    .selectColor input.inputqty {
        min-width: unset;
        max-width: 70px;
    }

    .mediablock {
        padding: 20px;
        position: relative;
        top: 0;
    }

    .right-blocklist .product-title {
        font-size: 17px;
    }

    .customize-page table td,
    .customize-page table th {
        padding: 8px;
    }

    .customize-page h5 {
        font-size: 15px;
    }

    .swatches-list-box .swatchitem a:after {
        max-width: max-content;
        white-space: nowrap;
        white-space: break-spaces;
        right: unset;
        left: -15px;
        font-size: 11px;
        font-weight: 500;
        letter-spacing: 1px;
    }

    .single-view .row-grid.active {
        margin: 0 auto;
    }

    .single-view .row-grid.active {
        margin: 0 auto;
    }

    .lising-detail .left-blocklist {
        width: 100%;
    }

    .lising-detail .right-blocklist {
        width: 100%;
        padding: 20px 0px 0px;
    }

    .chooseway .stepway label.custom-radio .radio-content {
        padding: 5px 3px 5px 21px;
    }

    .chooseway .stepway .custom-radio .radio-content:before {
        width: 15px;
        height: 15px;
        top: 10px;
        left: 3px;
    }

    .chooseway .stepway .custom-radio .radio-content:after {
        top: 14px;
        left: 8px;
    }

    .rightimprint {
        width: 35%;
    }

    .leftimprint {
        width: 65%;
    }

    /* .desktop-block-view {
        display: none !important;
    }

    .mobile-block-view {
        display: block;
        position: fixed;
        bottom: 30px;
        width: 100%;
        z-index: 1;
        padding: 20px 20px 30px;
        background: white;
    } */

    .btngroup.prdt-custprice .sample-price .itemprice {
        width: 100%;
        border: 1px solid #d8d8d8 !important;
        border-radius: 4px;
        overflow: hidden;
        margin-block-end: 10px;
        box-shadow: 0px 1px 2px #ddd;
    }

    .btngroup.prdt-custprice .sample-price .itemprice .price-text {
        background-color: #e6e6e6 !important;
        padding: 10px;
    }

    .sample-price small,
    .prductstep label.steps {
        font-size: 14px !important;
    }

    .sample-price .itemprice .pp-price {
        background-color: #fff !important;
        padding: 5px 12px;
    }
    #customize_color_modal .prdt-images, #customize-logo-position-modal-new .prdt-images{
        margin-bottom: 0 !important;
    }
    .btngroup.prdt-custprice .sample-price .pp-price span {
        font-size: 24px !important;
    }

    .btngroup.prdt-custprice .custmize-prd {
        width: 100%;
        max-width: 500px;
        margin: 10px auto 0;
        font-size: 16px;
    }

    .image_library_new {
        position: relative;
        bottom: 0px;
        width: 100%;
    }

    .emb-padding {
        padding: 0px 0px 5px 15px !important;
    }
    .select-thread .emb-padding {
        padding: 0px 15px 5px 15px !important;
    }

    .zoom-product .zoom-img img {
        height: auto !important;
    }

    .zoom-product .prdt-zoom-out {
        right: 10px !important;
    }
    .us-state-flag-block ul li img.cancer-icon-sub {
        margin-left: 0;
        object-position: inherit;
    }

    .us-state-flag li span {
        font-size: 14px;
        line-height: 16px;
    }
    .canvas-box{
        max-width: 200px;
    }
    .canvasCard{
        max-width: 200px;
    }
    .modal-custom-text .custom-h3 {
        font-size: 16px !important;
        margin: 0;
    }
    .modal-custom-text .alr-selected-div{
        margin-bottom: 0;
    }
    .modal-custom-text h3{
        font-size: 14px !important;

    }
    .modal-custom-text {
        margin-bottom: 0 !important;
    }
    .modal-custom-text .form-group{
        margin-bottom: 5px;
    }
    .zoom-product .zoom-img{
        width: calc(100% - 20px);
        margin: 0 auto;
        position: relative;
    }
    .zoom-product .zoom-img input{
        width: 100% !important;
    }
    .modal-custom-text.imprint_color-sec{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .modal-custom-text.imprint_color-sec .mt-4{
        margin-top: 0 !important;
    }
    .modal-custom-text.imprint_color-sec .mt-4 h5{
        text-align: center;
    }
}

@media only screen and (max-width: 575px) {
    .multisize-select {
        flex-direction: column;
    }
    .multisize-select .smallimgswatch {
        width: 100%;
    }
    .multisize-select .smallimgswatch span.colorName {
        width: 100%;
        display: flex;
        gap: 5px;
        flex-wrap: wrap;
    }
    .productaoinfo2 .tablescroll.ui-grid-v table {
        width: 100%;
    }
    .productaoinfo2 .tablescroll.ui-grid-v table .single-select {
        justify-content: center;
    }
    #customize_color_modal .prdt-images, #customize-logo-position-modal-new .prdt-images{
        padding-bottom: 10px !important;
    }
    .colorName > * {
        width: 100%;
    }
    .multisize-select .grid-container {
        justify-content: center;
        width: 100%;
    }

    .art-logos .logos-item {
        flex-wrap: wrap;
    }

    .art-logos .uploadBox {
        margin-bottom: 20px;
    }

    .customize_select_modal .prdt-images .main-image {
        width: 170px !important;
        margin: 0;
    }

    .acoount-upload-tab li {
        width: calc(100% / 2);
    }

    .content .list label .textspan {
        font-size: 11px;
        text-align: center;
        line-height: 1.2;
        padding-block-start: 4px;
    }
    .content .list{
        width: 18%;
    }
    .canvas-box{
        max-width: 200px !important;
    }
    .canvasCard{
        max-width: 200px !important;
    }
    
    
}

@media only screen and (max-width: 450px) {
    .mediablock {
        padding: 7px;
    }

    .rightimprint {
        width: 100%;
        padding: 15px 0px 0px;
    }

    .leftimprint {
        width: 100%;
        padding: 0px 0px;
    }

    .imprint-option {
        margin: 0;
    }

    .customize-page table td,
    .customize-page table th {
        padding: 4px;
    }

    .swatches-list-box .swatchitem a:after {
        width: 85px;
    }

    .cust-deldate label.custom-radio b {
        font-size: 12px;
    }

    .custinfo-fill .box-title .btn {
        font-size: 12px;
        padding: 4px 9px;
    }

    .sku-dtl {
        font-size: 13px;
    }

    section.listing-block .container-fluid {
        padding: 0 10px;
    }

    .prductstep .chooseway .stepway span.radio-content small {
        font-size: 12px;
    }

    .prductstep .chooseway .stepway span.radio-content > b {
        font-size: 14px;
    }

    .grid_swatch {
        font-size: 12px;
        min-height: 35px;
        width: 100%;
    }

    .imprint-choice:last-child {
        margin-bottom: 0;
    }

    .btngroup.prdt-custprice .custmize-prd {
        max-width: 300px;
    }

    .art-logos .image__library {
        gap: 0;
        justify-content: start !important;
        width: 100%;
    }

    .art-logos .img-main-gallery {
        width: 50%;
    }

    .art-logos .img-main-gallery .logodata {
        width: calc(100% - 20px);
    }

    .logodata img {
        max-width: 200px;
    }

    .art-logos .uploadBox {
        width: calc(50% - 20px);
    }

    #customize-text_modal.prdt-custom-modal {
        left: 49%;
    }

    .customize_select_modal .content .right-blk {
        height: 260px;
    }
    .left_drop_col.accord_col > a {
        font-size: 13px;
    }
    .left_drop_col.accord_col .flag-container-adfagdag a,
    .left_drop_col .ul-select h2,
    .ul-select ul li {
        font-size: 13px;
    }
}

@media only screen and (max-width: 767px) {
    #customize_color_modal .right-blk {
        /* height: 200px; */
        height: max-content;
        gap: 20px;
    }
   .btngroup.prdt-custprice{
    position: static;
   }
    #customize_color_modal .right-blk,
    #customize-logo-position-modal-new .right-blk {
        margin-top: 0px;
        margin-bottom: 15px;
        padding-right: 30px;
        padding-left: 30px;
    }

    #customize_color_modal .prdt-images,
    #customize-logo-position-modal-new .prdt-images {
        padding-top: 20px !important;
    }
}

@media only screen and (min-width: 765px) {
    #customize_color_modal .right-blk,
    #customize-logo-position-modal-new .right-blk {
        margin-top: 24px;
        margin-bottom: 27px;
        padding-right: 29px;
        padding-left: 0px;
    }
}

@media only screen and (max-width: 415px) {
    .modal-custom-text h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .button-set {
        flex-wrap: wrap;
    }

    .content .text .title.prdt-img {
        width: 270px !important;
        height: 240px !important;
    }

    .modal-custom-text p {
        font-size: 10px;
    }

    .imprint-color-button {
        flex-direction: column-reverse;
    }

    .back_botton {
        /* background-color: transparent !important; */

        /* color: var(--clr-pri) !important; */

        /* padding: 0 !important; */
    }

    .back_botton i {
        display: inline-block;
        margin-right: 8px;
        font-size: 12px;
    }

    .swal-confirm-button,
    .swal-cancel-button,
    .swal2-confirm {
        font-size: 12px;
    }

    .swal-text {
        font-size: 16px;
    }
}

@media only screen and (max-width: 375px) {
    .prductstep h4 {
        font-size: 14px;
    }

    .select_swatches {
        font-size: 13px;
    }

    .select_swatches .custom-switch-ui span:after {
        width: 40px;
        height: 20px;
    }

    .select_swatches .custom-switch-ui span:before {
        transform: translateX(-20px);
        width: 14px;
        height: 14px;
    }

    .select_swatches .custom-switch-ui {
        padding-right: 43px;
    }

    .cust-deldate label.custom-radio b {
        font-size: 10px;
    }

    .selectColor input.inputqty {
        max-width: 60px;
    }

    .cust-deldate li {
        padding: 0px 6px;
    }

    .cust-deldate {
        margin: 0px -6px;
    }

    .cust-deldate span.radio-content span.delvery-date {
        font-size: 12px;
    }

    .sample-price small,
    .prductstep label.steps {
        font-size: 13px;
    }

    .chooseway ul li {
        width: 100%;
    }

    .grid_swatch {
        font-size: 11px;
        padding: 2px 2px;
    }

    .grid_swatch .swatchitem.size-swatch {
        width: 20px;
        height: 20px;
        margin: 0 auto;
    }

    .sample-price .itemprice {
        font-size: 22px;
    }

    #customize-text_modal.prdt-custom-modal {
        left: 48%;
    }
    .custom-flag-quantity.emb_customize {
        max-width: 160px;
        width: 100%;
        min-width: 159px;
    }
}
.zoom-img {
    position: relative;
    top: 100px;
    width: 500px;             
    overflow: hidden;   
    margin: auto;
}
.zoom-img img.zoomCanvas {
    width: 100%;
    display: block;
}
.coupon-popup-prod {
    border: 2px solid #c22c28;
    border-radius: 4px;
    padding: 4px 4px;
    background-color: #c22c28;
    text-align: center;
    color: #fff;
    flex: 0 0 100px;
    max-width: 100px;
    width: 100px;
    height: 86px;
}
.thread-custom-modal {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}
.thread-custom-modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    max-width: 400px;
    width: 90%;
    max-height: 80%;
    /* overflow-y: auto; */
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}
.thread-custom-modal-close {
    float: right;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}
#threadColorsContent{
    overflow-y: auto;
    max-height: 300px;
}
.zoomModal {
    position: fixed;
    z-index: 1050;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}
.zoom-custom-modal-content {
    background-color: #fff;
    margin: auto;
    padding: 20px 25px;
    border-radius: 8px;
    max-width: 600px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    position: relative;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.zoom-asdaasd{
    display: flex;
    justify-content: space-between;
}
.zoom-custom-modal-close {
    /* position: absolute;
    top: 12px;
    right: 16px; */
    font-size: 24px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    transition: color 0.3s ease;
}
.zoom-custom-modal-close:hover {
    color: #d00;
}
#zoomedImage {
    max-width: 100%;
    height: auto;
    border: 3px solid #ccc;
    border-radius: 6px;
}
