/** Shopify CDN: Minification failed

Line 132:11 Expected identifier but found whitespace
Line 132:13 Unexpected "{"
Line 132:23 Expected ":"

**/
.bundle-builder ul li{
      list-style: none;
}
.bundle-builder ul{
  margin: 0;
    padding: 0;
}
.grid__item_bundle .product-card__image-with-placeholder-wrapper{
  
}
.Right-Bundle .grid__item_bundle{
          width: calc(33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
        max-width: calc(33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
}
.grid__item_bundle .grid-view-item__image-wrapper > div{
      height: 0;
    position: relative;
}
.grid__item_bundle .grid-view-item__image-wrapper img{
      display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.bundle-builder .flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.bundle-builder .d-flex {
    display: -ms-flexbox;
    display: flex;
}
.bundle-builder .flex-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.bundle-builder  .align-items-start {
    -ms-flex-align: start;
    align-items: flex-start;
}
span.mobile_text{
            text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 1px;
    text-align: center;
    display: none;
    max-width: 100%;
    color: #b1b1b1;
            margin-bottom: 15px;
  }

  .template-bundle-builder .main-content {
    padding-top: 0;
  }
  .template-bundle-builder .main-content .tc-rich-text a.btn{
  display:none;
  }
 
  /* Animation for add to cart button */

  .animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{animation-duration:.75s}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.bounceIn{animation-name:bounceIn}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-20px,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-20px,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(20px,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,20px,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@-webkit-keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}

  button#add-items-to-cart {
    position: relative;
    font-weight: 600;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 1px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    width: 100%;
    background: #FFFFFF;
    color: #C5CCD3;
    border: none;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    margin:0;
  }

button#add-items-to-cart.btn-active {
    background: #e43a3b;
    color: #fff;
}
  /*
  button#add-items-to-cart[disabled] {
      color: #fff;
      background: #e43a3b;
  }
  */

  button#add-items-to-cart .text {
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
  }
  
   button#add-items-to-cart .text.fadeInDown {
    display: block;
    width: 100%;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
  }


  button .loader {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
  
  button .loader path{
    stroke-dasharray: 19.79 19.79;
    stroke-dashoffset: 19.79;
    stroke: {{ settings.btn_text_color }};
    opacity: 0;
  }
  
  button .loader.active path{
    -webkit-animation: drawLoader 0.5s linear alternate forwards;
    animation: drawLoader 0.5s linear alternate forwards;
  }
  
  @keyframes drawLoader {
    from {
      stroke-dashoffset: 19.79;
      opacity: 1;
    }
    to {
      stroke-dashoffset: 0;
      opacity: 1;
    }
  }

  @-webkit-keyframes drawLoader {
    from {
      stroke-dashoffset: 19.79;
      opacity: 1;
    }
    to {
      stroke-dashoffset: 0;
      opacity: 1;
    }
  }
  /* End */ 

  .page-container {
    overflow: inherit;
  }
  .bundle-builder .disabled{
    opacity: 0.6;
    pointer-events: none;
  }
  .bundle-builder .Left-Sidebar {
    max-width: 325px;
    background-color: #000;
    padding: 20px;
    position: sticky;
    top: -100px;
    width: 100%;
  }
  .bundle-builder .Left-Sidebar h3 {
color: #fff;
    margin: 0px 0 25px;
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0;
    vertical-align: middle;
    text-transform: uppercase;
  }
  .bundle-builder .Left-Sidebar .Size-Item-Wr {

  }
  .bundle-builder .Left-Sidebar .step-choose > label {
    font-weight: 600;
    font-size: 14px;
    line-height: 22.4px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #1D1D1D;
        padding-left: 4px;
        display: block;
  }

.bundle-builder .Choose-Size .List-Size {
    display:none;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 5px;
      flex-direction: row;
      width: 100%;
      padding-right: 0px;
  }

.bundle-builder .Choose-Size .List-Size.active {
     display: flex;
}

   
  .bundle-builder .Choose-Size {
    
    background-color: #fff;
    padding: 15px 8px;
    margin-bottom: 16px;
  }
 

  .bundle-builder .Choose-Size li {
    width: 48px;
    text-align: center;
    margin: 0px;
    font-size: 13px;
    line-height: 40px;
    color: #1D1D21;
    font-weight: 500;
    background: #F7F8F9;
    border: 1px solid #E2E6E9;
    height: 40px;
    justify-content: center;
    align-items: center;
    min-width: 48px;
      }
  .bundle-builder .Choose-Size .style-size-text li{
     width: auto;
  }
  .bundle-builder .Choose-Size li input[type="radio"]{
    display:none;
  }

  .bundle-builder .Choose-Size li label{
      width: 100%;
    height: 100%;
    display: flex;
    font-size: 12px !important;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
        padding-left: 10px;
    padding-right: 10px;
  }

  .bundle-builder .Choose-Size li input[type="radio"]:checked+label{ 
    background: #1D1D1D;
    color:#fff;
  } 

  .bundle-builder .Choose-Category {
    background-color: #fff;
    padding: 15px 8px;
    margin-bottom: 16px;
  }

  .bundle-builder .Choose-Category ul{
    display:flex;
    flex-wrap: wrap;
    gap: 0;
  }

  .bundle-builder .Choose-Category li {
     margin: 4px;
    color: #1D1D21;
    cursor: pointer;
    width: 77px;
    padding: 0;
    border: 1px solid #E2E6E9;
    background: #F7F8F9;
    font-weight: 400;
    font-size: 11px;
    line-height: 12px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    height: 77px;
    gap: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .bundle-builder .Choose-Category li .Category-Icon {
       display: block;
    width: 100%;
    height: 40px;
    max-width: 40px;
    background-repeat: no-repeat;
    background-size: 40px auto;
    background-position: center center;
    margin: 0 auto;
    margin-bottom: 4px;
  }
  .bundle-builder .Choose-Category li .Tall-Sizes-Icon {
    background-image: url('/cdn/shop/files/Shin-guards-black.png?v=1753893704');
  }
  .bundle-builder .Choose-Category li .Crew-Neck-Icon {
   background-image: url('/cdn/shop/files/Fightwear-black.png?v=1753893705');
  }
  .bundle-builder .Choose-Category li .Polo-Icon {
    background-image: url('https://cdn.shopify.com/s/files/1/0561/5711/0306/files/polo-black.png?v=1723538194');
  }
  .bundle-builder .Choose-Category li .V-Neck-Icon {
    background-image: url('/cdn/shop/files/gloves-black.png?v=1753893704');
  }
  .bundle-builder .Choose-Category li .Underwear-Icon {
    background-image: url('https://cdn.shopify.com/s/files/1/0561/5711/0306/files/boxers-black.png?v=1723538194');
  }
    .bundle-builder .Choose-Category li .Activewear-Icon {
    background-image: url('https://cdn.shopify.com/s/files/1/0561/5711/0306/files/tshirt_2_1.png?v=1741522934');
  }
    .bundle-builder .Choose-Category li .Hoodies-Icon {
    background-image: url('https://cdn.shopify.com/s/files/1/0561/5711/0306/files/hoodie_1.png?v=1741522934');
  }
    .bundle-builder .Choose-Category li .Joggers-Icon {
    background-image: url('https://cdn.shopify.com/s/files/1/0561/5711/0306/files/pants_1.png?v=1741522935');
  }
  .bundle-builder .Choose-Category li .Hand-Wraps-Icon {
    background-image: url('/cdn/shop/files/noun-hand-wraps-black.png?v=17554148924');
  }

  
  .bundle-builder .Choose-Category li.active .Tall-Sizes-Icon {
    background-image: url('/cdn/shop/files/Shin-guards-white.png?v=1753893704');
  }
  .bundle-builder .Choose-Category li.active .Crew-Neck-Icon {
   background-image: url('/cdn/shop/files/Fightwear-white.png?v=1753893704');
  }
  .bundle-builder .Choose-Category li.active .Polo-Icon {
    background-image: url('https://cdn.shopify.com/s/files/1/0561/5711/0306/files/polo-white.png?v=1723538194');
  }
  .bundle-builder .Choose-Category li.active .V-Neck-Icon {
    background-image: url('/cdn/shop/files/gloves-white.png?v=1753893705');
  }
  .bundle-builder .Choose-Category li.active .Underwear-Icon {
    background-image: url('https://cdn.shopify.com/s/files/1/0561/5711/0306/files/boxers-white.png?v=1723538194');
  }
  .bundle-builder .Choose-Category li.active .Activewear-Icon {
    background-image: url('https://cdn.shopify.com/s/files/1/0561/5711/0306/files/tshirt-white.png?v=1741590388');
  }
    .bundle-builder .Choose-Category li.active .Hoodies-Icon {
    background-image: url('https://cdn.shopify.com/s/files/1/0561/5711/0306/files/hoodie-white.png?v=1741590388');
  }
    .bundle-builder .Choose-Category li.active .Joggers-Icon {
    background-image: url('https://cdn.shopify.com/s/files/1/0561/5711/0306/files/pants-white.png?v=1741590387');
  }
  .bundle-builder .Choose-Category li.active .Hand-Wraps-Icon {
    background-image: url('/cdn/shop/files/noun-hand-wraps-white.png?v=1755414892');
  }
  

  .bundle-builder .Choose-Category li.active {
 background: #1D1D21;
    color: #fff;
  }

 .bundle-builder .Left-Sidebar .step-choose.Bundle-Item > label{
        padding-left: 12px;
  }

  .bundle-builder .Bundle-Item {
    background-color: #fff;
       padding-left: 0;
    padding-right: 0;
    margin: 0;
    padding-bottom: 0;
    padding-top: 15px;
  }
   .bundle-builder .Bundle-Item > ul {
         padding-left: 8px;
    padding-bottom: 15px;
    padding-right: 8px;
         border-bottom: 16px solid #000000;
   }
  .bundle-builder .Bundle-Item li {
        width: 120px;
    text-align: center;
    margin: 5px;
    height: 120px;
    position: relative;
    border: 1px solid #E2E6E9;
    background: #F7F8F9;
  }

  .bundle-builder .Bundle-Item li a{
    display:none;
    cursor: pointer;
  }

  .bundle-builder .Bundle-Item li.active a{
    display:block;
  }
  .bundle-builder .Bundle-Item li.active .removeItem {
    display: block;
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #000;
    width: 18px;
    height: 18px;
    border-radius: 30px;
  }
  .bundle-builder .Bundle-Item li.active .removeItem svg { 
    width: 8px;
    height: 8px;
    color: #fff;
    position: absolute;
        fill: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .bundle-builder .Bundle-Item li img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .bundle-builder .Right-Bundle {
    width: 100%;
    margin-left: 20px;
  }
  .bundle-builder .Right-Bundle.locked {
    opacity: 0.5;
    pointer-events: none;
  }
  .bundle-builder .Right-Bundle p{
    font-size:18px;
  }
  .bundle-builder .Right-Bundle ul{
    display:none;
        row-gap: 25px;
  }
  .bundle-builder .Right-Bundle ul.active{
    display:flex;
  }
  .bundle-builder .Bundle-Item button {
    font-weight: 600;
    font-size: 15px;
    letter-spacing: -0.02em;
    color: #CFD0D3;
    border: none;
    border-radius: 0;
    width: 100%;
    margin: 20px 4px 5px;
    padding: 0;
    line-height: 48px;
    background: #F7F8F9;
  }
  
  .bundle-builder .Right-Bundle .product-card__title{
        border: none;
    font-weight: 800;
   font-size: 18px;
    line-height: 1.3;
    letter-spacing: 0;
    vertical-align: middle;
    text-transform: uppercase;
        margin-bottom: 5px;
  }
.bundle-builder .Right-Bundle .product-card__title a{
      color: #1d1d21;
    text-decoration: none;
}
 .bundle-builder .Right-Bundle .price.price--listing *{
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
   margin:0;
  }
  .bundle-builder .Right-Bundle .price.price--listing{
    /*display: none;*/
  }
  .bundle-builder .Right-Bundle .grid-view-item__image-wrapper {
    margin: 0 auto;
        border: 1px solid #ccc;
  }
  .bundle-builder .Right-Bundle .bundle-quantity {
    margin-bottom: 20px;
  }
  .bundle-builder .Right-Bundle .bundle-quantity button {
      width: 100%;
    color: #fff;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    background: #e43a3b;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    height: 46px;
  }
.bundle-builder .Right-Bundle .bundle-quantity button:disabled{
  opacity: 0.6;
}
  .bundle-builder .Right-Bundle .bundle-quantity .qtybox {
    width: 100%;
    max-width: 110px;
   border: 1px solid #DEDEDE;
  }
  .bundle-builder .Right-Bundle .bundle-quantity .qtybox span {
 padding: 0;
    text-align: center;
    border-radius: 0;
    border: none;
    width: 33.3333%;
    cursor: pointer;
    line-height: 38px;
    font-size: 20px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
  }
  .bundle-builder .Right-Bundle .bundle-quantity .qtybox input {
       padding: 0;
    border-radius: 0;
    border: none;
    width: 33.3333%;
    font-weight: 600;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 1px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
  }
  .Right-Bundle .grid__item_bundle.soldout {
    display: none;
  }
  .builder-banner .inner-text h1 {
    font-size: 70px;
  }
.color-selector{
      display: block;
    margin: 10px 0;
}
.color-selector select{
    display: block;
    width: 100%;
    font-family: var(--font-heading-family);
    font-style: var(--font-heading-style);
    padding: 8px;
    min-height: 40px;
    border-radius: 0;
    box-shadow: none;
    outline: none;
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .bundle-builder .Choose-Size,
  .bundle-builder .Choose-Category{
    margin-bottom: 10px;
    padding: 12px 8px;
  }

  .bundle-builder .Right-Bundle .grid--view-items .grid__item {
           width: calc(50% - var(--grid-desktop-horizontal-spacing) * 1 / 2);
      clear: initial;
      max-width: calc(50% - var(--grid-desktop-horizontal-spacing) * 1 / 2);
  }
  .bundle-builder .Right-Bundle .grid--view-items .grid__item.one-whole {
     width: 100%;
  }
  .bundle-builder .Choose-Category li {
    height: 74px;
  }
  .bundle-builder .Bundle-Item li {
  }
  .bundle-builder .Right-Bundle .bundle-quantity button {
    font-size: 12px;
  }
  .bundle-builder .Bundle-Item > ul {
    padding-bottom: 15px;
    border-bottom: 10px solid #000000;
  }
  .builder-banner .inner-text h1 {
      font-size: 60px;
  }
  .bundle-builder .Right-Bundle .product-card__title {
    font-size: 16px;
  }
  
}

@media only screen and (min-width: 992px) {
  h3.title-show-on-mb {
    display: none;
  }
  .bundle-builder .Choose-Size .You-Size {
    display: none;
  }
}

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

}

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

}

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

    span.mobile_text{
  display: block;
    }

  .bundle-builder .Right-Bundle p {
      font-size: 16px;
        margin: 0px 10px 20px;
  }
  
  .bundle-builder .Right-Bundle .product-card__title {
  font-size: 18px;
  }

  .bundle-builder .Left-Sidebar .Size-Item-Wr label {
    text-align:left;
  }
   .bundle-builder .Left-Sidebar .Size-Item-Wr .List-Size label {
    text-align:center;
     line-height: 40px;
  }
  .bundle-builder .Left-Sidebar .You-Size label {
    text-align:left;
  }

  .bundle-builder .Choose-Size .List-Size {
      overflow-x: scroll;
      -ms-overflow-style: none;
  }


 .bundle-builder .Choose-Size li {
  margin: 0;
  color: #1D1D21;
  background: #F7F8F9;
  border: 1px solid #E2E6E9;
  height: 40px;
  justify-content: center;
  align-items: center;
  min-width: 66px;
  font-weight: 600;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
}

  .bundle-builder .Choose-Size .style-size-text li{
      min-width: fit-content;
  }

  .bundle-builder .Choose-Size .List-Size {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      display: none;
      gap: 8px;
      flex-direction: row;
      width: 100%;
    /*  overflow-x: scroll;
      -ms-overflow-style: none;*/
            padding-right: 55px;
  }
   
  .bundle-builder .Choose-Category ul {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: flex;
  gap: 10px;
  flex-direction: row;
  width: 100%;
  overflow-x: scroll;
  -ms-overflow-style: none;
            padding-right:55px;
}
  /* Hide scrollbar for Chrome, Safari and Opera */
.bundle-builder .Choose-Size .List-Size::-webkit-scrollbar,
.bundle-builder .Choose-Category ul::-webkit-scrollbar {
  display: none;
}

.bundle-builder .Choose-Category li {
      margin: 0;
      min-width: 77px;
  }
  .bundle-builder .Choose-Category{
    padding: 0;
  }
  
  .You-Size label,
  .You-Size .back-choose-size {
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.02em;
    color: #1D1D21;
  }
  .You-Size {
    width: 100%;
            padding-right: 22px;
  }
  .You-Size .RemoveSizeBack .remove-size {
    cursor: pointer;
    display: block;
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #000;
    width: 18px;
    height: 18px;
    border-radius: 30px;
  }
  .You-Size .RemoveSizeBack .remove-size svg {
    width: 8px;
    height: 8px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .You-Size label,
  .You-Size .RemoveSizeBack {
    width: 50%;
    margin: 0;
    text-align: center;
  }
  .You-Size .RemoveSizeBack {
    position: relative;
    background-color: #F7F8F9;
    margin-left: 20px;
  }
  .bundle-builder .Right-Bundle .qtybox{
    display:none;
  }
  .bundle-builder .Right-Bundle .bundle-quantity button {
    margin-left: 0.5px;
  }
  .List-bundle-item {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .bundle-builder .Left-Sidebar h3 {
    display: none;
  }
  .main-content {
    padding-top: 0;
  }
  h3.title-show-on-mb {
    font-weight: 600;
    font-size: 16px;
    line-height: 48px;
    background-color: #1D1D21;
    padding: 0 15px;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
  }
  .bundle-builder .page-width {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
            padding-right: 0;
  }
  .bundle-builder .Right-Bundle {
    width: 100%;
    padding-right: 55px;
    margin-left: 0;
  }
  .bundle-builder .Choose-Size {
    display: block!important;
    padding: 10px 0;
    margin-bottom: 5px;
           margin-top: 0;
      text-align: center;
      padding-top: 0;
  }
  .bundle-builder .Left-Sidebar {
    max-width: 100%;
    background-color: #fff;
    padding: 0;
    width: 100%;
    z-index: 9;
  }
  .bundle-builder .Bundle-Item {
    /*       display: none; */
    position: fixed;
    z-index: 9999999999999;
    background-color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 10px;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 10%);
  }

  .bundle-builder .Left-Sidebar .step-choose > label {
  padding-left: 0; 
}

  .bundle-builder .Left-Sidebar .Size-Item-Wr {
    /*       box-shadow: 0px 0px 3px rgb(0 0 0 / 10%); */
  }
  .bundle-builder .Bundle-Item button {
    margin-top: 10px;
  }
  .bundle-builder .Right-Bundle .bundle-quantity .qtybox {
    width: 100%;
    max-width: 100%;
    text-align: center;
    background-color: #1d1d1d;
    color: #fff;
    position: relative;
            height: 36px;
            border: none;
  }
  .bundle-builder .Right-Bundle .bundle-quantity .qtybox span.qtyminus {
    position: absolute;
    left: 0;
        top: 0;
  }
  .bundle-builder .Right-Bundle .bundle-quantity .qtybox span.qtyplus {
    position: absolute;
    right: 0;
        top: 0;
  }
  .bundle-builder .Right-Bundle .bundle-quantity .qtybox input {
    background: #1d1d1d;
    color: #fff;
       height: 36px;
  }
  .bundle-builder .Right-Bundle .bundle-quantity {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .back-choose-size.mobile {

  }
  .bundle-builder .Right-Bundle .price.price--listing * {
  font-size: 18px;
  }
  button#add-items-to-cart {
        max-width: 100%;
      margin-bottom: 4px;
      border: 1px solid #E2E6E9;
  }
  .You-Size {
  display: none !important;
  }
  .bundle-builder .Bundle-Item > ul {
  padding-left: 0px;
  padding-bottom: 0;
  padding-right: 0;
  border-bottom: none;
  margin-bottom: 12px;
}
  .bundle-builder .Left-Sidebar .step-choose.Bundle-Item > label {
  padding-left: 0;
}
  .builder-banner .page-width {
  padding-right: 0;
}
      .builder-banner .inner-text h1 {
      font-size: 50px;
      line-height: 60px;
  }
  
  
}
 @media only screen and (max-width: 749px) {

   
  .bundle-builder .Choose-Size .List-Size {
            padding-right: 22px;
    }
  .bundle-builder .Choose-Category ul {
            padding-right: 22px;
  }
  .bundle-builder .Right-Bundle {
    padding-right: 15px;
  }
    button#add-items-to-cart {
  }
   .builder-banner .inner-text h1 {
      font-size: 43px;
      line-height: 56px;
  }
  .bundle-builder .Right-Bundle .grid--view-items .grid__item {
           width: calc(50% - var(--grid-mobile-horizontal-spacing) * 1 / 2);
      clear: initial;
      max-width: calc(50% - var(--grid-mobile-horizontal-spacing) * 1 / 2);
  }
   
   
 }

 @media only screen and (max-width: 639px) {
   .List-bundle-item {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      display: flex;
      gap: 8px;
      flex-direction: row;
      width: 100%;
      overflow-x: scroll;
      -ms-overflow-style: none;
     padding-top: 7px;
  }

  .List-bundle-item::-webkit-scrollbar {
    display: none;
  }
   .bundle-builder .Bundle-Item li {
      width: 67px;
      min-width: 67px;
      height: 71px;
      margin: 0;
  }
  .bundle-builder .Bundle-Item li img {
    object-fit: cover;
  }
   
 .bundle-builder .Right-Bundle .product-card__title {
    font-size: 16px;
    margin-bottom: 4px;
  }
 .bundle-builder .Right-Bundle .bundle-quantity button {
      font-size: 14px;
      line-height: 20px;
      letter-spacing: 0px;
  }
 .bundle-builder .Right-Bundle .price.price--listing * {
    font-size: 16px;
 }
 .bundle-builder .Left-Sidebar .step-choose.Bundle-Item > label {
      margin-bottom: 0;
  }
 .bundle-builder .Bundle-Item {
      padding-top: 15px;
      padding-bottom: 15px;
  }
   .builder-banner .inner-text h1 {
      font-size: 32px;
      line-height: 42px;
  }
   
}

@media only screen and (max-width: 479px) {
  .bundle-builder .Right-Bundle .bundle-quantity button {
    font-size: 13px;
  }
  .bundle-builder .Right-Bundle .bundle-quantity {
    margin-bottom: 12px;
  }
  

  .bundle-builder .Choose-Category li {
      font-size: 12px;
  }
  .bundle-builder .Bundle-Item li {
  }
  .You-Size label, .You-Size .back-choose-size {
    font-size: 16px!important;
  }
  .builder-banner .builder-banner__blocks {
    max-width: 205px;
  }
  .builder-banner .inner-text h1 {
      font-size: 26px;
      line-height: 36px;
  }
  .builder-banner {
    padding: 30px 15px;
  }
  .bundle-builder .Right-Bundle .product-card__title {
    font-size: 15px;
  }

}

