.single_add_to_cart_button{
    display:none !important;
}
@media screen and (max-width: 767px) {
    .hiVs .singl_product_title span{
        display: flex;
    }
    .hiVs .flex-control-nav{
        padding: 0;
        display: flex;
        column-gap: 5px;
        margin-top: 8px;
    }
    .hiVs .Ophd{
        font-size:18px;
        line-height:22px;
    }
.row.pdng_rmve.artwork_section.alloverprintingshirts .width_art div {
    height: 8em !important;
}     
.container.mob_overalltshirts h1.singl_product_title span.titleprice {
    font-size: 12px;
}
.container.mob_overalltshirts h1.singl_product_title {
    font-size: 1.3em !important;
}
    .container.mob_overalltshirts .newsolo.sliderlayout .thumbnail-below img.thumb {
        width: 24% !important;
        height: auto;
        object-fit: fill;
        border-radius: 6px;
    }
    .container.mob_overalltshirts .newsolo.sliderlayout .thumbnail-below {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 2px;
        margin-top: 9px;
    }

.artwork_section.alloverprintingshirts  div#expressdesign_one {
        /* display: block !important; */
        pointer-events: auto !important;
    }    
.clothing.color_wrapper.overalltshirts h3 {
    display: block !important;
} 
.clothing.color_wrapper.overalltshirts .row h3 .right {
        float: left !important;
    }
div#tshirtwrappers .section_one {
    display: none !important;
}    
div#tshirtwrappers .section_two {
    width: 25%;
}
.mobile_new_layout .main_calculator_start_overall .accordion-section.accord_click.active {
    margin: 0px 10px !important;
}    
.clothing.color_wrapper {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 0px 9px;
}
.mobileaddtocart button.single_add_to_cart_button.button.alt {
    display: inline-block !important;
    position: relative;
    width: 100%;
    color: black !important;
    background: white !important;
}
.mobileaddtocart {
    display: grid;
    justify-content: center;
    color: white;
    background-color: #d82430;
}
.accordion-section.accord_click button.accordion-button {
    padding-left: 10px !important;
}
.mobile_new_layout h3.cal_main_heading {
    margin-left: 10px !important;
}
.clothing_calculator .tabs_btns button.single_add_to_cart_button.button.alt {
    display: block !important;
} 

.upart_ul.free_design_data {
    float: left;
    width: 50%;
    position: relative;
    display: inline-block;
}
.right_sec {
    width: 41%;
    float: right;
    margin-top: 21px;
}

.comment-design label {
    display: inline-block;
    position: relative;
    width: 50%;
    float: left;
}
.pro_des_left h5, .upart_ul h5, .upart_ul.free_design_data h5, .upart_ul.profe_design_data h5 {
        display: none !important;
    }
    .upart_ul.profe_design_data {
        float: left;
        width: 100%;
    }   
.comment-design label {
    display: inline-block;
    position: relative;
    width: 50%;
    float: left;
}
.upart_ul.free_design_data {
    float: left;
    width: 50%;
    position: relative;
    display: inline-block;
    display: none !important;
}    
/*color section css started from here */
.shirt_wrapper .section_one .sec_right {
    display: none;
}
.accordion-content {
        max-height: 100% !important;
    }
.accordion-content {
    display: block !important;
}
.accordion-section.active .accordion-content {
    display: block;
}
.outer_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 4px; /* Adjust spacing between boxes */
    justify-content: flex-start; /* Center-align all items */
    width: 100%;
    padding: 0 4px !important;
}
h3.artwrktitle {
    font-size: 14px;
    padding-top: 0;
    padding-bottom: 5px;
    width: 100%;
    text-align: left;
    color: #919191;
    font-weight: 400;
    margin-top: 0;
}
.top_right h3.get_professional_design {
    font-size: 16px;
    padding-right: 10px;
    padding-top: 7px;
    margin: 0px 6px;
}
.top_right {
    position: relative;
    display: flex;
    width: 100%;
    float: right;
}
.stand_sec.first_section_summery .container {
    background-color: #d9d9d9;
}
.stand_sec.first_section_summery {
    margin-top: 10px;
}
.colorouter {
        display: flex;
    flex-direction: column;
    align-items: center;
    width: 24%;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 0px;
    text-align: center;
    box-sizing: border-box;
}

.colorchoosen {
           width: 100%;
        height: 74px;
        margin-bottom: 0px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        background-repeat: no-repeat;
        background-position: center;
        border-radius: 4px;
        background-size: 99% 88%;
    
}

.colorname {
        font-size: 12px;
        color: #333;
        text-align: center;
        padding: 4px 2px;
        border-radius: 0px;
        overflow:hidden;
}
.quantity-wrapper {
    display: flex;
    align-items: center;
    gap: 0px;
    background-color: #ccc;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    width: 100%;
}

.quantity-input {
      width: 50%;
    text-align: center;
    border: 0px solid #ccc;

}

.increment, .decrement {
       width: 25%;
    /* height: 20px; */
    background-color: #ccc;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
    line-height: normal;
    padding: 0px 0px;
    color: black;
}
.colorouter {
    border: 1px solid black; /* Default border */
    border-radius: 5px;
}

/*color section css end at here*/

.design-options {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}
.checkbox_sec {
    display: flex;
    padding: 0px;
    margin: 0px;
    gap: 0px;
    width: 28px;
    margin-left: -10px;
    position: absolute;
    margin-top: -14px;
    z-index: 99;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: unset !important;
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: 0px !important;
}
.checkbox {
    appearance: none;
    -webkit-appearance: none; /* For Safari */
    width: 20px;
    height: 20px;
    background-color: white;
    border: 1px solid black;
    cursor: pointer;
    display: inline-block;
}

/* Checked state */
.checkbox:checked {
    background-color: #FFA500;
    border: 1px solid #FFA500;
    position: relative;
}

/* White tick on checked state */
.checkbox:checked::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 6px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.checkbox_sec input.checkbox {
    padding: 0px;
    width: 80%;
}
.left_artwork {
    float: right;
    width: 100%;
}
.left_artwork button {
    padding: 3px 5px;
    border-radius: 5px;
    font-size: 9px;
    background: #FFA500;
}
#total_cart_main{
    display:none;
}
.option {
    text-align: center;
    background-color: white;
    border: 1px solid black;
    padding: 3px;
    width: 32%;
    box-shadow: none;
    text-align: center; /* Center align content */
    background-color: #f9f9f9; /* Optional background */
    border-radius: 5px;
}

.option .image.top-front {
    float: left;
    width: 100%;
    background: white !important;
}

.design-options .option p {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    color: black;
    font-weight: 500;
    line-height: normal;
    text-align: center;
}
.stand_sec.first_section_summery .qty_sec.col-md-9 .col-md-3.section_one,.stand_sec.first_section_summery .qty_sec.col-md-9 .col-md-3.sectiontwo {
    margin: 0px;
    padding: 0px;
    text-align: left;
}
.stand_sec.first_section_summery .qty_sec.col-md-9 .col-md-3.section_one .left_smmry,.stand_sec.first_section_summery .qty_sec.col-md-9 .col-md-3.section_one .right_smmry {
    float: left;
    width: 50%;
    text-align: left;
}
button {
    display: inline-block;
    color: #000;
    border: none;
    cursor: pointer;
    font-size: 14px;
}

button:hover {
    background-color: #c9302c;
}

p {
    font-size: 12px;
    color: #555;
    line-height: 1.4;
}
.image {
    width: 100px;
    height: fit-content;
    margin: 0px;
    position: relative;
    overflow: hidden; /* Ensure the image doesn't exceed the div boundaries */
}

.image img {
    width: 100%;
    height: 100%;
   position: relative; /* Keeps the image positioned correctly */
    top: 0;
    left: 0;
}


.selected-text {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    font-size: 12px;
    font-weight: 600;
    color: #212529;
}
.color_wrapper .row h3 input#rt_qty {
    width: 10%;
    float: right;
    text-align: center;
    padding: 0px;
    background-color: transparent;
    color: black;
    border: 1px solid black;
    background-color: #e1e1e1;
}
.color_wrapper .row h3 {
    font-size: 14px;
    float: left;
    width: 100%;
}

.col-md-3.sectionfour .fstsumhide span.cntdwn_smry {
    font-size: 21px;
}
.col-md-3.sectionfour .fstsumhide {
    display: block !important;
}
.col-md-3.sectionfour .fstsumhide span.lwer_sumry_head {
    font-size: 17px;
}
.colorouter {
    position: relative;
    border: 2px solid #CFCFCF;
    text-align: center;
    border-radius: 5px;
    box-sizing: border-box;
    background: #fff;
}
.col-md-3.sectionthree {
    border-right: 1px solid red;
    margin-right: 10px !important;
}
.color_one {
    display: inline-block;
    position: relative;
    width: 100%;
}
.color_two {
    display: inline-block;
    position: relative;
    width: 100%;
}
.col-md-3.section_one,.col-md-3.sectiontwo {
    border-right: 1px solid red;
    margin-right: 10px !important;
}
 .left_smmry {
    width: 43%;
    display: inline-block;
    float: left;
}
 .right_summry {
    float: left;
    width: 57%;
    display: inline-block;
}
.qty_sec.col-md-9 .col-md-3.section_one .left_smmry {
    float: left;
}
.stand_sec.first_section_summery {
        background-color: #d9d9d9 !important;
}
.clothing_calculator div#nav-tabContent {
    margin-top: -6px;
}

label.headingtxt {
    font-size: .8em !important;
}
.option .image.top-front img {
    width: 55px !important;
    height: 55px !important;
        object-fit: contain;
}

 .option.selected {
        border: 2px solid #FFA500;
        background-color: #f9f9f9;
    }
.remove-text {
   position: absolute;
    top: 0px;
    right: 0px;
    display: none;
    font-size: 17px;
    font-weight: bold;
    color: white;
    cursor: pointer;
    background-color: #FFA500;
    padding: 0px 3px;
    line-height: normal;
}

/*shirt styling started from here */

    .shirt_wrapper {
        display: inline-block;
        position: relative;
        width: 100%;
        background-color: #D9D9D9;
        padding: 0 6px 10px;
    }
    .shirt_wrapper .popup {
        width: 100%;
    }
    .popup {
                position: relative; 
                width: 100%;
                color: #fff;
                text-align: center;
                border-radius: 6px;
                position: relative;
                z-index: 1;
                bottom: 73%;
                position: relative;
                display: inline-block;
    }
    .popup .popuptext {
                width: 90%;
                background-color: #555;
                color: #fff;
                text-align: center;
                border-radius: 6px;
                position: relative;
                z-index: 1;
                bottom: 0%;
                position: relative;
                display: inline-block;
    }
    .woocommerce img, .woocommerce-page img {
                height: auto;
                max-width: 100%;
    }
    span#myPopup span.popup_close {
        position: absolute;
        right: -11px;
        top: -8px;
        background: #d9d9d9;
        color: red;
        border: 1px solid red;
        padding: 0px;
        margin: 0px;
        width: 5%;
        border-radius: 5px;
    }
    .shirt_wrapper .section_one {
        display: inline-block;
        position: relative;
        float: left;
        width: 21%;
        margin-top: 0px;
        margin-right: 7px;
    }
    .shirt_wrapper .section_one .colorchoosen{
        height:65px;
    }
    .top_sec {
        width: 100%;
        float: left;
        display: inline;
        font-family: 'Roboto';
        font-size: 16px;
        font-weight: 600;
        line-height: 24.2px;
        text-align: center;
        border-bottom: 0;
        padding-bottom: 0px;
        margin-bottom: 4px;
        color: #666666;
    }
        .top_sec span.left {
        font-family: 'Roboto';
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
        text-align: left;
    }
        .top_sec span.right {
        font-size: 18px;
        font-weight: 500;
        line-height: 21.78px;
        text-align: right;
        color: #D82430;
        font-family: 'Roboto';
        float: right;
        text-decoration: underline;
    }
        .top_sec span.right {
        float: right;
        position: relative;
        width: 60%;
        padding: 0px;
        margin: 0px;
    }
    .top_sec span.left {
        float: left;
        position: relative;
        display: inline;
        width: 100%;
        padding: 0px;
        margin: 0px;
        color: #000;
    }
    .bottom_sec p.qty_label {
        font-family: 'Roboto';
        font-size: 20px;
        font-weight: 600;
        line-height: 24.2px;
        text-align: left;
        color: #000000;
    }
    .section_two {
       width: 19%;
        float: left;
        display: inline-block;
        position: relative;
        margin-right: 0;
        padding-bottom: 7px;
    }
    .section_two .top_sec {
        padding-top: 5px;
    }
    .bottom_sec .input-group {
        margin-left: 15px;
    }
    .input-group-prepend {
        float: left;
        display: inline-block;
        position: relative;
    }
    .shirt_wrapper .section_two .bottom_sec .input-group .btn {
        padding: 6px 6px !important;
    }
        input#xs_qty, #s_qty, #l_qty, #m_qty, #xl_qty, #xxl_qty, #xxxl_qty, #xxxxl_qty, #xxxxxl_qty {
        width: 29%;
        text-align: center;
        padding: 1px;
        margin: 0px;
        float: left;
        display: inline-block;
        position: relative;
    }
    .input-group-append {
        float: left;
        display: inline-block;
        position: relative;
    }
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.sec_left {
    float: left;
    width: 100%;
    display: inline-block;
}
.sec_right {
    float: left;
    padding-left: 5px;
    width: 70%;
}
.sec_left .selected_color .colorouter {
    display: inline-block;
    position: relative;
    width: 100%;
}
.shirt_wrapper .section_two .bottom_sec .input-group .input-group-append {
    float: left;
    display: inline-block;
    position: relative;
    width: 100%;
}
.shirt_wrapper .section_two .bottom_sec .input-group .input-group-prepend {
    float: left;
    width: 100%;
}

.shirt_wrapper .section_two .bottom_sec .input-group input {
    width: 50%;
    float: left;
    display: inline-block;
    position: relative;
}
.shirt_wrapper .section_two .bottom_sec {
    display: inline-block;
    position: relative;
    width: 90%;
}
.shirt_wrapper .section_two .bottom_sec .input-group input {
    width:50%;
    float: left;
    display: inline-block;
    position: relative;
    padding: 0px !important;
    text-align: center;
    background: transparent;
        border: 0;
        font-size: 14px;
}
.shirt_wrapper .section_two .bottom_sec .input-group button {
    font-size: 23px;
    padding: 0px !important;
}
.shirt_wrapper .section_two .bottom_sec .input-group .input-group-prepend {
    float: left;
    width: 25%;
}
.shirt_wrapper {
    margin-top: 10px;
}
.clothing.color_wrapper .row h3 {
    width: 100%;
    float: unset;
}
.clothing.color_wrapper .row h3 span.left, .clothing.color_wrapper .row h3 .right {
    float: unset;
}
.clothing.color_wrapper .row h3 .right {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    text-align: right;
    color: #D82430;
    font-family: 'Roboto';
    float: right;
    text-decoration: underline;
    margin: 0px !important;
    padding: 0px !important;
    }
.shirt_wrapper .section_two .bottom_sec .input-group .input-group-append {
    float: left;
    display: inline-block;
    position: relative;
    width: 25%;
}
.shirt_wrapper .section_two .bottom_sec {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 0 4px;
}
.shirt_wrapper .section_two .bottom_sec .input-group {
    margin: 0px;
    padding: 0 3px;
    background-color: #FFA500;
    border-radius: 3px;
}
.shirt_wrapper .section_two .bottom_sec .input-group .btn {
    background-color: #fff;
    color: black;
    border-radius: 2px;
    width: 100%;
    text-align: center;
    padding: 0px !important;
    border: 0;
    height: 16px;
    font-size: 12px;
    line-height: 12px;
}
    .col-of-chrgs {
        top: 0;
        position: absolute;
        width: 129px;
        height: 69px;
        text-align: center;
        cursor: pointer;
    }
    .product-one h2 {
    color: #000;
    font-size: 27px;
    line-height: 1.5em;
}
h2.dsgn_price_h {
    text-align: center;
    gap: 10px;
    margin-top: 0px;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    justify-content: center;
}
span.dsgn_price.one-hr {
    display: inline-block;
    position: relative;
    /*width: 100%;*/
    padding: 0px;
    margin: 0px;
    font-size: 23px;
    /* line-height: normal; */
}
span.dsgn_price.twentyfour-hr {
    display: inline-block;
    position: relative;
    /*width: 100%;*/
    text-align: center;
    font-size: 23px;
}

span.dsgn_price.same-day {
    font-size: 23px;
    display: inline-block;
    position: relative;
    /*width: 100%;*/
    text-align: center;
}
    .upart_ul.profe_design_data h5, .upart_ul.free_design_data h5, .upart_ul h5, .pro_des_left h5 {
        font-size: 1.5em;
        font-weight: bold;
        line-height: 1em;
        color: white;
        margin: 0px;
        padding: 0px;
    }
    .upart_ul.profe_design_data {
    float: left;
    width: 100%;
    }
    .col-md-12.col-sm-12.profesional_clothing {
    float: left;
    width: 50%;
}
.row.shirtdesign_upload {
    display: inline-block;
    position: relative;
    width: 100%;
}
.row.shirtdesign_upload .col-md-12.col-sm-12.upload_file_dsgn.professional_dsgn {
    float: right;
    width: 50%;
}    
}
.top_right h3.get_professional_design, .top_right input#defaultCheck_clothing {
    display: none !important;
}
.clothing.color_wrapper h3 {
    display: none !important;
}
.remianing {
    display: none !important;
}
h3.cal_head_three {
    margin-top: 1em !important;
}
@media screen and (min-width: 768px) {
     h1.time_cont_down_side_shirts {
        color: white;
        margin: 0px;
        font-weight: bold;
    }  
    h1.time_cont_down_side_shirts {
        color: white;
        margin: 0px;
        font-weight: bold;
    }
        h1.time_cont_down_side_shirts table tr:nth-child(1) td {
        border: 2px solid #d82430;
        color: #d82430;
    }
.printedwears .dlv_smry{
    display: flex;
    width: 100%;
    flex-direction: column;
}
.clothing.color_wrapper.overalltshirts h3 {
    text-align: left;
}    
    .stand_sec.first_section_summery.overalltshirts .smry_upr_sction.flxi {
        padding: 2px 4px 5px 0px !important;
    }  
  .stand_sec.first_section_summery.overalltshirts  .smry_lwr_sction.firstLwr_smry {
    padding-top: 12px !important;
}
.col-md-6.tab_sec_left.overallprinttshirts nav.inner_pro_spec {
    padding-top: 8px;
}
.col-md-3.sectionshowsize {
    border-left: 2px solid #d82430;
        border-right: 2px solid #d82430;
        margin: 20px 0px 10px 10px;
        min-height: 6em;
}    
.quantity_section.overallprinting {
    pointer-events: none !important;
}
.stand_sec.first_section_summery.overalltshirts .col-md-3.mrgn_smr {
    margin: 29px 0px 10px 10px;
}
.col-md-6.tab_sec_left.overallprinttshirts div#nav-info {
    min-height: 13.7em;
}    
.stand_sec.first_section_summery.overalltshirts .fstsumhide span.lwer_sumry_head {
    width: 50%;
}    
.stand_sec.first_section_summery.overalltshirts .fstsumhide {
    display: block !important;
}
div#tshirtwrappers .section_two {
    width: 10.35%;
} 
.tab1.artwork_section.alloverprintingshirts .email_latter_left .btn_showtextarea {
    display: inline-block;
    position: relative;
    width: 100%;
}
.tabs_start.artworkhead.overalltshirt .tab_unique.first_tab.current_tab_calculator {
    width: 100%;
    margin-top: 5px;
}
.tab1.artwork_section.alloverprintingshirts .row.pdng_rmve div#expressdesign_one {
    /*display: block !important;*/
    pointer-events: auto !important;
}
/*.tab1.artwork_section.alloverprintingshirts .row.pdng_rmve div#free_one {
    display: none !important;
}*/
.tab1.artwork_section.alloverprintingshirts .design_professional_left .upart_ul.profe_design_data {
    width: 100% !important;
}
div#tshirtwrappers .section_one {
    width: 17%;
}
.clothing.color_wrapper.overalltshirts .row h3 {
    display: block !important;
}    
div#tshirtwrappers .section_one .sec_right {
    width: 100%;
}
.newsolo.sliderlayout .slider-wrapper .slider-container .main-image {
    max-height: 14em;
}
.qty_section.col-md-12.overalltshirt tr td:nth-child(1) span {
    font-size: 1.5em !important;
    line-height: 1.8em;
}
.newsolo.sliderlayout .slider-wrapper .slider-container .main-image img#currentImage {
    max-height: 100%;
    object-fit: contain;
} 
.newsolo.sliderlayout .slider-wrapper img.thumb {
    object-fit: contain;
}
    span.titleprice {
        color: #000 !important;
        float: right;
        font-size: 20px;
    }    
  .smry_upr_sction.flxi {
    display: inline !important;
    position: relative;
}  
.smry_upr_sction.flxi span.hd_sumry {
    float: left;
    width: 42%;
    display: inline-block;
    position: relative;
}
.smry_upr_sction.flxi span.delivery_name {
    display: inline-block;
    position: relative;
    width: 58%;
}
.stand_sec.first_section_summery .qty_sec.col-md-9 .color_summary_wrapper {
    width: 20%;
    float: left;
}   
.fluid-container.sd{
    display:none;
}
.innerwrapper textarea#custom_textarea {
    border: 2px solid #CFCFCF;
    border-radius: 9px;
    padding: 10px;
} 
.innerwrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}
.brief_section h3.get_professional_design {
    font-size: 18px;
    padding-top: 10px;
    float: left;
    padding-left: 3px;
}
/*color section css started from here */
.outer_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* Adjust spacing between boxes */
    justify-content: flex-start; /* Center-align all items */
    width: 100%;
}
.rightCol .Ophd{
    line-height:26px;
}
h3.artwrktitle {
    font-size: 16px;
    padding-top: 0;
    padding-bottom: 5px;
    width: 100%;
    text-align: left;
    color: #919191;
    font-weight: 400;
    margin-top: 0;
}
.top_right h3.get_professional_design {
    font-size: 16px;
    padding-right: 10px;
    padding-top: 7px;
}
.top_right {
    position: relative;
    display: flex;
    float: right;
}
.stand_sec.first_section_summery .container {
    background-color: #d9d9d9;
}
.stand_sec.first_section_summery {
    margin-top: 10px;
}
.outer_wrapper .colorouter .colorchoosen {
    height: 100px !important;
}
.colorouter {
        display: flex;
    flex-direction: column;
    align-items: center;
    width: 120px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 0px;
    text-align: center;
    box-sizing: border-box;
}

.colorchoosen {
    width: 100%;
    height: 90px;
    margin-bottom: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 4px;
    background-size: 80% 88%;
}


.colorname {
    font-size: 16px;
    color: #666666;
    text-align: center;
    padding: 5px 0px 0;
    line-height: 18px;
    font-weight: 500;
}
.quantity-wrapper {
    display: flex;
    align-items: center;
    gap: 0px;
    background-color: #ccc;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    width: 100%;
}

.quantity-input {
      width: 50%;
    text-align: center;
    border: 0px solid #ccc;

}

.increment, .decrement {
       width: 25%;
    /* height: 20px; */
    background-color: #ccc;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
    line-height: normal;
    padding: 0px 0px;
    color: black;
}
.colorouter {
    border: 1px solid black; /* Default border */
    border-radius: 5px;
}

/*color section css end at here*/

.design-options {
    display: flex;
        flex-direction: row;
        gap: 9px;
        width: 100%;
        flex-wrap: wrap;
}

.checkbox_sec {
    display: flex;
    padding: 0px;
    margin: 0px;
    gap: 0px;
    width: 28px;
    margin-left: -10px;
    position: absolute;
    margin-top: -10px;
    z-index: 99;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: unset !important;
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: 0px !important;
}
.checkbox {
    appearance: none;
    -webkit-appearance: none; /* For Safari */
    width: 20px;
    height: 20px;
    background-color: white;
    border: 1px solid #CFCFCF;
    cursor: pointer;
    display: inline-block;
}

/* Checked state */
.checkbox:checked {
    background-color: #FFA500;
    border: 1px solid #FFA500;
    position: relative;
}

/* White tick on checked state */
.checkbox:checked::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 7px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.checkbox_sec input.checkbox {
    padding: 0px;
    width: 80%;
}
.left_artwork {
   width: 100%;
}
.left_artwork button {
    padding: 5px 14px 2px;
    border-radius: 5px;
    background-color: #FFA500;
    font-size: 12px;
    font-weight: 500;
    width: fit-content;
    margin-bottom: 2px;
}
.option {
   text-align: center;
    background-color: white;
    border: 2px solid #CFCFCF;
    padding: 5px 15px;
    margin-left: 5px;
    width: 23.1%;
    border-radius:7px;
}

.option .image.top-front {
    float: left;
    width: 100%;
    background: white !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.colorouter {
    position: relative; /* To position the 'x' and 'Selected' within the box */
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 5px;
    box-sizing: border-box;
}


.design-options .option p {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    color: black;
    font-weight: 500;
    line-height: normal;
    text-align: center;
}
.stand_sec.first_section_summery .qty_sec.col-md-9 .col-md-3.section_one,.stand_sec.first_section_summery .qty_sec.col-md-9 .col-md-3.sectiontwo {
    margin: 0px;
    padding: 0px;
    text-align: left;
}
.stand_sec.first_section_summery .qty_sec.col-md-9 .col-md-3.section_one .left_smmry,.stand_sec.first_section_summery .qty_sec.col-md-9 .col-md-3.section_one .right_smmry {
    float: left;
    width: 50%;
    text-align: left;
}
button {
    display: inline-block;
    border: none;
    padding: 5px 10px;
    margin: 10px 0;
    cursor: pointer;
    font-size: 14px;
}

button:hover {
    background-color: #000;
    color: #fff;
}

.image {
    width: 100px;
    height: fit-content;
    margin: 0px;
    position: relative;
    overflow: hidden; /* Ensure the image doesn't exceed the div boundaries */
}

.image img {
    width: 100%;
    height: fit-content;
    object-fit: cover; /* Ensures the image covers the div proportionally */
}

.colorouter {
    position: relative; /* To position the 'x' and 'Selected' within the box */
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 5px;
    box-sizing: border-box;
}

.selected-text {
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    font-size: 11px;
    font-weight: bold;
    color: white;
            background-color: #80808078;
        padding: 0px 10px;
}
.color_wrapper .row h3 input#rt_qty {
    width: 10%;
    float: right;
    text-align: center;
    padding: 0px;
    background-color: transparent;
    color: black;
    border: 1px solid black;
    background-color: #e1e1e1;
}
.color_wrapper .row h3 {
    font-size: 22px;
    float: left;
    width: 47%;
}

.col-md-3.sectionfour .fstsumhide span.cntdwn_smry {
    font-size: 21px;
}
.col-md-3.sectionfour .fstsumhide {
    display: block !important;
}
.col-md-3.sectionfour .fstsumhide span.lwer_sumry_head {
    font-size: 17px;
}
.colorouter {
    position: relative;
    border: 2px solid #CFCFCF;
    text-align: center;
    border-radius: 5px;
    box-sizing: border-box;
    background: #fff;
}
.col-md-3.sectionthree {
    border-right: 1px solid #FFA500;
    margin-right: 10px !important;
}
.color_one {
    display: inline-block;
    position: relative;
    width: 100%;
}
.color_two {
    display: inline-block;
    position: relative;
    width: 100%;
}
.col-md-3.section_one,.col-md-3.sectiontwo {
    border-right: 1px solid #FFA500;
    margin-right: 10px !important;
}
 .left_smmry {
    width: 43%;
    display: inline-block;
    float: left;
}
 .right_summry {
    float: left;
    width: 57%;
    display: inline-block;
}
.qty_sec.col-md-9 .col-md-3.section_one .left_smmry {
    float: left;
}
.stand_sec.first_section_summery {
        background-color: #d9d9d9 !important;
}
.clothing_calculator div#nav-tabContent {
    margin-top: -6px;
}


label.headingtxt {
    font-size: 15px;
    color: #666666;
    font-weight: 500;
}
.option .image.top-front img {
    width: 75px !important;
    height: 70px !important;
    object-fit: contain;
}

 .option.selected {
    border: 2px solid #FFA500;
    background-color: #fff;
    border-radius: 7px;
    }
.shirt_wrapper .section_one .sec_left .selected_color .colorouter{
    border: 2px solid #FFA500;
}    
.remove-text {
   position: absolute;
    top: 0px;
    right: 0px;
    display: none;
    font-size: 17px;
    font-weight: 600;
    color: white;
    cursor: pointer;
    background-color: #FFA500;
    padding:0px 9px;
    line-height: normal;
}

/*shirt styling started from here */

    .shirt_wrapper {
        display: inline-block;
        position: relative;
        width: 100%;
        background-color: #E5E7EB;
        padding: 0 12px 10px;
    }
    .shirt_wrapper .popup {
        width: 100%;
    }
    .popup {
                position: relative; 
                width: 100%;
                color: #fff;
                text-align: center;
                border-radius: 6px;
                position: relative;
                z-index: 1;
                bottom: 73%;
                position: relative;
                display: inline-block;
    }
    .popup .popuptext {
                width: 100%;
                background-color: #555;
                color: #fff;
                text-align: center;
                border-radius: 6px;
                position: relative;
                z-index: 1;
                bottom: 0%;
                position: relative;
                display: inline-block;
    }
    .woocommerce img, .woocommerce-page img {
                height: auto;
                max-width: 100%;
    }
    span#myPopup span.popup_close {
        position: absolute;
        right: -11px;
        top: -8px;
        background: #d9d9d9;
        color: red;
        border: 1px solid red;
        padding: 0px;
        margin: 0px;
        width: 5%;
        border-radius: 5px;
    }
    .shirt_wrapper .section_one {
        display: inline-block;
        position: relative;
        float: left;
        width: 20%;
    }

        .top_sec span.left {
        font-family: 'Roboto';
        font-size: 24px;
        font-weight: 600;
        line-height: 24.2px;
        text-align: left;
    }
        .top_sec span.right {
        font-size: 18px;
        font-weight: 500;
        line-height: 21.78px;
        text-align: right;
        color: #D82430;
        font-family: 'Roboto';
        float: right;
        text-decoration: underline;
    }
        .top_sec span.right {
        float: right;
        position: relative;
        width: 60%;
        padding: 0px;
        margin: 0px;
    }
        .top_sec span.left {
        float: left;
        position: relative;
        display: inline;
        width: 100%;
        padding: 0px;
        margin: 0px;
        color: #000;
    }
    .bottom_sec p.qty_label {
        font-family: 'Roboto';
        font-size: 20px;
        font-weight: 600;
        line-height: 24.2px;
        text-align: left;
        color: #000000;
    }
    .section_two {
        width: 12%;
        float: left;
        display: inline-block;
        position: relative;
        margin-right: 5px;
        padding-bottom: 7px;
    }
    .top_sec {
        width: 100%;
        float: left;
        display: inline;
        font-family: 'Roboto';
        font-size: 16px;
        font-weight: 600;
        line-height: 24.2px;
        text-align: center;
        border-bottom: 0;
        padding-bottom: 0px;
        margin-bottom: 0px;
        color: #666666;
    }
    .section_two .top_sec {
        padding-top: 5px;
    }
    .bottom_sec .input-group {
        margin-left: 15px;
    }
    .input-group-prepend {
        float: left;
        display: inline-block;
        position: relative;
    }
    .shirt_wrapper .section_two .bottom_sec .input-group .btn {
        padding: 6px 6px !important;
    }
        input#xs_qty, #s_qty, #l_qty, #m_qty, #xl_qty, #xxl_qty, #xxxl_qty, #xxxxl_qty, #xxxxxl_qty {
        width: 29%;
        text-align: center;
        padding: 1px;
        margin: 0px;
        float: left;
        display: inline-block;
        position: relative;
    }
    .input-group-append {
        float: left;
        display: inline-block;
        position: relative;
    }
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.sec_left {
    float: left;
    width: 85%;
    display: inline-block;
}
.sec_right {
    float: left;
    margin-bottom: 5px;
    width: 80%;
}
.sec_left .selected_color .colorouter {
    display: inline-block;
    position: relative;
    width: 100%;
}
.shirt_wrapper .section_two .bottom_sec .input-group .input-group-append {
    float: left;
    display: inline-block;
    position: relative;
    width: 20%;
}
.shirt_wrapper .section_two .bottom_sec .input-group .input-group-prepend {
    float: left;
    width: 20%;
}

.shirt_wrapper .section_two .bottom_sec .input-group input {
    width: 60%;
    float: left;
    display: inline-block;
    position: relative;
    font-size: 15px;
}
.shirt_wrapper .section_two .bottom_sec {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 0 4px;
}
.shirt_wrapper .section_two .bottom_sec .input-group input {
    width: 40%;
    float: left;
    display: inline-block;
    position: relative;
    padding: 0px !important;
    text-align: center;
    background: transparent;
        border: 0;
}
.shirt_wrapper .section_two .bottom_sec .input-group button {
    font-size: 12px;
    padding: 0px !important;
}
.shirt_wrapper .section_two .bottom_sec .input-group .input-group-prepend {
    float: left;
    width: 20%;
}
.shirt_wrapper {
    margin-top: 10px;
}
.clothing.color_wrapper .row h3 {
    width: 47%;
    float: unset;
}
.clothing.color_wrapper .row h3 span.left, .clothing.color_wrapper .row h3 .right {
    float: unset;
}
.clothing.color_wrapper .row h3 .right {
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
    text-align: right;
    color: #D82430;
    font-family: 'Roboto';
    float: right;
    text-decoration: underline;
    margin: 0px !important;
    padding: 0px !important;
    }
.shirt_wrapper .section_two .bottom_sec .input-group .input-group-append {
    float: left;
    display: inline-block;
    position: relative;
    width: 20%;
}

.shirt_wrapper .section_two .bottom_sec .input-group {
    margin: 0px;
    padding: 2px 3px;
    background-color: #FFA500;
    border-radius: 3px;
}
.shirt_wrapper .section_two .bottom_sec .input-group .btn {
    background-color: #fff;
    color: black;
    border-radius: 2px;
    width: 100%;
    text-align: center;
    padding: 0px !important;
    border: 0;
    height: 16px;
    font-size: 12px;
    line-height: 12px;
}
    .col-of-chrgs {
        top: 0;
        position: absolute;
        width: 129px;
        height: 69px;
        text-align: center;
        cursor: pointer;
    }
    .product-one h2 {
    color: #000;
    font-size: 27px;
    line-height: 1.5em;
}
     h2.dsgn_price_h {
    display: inline-block;
    position: relative;
    padding: 0px;
    margin: 0px;
    font-size: 13px;
    width: 100%;
    text-align: center;
}
span.dsgn_price.one-hr {
    display: inline-block;
    position: relative;
    width: auto;
    padding: 0px;
    margin: 0px;
    font-size: 23px;
    /* line-height: normal; */
}
span.dsgn_price.twentyfour-hr {
    display: inline-block;
    position: relative;
    width: auto;
    text-align: center;
    font-size: 23px;
}
span.dsgn_price.same-day {
    font-size: 23px;
    display: inline-block;
    position: relative;
    width: auto;
    text-align: center;
}
    .upart_ul.profe_design_data h5, .upart_ul.free_design_data h5, .upart_ul h5, .pro_des_left h5 {
        font-size: 1.5em;
        font-weight: bold;
        line-height: 1em;
        color: white;
        margin: 0px;
        padding: 0px;
    }
    .upart_ul.profe_design_data {
    float: left;
    width: 50%;
    }
    .col-md-12.col-sm-12.profesional_clothing {
    float: left;
    width: 50%;
}
.row.shirtdesign_upload {
    display: inline-block;
    position: relative;
    width: 100%;
}
.row.shirtdesign_upload .col-md-12.col-sm-12.upload_file_dsgn.professional_dsgn {
    float: right;
    width: 25%;
}
}

