/** Shopify CDN: Minification failed

Line 67:21 Expected identifier but found "{"
Line 67:22 Unexpected "{"
Line 67:32 Expected ":"
Line 69:15 Expected identifier but found "0"
Line 69:26 Unexpected "{"
Line 69:36 Expected ":"
Line 92:15 Expected identifier but found "0"
Line 92:26 Unexpected "{"
Line 92:36 Expected ":"

**/
.bundle__warning {
  background-color: #ffffcc;
  margin-bottom: 1rem;
  padding: 10px;
  border: 1px solid #b1a181;
  border-radius: 5px;
}

.bundle__success {
  background-color: #54c63a;
  margin-bottom: 1rem;
  padding: 10px;
  border-radius: 5px;
  color: white;
}

#bundle__warning-id {  
  color: black; 
  font-weight: 700;
}

.bundle__accordion-tab {
  border: 1px solid black;
  margin-bottom: 1rem;
  border-radius: 10px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.bundle__selected-options {
  border: 1px solid black;
  border-radius: 10px;
  margin-bottom: 1rem;
}

#bundle-view {color: #810f12;
    font-weight: 700;
}

   .variant-input-medium {
     padding: 8px !important;
   }     
  
  .bundle__product-main label{
    font-family:var(--typeBasePrimary),var(--typeBaseFallback);
    font-size:var(--typeBaseSize);
    letter-spacing:var(--typeBaseSpacing);
    line-height:var(--typeBaseLineHeight);
    position:relative;
    display:inline-block;
    font-weight:400;
    padding:7px 15px 7px;
    margin:0 8px 12px 0;
    background-color:{{ settings.color_body_bg | default: "#fff" }};
    background-color:var(--colorBody);
    box-shadow:0 0 0 1px {{ settings.color_borders | default:"#1c1d1d" }};
    box-shadow:0 0 0 1px var(--colorBorder);
    border-radius:1px;
    overflow:hidden
  }
  
  .bundle__products-wrapper {
    margin-left: 1em;
  }
  
  .bundle__product-main {
    margin-top: 1.5em;
  }

  .bundle__product-image .checkbox-container, .bundle__product-image .image-container{
    display: inline-block;
  }

  .bundle__product-image .bundle__variant-checkbox {
    margin-top: 50px;
  }
  
  .bundle__variant-container input[type=radio]:checked+label, .bundle__product-main input[type=radio]:checked+label{
    box-shadow:0 0 0 2px {{ settings.color_body_text | default:"#1c1d1d" }};
    box-shadow:0 0 0 2px var(--colorTextBody);
  }
  
  .bundle__variant-grid{
    border: none;
  }
  
  .bundle__product, .bundle__product-name   {
    margin-bottom: 1em;
  }
/* 
  .bundle__product-price {
    margin-left: 1em;
  } */

  .bundle__product-price-discount {
    text-decoration: line-through;
  }

  .bundle__variant {
    display: inline-block;
  }
  
  .bundle__variant__label {
    display: inline-block;
    padding: 5px;
  }

  .bundle__variant-sku{
     font-weight: 700; 
  }

  .bundle__collapsible {
    background-color: #4a4a4a; 
    border: 1px solid #bfbfbf;
  }

  .bundle__collapsible-panel{
    margin-left: 1rem;
    margin-right: 1rem;
    color: white;
  }

  .collapsibles-wrapper .collapsible-content--all.is-open{
    border-bottom: none !important;
  }
  
  .collapsible-icon {
    background-color: #810f12 !important;
  }

  @media only screen and (max-width:768px){
    .bundle__collapsible {
    font-size: 13px;
  }
    .bundle__product-image .bundle__variant-checkbox {
    margin-top: 0px;
  }
  }

/* Bundle Modal */
  .image-container {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;   
}

.modal__trigger-caption {
    margin-top: 1.5em;
    display: block;
    transition: all 0.25s ease;
    background-color: #dcdcdc;
    color: #333;
    border-radius: 4px;
    text-decoration: none;
    text-align: center;
}

.bundle__tooltip {  
  margin-bottom: 1rem;
   
  .tool-tip-trigger__title {     
    margin-left: 0rem !important; 
  }
}

/* The Modal (background) */
.bundle__modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.75); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 75%;
    max-width: 900px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 769px){
    .modal-content {
        width: 100%;
    }

  .modal__trigger-caption {  
    display: block;
    margin-top: .5em;
    margin-bottom: 1em;
    }
}

.bundle__filter-title {
  font-weight:700;
}
         

