@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&family=Poppins:wght@100;200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,600;1,400;1,500;1,600;1,700&family=Open+Sans:wght@300;400;600;700;800&family=Poppins:wght@100;200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@100;200;300;400;500;600;700&display=swap');
/* customize shirt css start */
section.custom_tees div.customize_shirt div.shirtSelection {
    display: none;
}
section.custom_tees div.customize_shirt div.shirtSelection.active {
    display: block;
}
.customize_shirt_overlay .customize_shirt_content .draggable {
  outline: 2px dashed #bbabab;
}
.customize_shirt_overlay .customize_shirt_content .resizable {
    outline: 2px dashed black;
}
.customize_shirt_overlay .customize_shirt_content .resize {
  border-radius: 100px;
  border: 2.5px solid white;
  background: #fff;
  width: 6px;
  height: 6px;
  position:absolute;
  z-index:1;
  opacity:0.9;
  -moz-user-select: none;
}
.customize_shirt_overlay .customize_shirt_content .resize.nw {
  top: -4px;
  left: -4px;
  right:auto;
  bottom:auto;
  cursor:nwse-resize;
}
.customize_shirt_overlay .customize_shirt_content .resize.n {
  top: -5px;
  left:calc(50% - 5px);
  right:auto;
  bottom:auto;
  cursor:ns-resize;
}
.customize_shirt_overlay .customize_shirt_content .resize.ne {
  top: -4px;
  left:auto;
  right: -4px;
  bottom:auto;
  cursor:nesw-resize;
}
.customize_shirt_overlay .customize_shirt_content .resize.w {
  top:calc(50% - 5px);
  left: -4px;
  right:auto;
  bottom:-5px;
  cursor:ew-resize;
}
.customize_shirt_overlay .customize_shirt_content .resize.e {
  top:calc(50% - 5px);
  left:auto;
  right: -5px;
  bottom:-5px;
  cursor:ew-resize;
}
.customize_shirt_overlay .customize_shirt_content .resize.sw {
  top:auto;
  left: -4px;
  right:auto;
  bottom: -4px;
  cursor:nesw-resize;
}
.customize_shirt_overlay .customize_shirt_content .resize.s {
  top:auto;
  left:calc(50% - 5px);
  right:-5px;
  bottom: -5px;
  cursor:ns-resize;
}
.customize_shirt_overlay .customize_shirt_content .resize.se {
  top:auto;
  left:auto;
  right: -4px;
  bottom: -4px;
  cursor:nwse-resize;
}
@media (pointer: coarse) {
  .customize_shirt_overlay .customize_shirt_content .resize {
    width:15px;
    height:15px;
    border: 7.5px solid white;
    border-radius: 30px;
  }

.customize_shirt_overlay .customize_shirt_content .resize.nw {
    top:-15px;
    left:-15px;
    right:auto;
    bottom:auto;
    cursor:nwse-resize;
  }

.customize_shirt_overlay .customize_shirt_content .resize.n {
    top:-15px;
    left:calc(50% - 15px);
    right:auto;
    bottom:auto;
    cursor:ns-resize;
  }

.customize_shirt_overlay .customize_shirt_content .resize.ne {
    top:-15px;
    left:auto;
    right:-15px;
    bottom:auto;
    cursor:nesw-resize;
  }

.customize_shirt_overlay .customize_shirt_content .resize.w {
    top:calc(50% - 15px);
    left:-15px;
    right:auto;
    bottom:-15px;
    cursor:ew-resize;
  }

.customize_shirt_overlay .customize_shirt_content .resize.e {
    top:calc(50% - 15px);
    left:auto;
    right:-15px;
    bottom:-15px;
    cursor:ew-resize;
  }
.customize_shirt_overlay .customize_shirt_content .resize.sw {
  top:auto;
  left:-15px;
  right:auto;
  bottom:-15px;
  cursor:nesw-resize;
}
.customize_shirt_overlay .customize_shirt_content .resize.s {
    top:auto;
    left:calc(50% - 15px);
    right:-15px;
    bottom:-15px;
    cursor:ns-resize;
  }
.customize_shirt_overlay .customize_shirt_content .resize.se {
  top:auto;
  left:auto;
  right:-15px;
  bottom:-15px;
  cursor:nwse-resize;
  }
}
section.custom_tees div.customize_shirt_main {
    position: relative;
    padding-bottom: 0px;
}

section.custom_tees div.customize_shirt_main .customize_shirt_overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    right: 0px;
}

section.custom_tees div.customize_shirt_main .customize_shirt_overlay .customize_shirt_content {
    width: 100%;
    height: 100%;
}
section.custom_tees div.customize_shirt_main .customize_shirt_overlay .customize_shirt_content div.innerDiv {
    position: absolute;
    display: none;
    cursor: pointer;
}
section.custom_tees div.customize_shirt_main .customize_shirt_overlay .customize_shirt_content div.textDiv {
    width: 100%;
    max-width: 100%;
}
/*section.custom_tees div.customize_shirt_main .customize_shirt_overlay .customize_shirt_content .change-box-tool {*/
/*    display: none;*/
/*}*/

section.custom_tees div.customize_shirt_main .customize_shirt_overlay .customize_shirt_content .innerDiv:focus .change-box-tool {
    display: inline;
}
.customize_shirt_overlay .customize_shirt_content .resize.ne {
    display: none !important;
}

.change-box-tool.rotate-handle {
    position: absolute;
    top: -8px;
    right: -7px;
    background: #fff;
    border-radius: 100px;
    width: 18px;
    height: 18px;
}

.change-box-tool.rotate-handle:before {
    content: "\f0e2";
    font: normal normal normal 14px/1 FontAwesome;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
    top: 0.4px;
}

section.custom_tees div.customize_shirt div.shirtSelection img {
    display: none;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
}

section.custom_tees div.customize_shirt div.shirtSelection img.active {
    display: block;
}

section.custom_tees ul#pagination_type {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
}

section.custom_tees ul#pagination_type li {
    width: 65px;
    height: 65px;
    list-style-type: none;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    padding: 6px;
    margin: 0px 6px;
    cursor: pointer;
}

section.custom_tees ul#pagination_type li img {
    width: 100%;
    height: 100%;
}

section.custom_tees ul#pagination_type li.active {
    border-color: #68bb59;
}
.custom_tees .col-md-6 {
    height: fit-content;
}

.customize_shirt_overlay .customize_shirt_content .imageDiv img {
    width: 100%;
    height: 100%;
}
.customize_shirt_overlay .customize_shirt_content .imageDiv  .resize.nw {
    display: none !important;
}

.customize_shirt_overlay .customize_shirt_content .removeItem {
    position: absolute;
    top: -8px;
    left: -7px;
    background: #fff;
    border-radius: 100px;
    width: 16px;
    height: 16px;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.customize_shirt_overlay .customize_shirt_content .removeItem:before {
    content: "\f00d";
    font: normal normal normal 12px/1 FontAwesome;
    color: red;
    position: relative;
    top: 0px;
}
section.custom_tees div.customize_shirt_main .customize_shirt_overlay .customize_shirt_content .innerDiv:focus .removeItem {
    display: inline-flex;
}
.custom_tees .col-md-6:first-child {
    padding-bottom: 85px;
}
section.custom_tees ul.slug_page {
    display: flex;
    padding: 0px;
    margin-bottom: 10px;
}

section.custom_tees ul.slug_page li {
    list-style-type: none;
    color: #777;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Lato' !important;
}

section.custom_tees ul.slug_page li:after {
    content: "/";
    margin: 0px 6px;
}

section.custom_tees ul.slug_page li a {
    font-weight: 400;
}

section.custom_tees h2.title {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 10px !important;
    color: #333333;
    font-family: 'Roboto' !important;
}

section.custom_tees h4.price,section.custom_tees h4.price label {
    color: #777777;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Lato' !important;
    line-height: 26px;
    display: flex;
    margin-bottom: 6px;
}

section.custom_tees p.shortDescription {
    font-family: 'Lato' !important;
    color: #777777;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

section.custom_tees .shirtOption {
    padding-bottom: 15px;
}

section.custom_tees .shirtOption label.head {
    color: #000000;
    font-family: 'Lato' !important;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 5px;
    display: block;
}

section.custom_tees .shirtOption p {
    display: block;
    margin-bottom: 0px;
}

section.custom_tees .shirtOption label span.stairik {
    color: red;
    margin-left: 4px;
}

section.custom_tees .shirtOption p label {
    font-family: 'Lato' !important;
    color: #000000;
    line-height: 25px;
    font-size: 14px;
    font-weight: 400;
    margin-right: 1.5em;
    position: relative;
    padding-left: 22px;
    margin-bottom: 0px;
    display: inline-block;
}

section.custom_tees .shirtOption p label input[type="radio"] {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

section.custom_tees .shirtOption p label:before {
    content: "";
    width: 15px;
    height: 15px;
    border: 2px solid #aaa!important;
    border-radius: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: auto;
    bottom: 0px;
}

section.custom_tees .shirtOption p label:after {
    content: "";
    position: absolute;
    left: 4px;
    bottom: 0px;
    top: 0px;
    margin: auto;
    border-radius: 100%;
    height: 7px;
    width: 7px;
    background: #000;
    transition: all 0.3s linear;
    opacity: 0;
}

section.custom_tees .shirtOption p label:has(input:checked):after {
    opacity: 1;
}

section.custom_tees .shirtColor p label:before {
    display: none;
}

section.custom_tees .shirtColor p label:after {
    display: none;
}

section.custom_tees .shirtColor p label {
    display: inline-block;
    height: 30px;
    width: 30px;
    border-radius: 4px;
    margin: 0.5em 0.4em 0.5em 0;
    cursor: pointer;
    transition: all 0.3s linear;
    border: 1px solid #fff;
    box-shadow: 0px 0px 10px 1px #8080802b;
}

section.custom_tees .shirtColor p label input {
    cursor: pointer;
}

section.custom_tees .shirtColor p label.active {
    outline: 1px solid #000;
}

section.custom_tees .shirtText p {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    padding-right: 2%;
}

section.custom_tees .shirtText p label:before {
    display: none;
}

section.custom_tees .shirtText p label:after {
    display: none;
}

section.custom_tees .shirtText p label {
    padding: 0px;
    margin: 0px 0px 2px;
}

section.custom_tees .shirtText p input {
    border: 1px solid #eaeaea !important;
    border-radius: 2px;
    height: 40px;
    padding: 0px 10px;
    font-family: 'Open Sans';
    font-size: 14px;
}
section.custom_tees .shirtImage p {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    padding-right: 2%;
}

section.custom_tees .shirtImage p label:before {
    display: none;
}

section.custom_tees .shirtImage p label:after {
    display: none;
}

section.custom_tees .shirtImage p label {
    padding: 0px;
    margin: 0px 0px 2px;
}

section.custom_tees .shirtImage p input {
    border: 1px solid #eaeaea !important;
    border-radius: 2px;
    height: 40px;
    padding: 0px 10px;
    font-family: 'Open Sans';
    font-size: 14px;
    width: 100%;
}

section.custom_tees .shirtText.shirtOption {
    padding-bottom: 10px;
}

section.custom_tees .shirtImage p span {
    position: relative;
    display: block;
}

section.custom_tees .shirtImage p span input[type="file"] {
    padding: 5px;
    color: #999;
    border: 1px solid #000;
    vertical-align: middle;
}

section.custom_tees .shirtImage p span input[type="file"]::-webkit-file-upload-button {
  display: none;
}

section.custom_tees .shirtImage p span input[type="file"]::before {
  content: 'Choose File';
  color: #fff;
  border: 1px solid #000;
  border-radius: 2px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-align: center;
  padding: 7px 14px;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Lato' !important;
  position: absolute;
  top: 0px;
  right: 0px;
}
section.custom_tees .shirtImage p span input[type="file"]::before {
  border-color: #000;
}
section.custom_tees .shirtImage p span input[type="file"] {
  outline: 0;
  padding: 7px 10px;
  padding-right: 102px;
}
section.custom_tees .shirtImage p span input[type="file"]::before {
  background: #000;
}

section.custom_tees .shirtDesign {}

section.custom_tees .shirtDesign ul {
    padding: 0px;
    margin: 0px;
}

section.custom_tees .shirtDesign ul li {
    list-style-type: none;
}
section.custom_tees ul.slug_page li:last-child:after {
    display: none;
}

section.custom_tees .shirtDesign ul {
    margin: 0px;
    padding: 0px;
}

section.custom_tees .shirtDesign ul li {
    display: inline-block;
    vertical-align: top;
    width: 22.6%;
    margin-bottom: 8px;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    margin-right: 1%;
    cursor: pointer;
    background: rgb(224 224 224 / 48%);
}

section.custom_tees .shirtDesign label.head {
    margin-bottom: 10px;
}

section.custom_tees .shirtDesign ul li img {
    width: 100%;
    height: 125px;
    object-fit: contain;
    cursor: pointer;
    padding: 18px;
}
section.custom_tees .shirtFinal {
    display: flex;
    padding-top: 10px;
    padding-bottom: 25px;
}

section.custom_tees .shirtFinal label {
    display: flex;
    margin-bottom: 0px;
}

section.custom_tees .shirtFinal button.addToCart {
    background: #000;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
    color: #fff;
    border-radius: 0.001px;
    padding: 12px 20px;
    font-size: 13px;
    line-height: 18px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: 0px solid transparent;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: none;
    font-weight: 600;
    cursor: pointer;
    transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .25s ease;
    position: relative;
}

section.custom_tees .shirtFinal label button {
    padding: 0 5px;
    min-width: 25px;
    height: 42px;
    box-shadow: none;
    border: 2px solid rgba(0,0,0,0.1);
    background: transparent;
    color: rgba(0,0,0,0.5);
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    text-shadow: unset;
}

section.custom_tees .shirtFinal label input {
    border: 2px solid rgba(0,0,0,0.1) !important;
    border-left: unset !important;
    border-right: unset !important;
    width: 55px;
    text-align: center;
    margin: 0px;
    padding: 0px !important;
}

section.custom_tees .shirtFinal label input::-webkit-outer-spin-button,
section.custom_tees .shirtFinal label input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

section.custom_tees .shirtFavourite {
    margin-bottom: 20px;
    margin-right: 20px;
    vertical-align: middle;
    font-size: 14px;
    color: #777777;
    line-height: 14px;
    font-weight: 600;
    font-family: 'Lato' !important;
}

section.custom_tees .shirtFavourite i {
    margin-right: 5px;
}

section.custom_tees .shirtDetailed {
    border-top: 1px solid rgba(0,0,0,0.105);
    margin-bottom: 50px;
    padding-top: 20px;
}

section.custom_tees .shirtDetailed p {
    display: flex;
    font-size: 14px;
    color: #777777;
    line-height: 14px;
    font-weight: 400;
    font-family: 'Lato' !important;
    margin-bottom: 5px;
}

section.custom_tees .shirtDetailed div {
    display: flex;
    align-items: center;
}

section.custom_tees .shirtDetailed div ul {
    display: flex;
    margin: 0px;
    padding: 0px;
    align-items: center;
    vertical-align: middle;
}

section.custom_tees .shirtDetailed div ul li {
    list-style-type: none;
    margin: 0px;
    vertical-align: middle;
    margin-right: 10px;
}

section.custom_tees .shirtDetailed p label {
    font-size: 14px;
    color: #777777;
    line-height: 14px;
    font-weight: 600;
    font-family: 'Lato' !important;
    display: inline-block;
    margin-right: 6px;
}

section.custom_tees .shirtDetailed div label {
    font-size: 14px;
    color: #777777;
    line-height: 14px;
    font-weight: 600;
    font-family: 'Lato' !important;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0px;
    vertical-align: middle;
}

section.custom_tees .shirtDetailed div ul li a {
    font-size: 14px;
    color: #777777;
}

section.custom_tees .product_detailed {
    border-top: 1px solid rgba(0,0,0,0.105);
}
section.custom_tees .product_detailed .description_detailed.active {
    display: block;
    padding-left: 14px;
}

section.custom_tees .product_detailed .description_detailed {
    display: none;
    padding-bottom: 50px;
}

section.custom_tees .product_detailed ul.description_tabs {
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: center;
    padding-top: 30px;
    margin-bottom: 40px;
}

section.custom_tees .product_detailed ul.description_tabs li {
    list-style-type: none;
    color: #111 !important;
    font-weight: 600 !important;
    font-family: 'Open Sans' !important;
    font-size: 15px !important;
    line-height: 15.6px !important;
    text-transform: uppercase !important;
    margin: 0px 10px;
    cursor: pointer;
}

section.custom_tees .product_detailed ul.description_tabs li.active {
    color: #68bb59 !important;
}

section.custom_tees .product_detailed .description_detailed p {
    color: #777777;
    line-height: 22px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Lato' !important;
    margin-bottom: 20px;
}

section.custom_tees .product_detailed .description_detailed h3 {
    color: #242424;
    font-size: 22px;
    line-height: 31px;
    font-weight: 500;
    font-family: 'Roboto' !important;
    margin-bottom: 20px;
}
section.custom_tees .shirtDesign ul li.more {
    display: none;
}

section.custom_tees .shirtDesign .moreImages {
    text-align: center;
}

section.custom_tees .shirtDesign .moreImages button.moreDesign {
    padding: 0px;
    background: transparent !important;
    font-size: 14px;
    color: #777777;
    line-height: 14px;
    font-weight: 600;
    font-family: 'Lato' !important;
    box-shadow: unset;
}

section.custom_tees .shirtDesign .moreImages button.moreDesign i {
    margin-left: 10px;
}
section.custom_tees div.customize_shirt_main .customize_shirt_overlay .customize_shirt_content div.innerDiv.active {
    display: block;
}

section.custom_tees div.customize_shirt_main .customize_shirt_overlay .customize_shirt_content div.innerDiv div.textBox,section.custom_tees div.customize_shirt_main .customize_shirt_overlay .customize_shirt_content div.innerDiv img {
    cursor: pointer;
}
section.custom_tees div.customize_shirt_main .customize_shirt_overlay div.fontSettingSet {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #fff;
    width: 100%;
    box-shadow: 0px 0px 20px 2px #0000000f;
    border-radius: 4px;
    padding: 8px 12px;
    border: 1px solid #0000000f;
    display: none;
}

section.custom_tees div.customize_shirt_main .customize_shirt_overlay div.fontSettingSet label {
    position: relative;
    margin: 0px;
    line-height: 14px;
    width: 40%;
    margin-right: 4px;
}

section.custom_tees div.customize_shirt_main .customize_shirt_overlay div.fontSettingSet label span {
    font-size: 11px;
    color: #333333;
    font-family: 'Roboto';
    font-weight: 500;
    display: block;
    margin-bottom: 4px;
}

section.custom_tees div.customize_shirt_main .customize_shirt_overlay div.fontSettingSet label select {
    border: 1px solid #eaeaea !important;
    border-radius: 4px;
    padding: 6px 4px;
    font-size: 12px;
    padding-right: 0px;
    height: 28px;
}

section.custom_tees div.customize_shirt_main .customize_shirt_overlay div.fontSettingSet label.icon {
    width: 20%;
    display: inline-flex;
    align-items: end;
    padding-bottom: 6px;
    margin-right: 0px;
}

section.custom_tees div.customize_shirt_main .customize_shirt_overlay div.fontSettingSet label.icon i {
    margin-left: 5px;
    cursor: pointer;
    font-size: 14px;
}

section.custom_tees div.customize_shirt_main .customize_shirt_overlay div.fontSettingSet label.icon i:last-child {
}

section.custom_tees div.customize_shirt_main .customize_shirt_overlay div.fontSettingSet label.icon i.active {
    color: #000;
}

section.custom_tees div.customize_shirt_main .customize_shirt_overlay div.fontSettingSet .closeSetting {
    color: red;
    opacity: 1;
    position: absolute;
    top: 4px;
    right: 6px;
    font-size: 16px;
    cursor: pointer;
}
section.custom_tees div.customize_shirt_main .customize_shirt_overlay div.fontSettingSet.active {
    display: flex;
}
section.custom_tees div.customize_shirt_main .customize_shirt_overlay div.fontSettingSet label.input.font {
    width: 25%;
}

section.custom_tees div.customize_shirt_main .customize_shirt_overlay div.fontSettingSet label.color {
    width: 15%;
    align-items: end;
    display: inline-flex;
}

section.custom_tees div.customize_shirt_main .customize_shirt_overlay div.fontSettingSet label.color input {
    width: 100%;
    padding: 0px;
    background: transparent;
    outline: unset;
    height: 28px;
    -webkit-appearance: none;
    border: 1px solid #eaeaea !important;
}
section.custom_tees div.customize_shirt_main .customize_shirt_overlay div.fontSettingSet label.color input::-webkit-color-swatch-wrapper {
    padding: 0;
}
section.custom_tees div.customize_shirt_main .customize_shirt_overlay div.fontSettingSet label.color input::-webkit-color-swatch {
    border: none;
}

section.custom_tees div.customize_shirt_main .customize_shirt_overlay div.fontSettingSet label.color img {
    position: absolute;
    top: 15px;
    right: -10px;
}
/* customize shirt css end */
.cloader{
  width: 30px;
  height: 30px;
  border-radius: 100%;
  position: absolute;
  margin: auto;
  display: none;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
} 
.cloader:before, .cloader:after{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 4px solid transparent;
  border-top-color: #000;
}
.cloader:before{
  z-index: 100;
  animation: spin 1s infinite;
}
.cloader:after{
  border: 4px solid #fff;
}
@keyframes spin{
  0%{
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100%{
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

section.custom_tees .shirtFinal button.addToCart.load span {
    display: inline-block;
}

section.custom_tees .shirtFinal button.addToCart.load {
    color: transparent;
    pointer-events: none;
}

.tabs_class {
    margin: 8px 0px 10px;
}
.tabs_class button {
    background: #fff;
    border: 1px solid #000;
    color: #000 !important;
    display: inline-block !important;
    width: 18%;
    font-family: 'Open Sans' !important;
    font-size: 12px;
    line-height: 14px;
    text-transform: capitalize !important;
    font-weight: 600 !important;
    padding: 8px 0px !important;
    margin: 0px 4px 8px 0;
    text-align: center !important;
    letter-spacing: 0.5px;
}

.tabs_class .active {
    background: #000 !important;
    color: #fff !important;
}
@media(max-width:800px){
section.custom_tees div.customize_shirt_main .customize_shirt_overlay .innerDiv {
    touch-action: none;
} 
section.custom_tees div.customize_shirt_main .customize_shirt_overlay {
    max-width: 250px;
}
div.main-page-wrapper div.row.content-layout-wrapper:has(section.custom_tees) {
    display: block;
    width: 100%;
    margin: 0px;
}
section.custom_tees .shirtDesign ul li {
    width: 48%;
}

section.custom_tees .product_detailed ul.description_tabs li {
    font-size: 13px !important;
}

section.custom_tees .shirtText p {
    width: 100%;
    margin-bottom: 15px;
}

section.custom_tees .shirtImage p {
    width: 100%;
    margin-bottom: 15px;
}

.tabs_class button {
    width: 31%;
    font-size: 11px;
}
}

div.quantity input[type="button"]:hover { 
    color: #fff !important;
}



/* =================== mobile responsive css */
section.custom_tees .shirtOption form#uploadAttachImages div.additionalDetail p {
    display: block;
    width: 100%;
    margin-bottom: 12px;
}

section.custom_tees .shirtOption form#uploadAttachImages div.additionalDetail textarea, section.custom_tees .shirtOption form#uploadAttachImages div.additionalDetail p select {
    border: 1px solid #eaeaea !important;
    border-radius: 2px;
    height: 40px;
    padding: 0px 10px;
    font-family: 'Open Sans';
    font-size: 14px;
    margin-bottom: 2px;
}

section.custom_tees .shirtOption form#uploadAttachImages div.additionalDetail textarea {
    min-height: 80px;
}
@media only screen and (max-width: 1000px) {

.custom_tees .col-md-6 {
    padding: 0 !important;
}

section.custom_tees .shirtOption p {
    flex-wrap: wrap !important;
}

section.custom_tees .shirtSize p {
    flex-wrap: wrap !important;
}

.page-template-custom-design .row .col-md-12 {
    padding: 0 !important;
}

.page-template-custom-design .main-page-wrapper {   
    margin-bottom: 0 !important;
}

section.custom_tees ul#pagination_type {
    bottom: -17% !important;
}

section.custom_tees ul.slug_page {
    margin-top: 86px;
    margin-bottom: 0 !important;
}
section.custom_tees .shirtDetailed {
    margin-bottom: 14px !important;
}
	
}


section.custom_tees .shirtOption.shirtType p label {
    width: 45%;
}
#captureFinalPhase ::-moz-selection { /* Code for Firefox */
  background: transparent;
}
#captureFinalPhase ::selection {
  background: transparent;
}
button.styleOptions {
    font-size: 12px;
    padding: 0px;
    background: transparent !important;
    color: #927c46;
    font-weight: bold;
    line-height: unset;
    height: unset;
    min-height: unset;
    text-transform: capitalize;
}

section.custom_tees .shirtOption label.head {
    display: flex;
    justify-content: space-between;
}
.customize_shirt_overlay .customize_shirt_content .textDiv.resizable {
    outline-color: gray;
}
div.customize_shirt_overlay.capturedStore div.change-box-tool {
    display: none;
}
div.customize_shirt_overlay.capturedStore div.resizable{
    border:unset !important;
    outline: unset !important;
}
@media (max-width:600px){
	section.custom_tees .shirtOption.shirtType p label {
		width: 100%;
	}
}

