/** Shopify CDN: Minification failed

Line 648:0 Unexpected "}"
Line 652:2 Unexpected "0%"
Line 653:2 Unexpected "100%"
Line 691:2 "align-tems" is not a known CSS property

**/
.main_popup__inner {
    background: black;
    height: 100%;
    max-height: 100vh;
    width: 100%;
    max-width: 520px;
    padding: 6px  10px;
  position:relative;
}

.checkout-popup-gift--main {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    background: #000000;
    z-index: 500000;
    display: flex;
    align-items: center;
    justify-content: center;
   padding: 0px 12px;
}
.main__product--gift {
    display: flex;
    gap: 11px;
 
}
.heading__popup--offer {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: #ff00ea;
}
.subheading__popupoffer {
    text-align: center;
    font-weight: bold;
    padding: 5px;
    padding-bottom: 18px;
    font-size: 18px;
}

.checkout--popup__giftinner {
    border: 2px solid #ff00ea;
    padding: 20px;
    border-radius: 12px;
   
}
.startTeamBtn a{
  user-select:none;
}
label.label__main--innergift {
    width: 88px;
    border: 1px solid white;
    padding: 8px;
    text-align: center;
    border-radius: 9px;
}
.main__inner--var {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
 .main_vartext input[type="radio"]:checked + .label__main--innergift {
    background: white;
    color: black;
  }
.overlay__open {
    position: absolute;
    left: 0px;
    top: 0px;
    background: #000000d6;
    width: 100%;
    height: 100%;
    z-index: 19;
  cursor:pointer;
   display:none;
}
.cart__information {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.cart__information_left {
    display: flex;
    width: 47%;
    justify-content: end;
    gap: 7px;
}
.cart__information_right {
    display: flex;
    width: 45%;
    justify-content: end;
    gap: 10px;
}
.cart__information_left *{
  
    font-weight: bold;
    color: white;
  font-size:12px;
}
.colorinfo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.fillinfo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.outline_info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.size__infor {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.inforColor {
    font-size: 12px;
    font-weight: bold;
}
.size {
    font-size: 12px;
    font-weight: bold;
}
.inforoutline {
    font-size: 12px;
    font-weight: bold;
}
.infofill {
    font-size: 12px;
    font-weight: bold;
}

.cart__information_right *{

   
   
    font-weight: bold;
    color: white;
  font-size:12px;
}

.cart_quantity {
    height: 20px -webkit-fill-available;
    /* height: 22px; */
    /* width: 31px; */
    background: #ff29ed;
    border-radius: 50%;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: lighter;
    padding: 0px 10px;
}
.cart__title {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.checkout-third {
  margin-top:20px;
}
.loading-popup-main {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000000a6;
    z-index: 100000;
    left: 0px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
  display:none;
}
.color_box-main {
    padding: 3px;
    display: flex;
    align-items: center;
  cursor:pointer;
}
.color_box-main svg {
     margin-top:10px;
}

.color_box-main svg path{
      fill: #ffffff57;
}
.item.addition .infofill{
  opacity:1;
  visibility:visible;
    height:fit-content;
}
.item.addition .color_box-main svg{
  margin-top:10px;
}
.item .color_box-main svg{
  margin-top:0px;
}
.item.addition .inforoutline{
  opacity:1;
  visibility:visible;
    height:fit-content;
}
.item.addition .size{
 opacity:1;
  visibility:visible;
    height:fit-content;
}

.item.addition .inforColor{
 opacity:1;
  visibility:visible;
   height:fit-content;
}

.item .infofill{
opacity:0;
  visibility:hidden;
  height:0px;
}
.item .inforoutline{
opacity:0;
  visibility:hidden;
   height:0px;
}
.item .size{
opacity:0;
  visibility:hidden;
   height:0px;
}

.item .inforColor{
opacity:0;
visibility:hidden;
   height:0px;
}

.cart__title {
    text-align: center;
    margin-top: 10px;
    font-size: 20px;
    font-weight: bold;
    margin-top:0px;
}

.team_order--popupmain {
    position: fixed;
    top: 0px;
    
    height: 100%;
    width: fit-content;
   
    align-items: center;
    justify-content: center;
    background: #0000001f;
    backdrop-filter: blur(6px);
    z-index: 100000;
    right:-150%;
  transition:right 0.3s ease;
}
.team_order--popupmain.act{
  right:0px;
}
.popup-close_btn svg path{
  fill:white;
}


.main-popup {
  position:relative;
}

.dropdown_list-fill{
  padding: 10px;
    background: #000;
    position: absolute;
    z-index: 100;
    top: 71px;
    max-height: 400px;
    overflow: auto;
    width: 143px;
    border: 1px solid white;
    border-radius: 9px;
  display:none;
}
.dropdown_list-fill.active{
  display:block;
}

.popup_main--heading {
  text-align: center;
    font-size: 16px;
    font-weight: 700;
  position:relative;
  z-index:20;
  
}
.popup-close_btn {
    display: flex;
  cursor:pointer;
  z-index:20;
  position:relative;
}
.product__selection--inner {
    display: flex;
    justify-content: space-evenly;
    margin-top: 10px;
}
.color_variant_inner {
    height: 45px;
    width: 45px;
    background-size: cover!Important;
    border: 1px solid white;
    border-radius: 4px;
  cursor:pointer;
  
}
input#main_text_sleave::placeholder{
  text-align:center;
  color:white;
   -webkit-text-stroke-color: black;
    -webkit-text-stroke-width: 2px;
  opacity:1;
}
#main_text_sleave:focus::placeholder{
  color:transparent;
 opacity:0;
}
input#main_text_sleave {
    padding: 7px 10px;
    height: 45px;
    font-size: 40px;
    font-family: Tomorrow,sans-serif!important;
    font-weight: 700;
    color: #fff;
    -webkit-text-stroke-color: black;
    -webkit-text-stroke-width: 2px;
    width: 98px;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    border-radius: 10px;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
  text-transform:uppercase;
}

.main_fill_color, .main_outline_color {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    border: 1px solid white;
  background-size:cover!important;
}
.cart__products-main {
    margin-top: 25px;
}
.size__main-template {
    height: 45px;
    width: 45px;
    background: #000;
    border-radius: 4px;
    border: 1px solid white;
    font-size: 28px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main__color-picker-variant {
    display: flex;
    align-items: center;
    flex-direction: column;
  cursor:pointer;
  /* z-index:20; */
}
.product__selection--inner {
    display: flex;
  
}
   .field-name.variant-c {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
.field-name.text_sleaves {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
.field-name.variant-fill {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
.field-name.variant-outline {
    font-size: 15px;
    color: white;
    font-weight: bold;
}
.field-name.variant-size {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
button#addtocartbtn_team {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px;
    width: 100%;
    margin-top: 16px;
    border-radius: 500px;
    background: #008aff;
    position: relative;
}
button#addtocartbtn_team svg{
   position:absolute;
  left:85px;
}
.main_image_inner {
    height: 40px;
    overflow: hidden;
    position:relative;
    transition: height 0.3s ease-in-out;
}
.main_image_inner:after{
  content:"";
   position:absolute;
   bottom:0px;
   left:0px;
  width:100%;
  
  
}
.main_image_inner:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    box-shadow: 2px 3px 20px 20px black;
}
.show_more_btn {
    text-align: center;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor:pointer;
}
.main__text--selection {
  
    font-size: 17px;
    font-weight: 700;
    margin-top: 10px;
    margin-left: -12px;
}
.direction__main--wrapper {
    position: absolute;
    top: 140px;
    left: 41px;
    display:flex;
}
.main_scrolling_panel {
    overflow: auto;
    height: calc(100% - 289px);
}

.main-popup{
  height:100%;
}

.cart-outer-wrapper {
    height: calc(100vh - 395px);
    border: 1px solid white;
    border-radius: 11px;
    margin-top: 17px;
  padding:13px;
  padding-top:2px;
}
a.checkout {
    padding: 14px;
    background: #008aff;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    border-radius: 1000px;
  cursor:pointer;
}
.dropdown_list-color {
    padding: 10px;
    background: black;
    position: absolute;
    z-index: 100;
    top: 71px;
    height: 400px;
    overflow: auto;
    width: 143px;
    border: 1px solid white;
    border-radius: 9px;
    display:none;
    left:0px;
}
.dropdown_list-color.active{
  display:block;
}
.main__color-picker-variant {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}
.main-item-color-variant {
    text-align: center;
    font-size: 14px;
    padding: 7px 0px;
    border-bottom: 1px solid #ffffff6e;
    /* background: black; */
}
.main__color-picker-variant.color_main{
  z-index: 20;
}
.main-item-color-variant.selected {
    background: #008aff;
}
.dropdown_list-size {
    padding: 10px;
    background: #000;
    position: absolute;
    z-index: 100;
    top: 71px;
    max-height: 400px;
    overflow: auto;
    width: 143px;
    border: 1px solid white;
    border-radius: 9px;
    right: 0px;
  display:none;
}
.main-item-size-variant {
    text-align: center;
    font-size: 14px;
    padding: 7px 0;
    border-bottom: 1px solid #ffffff6e;
}
.main-item-size-variant.selected {
    background: #008aff;
}
.dropdown_list-size.active{
  display:block;
}

.main-item-fill {
    text-align: center;
    font-size: 14px;
    padding: 7px 0;
    border-bottom: 1px solid #ffffff6e;
}
.main-item-fill.selected {
    background: #008aff;
}

.main-item-out.selected {
    background: #008aff;
}

.dropdown_list-out {
    padding: 10px;
    background: #000;
    position: absolute;
    z-index: 100;
    top: 71px;
    max-height: 400px;
    overflow: auto;
    width: 143px;
    border: 1px solid white;
    border-radius: 9px;
  display:none;
}
.main-item-out {
    text-align: center;
    font-size: 14px;
    padding: 7px 0;
    border-bottom: 1px solid #ffffff6e;
}
.dropdown_list-out.active{
  display:block;
}
.warning_message {
    text-align: center;
    color: red;
    font-weight: bold;
    display: none;
}

.loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid transparent;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
}
.checkout_btn-main {
     margin-top: 12px;
    position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0;
    background: black;
    padding: 21px 11px;
    z-index: 10000;
    border: 0px;
    outline: none;
}
}


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

.bar_main-products .progress-with-message{
 padding: 0px;
   position:relative;
    top: 0;
    right:unset;
    width: 100%;
    max-width: 500px;
    background-color: #000;
    z-index: 18;
    transition: right .3sease;
    position: relative;
    width: 100%;
    margin-top: 16px;
    width: 96%;
}
  

.item {
    margin-bottom: 10px;
}
.main__elementouter {
    display: flex;
    gap: 6px;
}

.input_box-main {
    height: 35px;
    width: 70px;
    border: 1px solid grey;
    border-radius: 10px;
  background-size:cover!important;
  text-align:center; 
  font-size: 27px;
  font-weight:bold;
  display:flex;
  align-tems:center;
  justify-content:center;
  text-transform:uppercase;
  line-height:33px;
}
.fill_box-main {
    height: 35px;
    width: 35px;
    border: 1px solid grey;
    border-radius: 50%;
  background-size:cover!important;
}
.outline_box-main {
    height: 35px;
    width: 35px;
    border: 1px solid grey;
    border-radius: 50%;
  background-size:cover!important;
}
.size-box-main {
    height: 35px;
    width: 35px;
    border: 1px solid grey;
    border-radius: 6px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:20px;
  font-weight:bold;
}
.cart_inner-team {
    height: 100%;
    overflow: auto;
  position:relative;
}
.cart__products-main {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    
    max-height: calc(100% - 71px);
    /* overflow: auto; */
      /* align-items: center; */
    
    justify-content: center;
    text-align: center;
}
.product__inner_main-e {
    margin-top: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    
    max-height: calc(100% - 71px);
    /* overflow: auto; */
      align-items: start;
    height: 100%;
   width:100%;
    text-align: center;
}
.cart__empty--main {
    max-width: 250px;
    font-size: 13px;
    color: #ffffff54;
  align-items:center;
  justify-content:center;
      position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


@media screen and (max-width: 500px){

.input_box-main {
    height: 32px;
    width: 62px;
    border: 1px solid grey;
    border-radius: 10px;
  min-width:45px;
  font-size:18px!Important;
}
.fill_box-main {
    height: 32px;
    width: 32px;
    border: 1px solid grey;
    border-radius: 50%;
   
}
.outline_box-main {
    height: 32px;
    width:32px;
    border: 1px solid grey;
    border-radius: 50%;
 
}
.size-box-main {
    height: 32px;
    width: 32xspx;
    border: 1px solid grey;
    border-radius: 6px;
  
}
   .input_box-main{
    line-height:26px;
  }
}
@media screen and (max-width: 470px){

.input_box-main {
    height: 30px;
    width: 50px;
    border: 1px solid grey;
    border-radius: 10px;
  min-width:45px;
}
  .main__elementouter{
    gap:2px;
  }
  .inforColor, .size, .inforoutline, .infofill {
    font-size: 9px;
    font-weight: 700;
}
  .input_box-main{
    line-height:26px;
  }
.fill_box-main {
    height: 30px;
    width: 30px;
    border: 1px solid grey;
    border-radius: 50%;
   
}
.outline_box-main {
    height: 30px;
    width:30px;
    border: 1px solid grey;
    border-radius: 50%;
  
}
.size-box-main {
    height: 30px;
    width: 30px;
    border: 1px solid grey;
    border-radius: 6px;
    
}
}
@media screen and (max-width: 515px){

.input_box-main {
    height: 29px;
    width: 50px;
    border: 1px solid grey;
    border-radius: 10px;
  min-width:45px;
}
.fill_box-main {
    height: 29px;
    width: 29px;
    border: 1px solid grey;
    border-radius: 50%;
   
}
.outline_box-main {
    height: 29px;
    width:29px;
    border: 1px solid grey;
    border-radius: 50%;
  
}
.size-box-main {
    height: 29px;
    width: 29px;
    border: 1px solid grey;
    border-radius: 6px;
    
}
  .item{
    margin-bottom:5px;
  }
  .color_box-main svg{
    max-width:12px;
  }
}
@media screen and (max-width: 420px){

.input_box-main {
    height: 25px;
    width: 45px;
    border: 1px solid grey;
    border-radius: 10px;
  min-width:45px;

}
.fill_box-main {
    height: 25px;
    width: 25px;
    border: 1px solid grey;
    border-radius: 50%;
   
}
.outline_box-main {
    height: 25px;
    width:25px;
    border: 1px solid grey;
    border-radius: 50%;
  
}
.size-box-main {
    height: 25px;
    width: 25px;
    border: 1px solid grey;
    border-radius: 6px;
  
    
}
    .main__elementouter{
    gap:2px;
  }
  .inforColor, .size, .inforoutline, .infofill {
    font-size: 9px;
    font-weight: 700;
}
  .input_box-main{
    line-height:22px;
  }
}